html,body{height:100%;margin:0;padding:0}: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: 0;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)}.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)}}._navbar_4ag3t_2{position:fixed;left:0;top:0;height:100vh;width:280px;background:linear-gradient(180deg,#fff,#fafafa);box-shadow:2px 0 20px #00000014;z-index:1000;display:flex;flex-direction:column;transition:transform .3s cubic-bezier(.4,0,.2,1);overflow-y:auto}._navbar_4ag3t_2::-webkit-scrollbar{width:6px}._navbar_4ag3t_2::-webkit-scrollbar-track{background:transparent}._navbar_4ag3t_2::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:3px}._navbar_4ag3t_2::-webkit-scrollbar-thumb:hover{background:#d1d5db}._navbarHeader_4ag3t_35{padding:2rem 1.5rem 1rem;border-bottom:1px solid #f3f4f6;display:flex;align-items:center;justify-content:space-between}._logoContainer_4ag3t_43{display:flex;align-items:center;gap:.75rem}._logoIcon_4ag3t_49{width:45px;height:45px;background:linear-gradient(135deg,#ff6b35,#f7931e);border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #ff6b3540}._logoSvg_4ag3t_60{width:24px!important;height:24px!important;color:#fff!important;stroke:#fff!important;stroke-width:2!important;fill:none!important}._brandName_4ag3t_69{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,#ff6b35,#f7931e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px;margin:0}._closeButton_4ag3t_80{display:none;background:none;border:none;color:#6b7280;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .3s ease}._closeButton_4ag3t_80:hover{background:#f3f4f6;color:#ff6b35}._navbarContent_4ag3t_97{flex:1;display:flex;flex-direction:column;padding:.5rem 0 0}._navMenu_4ag3t_104{list-style:none;padding:0 1rem;margin:0;flex:1}._navItem_4ag3t_111{display:flex;align-items:center;gap:.625rem;padding:.875rem 1rem;margin-bottom:.5rem;border-radius:12px;cursor:pointer;transition:all .3s ease;color:#434750;font-weight:550;font-size:.95rem;position:relative;overflow:visible}._navItem_4ag3t_111:before{content:"";position:absolute;left:0;top:0;height:100%;width:3px;background:linear-gradient(135deg,#ff6b35,#f7931e);transform:scaleY(0);transition:transform .3s ease;border-radius:12px 0 0 12px}._navItem_4ag3t_111:hover{background:#fff7ed;color:#ff6b35}._navItem_4ag3t_111:hover:before{transform:scaleY(1)}._navItem_4ag3t_111._active_4ag3t_149{background:linear-gradient(135deg,#ff6b351a,#f7931e1a);color:#ff6b35;font-weight:600}._navItem_4ag3t_111._active_4ag3t_149:before{transform:scaleY(1)}._navItem_4ag3t_111._active_4ag3t_149 ._navIcon_4ag3t_159{transform:translate(0)}._navIcon_4ag3t_159{flex-shrink:0;width:20px;height:20px;transition:transform .3s ease}._navItem_4ag3t_111:hover ._navIcon_4ag3t_159{transform:translate(3px)}._navLabel_4ag3t_174{flex:1}._navbarFooter_4ag3t_179{padding:0 1rem 1.5rem}._divider_4ag3t_183{height:1px;background:linear-gradient(90deg,transparent 0%,#e5e7eb 50%,transparent 100%);margin-bottom:1rem}._logoutButton_4ag3t_189{display:flex;align-items:center;gap:.625rem;padding:.875rem 1rem;width:100%;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;color:#dc2626;font-weight:500;font-size:.95rem;background:transparent;position:relative;overflow:hidden}._logoutButton_4ag3t_189:before{content:"";position:absolute;left:0;top:0;height:100%;width:3px;background:#dc2626;transform:scaleY(0);transition:transform .3s ease}._logoutButton_4ag3t_189:hover{background:#fef2f2}._logoutButton_4ag3t_189:hover:before{transform:scaleY(1)}._logoutButton_4ag3t_189:hover ._navIcon_4ag3t_159{transform:translate(3px)}._menuBarButton_4ag3t_232{display:none}._menuBarButton_4ag3t_232._hidden_4ag3t_236{opacity:0;pointer-events:none;transform:scale(.8)}@media(max-width:768px){._menuBarButton_4ag3t_232{display:flex;flex-direction:column;justify-content:space-between;width:28px;height:22px;background:transparent;border:none;cursor:pointer;padding:0;position:fixed;top:0;left:0;z-index:1000;transition:opacity .3s ease,transform .3s ease}}._overlay_4ag3t_262{display:none}@media(max-width:1024px){._navbar_4ag3t_2{transform:translate(-100%)}._navbar_4ag3t_2._visible_4ag3t_275{transform:translate(0)}._navbar_4ag3t_2._hidden_4ag3t_236{transform:translate(-100%)}._menuBarButton_4ag3t_232{display:flex;flex-direction:column;justify-content:space-around;position:fixed;top:0;left:0;width:48px;height:48px;background:#fff;border:none;border-radius:0;cursor:pointer;padding:12px 10px;z-index:1001;box-shadow:2px 2px 12px #0000001a;transition:all .3s ease}._menuBarButton_4ag3t_232:hover{box-shadow:2px 2px 20px #00000026}._menuBarButton_4ag3t_232:active{transform:scale(.95)}._bar_4ag3t_311{width:100%;height:3px;background:#374151;border-radius:3px;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center}._menuBarButton_4ag3t_232._open_4ag3t_321 ._topBar_4ag3t_321{transform:translateY(8px) rotate(45deg)}._menuBarButton_4ag3t_232._open_4ag3t_321 ._middleBar_4ag3t_325{opacity:0;transform:translate(-20px)}._menuBarButton_4ag3t_232._open_4ag3t_321 ._bottomBar_4ag3t_330{transform:translateY(-8px) rotate(-45deg)}._overlay_4ag3t_262{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:_fadeIn_4ag3t_1 .3s ease}@keyframes _fadeIn_4ag3t_1{0%{opacity:0}to{opacity:1}}._closeButton_4ag3t_80{display:flex}._navbar_4ag3t_2{width:300px;max-width:85vw}}@media(max-width:640px){._menuBarButton_4ag3t_232{top:0;left:0;width:44px;height:44px}._navbar_4ag3t_2{width:280px}._navbarHeader_4ag3t_35{padding:1.5rem 1.25rem 1.25rem}._brandName_4ag3t_69{font-size:1.35rem}._logoIcon_4ag3t_49{width:40px;height:40px}._logoSvg_4ag3t_60{width:22px!important;height:22px!important}._navItem_4ag3t_111,._logoutButton_4ag3t_189{padding:.75rem .875rem;font-size:.9rem}._navIcon_4ag3t_159{width:18px;height:18px}}@media(max-width:480px){._navbar_4ag3t_2{width:260px}._navbarHeader_4ag3t_35{padding:1.25rem 1rem 1rem}._brandName_4ag3t_69{font-size:1.25rem}._navMenu_4ag3t_104{padding:0 .75rem}._navbarFooter_4ag3t_179{padding:0 .75rem 1.25rem}}@media(max-height:600px)and (orientation:landscape){._navbarHeader_4ag3t_35{padding:1rem 1.25rem .75rem}._navItem_4ag3t_111,._logoutButton_4ag3t_189{padding:.625rem .875rem;margin-bottom:.375rem}._navbarFooter_4ag3t_179{padding:0 1rem 1rem}}@media(min-width:1025px){._navbar_4ag3t_2,._navbar_4ag3t_2._hidden_4ag3t_236{transform:translate(0)!important}}:root{--swal2-outline: 0 0 0 3px rgba(100, 150, 200, .5);--swal2-container-padding: .625em;--swal2-backdrop: rgba(0, 0, 0, .4);--swal2-backdrop-transition: background-color .15s;--swal2-width: 32em;--swal2-padding: 0 0 1.25em;--swal2-border: none;--swal2-border-radius: .3125rem;--swal2-background: white;--swal2-color: #545454;--swal2-show-animation: swal2-show .3s;--swal2-hide-animation: swal2-hide .15s forwards;--swal2-icon-zoom: 1;--swal2-icon-animations: true;--swal2-title-padding: .8em 1em 0;--swal2-html-container-padding: 1em 1.6em .3em;--swal2-input-border: 1px solid #d9d9d9;--swal2-input-border-radius: .1875em;--swal2-input-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px transparent;--swal2-input-background: transparent;--swal2-input-transition: border-color .2s, box-shadow .2s;--swal2-input-hover-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px transparent;--swal2-input-focus-border: 1px solid #b4dbed;--swal2-input-focus-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px rgba(100, 150, 200, .5);--swal2-progress-step-background: #add8e6;--swal2-validation-message-background: #f0f0f0;--swal2-validation-message-color: #666;--swal2-footer-border-color: #eee;--swal2-footer-background: transparent;--swal2-footer-color: inherit;--swal2-timer-progress-bar-background: rgba(0, 0, 0, .3);--swal2-close-button-position: initial;--swal2-close-button-inset: auto;--swal2-close-button-font-size: 2.5em;--swal2-close-button-color: #ccc;--swal2-close-button-transition: color .2s, box-shadow .2s;--swal2-close-button-outline: initial;--swal2-close-button-box-shadow: inset 0 0 0 3px transparent;--swal2-close-button-focus-box-shadow: inset var(--swal2-outline);--swal2-close-button-hover-transform: none;--swal2-actions-justify-content: center;--swal2-actions-width: auto;--swal2-actions-margin: 1.25em auto 0;--swal2-actions-padding: 0;--swal2-actions-border-radius: 0;--swal2-actions-background: transparent;--swal2-action-button-transition: background-color .2s, box-shadow .2s;--swal2-action-button-hover: black 10%;--swal2-action-button-active: black 10%;--swal2-confirm-button-box-shadow: none;--swal2-confirm-button-border-radius: .25em;--swal2-confirm-button-background-color: #7066e0;--swal2-confirm-button-color: #fff;--swal2-deny-button-box-shadow: none;--swal2-deny-button-border-radius: .25em;--swal2-deny-button-background-color: #dc3741;--swal2-deny-button-color: #fff;--swal2-cancel-button-box-shadow: none;--swal2-cancel-button-border-radius: .25em;--swal2-cancel-button-background-color: #6e7881;--swal2-cancel-button-color: #fff;--swal2-toast-show-animation: swal2-toast-show .5s;--swal2-toast-hide-animation: swal2-toast-hide .1s forwards;--swal2-toast-border: none;--swal2-toast-box-shadow: 0 0 1px hsl(0deg 0% 0% / .075), 0 1px 2px hsl(0deg 0% 0% / .075), 1px 2px 4px hsl(0deg 0% 0% / .075), 1px 3px 8px hsl(0deg 0% 0% / .075), 2px 4px 16px hsl(0deg 0% 0% / .075)}[data-swal2-theme=dark]{--swal2-dark-theme-black: #19191a;--swal2-dark-theme-white: #e1e1e1;--swal2-background: var(--swal2-dark-theme-black);--swal2-color: var(--swal2-dark-theme-white);--swal2-footer-border-color: #555;--swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);--swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );--swal2-validation-message-color: var(--swal2-dark-theme-white);--swal2-timer-progress-bar-background: rgba(255, 255, 255, .7)}@media(prefers-color-scheme:dark){[data-swal2-theme=auto]{--swal2-dark-theme-black: #19191a;--swal2-dark-theme-white: #e1e1e1;--swal2-background: var(--swal2-dark-theme-black);--swal2-color: var(--swal2-dark-theme-white);--swal2-footer-border-color: #555;--swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);--swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );--swal2-validation-message-color: var(--swal2-dark-theme-white);--swal2-timer-progress-bar-background: rgba(255, 255, 255, .7)}}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-container{background-color:#0000!important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:all}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px var(--swal2-backdrop)}body.swal2-toast-shown .swal2-container{box-sizing:border-box;width:360px;max-width:100%;background-color:#0000;pointer-events:none}body.swal2-toast-shown .swal2-container.swal2-top{inset:0 auto auto 50%;transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{inset:0 0 auto auto}body.swal2-toast-shown .swal2-container.swal2-top-start,body.swal2-toast-shown .swal2-container.swal2-top-left{inset:0 auto auto 0}body.swal2-toast-shown .swal2-container.swal2-center-start,body.swal2-toast-shown .swal2-container.swal2-center-left{inset:50% auto auto 0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{inset:50% auto auto 50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{inset:50% 0 auto auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-start,body.swal2-toast-shown .swal2-container.swal2-bottom-left{inset:auto auto 0 0}body.swal2-toast-shown .swal2-container.swal2-bottom{inset:auto auto 0 50%;transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{inset:auto 0 0 auto}@media print{body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown) .swal2-container{position:static!important}}div:where(.swal2-container){display:grid;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;box-sizing:border-box;grid-template-areas:"top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";grid-template-rows:minmax(min-content,auto) minmax(min-content,auto) minmax(min-content,auto);height:100%;padding:var(--swal2-container-padding);overflow-x:hidden;transition:var(--swal2-backdrop-transition);-webkit-overflow-scrolling:touch}div:where(.swal2-container).swal2-backdrop-show,div:where(.swal2-container).swal2-noanimation{background:var(--swal2-backdrop)}div:where(.swal2-container).swal2-backdrop-hide{background:#0000!important}div:where(.swal2-container).swal2-top-start,div:where(.swal2-container).swal2-center-start,div:where(.swal2-container).swal2-bottom-start{grid-template-columns:minmax(0,1fr) auto auto}div:where(.swal2-container).swal2-top,div:where(.swal2-container).swal2-center,div:where(.swal2-container).swal2-bottom{grid-template-columns:auto minmax(0,1fr) auto}div:where(.swal2-container).swal2-top-end,div:where(.swal2-container).swal2-center-end,div:where(.swal2-container).swal2-bottom-end{grid-template-columns:auto auto minmax(0,1fr)}div:where(.swal2-container).swal2-top-start>.swal2-popup{align-self:start}div:where(.swal2-container).swal2-top>.swal2-popup{grid-column:2;place-self:start center}div:where(.swal2-container).swal2-top-end>.swal2-popup,div:where(.swal2-container).swal2-top-right>.swal2-popup{grid-column:3;place-self:start end}div:where(.swal2-container).swal2-center-start>.swal2-popup,div:where(.swal2-container).swal2-center-left>.swal2-popup{grid-row:2;align-self:center}div:where(.swal2-container).swal2-center>.swal2-popup{grid-column:2;grid-row:2;place-self:center center}div:where(.swal2-container).swal2-center-end>.swal2-popup,div:where(.swal2-container).swal2-center-right>.swal2-popup{grid-column:3;grid-row:2;place-self:center end}div:where(.swal2-container).swal2-bottom-start>.swal2-popup,div:where(.swal2-container).swal2-bottom-left>.swal2-popup{grid-column:1;grid-row:3;align-self:end}div:where(.swal2-container).swal2-bottom>.swal2-popup{grid-column:2;grid-row:3;place-self:end center}div:where(.swal2-container).swal2-bottom-end>.swal2-popup,div:where(.swal2-container).swal2-bottom-right>.swal2-popup{grid-column:3;grid-row:3;place-self:end end}div:where(.swal2-container).swal2-grow-row>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-column:1/4;width:100%}div:where(.swal2-container).swal2-grow-column>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-row:1/4;align-self:stretch}div:where(.swal2-container).swal2-no-transition{transition:none!important}div:where(.swal2-container)[popover]{width:auto;border:0}div:where(.swal2-container) div:where(.swal2-popup){display:none;position:relative;box-sizing:border-box;grid-template-columns:minmax(0,100%);width:var(--swal2-width);max-width:100%;padding:var(--swal2-padding);border:var(--swal2-border);border-radius:var(--swal2-border-radius);background:var(--swal2-background);color:var(--swal2-color);font-family:inherit;font-size:1rem;container-name:swal2-popup}div:where(.swal2-container) div:where(.swal2-popup):focus{outline:none}div:where(.swal2-container) div:where(.swal2-popup).swal2-loading{overflow-y:hidden}div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable{cursor:grab}div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable div:where(.swal2-icon){cursor:grab}div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging{cursor:grabbing}div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging div:where(.swal2-icon){cursor:grabbing}div:where(.swal2-container) h2:where(.swal2-title){position:relative;max-width:100%;margin:0;padding:var(--swal2-title-padding);color:inherit;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;overflow-wrap:break-word;cursor:initial}div:where(.swal2-container) div:where(.swal2-actions){display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:var(--swal2-actions-justify-content);width:var(--swal2-actions-width);margin:var(--swal2-actions-margin);padding:var(--swal2-actions-padding);border-radius:var(--swal2-actions-border-radius);background:var(--swal2-actions-background)}div:where(.swal2-container) div:where(.swal2-loader){display:none;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 rgba(0,0,0,0) #2778c4 rgba(0,0,0,0)}div:where(.swal2-container) button:where(.swal2-styled){margin:.3125em;padding:.625em 1.1em;transition:var(--swal2-action-button-transition);border:none;box-shadow:0 0 0 3px #0000;font-weight:500}div:where(.swal2-container) button:where(.swal2-styled):not([disabled]){cursor:pointer}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){border-radius:var(--swal2-confirm-button-border-radius);background:initial;background-color:var(--swal2-confirm-button-background-color);box-shadow:var(--swal2-confirm-button-box-shadow);color:var(--swal2-confirm-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover{background-color:color-mix(in srgb,var(--swal2-confirm-button-background-color),var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):active{background-color:color-mix(in srgb,var(--swal2-confirm-button-background-color),var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny){border-radius:var(--swal2-deny-button-border-radius);background:initial;background-color:var(--swal2-deny-button-background-color);box-shadow:var(--swal2-deny-button-box-shadow);color:var(--swal2-deny-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):hover{background-color:color-mix(in srgb,var(--swal2-deny-button-background-color),var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):active{background-color:color-mix(in srgb,var(--swal2-deny-button-background-color),var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel){border-radius:var(--swal2-cancel-button-border-radius);background:initial;background-color:var(--swal2-cancel-button-background-color);box-shadow:var(--swal2-cancel-button-box-shadow);color:var(--swal2-cancel-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):hover{background-color:color-mix(in srgb,var(--swal2-cancel-button-background-color),var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):active{background-color:color-mix(in srgb,var(--swal2-cancel-button-background-color),var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):focus-visible{outline:none;box-shadow:var(--swal2-action-button-focus-box-shadow)}div:where(.swal2-container) button:where(.swal2-styled)[disabled]:not(.swal2-loading){opacity:.4}div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-footer){margin:1em 0 0;padding:1em 1em 0;border-top:1px solid var(--swal2-footer-border-color);background:var(--swal2-footer-background);color:var(--swal2-footer-color);font-size:1em;text-align:center;cursor:initial}div:where(.swal2-container) .swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;grid-column:auto!important;overflow:hidden;border-bottom-right-radius:var(--swal2-border-radius);border-bottom-left-radius:var(--swal2-border-radius)}div:where(.swal2-container) div:where(.swal2-timer-progress-bar){width:100%;height:.25em;background:var(--swal2-timer-progress-bar-background)}div:where(.swal2-container) img:where(.swal2-image){max-width:100%;margin:2em auto 1em;cursor:initial}div:where(.swal2-container) button:where(.swal2-close){position:var(--swal2-close-button-position);inset:var(--swal2-close-button-inset);z-index:2;align-items:center;justify-content:center;width:1.2em;height:1.2em;margin-top:0;margin-right:0;margin-bottom:-1.2em;padding:0;overflow:hidden;transition:var(--swal2-close-button-transition);border:none;border-radius:var(--swal2-border-radius);outline:var(--swal2-close-button-outline);background:#0000;color:var(--swal2-close-button-color);font-family:monospace;font-size:var(--swal2-close-button-font-size);cursor:pointer;justify-self:end}div:where(.swal2-container) button:where(.swal2-close):hover{transform:var(--swal2-close-button-hover-transform);background:#0000;color:#f27474}div:where(.swal2-container) button:where(.swal2-close):focus-visible{outline:none;box-shadow:var(--swal2-close-button-focus-box-shadow)}div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-html-container){z-index:1;justify-content:center;margin:0;padding:var(--swal2-html-container-padding);overflow:auto;color:inherit;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;overflow-wrap:break-word;word-break:break-word;cursor:initial}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea),div:where(.swal2-container) select:where(.swal2-select),div:where(.swal2-container) div:where(.swal2-radio),div:where(.swal2-container) label:where(.swal2-checkbox){margin:1em 2em 3px}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea){box-sizing:border-box;width:auto;transition:var(--swal2-input-transition);border:var(--swal2-input-border);border-radius:var(--swal2-input-border-radius);background:var(--swal2-input-background);box-shadow:var(--swal2-input-box-shadow);color:inherit;font-size:1.125em}div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}div:where(.swal2-container) input:where(.swal2-input):hover,div:where(.swal2-container) input:where(.swal2-file):hover,div:where(.swal2-container) textarea:where(.swal2-textarea):hover{box-shadow:var(--swal2-input-hover-box-shadow)}div:where(.swal2-container) input:where(.swal2-input):focus,div:where(.swal2-container) input:where(.swal2-file):focus,div:where(.swal2-container) textarea:where(.swal2-textarea):focus{border:var(--swal2-input-focus-border);outline:none;box-shadow:var(--swal2-input-focus-box-shadow)}div:where(.swal2-container) input:where(.swal2-input)::placeholder,div:where(.swal2-container) input:where(.swal2-file)::placeholder,div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder{color:#ccc}div:where(.swal2-container) .swal2-range{margin:1em 2em 3px;background:var(--swal2-background)}div:where(.swal2-container) .swal2-range input{width:80%}div:where(.swal2-container) .swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}div:where(.swal2-container) .swal2-range input,div:where(.swal2-container) .swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}div:where(.swal2-container) .swal2-input{height:2.625em;padding:0 .75em}div:where(.swal2-container) .swal2-file{width:75%;margin-right:auto;margin-left:auto;background:var(--swal2-input-background);font-size:1.125em}div:where(.swal2-container) .swal2-textarea{height:6.75em;padding:.75em}div:where(.swal2-container) .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:var(--swal2-input-background);color:inherit;font-size:1.125em}div:where(.swal2-container) .swal2-radio,div:where(.swal2-container) .swal2-checkbox{align-items:center;justify-content:center;background:var(--swal2-background);color:inherit}div:where(.swal2-container) .swal2-radio label,div:where(.swal2-container) .swal2-checkbox label{margin:0 .6em;font-size:1.125em}div:where(.swal2-container) .swal2-radio input,div:where(.swal2-container) .swal2-checkbox input{flex-shrink:0;margin:0 .4em}div:where(.swal2-container) label:where(.swal2-input-label){display:flex;justify-content:center;margin:1em auto 0}div:where(.swal2-container) div:where(.swal2-validation-message){align-items:center;justify-content:center;margin:1em 0 0;padding:.625em;overflow:hidden;background:var(--swal2-validation-message-background);color:var(--swal2-validation-message-color);font-size:1em;font-weight:300}div:where(.swal2-container) div:where(.swal2-validation-message):before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}div:where(.swal2-container) .swal2-progress-steps{flex-wrap:wrap;align-items:center;max-width:100%;margin:1.25em auto;padding:0;background:#0000;font-weight:600}div:where(.swal2-container) .swal2-progress-steps li{display:inline-block;position:relative}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step{z-index:20;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:var(--swal2-progress-step-background);color:#fff}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:var(--swal2-progress-step-background)}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line{z-index:10;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}div:where(.swal2-icon){position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:2.5em auto .6em;zoom:var(--swal2-icon-zoom);border:.25em solid rgba(0,0,0,0);border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;user-select:none}div:where(.swal2-icon) .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}div:where(.swal2-icon).swal2-error{border-color:#f27474;color:#f27474}div:where(.swal2-icon).swal2-error .swal2-x-mark{position:relative;flex-grow:1}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-error.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark{animation:swal2-animate-error-x-mark .5s}}div:where(.swal2-icon).swal2-warning{border-color:#f8bb86;color:#f8bb86}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-warning.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .5s}}div:where(.swal2-icon).swal2-info{border-color:#3fc3ee;color:#3fc3ee}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-info.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .8s}}div:where(.swal2-icon).swal2-question{border-color:#87adbd;color:#87adbd}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-question.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content{animation:swal2-animate-question-mark .8s}}div:where(.swal2-icon).swal2-success{border-color:#a5dc86;color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;border-radius:50%}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}div:where(.swal2-icon).swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}div:where(.swal2-icon).swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-animate-success-line-tip .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-animate-success-line-long .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right{animation:swal2-rotate-success-circular-line 4.25s ease-in}}[class^=swal2]{-webkit-tap-highlight-color:rgba(0,0,0,0)}.swal2-show{animation:var(--swal2-show-animation)}.swal2-hide{animation:var(--swal2-hide-animation)}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{margin-right:initial;margin-left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}.swal2-toast{box-sizing:border-box;grid-column:1/4!important;grid-row:1/4!important;grid-template-columns:min-content auto min-content;padding:1em;overflow-y:hidden;border:var(--swal2-toast-border);background:var(--swal2-background);box-shadow:var(--swal2-toast-box-shadow);pointer-events:all}.swal2-toast>*{grid-column:2}.swal2-toast h2:where(.swal2-title){margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-toast .swal2-loading{justify-content:center}.swal2-toast input:where(.swal2-input){height:2em;margin:.5em;font-size:1em}.swal2-toast .swal2-validation-message{font-size:1em}.swal2-toast div:where(.swal2-footer){margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-toast button:where(.swal2-close){grid-column:3/3;grid-row:1/99;align-self:center;width:.8em;height:.8em;margin:0;font-size:2em}.swal2-toast div:where(.swal2-html-container){margin:.5em 1em;padding:0;overflow:initial;font-size:1em;text-align:initial}.swal2-toast div:where(.swal2-html-container):empty{padding:0}.swal2-toast .swal2-loader{grid-column:1;grid-row:1/99;align-self:center;width:2em;height:2em;margin:.25em}.swal2-toast .swal2-icon{grid-column:1;grid-row:1/99;align-self:center;width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:700}.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-toast div:where(.swal2-actions){justify-content:flex-start;height:auto;margin:.5em 0 0;padding:0 .5em}.swal2-toast button:where(.swal2-styled){margin:.25em .5em;padding:.4em .6em;font-size:1em}.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;border-radius:50%}.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}@container swal2-popup style(--swal2-icon-animations:true){.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}}.swal2-toast.swal2-show{animation:var(--swal2-toast-show-animation)}.swal2-toast.swal2-hide{animation:var(--swal2-toast-hide-animation)}@keyframes swal2-show{0%{transform:translate3d(0,-50px,0) scale(.9);opacity:0}to{transform:translateZ(0) scale(1);opacity:1}}@keyframes swal2-hide{0%{transform:translateZ(0) scale(1);opacity:1}to{transform:translate3d(0,-50px,0) scale(.9);opacity:0}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}to{transform:rotate(-405deg)}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}to{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}to{transform:rotateX(0);opacity:1}}@keyframes swal2-rotate-loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes swal2-animate-question-mark{0%{transform:rotateY(-360deg)}to{transform:rotateY(0)}}@keyframes swal2-animate-i-mark{0%{transform:rotate(45deg);opacity:0}25%{transform:rotate(-25deg);opacity:.4}50%{transform:rotate(15deg);opacity:.8}75%{transform:rotate(-5deg);opacity:1}to{transform:rotateX(0);opacity:1}}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotate(2deg)}33%{transform:translateY(0) rotate(-2deg)}66%{transform:translateY(.3125em) rotate(2deg)}to{transform:translateY(0) rotate(0)}}@keyframes swal2-toast-hide{to{transform:rotate(1deg);opacity:0}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}#home-Area{min-height:100vh;width:100vw;background:linear-gradient(135deg,#fff5eb,#ffe5cc);display:flex;align-items:center;justify-content:center;padding:0 0 0 280px;position:relative;overflow:hidden}#home-Area:before{content:"";position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(255,107,53,.15) 0%,transparent 70%);border-radius:50%;pointer-events:none;z-index:1}#home-Area:after{content:"";position:absolute;bottom:-120px;left:-120px;width:500px;height:500px;background:radial-gradient(circle,rgba(247,147,30,.12) 0%,transparent 70%);border-radius:50%;pointer-events:none;z-index:1}#welcome-page{position:relative;z-index:2;text-align:center;padding:3rem 2rem;max-width:800px;animation:fadeInUp .8s ease-out}#welcome-page h1{font-size:5rem;font-weight:900;background:linear-gradient(135deg,#ff6b35,#f7931e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;letter-spacing:-2px;line-height:1.1;animation:slideInDown .6s ease-out}#welcome-page h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem;letter-spacing:-.5px;animation:slideInDown .7s ease-out}#welcome-page p{font-size:1.15rem;color:#6b7280;line-height:1.7;max-width:600px;margin:0 auto;font-weight:500;animation:fadeIn 1s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){#home-Area{padding-left:0;padding:2rem}#welcome-page{padding:2.5rem 1.75rem;max-width:700px}#welcome-page h1{font-size:4rem;letter-spacing:-1.5px}#welcome-page h2{font-size:2rem}#welcome-page p{font-size:1.05rem}#home-Area:before{width:350px;height:350px;top:-80px;right:-80px}#home-Area:after{width:400px;height:400px;bottom:-100px;left:-100px}}@media(max-width:768px){#home-Area{padding:1.5rem 1rem;padding-top:100px}#welcome-page{padding:2rem 1.25rem;max-width:100%}#welcome-page h1{font-size:3rem;letter-spacing:-1px;margin-bottom:.75rem}#welcome-page h2{font-size:1.65rem;margin-bottom:1.25rem}#welcome-page p{font-size:.95rem;line-height:1.6;max-width:100%}#home-Area:before{width:280px;height:280px;top:-60px;right:-60px}#home-Area:after{width:320px;height:320px;bottom:-80px;left:-80px}}@media(max-width:480px){#home-Area{padding:1.25rem .75rem;padding-top:90px}#welcome-page{padding:1.75rem 1rem}#welcome-page h1{font-size:2.5rem;letter-spacing:-.8px;margin-bottom:.6rem}#welcome-page h2{font-size:1.4rem;margin-bottom:1rem}#welcome-page p{font-size:.9rem;line-height:1.55}#home-Area:before{width:220px;height:220px;top:-50px;right:-50px}#home-Area:after{width:250px;height:250px;bottom:-60px;left:-60px}}@media(min-width:768px)and (max-width:1024px)and (orientation:landscape){#home-Area{padding:1.5rem 2rem}#welcome-page{max-width:650px}#welcome-page h1{font-size:3.5rem}#welcome-page h2{font-size:1.85rem}#welcome-page p{font-size:1rem}}@media(prefers-contrast:high){#welcome-page h1{-webkit-text-fill-color:#ff6b35;text-shadow:2px 2px 4px rgba(0,0,0,.3)}#welcome-page h2{text-shadow:1px 1px 2px rgba(0,0,0,.2)}}#username{position:absolute;left:28vw;top:20px;color:#fff;font-size:18px;font-weight:lighter}@media(orientation:portrait){#username{position:absolute;left:auto;right:auto;top:20px;color:#fff;font-size:18px;font-weight:lighter}}.signup-container{min-height:100vh;display:flex;background:linear-gradient(135deg,#fff5eb,#ffe5cc)}.signup-branding{flex:1;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;background:linear-gradient(135deg,#ff6b35,#f7931e);position:relative;overflow:hidden}.signup-branding-content{max-width:500px;color:#fff;position:relative;z-index:2}.signup-logo-section{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.signup-logo-icon{width:60px;height:60px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.signup-logo-icon svg{width:32px;height:32px;color:#fff}.signup-brand-name{font-size:3rem;font-weight:800;color:#fff;letter-spacing:-1px;margin:0}.signup-description-section{margin-top:2rem}.signup-description-section h2{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem}.signup-description-text{font-size:1.125rem;line-height:1.75;color:#fffffff2;margin:0 0 2rem}.signup-benefits-list{display:flex;flex-direction:column;gap:1rem}.signup-benefit-item{display:flex;align-items:center;gap:.75rem}.signup-benefit-dot{width:8px;height:8px;background:#fff;border-radius:50%;flex-shrink:0}.signup-benefit-text{color:#ffffffe6;font-size:1rem}.signup-decorative-elements{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1}.signup-decorative-circle{position:absolute;border-radius:50%;background:#ffffff1a}.signup-circle-1{width:300px;height:300px;top:-100px;right:-100px}.signup-circle-2{width:200px;height:200px;bottom:50px;left:-50px}.signup-circle-3{width:150px;height:150px;bottom:200px;right:100px;background:#ffffff0d}.signup-form-section{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.signup-form-wrapper{width:100%;max-width:480px}.signup-form-card{background:#fff;border-radius:24px;box-shadow:0 20px 60px #ff6b3526;padding:3rem 2.5rem;width:100%;max-height:calc(100vh - 4rem);overflow-y:auto}.signup-form-card::-webkit-scrollbar{width:8px}.signup-form-card::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.signup-form-card::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.signup-form-card::-webkit-scrollbar-thumb:hover{background:#9ca3af}.signup-form-header{margin-bottom:2rem}.signup-form-title{font-size:2rem;font-weight:800;color:#1f2937;text-align:left;margin:0 0 .5rem}.signup-form-subtitle{color:#6b7280;font-size:1rem;line-height:1.6;margin:0 0 1.5rem}.signup-step-indicator{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem}.signup-step-dot{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;background:#f3f4f6;color:#9ca3af;transition:all .3s ease}.signup-step-dot.active{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;box-shadow:0 4px 12px #ff6b354d}.signup-step-dot.completed{background:#10b981;color:#fff}.signup-step-line{flex:1;height:3px;background:#e5e7eb;border-radius:2px;transition:all .3s ease}.signup-step-line.active{background:linear-gradient(to right,#10b981,#ff6b35)}.signup-message-box{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:8px;margin-top:1rem;font-size:.875rem}.signup-message-success{background:#f0fdf4;border:1px solid #86efac}.signup-message-error{background:#fef2f2;border:1px solid #fecaca}.signup-message-icon{width:18px;height:18px;flex-shrink:0}.signup-message-icon-success{color:#22c55e}.signup-message-icon-error{color:#dc2626}.signup-message-text{margin:0}.signup-message-text-success{color:#166534}.signup-message-text-error{color:#dc2626}.signup-form{display:flex;flex-direction:column}.signup-form-group{margin-bottom:1.25rem}.signup-form-label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.signup-input-wrapper{position:relative}.signup-input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#9ca3af;pointer-events:none}.signup-form-input{width:100%;padding:.875rem 1rem .875rem 3rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;color:#1f2937;transition:all .3s ease;outline:none}.signup-form-input:focus{border-color:#ff6b35;box-shadow:0 0 0 4px #ff6b351a}.signup-form-input::placeholder{color:#9ca3af}.signup-password-input{padding-right:3rem}.signup-password-toggle{position:absolute;top:50%;right:1rem;transform:translateY(-50%);background:none;border:none;color:#9ca3af;cursor:pointer;padding:0;display:flex;align-items:center;transition:color .3s ease}.signup-password-toggle:hover{color:#ff6b35}.signup-password-toggle svg{width:20px;height:20px}.signup-submit-button{width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #ff6b354d;margin-top:.5rem;margin-bottom:1rem}.signup-submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ff6b3566}.signup-submit-button:active:not(:disabled){transform:translateY(0)}.signup-submit-button:disabled{opacity:.6;cursor:not-allowed}.signup-button-content{display:flex;align-items:center;justify-content:center;gap:.5rem}.signup-button-icon{width:18px;height:18px}.signup-loading-content{display:flex;align-items:center;justify-content:center;gap:.5rem}.signup-spinner{width:20px;height:20px;animation:spin 1s linear infinite}.signup-spinner-circle{opacity:.25}.signup-spinner-path{opacity:.75}.signup-action-buttons{display:flex;gap:.75rem;margin-top:.5rem;margin-bottom:1rem}.signup-back-button{flex:0 0 auto;padding:.875rem 1.25rem;background:#fff;color:#6b7280;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.signup-back-button:hover{background:#f9fafb;border-color:#d1d5db}.signup-submit-button-primary{flex:1;margin:0}.signup-login-section{text-align:center;padding-top:1rem;border-top:1px solid #f3f4f6}.signup-login-text{color:#6b7280;font-size:.95rem;margin:0}.signup-login-link{color:#ff6b35;font-weight:600;text-decoration:none;transition:color .3s ease}.signup-login-link:hover{color:#f7931e;text-decoration:underline}.signup-mobile-branding{display:none;margin-top:2rem;text-align:center}.signup-mobile-branding-text{color:#6b7280;font-size:.875rem;line-height:1.5;margin:0}@media(max-width:1024px){.signup-container{flex-direction:column}.signup-branding{min-height:200px;padding:3rem 2rem}.signup-branding-content{text-align:center}.signup-logo-section{justify-content:center}.signup-brand-name{font-size:2.5rem}.signup-description-section{display:none}.signup-form-section{padding:3rem 1.5rem}.signup-mobile-branding{display:block}}@media(max-width:640px){.signup-branding{min-height:150px;padding:2rem 1.5rem}.signup-brand-name{font-size:2rem}.signup-logo-icon{width:50px;height:50px}.signup-logo-icon svg{width:26px;height:26px}.signup-form-card{padding:2rem 1.5rem}.signup-form-title{font-size:1.5rem}.signup-form-section{padding:2rem 1rem}.signup-form-group{margin-bottom:1rem}.signup-action-buttons{flex-direction:column}.signup-back-button{width:100%;justify-content:center}}@media(max-width:480px){.signup-branding{min-height:120px;padding:1.5rem 1rem}.signup-form-card{padding:1.5rem 1.25rem}.signup-form-title{font-size:1.35rem}.signup-form-header{margin-bottom:1.5rem}.signup-step-indicator{gap:.75rem}.signup-step-dot{width:32px;height:32px;font-size:.8rem}}@media(max-height:800px){.signup-form-card{padding:1.5rem 2rem}.signup-form-header{margin-bottom:1.5rem}.signup-form-group{margin-bottom:1rem}}@media(min-width:1025px){.signup-description-section{display:block}.signup-mobile-branding{display:none}}.login-container{min-height:100vh;display:flex;background:linear-gradient(135deg,#fff5eb,#ffe5cc)}.login-branding{flex:1;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;background:linear-gradient(135deg,#ff6b35,#f7931e);position:relative;overflow:hidden}.branding-content{max-width:500px;color:#fff;position:relative;z-index:2}.logo-section{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.logo-icon svg{width:32px;height:32px;color:#fff}.brand-name{font-size:3rem;font-weight:800;color:#fff;letter-spacing:-1px;margin:0}.description-section{margin-top:2rem}.description-section h2{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem}.description-text{font-size:1.125rem;line-height:1.75;color:#fffffff2;margin:0 0 2rem}.features-list{display:flex;flex-direction:column;gap:1rem}.feature-item{display:flex;align-items:center;gap:.75rem}.feature-dot{width:8px;height:8px;background:#fff;border-radius:50%;flex-shrink:0}.feature-text{color:#ffffffe6;font-size:1rem}.decorative-elements{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1}.login-form-section{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.form-card{background:#fff;border-radius:24px;box-shadow:0 20px 60px #ff6b3526;padding:3rem 2.5rem;width:100%}.form-header{margin-bottom:2rem}.form-title{font-size:2rem;font-weight:800;color:#1f2937;text-align:left;margin:0 0 .5rem}.form-subtitle{color:#6b7280;font-size:1rem;line-height:1.6;margin:0}.error-message-box{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:1.5rem;color:#dc2626;font-size:.875rem}.error-text{margin:0;color:#dc2626}.login-form{display:flex;flex-direction:column}.form-group{margin-bottom:1.5rem}.input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#9ca3af;pointer-events:none;transition:opacity .2s ease;z-index:1}.form-input:not(:placeholder-shown)~.input-icon,.form-input:focus~.input-icon{opacity:0}.form-input:not(:placeholder-shown),.form-input:focus{padding-left:1rem}.form-input::placeholder{color:#9ca3af;padding-left:1.5rem}.password-input{padding-right:3rem}.password-toggle{position:absolute;top:50%;right:1rem;transform:translateY(-50%);background:none;border:none;color:#9ca3af;cursor:pointer;padding:0;display:flex;align-items:center;transition:color .3s ease;z-index:2}.password-toggle:hover{color:#ff6b35}.password-toggle svg{width:20px;height:20px}.forgot-password-wrapper{display:flex;justify-content:flex-end;margin-bottom:1.5rem}.forgot-password-link{color:#ff6b35;font-weight:600;font-size:.875rem;text-decoration:none;transition:color .3s ease}.forgot-password-link:hover{color:#f7931e;text-decoration:underline}.submit-button{width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #ff6b354d;margin-bottom:1.5rem}.signup-section{text-align:center;padding-top:1rem;border-top:1px solid #f3f4f6}.signup-text{color:#6b7280;font-size:.95rem;margin:0}.signup-link{color:#ff6b35;font-weight:600;text-decoration:none;transition:color .3s ease}.signup-link:hover{color:#f7931e;text-decoration:underline}.mobile-branding{display:none;margin-top:2rem;text-align:center}.mobile-branding-text{color:#6b7280;font-size:.875rem;line-height:1.5;margin:0}.toast-container{z-index:9999}@media(max-width:1024px){.login-container{flex-direction:column}.login-branding{min-height:200px;padding:3rem 2rem}.branding-content{text-align:center}.logo-section{justify-content:center}.brand-name{font-size:2.5rem}.description-section{display:none}.login-form-section{padding:3rem 1.5rem}.mobile-branding{display:block}}@media(max-width:640px){.login-branding{min-height:150px;padding:2rem 1.5rem}.brand-name{font-size:2rem}.logo-icon{width:50px;height:50px}.logo-icon svg{width:26px;height:26px}.form-card{padding:2rem 1.5rem}.form-title{font-size:1.5rem}.login-form-section{padding:2rem 1rem}}@media(max-width:480px){.login-branding{min-height:120px;padding:1.5rem 1rem}.form-card{padding:1.5rem 1.25rem}.form-title{font-size:1.35rem}}@media(min-width:1025px){.description-section{display:block}.mobile-branding{display:none}}#forgotpassword-page{min-height:100vh;display:flex;background:linear-gradient(135deg,#fff5eb,#ffe5cc)}.forgot-password-container{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.form-input{width:100%;padding:.875rem 1rem .875rem 3rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;color:#1f2937;transition:all .3s ease;outline:none}.info-box{background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;padding:1rem;margin-bottom:1.5rem}.info-text{color:#78350f;font-size:.875rem;line-height:1.5}.link-button{background:none;border:none;color:#ff6b35;font-weight:600;text-decoration:underline;cursor:pointer;padding:0;font-size:inherit}.link-button:hover{color:#f7931e}.back-button{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:transparent;color:#ff6b35;border:2px solid #ff6b35;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.back-button:hover{background:#fff7ed}.back-text-button{display:inline-flex;align-items:center;gap:.5rem;background:none;border:none;color:#6b7280;font-size:.95rem;font-weight:600;cursor:pointer;transition:color .3s ease;padding:.5rem}@media(max-width:1024px){#forgotpassword-page{flex-direction:column}#namedes-box{min-height:300px;padding:3rem 2rem}.brand-content{text-align:center}.logo-container{justify-content:center}#name{font-size:2.5rem}#des{font-size:1rem}.forgot-password-container{padding:3rem 1.5rem}}@media(max-width:480px){.forgot-password-container{padding:2rem 1rem}.form-card{padding:1.5rem 1.25rem}}#resetpassword-page{min-height:100vh;display:flex;background:linear-gradient(135deg,#fff5eb,#ffe5cc)}#namedes-box{flex:1;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;background:linear-gradient(135deg,#ff6b35,#f7931e);position:relative;overflow:hidden}.brand-content{max-width:500px;color:#fff;position:relative;z-index:2}.logo-container{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.logo-icon{width:60px;height:60px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.utensils-icon{width:32px;height:32px;color:#fff}#name{font-size:3rem;font-weight:800;color:#fff;letter-spacing:-1px}#des{font-size:1.125rem;line-height:1.75;color:#fffffff2;margin-top:1rem}.decorative-elements{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.decorative-circle{position:absolute;border-radius:50%;background:#ffffff1a}.circle-1{width:300px;height:300px;top:-100px;right:-100px}.circle-2{width:200px;height:200px;bottom:50px;left:-50px}.circle-3{width:150px;height:150px;bottom:200px;right:100px;background:#ffffff0d}.resetpassword-container{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.form-card{background:#fff;border-radius:24px;box-shadow:0 20px 60px #ff6b3526;padding:3rem 2.5rem;width:100%;max-width:480px}.icon-wrapper{width:80px;height:80px;background:linear-gradient(135deg,#ff6b35,#f7931e);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}.icon-wrapper.success-icon{background:linear-gradient(135deg,#10b981,#059669)}.icon-wrapper .icon{width:40px;height:40px;color:#fff}.form-title{font-size:2rem;font-weight:800;color:#1f2937;text-align:center;margin-bottom:1rem}.form-description{text-align:center;color:#6b7280;font-size:1rem;line-height:1.6;margin-bottom:2.5rem}.reset-form,.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.input-wrapper{position:relative}.input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#9ca3af;pointer-events:none}.form-input{width:100%;padding:.875rem 3rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;color:#1f2937;transition:all .3s ease;outline:none}.form-input:focus{border-color:#ff6b35;box-shadow:0 0 0 4px #ff6b351a}.toggle-password{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:#9ca3af;transition:color .3s ease}.toggle-password:hover{color:#ff6b35}.eye-icon{width:20px;height:20px}.submit-button{width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #ff6b354d}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ff6b3566}.loading-content{display:flex;align-items:center;justify-content:center;gap:.5rem}.spinner{width:20px;height:20px;animation:spin 1s linear infinite}.spinner-circle{opacity:.25}.spinner-path{opacity:.75}.error-message{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:1rem;color:#dc2626;font-size:.875rem}.error-icon{width:18px;height:18px;flex-shrink:0}.success-state{text-align:center}.success-message{color:#6b7280;font-size:1rem;line-height:1.6;margin-bottom:2rem}.success-message strong{color:#1f2937;font-weight:600}.info-box{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:12px;padding:1rem;margin-bottom:1.5rem}.info-text{color:#065f46;font-size:.875rem;line-height:1.5}.login-button{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #ff6b354d}.login-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b3566}.login-button:active{transform:translateY(0)}.back-link{text-align:center}.back-text-button{display:inline-flex;align-items:center;gap:.5rem;background:none;border:none;color:#6b7280;font-size:.95rem;font-weight:600;cursor:pointer;transition:color .3s ease;padding:.5rem;text-decoration:none}.back-text-button:hover{color:#ff6b35}.support-text{margin-top:1.5rem;text-align:center;color:#6b7280;font-size:.875rem}.support-link{color:#ff6b35;font-weight:600;text-decoration:none}.support-link:hover{text-decoration:underline}@media(max-width:1024px){#resetpassword-page{flex-direction:column}#namedes-box{min-height:300px;padding:3rem 2rem}.brand-content{text-align:center}.logo-container{justify-content:center}#name{font-size:2.5rem}#des{font-size:1rem}.resetpassword-container{padding:3rem 1.5rem}}@media(max-width:640px){#namedes-box{min-height:250px;padding:2rem 1.5rem}#name{font-size:2rem}.logo-icon{width:50px;height:50px}.utensils-icon{width:26px;height:26px}#des{font-size:.9rem}.form-card{padding:2rem 1.5rem}.form-title{font-size:1.5rem}.icon-wrapper{width:64px;height:64px}.icon-wrapper .icon{width:32px;height:32px}.circle-1{width:200px;height:200px}.circle-2{width:150px;height:150px}}@media(max-width:480px){.resetpassword-container{padding:2rem 1rem}.form-card{padding:1.5rem 1.25rem}}.upload-banner-wrapper{max-height:80vh;height:65vh;overflow:hidden;background:linear-gradient(135deg,#fff5eb,#ffe5cc);display:flex;align-items:center;justify-content:baseline}.upload-banner-container{display:flex;width:100%;max-width:1700px;height:100vh;max-height:850px;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #ff6b3526}.upload-banner-left{flex:0 0 45%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff6b35,#f7931e);position:relative;overflow:hidden;padding:2rem 1.5rem}.upload-banner-left:before{content:"";position:absolute;top:-60px;right:-60px;width:180px;height:180px;background:#ffffff1a;border-radius:50%;pointer-events:none}.upload-banner-left:after{content:"";position:absolute;bottom:-30px;left:-30px;width:120px;height:120px;background:#ffffff14;border-radius:50%;pointer-events:none}.banner-preview-section{text-align:center;position:relative;z-index:2;width:100%}.banner-preview-header{margin-bottom:1.5rem}.preview-header-icon{display:none}.preview-title{font-size:1.35rem;font-weight:800;color:#fff;margin:0 0 .4rem;letter-spacing:-.3px}.preview-subtitle{color:#fffffff2;font-size:.85rem;font-weight:500;margin:0}.banner-preview-wrapper{display:inline-block;position:relative;background:#fff;padding:1rem;border-radius:12px;box-shadow:0 10px 30px #0003;max-width:100%}.banner-preview-display{max-width:390px;height:130px;border-radius:8px;overflow:hidden;background:#f9fafb;display:flex;align-items:center;justify-content:center}.banner-image{width:100%;height:100%;object-fit:cover;display:block}.banner-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem;text-align:center}.placeholder-icon{width:50px;height:50px;color:#d1d5db}.placeholder-text{font-size:1rem;font-weight:600;color:#6b7280;margin:0}.placeholder-hint{font-size:.8rem;color:#9ca3af}.upload-banner-right{flex:0 0 55%;display:flex;align-items:center;justify-content:center;background:#fff;padding:2rem 1.75rem;overflow-y:auto}.upload-banner-right::-webkit-scrollbar{width:5px}.upload-banner-right::-webkit-scrollbar-track{background:#f9fafb}.upload-banner-right::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.upload-banner-right::-webkit-scrollbar-thumb:hover{background:#9ca3af}.upload-banner-content{width:100%;max-width:420px}.upload-banner-header{margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:2px solid #f3f4f6}.upload-banner-header h1{font-size:1.5rem;font-weight:800;color:#1f2937;margin-bottom:.35rem;background:linear-gradient(135deg,#ff6b35,#f7931e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.3px}.upload-description{font-size:.8rem;color:#6b7280;margin:0;line-height:1.4}.banner-actions{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1.25rem}.action-button{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.75rem 1.1rem;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;outline:none;width:100%}.action-button:disabled{opacity:.6;cursor:not-allowed}.upload-btn{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;box-shadow:0 2px 8px #ff6b3540}.upload-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #ff6b3559}.upload-btn:active:not(:disabled){transform:translateY(0)}.remove-btn{background:#fff;color:#ef4444;border:2px solid #ef4444}.remove-btn:hover:not(:disabled){background:#ef4444;color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #ef444440}.remove-btn:active:not(:disabled){transform:translateY(0)}.info-header .info-title{font-size:.9rem;font-weight:700;color:#1f2937;margin:0}@media(max-width:1024px){.upload-banner-wrapper{padding-left:0}.upload-banner-container{flex-direction:column;max-width:600px;width:95%;height:auto;max-height:none;min-height:calc(100vh - 100px);margin:80px auto}.upload-banner-left{flex:0 0 auto;min-height:240px;padding:1.75rem 1.5rem}.upload-banner-left:before{width:150px;height:150px;top:-50px;right:-50px}.upload-banner-left:after{width:100px;height:100px;bottom:-25px;left:-25px}.preview-title{font-size:1.25rem}.preview-subtitle{font-size:.8rem}.banner-preview-display{max-width:350px;height:200px}.upload-banner-right{flex:1;padding:1.75rem 1.5rem}.upload-banner-header h1{font-size:1.4rem}.upload-description{font-size:.75rem}}@media(max-width:768px){.upload-banner-wrapper{height:auto;min-height:100vh;padding:.75rem}.upload-banner-container{margin:70px .75rem .75rem;max-width:100%;border-radius:20px;min-height:auto}.upload-banner-left{min-height:200px;padding:1.5rem 1rem}.preview-title{font-size:1.15rem;margin-bottom:.35rem}.preview-subtitle{font-size:.75rem}.banner-preview-wrapper{padding:.85rem}.banner-preview-display{max-width:100%;height:180px}.placeholder-icon{width:45px;height:45px}.placeholder-text{font-size:.95rem}.placeholder-hint{font-size:.75rem}.upload-banner-right{padding:1.5rem 1.25rem}.upload-banner-content{max-width:100%}.upload-banner-header{margin-bottom:1.25rem;padding-bottom:1rem}.upload-banner-header h1{font-size:1.3rem}.upload-description{font-size:.75rem}.status-message{padding:.75rem .9rem;font-size:.8rem;gap:.55rem;margin-bottom:1.1rem}.message-icon{width:16px;height:16px}.banner-actions{gap:.6rem;margin-bottom:1.1rem}.action-button{padding:.7rem 1rem;font-size:.8rem;gap:.55rem}.button-icon{width:15px;height:15px}.info-box{padding:.9rem;border-radius:8px}.info-header{gap:.45rem;margin-bottom:.6rem}.info-icon{width:16px;height:16px}.info-header .info-title{font-size:.85rem}.info-list{gap:.45rem}.info-list li{font-size:.75rem;padding-left:1.1rem}.info-list li:before{font-size:.7rem}}@media(max-width:480px){.upload-banner-wrapper{padding:.5rem}.upload-banner-container{margin:65px .5rem .5rem;border-radius:16px}.upload-banner-left{min-height:180px;padding:1.25rem .9rem}.preview-title{font-size:1.05rem}.preview-subtitle{font-size:.7rem}.banner-preview-wrapper{padding:.75rem}.banner-preview-display{height:160px}.placeholder-icon{width:40px;height:40px}.placeholder-text{font-size:.9rem}.placeholder-hint{font-size:.7rem}.upload-banner-right{padding:1.25rem 1rem}.upload-banner-header{margin-bottom:1.1rem;padding-bottom:.9rem}.upload-banner-header h1{font-size:1.2rem}.upload-description{font-size:.7rem}.status-message{padding:.7rem .85rem;font-size:.75rem;margin-bottom:1rem}.banner-actions{gap:.55rem;margin-bottom:1rem}.action-button{padding:.65rem .9rem;font-size:.75rem}.info-box{padding:.8rem}.info-header .info-title{font-size:.8rem}.info-list li{font-size:.7rem;padding-left:1rem}}@media(min-width:768px)and (max-width:1024px)and (orientation:landscape){.upload-banner-container{flex-direction:row;max-width:900px;height:calc(100vh - 100px);max-height:600px}.upload-banner-left{flex:0 0 40%;min-height:auto}.upload-banner-right{flex:0 0 60%;overflow-y:auto}.banner-preview-display{height:200px}}@media(prefers-contrast:high){.upload-banner-container{border:2px solid #1f2937}.action-button{border-width:3px}}#emailVerify-page{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}@media(orientation:portrait){#emailVerify-page{padding:5vw}}.add-category-wrapper{min-height:80vh;background:linear-gradient(135deg,#fff5eb,#ffe5cc)}.desktop-view{display:none}.mobile-view{display:block}@media(min-width:769px){.desktop-view{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 100px)}.mobile-view{display:none}.add-category-wrapper{padding:0;display:flex;align-items:center;justify-content:center;height:100vh;overflow:hidden}.add-category-container{display:flex;width:100%;max-width:1700px;height:100vh;max-height:850px;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #ff6b3526}.add-category-left{flex:0 0 45%;display:flex;flex-direction:column;background:linear-gradient(135deg,#ff6b35,#f7931e);position:relative;overflow:hidden}.add-category-left:before{content:"";position:absolute;top:-60px;right:-60px;width:180px;height:180px;background:#ffffff1a;border-radius:50%;pointer-events:none;z-index:1}.add-category-left:after{content:"";position:absolute;bottom:-30px;left:-30px;width:120px;height:120px;background:#ffffff14;border-radius:50%;pointer-events:none;z-index:1}.categories-list-section{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;padding:2rem 1.5rem}.categories-header{margin-bottom:1.5rem;text-align:center}.categories-title{font-size:1.35rem;font-weight:800;color:#fff;margin:0 0 .4rem;letter-spacing:-.3px}.categories-subtitle{color:#fffffff2;font-size:.85rem;font-weight:500;margin:0}.categories-scroll{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding-right:.5rem}.categories-scroll::-webkit-scrollbar{width:5px}.categories-scroll::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.categories-scroll::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.categories-scroll::-webkit-scrollbar-thumb:hover{background:#ffffff80}.categories-droppable{display:flex;flex-direction:column;gap:.75rem}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center;gap:.75rem}.empty-icon{width:50px;height:50px;color:#ffffff80}.empty-text{font-size:1rem;font-weight:600;color:#fff;margin:0}.empty-hint{font-size:.85rem;color:#fffc}.category-item{display:flex;align-items:center;gap:1rem;padding:.9rem;background:#fff;border-radius:12px;cursor:grab;transition:all .2s ease;box-shadow:0 2px 8px #0000001a;-webkit-user-select:none;user-select:none}.category-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.category-item.selected{outline:3px solid #fff;outline-offset:2px;box-shadow:0 4px 16px #0003}.category-item.special{border:2px solid #fbbf24}.category-image-container{flex-shrink:0;width:70px;height:70px;border-radius:8px;overflow:hidden;background:#f3f4f6;position:relative}.category-image{width:100%;height:100%;object-fit:cover}.category-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af}.category-image-placeholder svg{width:30px;height:30px}.category-price-badge{position:absolute;bottom:4px;right:4px;background:#fbbf24;color:#1f2937;font-size:.75rem;font-weight:700;padding:2px 6px;border-radius:4px;box-shadow:0 2px 4px #0003}.category-item-content{flex:1;display:flex;flex-direction:column;gap:.5rem;min-width:0}.category-name{font-size:.95rem;font-weight:700;color:#1f2937;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.publish-toggle{display:flex;align-items:center;gap:.5rem;padding:.5rem .9rem;font-size:.75rem;font-weight:700;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#6b7280;border:2px solid #e5e7eb;border-radius:20px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);width:fit-content;box-shadow:0 2px 4px #0000000d;position:relative;overflow:hidden}.publish-toggle:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ffffff4d,#fff0);opacity:0;transition:opacity .3s ease}.publish-toggle:hover:before{opacity:1}.publish-toggle:hover{transform:translateY(-1px);box-shadow:0 4px 8px #0000001a;border-color:#d1d5db}.publish-toggle.published{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-color:#10b981;box-shadow:0 2px 8px #10b9814d}.publish-toggle.published:before{background:linear-gradient(135deg,#fff3,#fff0)}.publish-toggle.published:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 12px #10b98166;border-color:#059669}.toggle-icon{width:13px;height:13px}.add-category-right{flex:0 0 55%;display:flex;align-items:flex-start;justify-content:center;background:#fff;padding:2rem 1.75rem;overflow-y:auto}.add-category-right::-webkit-scrollbar{width:5px}.add-category-right::-webkit-scrollbar-track{background:#f9fafb}.add-category-right::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.add-category-right::-webkit-scrollbar-thumb:hover{background:#9ca3af}}@media(max-width:768px){.mobile-category-view{width:100%;max-width:600px;margin:0 auto;padding:0;animation:fadeInUp .4s ease;display:flex;flex-direction:column;height:calc(100vh - 80px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.mobile-initial-state{background:#fff;border-radius:20px;padding:2.5rem 1.5rem;box-shadow:0 4px 20px #ff6b351a;text-align:center}.mobile-welcome{margin-bottom:2.5rem}.welcome-icon-wrapper{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#ff6b35,#f7931e);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #ff6b354d}.welcome-icon{width:40px;height:40px;color:#fff}.welcome-title{font-size:1.75rem;font-weight:800;color:#1f2937;margin-bottom:.5rem;background:linear-gradient(135deg,#ff6b35,#f7931e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.welcome-subtitle{font-size:1rem;color:#6b7280;margin:0}.mobile-actions{display:flex;flex-direction:column;gap:1rem}.mobile-primary-btn,.mobile-secondary-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.5rem;border:none;border-radius:14px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000001a}.mobile-primary-btn{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff}.mobile-primary-btn:active{transform:scale(.98);box-shadow:0 1px 4px #0000001a}.mobile-secondary-btn{background:#fff;color:#ff6b35;border:2px solid #ff6b35}.mobile-secondary-btn:active{transform:scale(.98);background:#fff5eb}.btn-icon{width:22px;height:22px}.mobile-list-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:linear-gradient(135deg,#fff5eb,#ffe5cc);position:sticky;top:0;z-index:10;flex-shrink:0}.list-title{font-size:1.5rem;font-weight:800;color:#1f2937;margin:0;flex:1}.add-icon-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;border:none;border-radius:12px;cursor:pointer;box-shadow:0 4px 12px #ff6b354d;transition:all .2s ease}.add-icon-btn:active{transform:scale(.95)}.add-icon{width:24px;height:24px}.mobile-category-list{display:flex;flex-direction:column;gap:.75rem;padding:1rem;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;flex:1}.mobile-category-list::-webkit-scrollbar{width:4px}.mobile-category-list::-webkit-scrollbar-track{background:transparent}.mobile-category-list::-webkit-scrollbar-thumb{background:#ff6b354d;border-radius:2px}.mobile-category-list::-webkit-scrollbar-thumb:hover{background:#ff6b3580}.mobile-category-card{display:flex;align-items:center;gap:1rem;padding:.9rem;background:#fff;border-radius:12px;cursor:grab;transition:all .2s ease;box-shadow:0 2px 8px #0000001a;-webkit-user-select:none;user-select:none}.mobile-category-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(135deg,#ff6b35,#f7931e);opacity:0;transition:opacity .3s ease}.mobile-category-card:active{transform:scale(.98)}.mobile-category-card:active:before{opacity:1}.mobile-category-image{flex-shrink:0;width:70px;height:70px;border-radius:12px;overflow:hidden;background:#f3f4f6}.mobile-category-image img{width:100%;height:100%;object-fit:cover}.mobile-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af}.mobile-image-placeholder svg{width:32px;height:32px}.mobile-category-info{flex:1;display:flex;flex-direction:column;gap:.5rem;min-width:0}.mobile-category-name{font-size:1rem;font-weight:700;color:#1f2937;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-price-tag{display:inline-block;padding:.3rem .7rem;background:#fbbf24;color:#1f2937;font-size:.75rem;font-weight:700;border-radius:8px;width:fit-content}.mobile-publish-badge{display:flex;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.75rem;font-weight:700;border:none;border-radius:20px;width:fit-content;transition:all .2s ease;cursor:pointer}.mobile-publish-badge.published{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.mobile-publish-badge.unpublished{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#6b7280}.badge-icon{width:14px;height:14px}.card-arrow{width:20px;height:20px;color:#d1d5db;transform:rotate(180deg);flex-shrink:0}.mobile-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;background:#fff;border-radius:16px;text-align:center;gap:1rem}.mobile-empty-state .empty-icon{width:60px;height:60px;color:#d1d5db}.mobile-empty-state .empty-text{font-size:1.1rem;font-weight:600;color:#6b7280;margin:0}.empty-add-btn{display:flex;align-items:center;gap:.6rem;padding:.9rem 1.5rem;background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;border:none;border-radius:12px;font-size:.95rem;font-weight:700;cursor:pointer;box-shadow:0 4px 12px #ff6b354d;margin-top:1rem}.mobile-form-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:0 .5rem}.form-title{font-size:1.4rem;font-weight:800;color:#1f2937;margin:0;flex:1}.mobile-form-content{background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 4px 20px #ff6b351a}}.form-input{width:100%;padding:.7rem .85rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.9rem;color:#1f2937;background:#fff;transition:all .2s ease;outline:none}.form-input:focus{border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a}.checkbox-group{display:flex;align-items:center}.checkbox-label{display:flex;align-items:center;gap:.6rem;cursor:pointer;font-size:.9rem;font-weight:600;color:#374151}.checkbox-input{width:18px;height:18px;cursor:pointer;accent-color:#ff6b35}.upload-image-btn{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.75rem 1.1rem;background:#fff;color:#ff6b35;border:2px dashed #ff6b35;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;outline:none;width:100%}.upload-image-btn:hover{background:#fff5eb;border-style:solid}.image-preview-wrapper{display:flex;flex-direction:column;gap:.75rem}.image-preview{width:100%;height:140px;object-fit:cover;border-radius:8px;border:2px solid #e5e7eb}.change-image-btn{padding:.6rem 1rem;background:#fff;color:#ff6b35;border:2px solid #ff6b35;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease}.change-image-btn:hover{background:#ff6b35;color:#fff}.desktop-only{display:none}.mobile-only{display:flex}@media(min-width:769px){.desktop-only{display:block}.mobile-only{display:none!important}}@media(prefers-contrast:high){.add-category-container{border:2px solid #1f2937}.action-btn{border-width:3px}}.add-menu-wrapper{min-height:100vh;height:100vh;overflow:hidden;background:linear-gradient(135deg,#fff5eb,#ffe5cc);display:flex;align-items:center;justify-content:center;padding:0}.add-menu-container{display:flex;width:90%;max-width:1800px;height:calc(100vh - 120px);max-height:850px;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #ff6b3526}.add-menu-left{flex:0 0 45%;display:flex;flex-direction:column;background:linear-gradient(135deg,#ff6b35,#f7931e);position:relative;overflow:hidden}.add-menu-left:before{content:"";position:absolute;top:-60px;right:-60px;width:180px;height:180px;background:#ffffff1a;border-radius:50%;pointer-events:none;z-index:1}.add-menu-left:after{content:"";position:absolute;bottom:-30px;left:-30px;width:120px;height:120px;background:#ffffff14;border-radius:50%;pointer-events:none;z-index:1}.menu-items-list-section{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;padding:2rem 1.5rem}.menu-items-header{margin-bottom:1.5rem;text-align:center}.menu-items-title{font-size:1.35rem;font-weight:800;color:#fff;margin:0 0 .4rem;letter-spacing:-.3px}.menu-items-subtitle{color:#fffffff2;font-size:.85rem;font-weight:500;margin:0}.menu-items-scroll{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding-right:.5rem}.menu-items-scroll::-webkit-scrollbar{width:5px}.menu-items-scroll::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.menu-items-scroll::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.menu-items-scroll::-webkit-scrollbar-thumb:hover{background:#ffffff80}.menu-items-droppable{display:flex;flex-direction:column;gap:.75rem}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center;gap:.75rem}.empty-icon{width:50px;height:50px;color:#ffffff80}.empty-text{font-size:1rem;font-weight:600;color:#fff;margin:0}.empty-hint{font-size:.85rem;color:#fffc}.menu-item{padding:1rem;background:#fff;border-radius:12px;cursor:grab;transition:all .2s ease;box-shadow:0 2px 8px #0000001a;-webkit-user-select:none;user-select:none}.menu-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.menu-item.selected{outline:3px solid #fff;outline-offset:2px;box-shadow:0 4px 16px #0003}.menu-item-content{display:flex;flex-direction:column;gap:.6rem}.menu-item-name{font-size:.95rem;font-weight:700;color:#1f2937;line-height:1.3}.menu-item-prices{display:flex;flex-wrap:wrap;gap:.5rem}.price-badge{display:inline-block;padding:.3rem .6rem;font-size:.75rem;font-weight:600;border-radius:6px;color:#fff}.price-badge.half{background:linear-gradient(135deg,#8b5cf6,#6366f1)}.price-badge.full{background:linear-gradient(135deg,#10b981,#059669)}.publish-toggle{display:flex;align-items:center;gap:.4rem;padding:.4rem .7rem;font-size:.75rem;font-weight:600;background:#f3f4f6;color:#6b7280;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;width:fit-content}.publish-toggle:hover{background:#e5e7eb}.publish-toggle.published{background:#10b981;color:#fff}.publish-toggle.published:hover{background:#059669}.toggle-icon{width:13px;height:13px}.add-menu-right{flex:0 0 55%;display:flex;align-items:flex-start;justify-content:center;background:#fff;padding:2rem 1.75rem;overflow-y:auto}.add-menu-right::-webkit-scrollbar{width:5px}.add-menu-right::-webkit-scrollbar-track{background:#f9fafb}.add-menu-right::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.add-menu-right::-webkit-scrollbar-thumb:hover{background:#9ca3af}.form-wrapper{width:100%;max-width:480px}.form-header{margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:2px solid #f3f4f6}.form-header h1{font-size:1.5rem;font-weight:800;color:#1f2937;margin-bottom:.35rem;background:linear-gradient(135deg,#ff6b35,#f7931e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.3px}.form-description{font-size:.8rem;color:#6b7280;margin:0;line-height:1.4}.status-message{display:flex;align-items:center;gap:.6rem;padding:.85rem 1rem;border-radius:10px;font-size:.85rem;font-weight:600;margin-bottom:1.25rem}.status-message.success{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46;border-left:3px solid #10b981}.status-message.error{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b;border-left:3px solid #ef4444}.message-icon{width:18px;height:18px;flex-shrink:0}.form-fields{display:flex;flex-direction:column;gap:1.1rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.85rem;font-weight:600;color:#374151}.form-input,.form-select{width:100%;padding:.7rem .85rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.9rem;color:#1f2937;background:#fff;transition:all .2s ease;outline:none}.form-input:focus,.form-select:focus{border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a}.form-input::placeholder{color:#9ca3af}.form-select{cursor:pointer}.info-note{display:flex;align-items:flex-start;gap:.6rem;padding:.85rem 1rem;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-left:3px solid #3b82f6;border-radius:8px}.note-icon{width:18px;height:18px;color:#1e40af;flex-shrink:0;margin-top:.1rem}.note-text{font-size:.8rem;color:#1e3a8a;margin:0;line-height:1.4;font-weight:600}.form-actions{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1.25rem}.action-btn{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.75rem 1.1rem;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;outline:none}.primary-btn{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;box-shadow:0 2px 8px #ff6b3540}.primary-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ff6b3559}.secondary-btn{background:#fff;color:#6b7280;border:2px solid #e5e7eb}.secondary-btn:hover{background:#f9fafb;border-color:#d1d5db}.delete-btn{background:#fff;color:#ef4444;border:2px solid #ef4444}.delete-btn:hover{background:#ef4444;color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #ef444440}.action-btn:active{transform:translateY(0)}.info-title{font-size:.9rem;font-weight:700;color:#1f2937;margin:0}.info-content{width:100%}@media(max-width:1024px){.add-menu-wrapper{padding-left:0}.add-menu-container{flex-direction:column;max-width:600px;width:95%;height:auto;max-height:none;min-height:calc(100vh - 100px);margin:80px auto}.add-menu-left{flex:0 0 auto;max-height:300px;min-height:240px;padding:1.75rem 1.5rem}.add-menu-left:before{width:150px;height:150px;top:-50px;right:-50px}.add-menu-left:after{width:100px;height:100px;bottom:-25px;left:-25px}.menu-items-title{font-size:1.25rem}.menu-items-subtitle{font-size:.8rem}.menu-item{padding:.9rem}.add-menu-right{flex:1;padding:1.75rem 1.5rem}.form-header h1{font-size:1.4rem}.form-description{font-size:.75rem}}@media(max-width:768px){.add-menu-wrapper{height:auto;min-height:100vh;padding:.75rem}.add-menu-container{margin:70px .75rem .75rem;max-width:100%;border-radius:20px;min-height:auto}.add-menu-left{max-height:280px;min-height:200px;padding:1.5rem 1rem}.menu-items-title{font-size:1.15rem;margin-bottom:.35rem}.menu-items-subtitle{font-size:.75rem}.menu-items-scroll{padding-right:.25rem}.menu-items-droppable{gap:.6rem}.menu-item{padding:.85rem}.menu-item-name{font-size:.85rem}.menu-item-prices{gap:.4rem}.price-badge{padding:.25rem .5rem;font-size:.7rem}.publish-toggle{padding:.35rem .6rem;font-size:.7rem;gap:.3rem}.toggle-icon{width:12px;height:12px}.add-menu-right{padding:1.5rem 1.25rem}.form-wrapper{max-width:100%}.form-header{margin-bottom:1.25rem;padding-bottom:1rem}.form-header h1{font-size:1.3rem}.form-description{font-size:.75rem}.status-message{padding:.75rem .9rem;font-size:.8rem;gap:.55rem;margin-bottom:1.1rem}.message-icon{width:16px;height:16px}.form-fields{gap:1rem;margin-bottom:1.25rem}.form-group label{font-size:.8rem}.form-input,.form-select{padding:.65rem .8rem;font-size:.85rem}.info-note{padding:.75rem .9rem}.note-icon{width:16px;height:16px}.note-text{font-size:.75rem}.form-actions{gap:.6rem;margin-bottom:1.1rem}.action-btn{padding:.7rem 1rem;font-size:.8rem;gap:.55rem}.button-icon{width:15px;height:15px}.info-box{padding:.9rem;border-radius:8px}.info-header{gap:.45rem;margin-bottom:.6rem}.info-icon{width:16px;height:16px}.info-title{font-size:.85rem}.info-list{gap:.45rem}.info-list li{font-size:.75rem;padding-left:1.1rem}.info-list li:before{font-size:.7rem}}@media(max-width:480px){.add-menu-wrapper{padding:.5rem}.add-menu-container{margin:65px .5rem .5rem;border-radius:16px}.add-menu-left{max-height:260px;min-height:180px;padding:1.25rem .9rem}.menu-items-title{font-size:1.05rem}.menu-items-subtitle{font-size:.7rem}.menu-item{padding:.8rem}.menu-item-name{font-size:.8rem}.add-menu-right{padding:1.25rem 1rem}.form-header{margin-bottom:1.1rem;padding-bottom:.9rem}.form-header h1{font-size:1.2rem}.form-description{font-size:.7rem}.status-message{padding:.7rem .85rem;font-size:.75rem;margin-bottom:1rem}.form-fields{gap:.9rem;margin-bottom:1.1rem}.form-input,.form-select{padding:.6rem .75rem;font-size:.8rem}.form-actions{gap:.55rem;margin-bottom:1rem}.action-btn{padding:.65rem .9rem;font-size:.75rem}.info-box{padding:.8rem}.info-title{font-size:.8rem}.info-list li{font-size:.7rem;padding-left:1rem}}@media(min-width:768px)and (max-width:1024px)and (orientation:landscape){.add-menu-container{flex-direction:row;max-width:900px;height:calc(100vh - 100px);max-height:600px}.add-menu-left{flex:0 0 40%;min-height:auto;max-height:none}.add-menu-right{flex:0 0 60%;overflow-y:auto}}@media(prefers-contrast:high){.add-menu-container{border:2px solid #1f2937}.action-btn{border-width:3px}}.profile-section{min-height:100vh;height:100vh;overflow:hidden;background:linear-gradient(135deg,#fff5eb,#ffe5cc);display:flex;align-items:center;justify-content:center;padding:0}.profile-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding-left:280px}.profile-container{display:flex;width:90%;max-width:1800px;height:calc(100vh - 120px);max-height:900px;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #ff6b3526}.profile-left{flex:0 0 35%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff6b35,#f7931e);position:relative;overflow:hidden;padding:2.5rem 2rem}.profile-left:before{content:"";position:absolute;top:-70px;right:-70px;width:200px;height:200px;background:#ffffff1a;border-radius:50%;pointer-events:none}.profile-left:after{content:"";position:absolute;bottom:-40px;left:-40px;width:140px;height:140px;background:#ffffff14;border-radius:50%;pointer-events:none}.profile-branding{text-align:center;position:relative;z-index:2;width:100%;max-width:380px}.profile-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:120px;height:120px;background:#fff;border-radius:50%;margin-bottom:1.5rem;box-shadow:0 10px 30px #0003}.profile-icon{width:60px;height:60px;color:#ff6b35}.profile-branding-title{font-size:1.85rem;font-weight:800;color:#fff;margin:0 0 .75rem;letter-spacing:-.5px;line-height:1.2}.profile-branding-subtitle{font-size:.95rem;color:#fffffff2;margin:0 0 2rem;line-height:1.5}.banner-preview{position:relative;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;background:#ffffff1a;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.banner-circle{width:180px;height:180px;border-radius:50%;object-fit:cover;border:4px solid white;box-shadow:0 8px 20px #0003}.banner-placeholder{width:180px;height:180px;border-radius:50%;background:#ffffff26;border:3px dashed rgba(255,255,255,.5);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.banner-placeholder.hidden{display:none}.banner-placeholder-icon{width:50px;height:50px;color:#fffc}.banner-placeholder p{color:#ffffffe6;font-size:.9rem;font-weight:600}.upload-banner-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff;color:#ff6b35;border-radius:10px;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s ease;box-shadow:0 4px 12px #00000026}.upload-banner-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}.upload-icon{width:18px;height:18px}.profile-right{flex:1;padding:2.5rem 2rem;overflow-y:auto}.profile-right::-webkit-scrollbar{width:6px}.profile-right::-webkit-scrollbar-track{background:#f9fafb}.profile-right::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.profile-right::-webkit-scrollbar-thumb:hover{background:#9ca3af}.profile-form-wrapper{width:100%;max-width:520px}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.spinner-large{width:50px;height:50px;border:4px solid #f3f4f6;border-top-color:#ff6b35;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-state p{color:#6b7280;font-size:.95rem}.profile-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #f3f4f6}.profile-header h1{font-size:1.85rem;font-weight:800;color:#1f2937;margin-bottom:.5rem;background:linear-gradient(135deg,#ff6b35,#f7931e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}.profile-subtitle{font-size:.9rem;color:#6b7280;margin:0;line-height:1.4}.profile-form{display:flex;flex-direction:column;gap:1.75rem}.form-input,.form-textarea{width:100%;padding:.9rem;border:2px solid #e5e7eb;border-radius:10px;font-size:.9rem;font-family:inherit;color:#1f2937;background:#fff;transition:all .2s ease;outline:none}.form-input.readonly{background:#f9fafb;color:#4b5563;cursor:default;border-color:#e5e7eb}.form-input.readonly.address{min-height:80px;white-space:pre-wrap;line-height:1.6}.form-input:not(.readonly):hover,.form-textarea:hover{border-color:#ff6b35}.form-input:not(.readonly):focus,.form-textarea:focus{border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a}.form-textarea{resize:vertical;min-height:90px;max-height:200px}.info-cards-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:.5rem}.info-card{display:flex;align-items:flex-start;gap:.85rem;padding:1.25rem;background:linear-gradient(135deg,#fff5eb,#ffe5cc);border-radius:12px;border-left:3px solid #ff6b35;transition:all .2s ease}.info-card:first-child{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-left:3px solid #10b981}.info-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ff6b3526}.info-card:first-child:hover{box-shadow:0 4px 12px #10b98126}.info-card-icon{width:28px;height:28px;color:#ff6b35;flex-shrink:0}.info-card:first-child .info-card-icon{color:#10b981}.info-card-content{flex:1}.info-card-label{font-size:.75rem;color:#6b7280;margin:0 0 .35rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.info-card-value{font-size:.95rem;color:#1f2937;margin:0;font-weight:700}.profile-actions{display:flex;gap:1rem;margin-top:1rem}.btn-edit,.btn-save,.btn-cancel{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.9rem 1.75rem;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;outline:none;flex:1}.btn-edit,.btn-save{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;box-shadow:0 4px 12px #ff6b354d}.btn-edit:hover,.btn-save:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ff6b3566}.btn-cancel{background:#f3f4f6;color:#374151;box-shadow:0 2px 8px #0000000d}.btn-cancel:hover{background:#e5e7eb;transform:translateY(-2px)}@media(max-width:1024px){.profile-wrapper{padding-left:0}.profile-container{flex-direction:column;max-width:650px;width:95%;height:auto;max-height:none;min-height:calc(100vh - 100px);margin:80px auto}.profile-left{flex:0 0 auto;min-height:320px;padding:2rem 1.75rem}.profile-left:before{width:160px;height:160px;top:-60px;right:-60px}.profile-left:after{width:110px;height:110px;bottom:-30px;left:-30px}.profile-icon-wrapper{width:100px;height:100px;margin-bottom:1.25rem}.profile-icon{width:50px;height:50px}.profile-branding-title{font-size:1.6rem}.profile-branding-subtitle{font-size:.9rem;margin-bottom:1.75rem}.banner-circle,.banner-placeholder{width:150px;height:150px}.banner-placeholder-icon{width:40px;height:40px}.profile-right{flex:1;padding:2rem 1.75rem}.profile-header h1{font-size:1.65rem}.info-cards-row{grid-template-columns:1fr}}@media(max-width:768px){.profile-section{height:auto;min-height:100vh;padding:.75rem}.profile-wrapper{height:auto;padding-right:0;margin-left:0}.profile-container{margin:70px .75rem .75rem;width:100%;max-width:100%;border-radius:20px;min-height:auto}.profile-left{min-height:280px;padding:1.75rem 1.25rem}.profile-icon-wrapper{width:90px;height:90px;margin-bottom:1rem}.profile-icon{width:45px;height:45px}.profile-branding-title{font-size:1.45rem;margin-bottom:.6rem}.profile-branding-subtitle{font-size:.85rem;margin-bottom:1.5rem}.banner-preview{padding:1.25rem}.banner-circle,.banner-placeholder{width:130px;height:130px}.banner-placeholder-icon{width:35px;height:35px}.banner-placeholder p{font-size:.8rem}.upload-banner-btn{padding:.65rem 1.25rem;font-size:.8rem}.upload-icon{width:16px;height:16px}.profile-right{padding:1.75rem 1.25rem}.profile-form-wrapper{max-width:100%}.profile-header{margin-bottom:1.75rem;padding-bottom:1.25rem}.profile-header h1{font-size:1.5rem}.profile-subtitle{font-size:.85rem}.profile-form{gap:1.5rem}.form-group{gap:.7rem}.form-label{font-size:.85rem}.label-icon{width:16px;height:16px}.form-input,.form-textarea{padding:.8rem;font-size:.85rem}.info-card{padding:1rem;gap:.75rem}.info-card-icon{width:24px;height:24px}.info-card-label{font-size:.7rem}.info-card-value{font-size:.9rem}.profile-actions{flex-direction:column;gap:.85rem}.btn-edit,.btn-save,.btn-cancel{padding:.8rem 1.5rem;font-size:.9rem}.button-icon{width:16px;height:16px}}@media(max-width:480px){.profile-section{padding:.5rem}.profile-container{margin:65px .5rem .5rem;border-radius:16px}.profile-left{min-height:260px;padding:1.5rem 1rem}.profile-icon-wrapper{width:80px;height:80px;margin-bottom:.85rem}.profile-icon{width:40px;height:40px}.profile-branding-title{font-size:1.3rem;margin-bottom:.5rem}.profile-branding-subtitle{font-size:.8rem;margin-bottom:1.25rem}.banner-preview{padding:1rem}.banner-circle,.banner-placeholder{width:110px;height:110px}.banner-placeholder-icon{width:30px;height:30px}.banner-placeholder p{font-size:.75rem}.upload-banner-btn{padding:.6rem 1.1rem;font-size:.75rem}.profile-right{padding:1.5rem 1rem}.profile-header{margin-bottom:1.5rem;padding-bottom:1.1rem}.profile-header h1{font-size:1.35rem}.profile-subtitle{font-size:.8rem}.profile-form{gap:1.35rem}.form-label{font-size:.8rem}.form-input,.form-textarea{padding:.75rem;font-size:.8rem}.info-card{padding:.9rem}.info-card-icon{width:22px;height:22px}.info-card-label{font-size:.65rem}.info-card-value{font-size:.85rem}.btn-edit,.btn-save,.btn-cancel{padding:.75rem 1.35rem;font-size:.85rem}}@media(min-width:768px)and (max-width:1024px)and (orientation:landscape){.profile-container{flex-direction:row;max-width:950px;height:calc(100vh - 100px);max-height:650px}.profile-left{flex:0 0 38%;min-height:auto}.profile-right{flex:0 0 62%;overflow-y:auto}.banner-circle,.banner-placeholder{width:140px;height:140px}}@media(prefers-contrast:high){.profile-container,.btn-edit,.btn-save{border:2px solid #1f2937}}.new-menu-theme{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;padding:0 10px 10px;background-color:#fff0f0;color:#333;min-height:100vh;box-sizing:border-box;animation:fadeIn .8s ease forwards;position:relative;height:auto;display:flex;flex-direction:column;margin-top:0}.banner-container{width:100%;display:flex;justify-content:center;margin-bottom:15px;animation:fadeIn 1s ease forwards;position:sticky;top:0vh;z-index:1000;background-color:#fff0f0;height:40vw;padding-top:2vh}.banner-image{width:90vw;height:40vw;border-radius:25px;object-fit:cover;opacity:0;animation:fadeIn 1s ease forwards;animation-delay:.3s;animation-fill-mode:forwards;border:2.5vw solid #fff0f0;border-top:none}.banner-container.hide-banner{opacity:0;visibility:hidden;position:absolute;height:0;margin:0;padding:0}.categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;animation:fadeInUp .8s ease forwards;padding:0 5px 50px}.category-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 3px 8px #0000001a;cursor:pointer;display:flex;flex-direction:column;align-items:center;padding:10px;transition:transform .3s ease,box-shadow .3s ease}.category-card:hover{transform:translateY(-3px);box-shadow:0 6px 12px #0003}.category-image{width:100%;height:80px;object-fit:cover;border-radius:8px;margin-bottom:6px}.category-placeholder{width:100%;height:80px;background-color:#ddd;border-radius:8px;margin-bottom:6px;display:flex;justify-content:center;align-items:center;font-size:14px;color:#777}.category-name{font-size:14px;font-weight:600;text-align:center;color:#444}.selected-category{position:sticky!important;top:1vh;left:auto;right:auto;background:#fffbe6;border-radius:10px;box-shadow:0 0 10px 1px teal;padding:10px;display:flex;align-items:center;gap:10px;z-index:1000;margin-bottom:25px!important}.selected-category .category-image{width:70px;height:70px;object-fit:cover;border-radius:8px}.selected-category .category-name{font-size:18px;font-weight:700;color:#b8860b}.back-button{margin-left:auto;background-color:#b8860b;color:#fff;border:none;padding:6px 12px;border-radius:6px;font-size:14px;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.back-button:hover{background-color:#a37508;transform:scale(1.05)}.menu-list-new{display:flex;flex-direction:column;gap:12px;overflow-y:auto;scroll-snap-type:y mandatory;overscroll-behavior:contain;scrollbar-gutter:stable;flex-grow:1;padding-bottom:50px;padding-left:10px;padding-right:10px;border-top:1px solid #ddd;margin-top:0!important;margin-bottom:0}.menu-footer{text-align:center;margin-top:40px;font-weight:700;font-size:1rem;color:#444;position:relative!important;bottom:auto!important;left:auto!important;right:auto!important;width:100%!important;background-color:#f0f0f0!important;padding:10px 20px;border-top:1px solid #ccc;box-shadow:0 -2px 5px #0000001a;z-index:auto}.menu-item-new{background-color:#fff;border-radius:8px;padding:10px;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;font-size:16px;font-weight:600;color:#333;opacity:0;transform:translateY(10px);animation:fadeInUp .5s ease forwards}.menu-item-new .item-name{width:65%;overflow-wrap:break-word}.menu-item-new .item-price{font-weight:500;color:#007bff;font-size:1.1rem;background:#007bff1a;padding:4px 12px;border-radius:20px;text-align:center;min-width:60px;white-space:nowrap}.menu-list-new::-webkit-scrollbar{width:6px}.menu-list-new::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.loading,.error,.no-items{text-align:center;font-size:16px;color:#666;margin:20px 0;animation:fadeIn .8s ease forwards}.menu-footer-new{text-align:center;margin-top:40px;font-weight:700;font-size:1rem;color:#444;position:fixed!important;bottom:0!important;left:-5%!important;right:0!important;width:100%!important;background-color:#f0f0f0!important;padding:10px 20px;border-top:1px solid #ccc;box-shadow:0 -2px 5px #0000001a;z-index:1001}@media(min-width:480px){.categories-grid{grid-template-columns:repeat(3,1fr)}}.table-number-badge{position:absolute;top:15px;right:15px;background:linear-gradient(135deg,#d4af37,#f4d03f);color:#333;padding:8px 16px;border-radius:20px;font-weight:700;font-size:16px;box-shadow:0 4px 12px #d4af3766;z-index:1010;animation:slideInDown .5s ease forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.session-info-banner{position:fixed;top:0;left:0;right:0;z-index:999;padding:12px 15px;animation:slideInDown .4s ease;font-size:14px;font-weight:500;display:flex;justify-content:center;align-items:center}.session-info-banner.controller{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff}.session-info-banner.viewer{background:linear-gradient(135deg,#2196f3,#0b7dda);color:#fff}.controller-info,.viewer-info{display:flex;flex-direction:column;align-items:center;gap:6px;width:100%;max-width:400px}.access-code-display{font-size:16px;font-weight:700;font-family:Courier New,monospace;letter-spacing:2px;background:#fff3;padding:6px 12px;border-radius:6px}.waiting-text{font-size:12px;font-style:italic;opacity:.9}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1001;animation:fadeIn .3s ease}.modal-content{background:#fff;border-radius:16px;padding:24px;max-width:400px;width:90%;box-shadow:0 10px 40px #0000004d;animation:fadeInUp .4s ease}.modal-content h2{margin:0 0 16px;color:#333;font-size:20px;text-align:center}.modal-content p{margin:0 0 12px;color:#666;font-size:14px;text-align:center}.modal-content form{display:flex;flex-direction:column;gap:12px}.modal-content input{padding:12px;font-size:24px;letter-spacing:8px;border:2px solid #ddd;border-radius:8px;text-align:center;font-weight:700;font-family:Courier New,monospace;transition:border-color .3s}.modal-content input:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 3px #2196f31a}.modal-content button{padding:12px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s}.modal-content button[type=submit]{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff}.modal-content button[type=submit]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #4caf504d}.modal-content button[type=submit]:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.modal-content .cancel-btn{background:#f5f5f5;color:#333}.modal-content .cancel-btn:hover{background:#eee}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.menu-page .menu-header{font-family:"Cinzel","Papyrus","UnifrakturMaguntia",Fantasy,serif;text-align:center;font-size:.7rem;font-weight:700;color:#fff;border-bottom:none;text-decoration:underline;text-underline-position:under;padding-top:0%!important;padding-bottom:0%!important;margin-top:0%!important;margin-bottom:0%!important;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;max-width:90vw;margin-left:auto;margin-right:auto}.menu-page{background-image:url(/Graphics/menuBG.png);background-size:cover;background-position:center;height:100vh;display:flex;flex-direction:column}.hero-area{background:linear-gradient(45deg,orange,#fe2d2d);flex-shrink:0;padding:10px 0 0;box-sizing:border-box;z-index:1001;box-shadow:0 4px 8px #0000001a;margin:10px;border-bottom:none}.welcome-message{margin:0;padding:0;position:absolute;top:50%;left:5%;right:5%}.welcome-message h1{text-align:center;margin-top:0%;margin-bottom:0%;color:#fe6b35;filter:drop-shadow(1px 1px 1px rgb(0,0,0));font-size:2rem}.welcome-message h2{font-family:"Cinzel","Papyrus","UnifrakturMaguntia",Fantasy,serif;text-align:center;color:#fba911;filter:drop-shadow(1px 0px 0px rgb(52,52,52));word-wrap:break-word;overflow-wrap:break-word;white-space:normal;max-width:90vw;margin:0% auto}.welcome-message p{text-align:center;margin-top:0%;margin-bottom:0%;color:teal}.menu-list{flex-grow:1;overflow-y:auto;border-top:1px solid #ddd;padding-top:15px}#slider{color:#fff;font-size:.8rem;margin:0;padding:0;text-align:center}.menu-page .category-carousel{display:flex;overflow-x:auto;padding:5px 10px;-webkit-overflow-scrolling:touch}.menu-page .category-item{flex:0 0 auto;margin-right:15px;cursor:pointer;text-align:center;width:200px;transition:transform .3s ease,box-shadow .2s ease;background-color:#e3e3e3;border-radius:8px;padding:5px}.menu-page .category-item.selected{border-bottom:4px solid #00c3ff;transform:scale(1.05);box-shadow:0 8px 16px #0003;background-color:#f5f5f5}.menu-page .category-image{width:100px;height:100px;border-radius:50%;object-fit:cover;box-shadow:0 0 5px #0000001a}.menu-page .category-placeholder{width:100px;height:100px;border-radius:50%;background-color:#e0e0e0;display:flex;align-items:center;justify-content:center;color:#888;font-size:.9rem}.menu-page .category-name{margin-top:8px;font-weight:600;font-size:1rem;color:#333}.menu-page .menu-list{margin-top:20px;border-top:1px solid #ddd;padding-top:15px;padding-bottom:40px}.menu-page .menu-item{display:flex;justify-content:space-between;align-items:center;padding:12px 18px;margin:8px 0;background:#fff;color:#333;border-radius:8px;box-shadow:0 4px 8px #0000001a;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;overflow:hidden;word-wrap:break-word;white-space:normal;animation:fadeSlideUp .4s ease-out}.menu-page .menu-item:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.menu-page .item-name{font-weight:510;font-size:1.2rem;color:#222;word-wrap:break-word;max-width:40%}.menu-page .item-price,.item-half-price{font-weight:700;color:#007bff;font-size:1.1rem;background:#007bff1a;padding:4px 12px;border-radius:20px;text-align:center;min-width:60px;white-space:nowrap}#prices-in-menu{display:flex}.menu-page .menu-item.selected .item-name,.menu-page .menu-item.selected .item-price{color:#fff}.menu-page .menu-item,.menu-page .item-price{transition:all .3s ease}.menu-page .total-price{font-weight:700;color:#007bff;font-size:1.2rem;background:#007bff1a;padding:6px 14px;border-radius:20px;text-align:center;min-width:80px;display:inline-block;margin-top:10px;white-space:nowrap}.special-category-image{border:3px solid rgb(30,191,255);box-shadow:0 0 15px #ff6a3380}.menu-page .loading,.menu-page .error,.menu-page .no-items{text-align:center;margin:30px 0;font-size:1.1rem;color:#666}.menu-footer{text-align:center;margin-top:40px;font-weight:700;font-size:1rem;color:#444;position:fixed!important;bottom:0!important;left:-5%!important;right:0!important;width:100%!important;background-color:#f0f0f0!important;padding:10px 20px;border-top:1px solid #ccc;box-shadow:0 -2px 5px #0000001a;z-index:1001}@media(max-width:768px){.menu-page .item-name{font-size:1rem}.menu-page .item-price{font-size:1rem;padding:3px 8px}.menu-footer{left:-5%!important;right:0!important;width:100%!important}}.generate-qr-wrapper{min-height:100vh;height:100vh;overflow:hidden;background:linear-gradient(135deg,#fff5eb,#ffe5cc);display:flex;align-items:center;justify-content:center;padding:0 0 0 280px}.generateqr-container{display:flex;width:90%;max-width:1700px;height:calc(100vh - 120px);max-height:850px;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #ff6b3526}.generateqr-left{flex:0 0 45%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff6b35,#f7931e);position:relative;overflow:hidden;padding:2rem 1.5rem}.generateqr-left:before{content:"";position:absolute;top:-60px;right:-60px;width:180px;height:180px;background:#ffffff1a;border-radius:50%;pointer-events:none}.generateqr-left:after{content:"";position:absolute;bottom:-30px;left:-30px;width:120px;height:120px;background:#ffffff14;border-radius:50%;pointer-events:none}.qr-display-section{text-align:center;position:relative;z-index:2;width:100%}.qr-code-wrapper{display:inline-block;position:relative;background:#fff;padding:1rem;border-radius:12px;box-shadow:0 10px 30px #0003;margin-bottom:1rem}#qrCodeCanvas{display:block;width:180px;height:180px}.qr-branding-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:5px 9px;font-weight:800;font-size:11px;color:#1f2937;border-radius:4px;box-shadow:0 2px 6px #0000001a}.qr-title{font-size:1.35rem;font-weight:800;color:#fff;margin:0 0 .4rem;letter-spacing:-.3px}.qr-scan-message{color:#fffffff2;font-size:.85rem;font-weight:500;margin:0}.generateqr-right{flex:0 0 55%;display:flex;align-items:center;justify-content:center;background:#fff;padding:2rem 1.75rem;overflow-y:auto}.generateqr-right::-webkit-scrollbar{width:5px}.generateqr-right::-webkit-scrollbar-track{background:#f9fafb}.generateqr-right::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.generateqr-right::-webkit-scrollbar-thumb:hover{background:#9ca3af}.controls-wrapper{width:100%;max-width:420px}.generateqr-header{margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:2px solid #f3f4f6}.generateqr-header h1{font-size:1.5rem;font-weight:800;color:#1f2937;margin-bottom:.35rem;background:linear-gradient(135deg,#ff6b35,#f7931e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.3px}.generateqr-subtitle{font-size:.8rem;color:#6b7280;margin:0;line-height:1.4}.control-section{margin-bottom:1.25rem}.section-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.7rem}.section-icon{width:18px;height:18px;color:#ff6b35}.section-header h3{font-size:.9rem;font-weight:700;color:#1f2937;margin:0}.theme-select{width:100%;padding:.65rem .8rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.85rem;color:#1f2937;background:#fff;cursor:pointer;transition:all .2s ease;outline:none;font-weight:600}.theme-select:hover{border-color:#ff6b35}.theme-select:focus{border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a}.actions-group{display:flex;flex-direction:column;gap:.65rem}.action-button{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.75rem 1.1rem;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;outline:none}.button-icon{width:16px;height:16px}.action-button-primary{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;box-shadow:0 2px 8px #ff6b3540}.action-button-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ff6b3559}.action-button-secondary{background:#fff;color:#ff6b35;border:2px solid #ff6b35}.action-button-secondary:hover{background:#ff6b35;color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #ff6b3540}.action-button:active{transform:translateY(0)}.info-box{background:linear-gradient(135deg,#fef3c7,#fed7aa);border-radius:10px;padding:1rem;border-left:3px solid #ff6b35}.info-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.7rem}.info-icon{width:18px;height:18px;color:#ff6b35;flex-shrink:0}.info-header h4{font-size:.9rem;font-weight:700;color:#1f2937;margin:0}.info-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.info-list li{color:#374151;font-size:.8rem;padding-left:1.2rem;position:relative;line-height:1.4}.info-list li:before{content:"✓";position:absolute;left:0;color:#ff6b35;font-weight:700;font-size:.75rem}.error-text{color:#dc2626;font-size:1rem;text-align:center;padding:2rem}.success-text{color:#16a34a;font-size:1rem;text-align:center;padding:1rem 0 0;font-weight:600}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background-color:#fff;padding:1.75rem;border-radius:20px;width:90%;max-width:380px;max-height:85vh;overflow-y:auto;position:relative;box-shadow:0 20px 50px #0000004d;animation:slideUp .25s ease;-ms-overflow-style:none;scrollbar-width:none}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-content::-webkit-scrollbar{display:none}.modal-close-button{position:absolute;top:.85rem;right:.85rem;width:32px;height:32px;border-radius:50%;border:none;background:#f3f4f6;color:#374151;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.modal-close-button:hover{background:#ff6b35;color:#fff;transform:rotate(90deg)}.modal-content .menu-footer{visibility:hidden}@media(max-width:1024px){.generate-qr-wrapper{padding-left:0}.generateqr-container{flex-direction:column;max-width:600px;width:95%;height:auto;max-height:none;min-height:calc(100vh - 100px);margin:80px auto}.generateqr-left{flex:0 0 auto;min-height:240px;padding:1.75rem 1.5rem}.generateqr-left:before{width:150px;height:150px;top:-50px;right:-50px}.generateqr-left:after{width:100px;height:100px;bottom:-25px;left:-25px}#qrCodeCanvas{width:160px;height:160px}.qr-title{font-size:1.25rem}.qr-scan-message{font-size:.8rem}.generateqr-right{flex:1;padding:1.75rem 1.5rem}.generateqr-header h1{font-size:1.4rem}.generateqr-subtitle{font-size:.75rem}}@media(max-width:768px){.generate-qr-wrapper{height:auto;min-height:100vh;padding:.75rem}.generateqr-container{margin:70px .75rem .75rem;max-width:100%;border-radius:20px;min-height:auto}.generateqr-left{min-height:200px;padding:1.5rem 1rem}#qrCodeCanvas{width:140px;height:140px}.qr-code-wrapper{padding:.85rem;margin-bottom:.85rem}.qr-branding-overlay{font-size:10px;padding:4px 8px}.qr-title{font-size:1.15rem;margin-bottom:.35rem}.qr-scan-message{font-size:.75rem}.generateqr-right{padding:1.5rem 1.25rem}.controls-wrapper{max-width:100%}.generateqr-header{margin-bottom:1.25rem;padding-bottom:1rem}.generateqr-header h1{font-size:1.3rem}.generateqr-subtitle{font-size:.75rem}.control-section{margin-bottom:1.1rem}.section-header{gap:.45rem;margin-bottom:.6rem}.section-icon{width:16px;height:16px}.section-header h3{font-size:.85rem}.theme-select{padding:.6rem .75rem;font-size:.8rem;border-radius:8px}.actions-group{gap:.6rem}.action-button{padding:.7rem 1rem;font-size:.8rem;gap:.55rem}.button-icon{width:15px;height:15px}.info-box{padding:.9rem;border-radius:8px}.info-header{gap:.45rem;margin-bottom:.6rem}.info-icon{width:16px;height:16px}.info-header h4{font-size:.85rem}.info-list{gap:.45rem}.info-list li{font-size:.75rem;padding-left:1.1rem}.info-list li:before{font-size:.7rem}}@media(max-width:480px){.generate-qr-wrapper{padding:.5rem}.generateqr-container{margin:65px .5rem .5rem;border-radius:16px}.generateqr-left{min-height:180px;padding:1.25rem .9rem}#qrCodeCanvas{width:120px;height:120px}.qr-code-wrapper{padding:.75rem;margin-bottom:.7rem}.qr-title{font-size:1.05rem}.qr-scan-message{font-size:.7rem}.generateqr-right{padding:1.25rem 1rem}.generateqr-header{margin-bottom:1.1rem;padding-bottom:.9rem}.generateqr-header h1{font-size:1.2rem}.generateqr-subtitle{font-size:.7rem}.control-section{margin-bottom:1rem}.section-header h3{font-size:.8rem}.theme-select{padding:.55rem .7rem;font-size:.75rem}.action-button{padding:.65rem .9rem;font-size:.75rem}.info-box{padding:.8rem}.info-header h4{font-size:.8rem}.info-list li{font-size:.7rem;padding-left:1rem}.modal-content{padding:1.5rem;border-radius:16px}.modal-close-button{width:28px;height:28px;top:.75rem;right:.75rem}}@media(min-width:768px)and (max-width:1024px)and (orientation:landscape){.generateqr-container{flex-direction:row;max-width:900px;height:calc(100vh - 100px);max-height:600px}.generateqr-left{flex:0 0 40%;min-height:auto}.generateqr-right{flex:0 0 60%;overflow-y:auto}}.tables-qr-list{display:flex;flex-direction:column;gap:1rem;max-height:600px;overflow-y:auto;padding:.5rem 0}.table-qr-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;transition:all .3s ease}.table-qr-item:hover{border-color:#ff6b35;box-shadow:0 2px 8px #ff6b351a}.table-qr-content{display:flex;gap:1rem;align-items:center;margin-bottom:.75rem;justify-content:space-between}.table-qr-info{display:flex;flex-direction:column;gap:.25rem;flex:1}.table-qr-info h4{font-size:.95rem;font-weight:600;color:#1f2937;margin:0}.table-code{font-size:.8rem;color:#6b7280;margin:0;font-family:monospace;background:#f3f4f6;padding:.25rem .5rem;border-radius:4px;display:inline-block;width:fit-content}.table-qr-code{display:flex;justify-content:center;align-items:center;padding:.5rem;background:#fff;border-radius:6px;border:1px solid #d1d5db}.tables-qr-list::-webkit-scrollbar{width:6px}.tables-qr-list::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.tables-qr-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.tables-qr-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.tables-qr-list-left{display:flex;flex-direction:column;gap:1.5rem;max-height:calc(100vh - 250px);overflow-y:auto;padding:1rem 0}.table-qr-item-left{background:#fff;border:2px solid #e5e7eb;border-radius:10px;padding:1.5rem;transition:all .3s ease;text-align:center}.table-qr-item-left:hover{border-color:#ff6b35;box-shadow:0 4px 12px #ff6b3526}.table-qr-code-left{display:flex;justify-content:center;align-items:center;padding:1rem;background:#f9fafb;border-radius:8px;margin-bottom:1rem}.table-qr-info-left{margin-bottom:1rem}.table-qr-info-left h4{font-size:1.1rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.table-qr-info-left .table-code{font-size:.85rem;color:#6b7280}.action-button-small{padding:.6rem 1rem;font-size:.85rem}.tables-qr-list-left::-webkit-scrollbar{width:8px}.tables-qr-list-left::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.tables-qr-list-left::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.tables-qr-list-left::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media(max-width:1024px){.table-qr-content{flex-direction:column;align-items:flex-start}.tables-qr-list{max-height:400px}.tables-qr-list-left{max-height:350px}.table-qr-item-left{padding:1rem}}@media(max-width:480px){.table-qr-item{padding:.75rem}.table-qr-info h4{font-size:.9rem}.table-qr-code{margin-top:.5rem}.tables-qr-list{max-height:300px}.table-qr-item-left{padding:1rem .75rem}.table-qr-info-left h4{font-size:.95rem}.tables-qr-list-left{max-height:280px}}@media print{.generate-qr-wrapper{background:#fff;height:auto}.generateqr-container{height:auto;margin:0;box-shadow:none}.generateqr-right{display:none}.generateqr-left{min-height:auto;border-radius:0}}@media(prefers-contrast:high){.generateqr-container{border:2px solid #1f2937}.action-button{border-width:3px}}.feedback-section{min-height:100vh;height:100vh;overflow:hidden;background:linear-gradient(135deg,#fff5eb,#ffe5cc);display:flex;align-items:center;justify-content:center;padding:0}.feedback-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding-left:280px}.feedback-container{display:flex;width:90%;max-width:1700px;height:calc(100vh - 120px);max-height:850px;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #ff6b3526}.feedback-left{flex:0 0 45%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff6b35,#f7931e);position:relative;overflow:hidden;padding:2rem 1.5rem}.feedback-left:before{content:"";position:absolute;top:-60px;right:-60px;width:180px;height:180px;background:#ffffff1a;border-radius:50%;pointer-events:none}.feedback-left:after{content:"";position:absolute;bottom:-30px;left:-30px;width:120px;height:120px;background:#ffffff14;border-radius:50%;pointer-events:none}.feedback-branding{text-align:center;position:relative;z-index:2;width:100%;max-width:350px}.feedback-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:120px;height:120px;background:#fff;border-radius:50%;margin-bottom:1.5rem;box-shadow:0 10px 30px #0003}.feedback-icon{width:60px;height:60px;color:#ff6b35}.feedback-branding-title{font-size:1.75rem;font-weight:800;color:#fff;margin:0 0 .75rem;letter-spacing:-.5px;line-height:1.2}.feedback-branding-subtitle{font-size:.95rem;color:#fffffff2;margin:0 0 2rem;line-height:1.5}.rating-preview{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:16px;border:2px solid rgba(255,255,255,.2);min-height:80px;display:flex;align-items:center;justify-content:center}.rating-text{font-size:1.5rem;font-weight:700;color:#fff;margin:0;animation:fadeInUp .3s ease}.rating-placeholder{font-size:.85rem}.feedback-right{flex:1;padding:1.5rem 1rem}.feedback-right::-webkit-scrollbar{width:5px}.feedback-right::-webkit-scrollbar-track{background:#f9fafb}.feedback-right::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.feedback-right::-webkit-scrollbar-thumb:hover{background:#9ca3af}.feedback-form-wrapper{width:100%;max-width:420px}.feedback-header{margin-bottom:1.75rem;padding-bottom:1.5rem;border-bottom:2px solid #f3f4f6}.feedback-header h1{font-size:1.75rem;font-weight:800;color:#1f2937;margin-bottom:.4rem;background:linear-gradient(135deg,#ff6b35,#f7931e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}.feedback-subtitle{font-size:.85rem;color:#6b7280;margin:0;line-height:1.4}.feedback-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.75rem}.form-label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;color:#1f2937}.label-icon{width:18px;height:18px;color:#ff6b35;flex-shrink:0}.star-rating{display:flex;gap:.5rem}.star-button{background:none;border:none;font-size:2rem;color:#9ca3af;cursor:pointer;padding:.25rem;transition:all .2s ease;outline:none}.star-button:hover{color:#ffc107;transform:scale(1.15)}.star-button.active{color:#ffc107;transform:scale(1.1)}.star-button:focus{outline:2px solid #ff6b35;outline-offset:4px;border-radius:4px}.form-textarea{width:100%;padding:.85rem;border:2px solid #e5e7eb;border-radius:10px;font-size:.85rem;font-family:inherit;color:#1f2937;background:#fff;resize:vertical;min-height:120px;max-height:200px;transition:all .2s ease;outline:none}.form-textarea::placeholder{color:#9ca3af}.form-textarea:hover{border-color:#ff6b35}.form-textarea:focus{border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a}.submit-button{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.85rem 1.5rem;background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;outline:none;box-shadow:0 3px 10px #ff6b354d}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #ff6b3566}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{opacity:.6;cursor:not-allowed}.button-icon{width:18px;height:18px}.spinner{width:18px;height:18px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner-circle{stroke-dasharray:50;stroke-dashoffset:25}.info-box{display:flex;align-items:flex-start;gap:.75rem;background:linear-gradient(135deg,#fef3c7,#fed7aa);border-radius:10px;padding:1rem;border-left:3px solid #ff6b35;transition:all .3s ease}.info-box.success-box{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-left:3px solid #10b981}.info-icon{width:20px;height:20px;color:#ff6b35;flex-shrink:0;margin-top:2px}.success-icon{width:20px;height:20px;color:#10b981;flex-shrink:0;margin-top:2px}.info-text{font-size:.8rem;color:#374151;margin:0;line-height:1.5}.success-text{font-size:.8rem;color:#065f46;margin:0;line-height:1.5;font-weight:600}@media(max-width:1024px){.feedback-wrapper{padding-left:0}.feedback-container{flex-direction:column;max-width:600px;width:95%;height:auto;max-height:none;min-height:calc(100vh - 100px);margin:80px auto}.feedback-left{flex:0 0 auto;min-height:280px;padding:2rem 1.5rem}.feedback-left:before{width:150px;height:150px;top:-50px;right:-50px}.feedback-left:after{width:100px;height:100px;bottom:-25px;left:-25px}.feedback-icon-wrapper{width:100px;height:100px;margin-bottom:1.25rem}.feedback-icon{width:50px;height:50px}.feedback-branding-title{font-size:1.5rem}.feedback-branding-subtitle{font-size:.9rem;margin-bottom:1.5rem}.rating-preview{padding:1.25rem}.rating-text{font-size:1.1rem}.rating-placeholder{font-size:.95rem}.feedback-right{flex:1;padding:2rem 1.5rem}.feedback-header h1{font-size:1.6rem}.feedback-subtitle{font-size:.8rem}}@media(max-width:768px){.feedback-section{height:auto;min-height:100vh;padding:.75rem}.feedback-wrapper{height:auto}.feedback-container{margin:70px .75rem .75rem;max-width:100%;border-radius:20px;min-height:auto}.feedback-left{min-height:240px;padding:1.75rem 1.25rem}.feedback-icon-wrapper{width:90px;height:90px;margin-bottom:1rem}.feedback-icon{width:45px;height:45px}.feedback-branding-title{font-size:1.35rem;margin-bottom:.6rem}.feedback-branding-subtitle{font-size:.85rem;margin-bottom:1.25rem}.rating-preview{padding:1.1rem;border-radius:12px}.rating-text{font-size:1.05rem}.rating-placeholder{font-size:.9rem}.feedback-right{padding:1.75rem 1.25rem}.feedback-form-wrapper{max-width:100%}.feedback-header{margin-bottom:1.5rem;padding-bottom:1.25rem}.feedback-header h1{font-size:1.5rem}.feedback-subtitle{font-size:.8rem}.feedback-form{gap:1.35rem}.form-group{gap:.7rem}.form-label{font-size:.85rem}.label-icon{width:16px;height:16px}.star-button{font-size:1.75rem}.form-textarea{padding:.8rem;font-size:.8rem;min-height:110px}.submit-button{padding:.8rem 1.35rem;font-size:.9rem}.button-icon{width:16px;height:16px}.info-box{padding:.9rem;gap:.65rem}.info-icon{width:18px;height:18px}.info-text{font-size:.75rem}}@media(max-width:480px){.feedback-section{padding:.5rem}.feedback-container{margin:65px .5rem .5rem;border-radius:16px}.feedback-left{min-height:220px;padding:1.5rem 1rem}.feedback-icon-wrapper{width:80px;height:80px;margin-bottom:.85rem}.feedback-icon{width:40px;height:40px}.feedback-branding-title{font-size:1.2rem;margin-bottom:.5rem}.feedback-branding-subtitle{font-size:.8rem;margin-bottom:1rem}.rating-preview{padding:1rem}.rating-text{font-size:1rem}.rating-placeholder{font-size:.85rem}.feedback-right{padding:1.5rem 1rem}.feedback-header{margin-bottom:1.35rem;padding-bottom:1.1rem}.feedback-header h1{font-size:1.35rem}.feedback-subtitle{font-size:.75rem}.feedback-form{gap:1.25rem}.form-label{font-size:.8rem}.star-button{font-size:1.6rem}.form-textarea{padding:.75rem;font-size:.75rem;min-height:100px}.submit-button{padding:.75rem 1.2rem;font-size:.85rem}.info-box{padding:.85rem}.info-text{font-size:.7rem}}@media(min-width:768px)and (max-width:1024px)and (orientation:landscape){.feedback-container{flex-direction:row;max-width:900px;height:calc(100vh - 100px);max-height:600px}.feedback-left{flex:0 0 40%;min-height:auto}.feedback-right{flex:0 0 60%;overflow-y:auto}}@media(prefers-contrast:high){.feedback-container,.submit-button{border:2px solid #1f2937}}*{margin:0;padding:0;box-sizing:border-box}.create-menu-page{min-height:100vh;background:linear-gradient(135deg,#fff5eb,#ffe5cc);display:flex;align-items:flex-start;justify-content:center;padding:5vh 0px 5vh 18vw}.create-menu-container{width:90%;max-width:1700px;background:#fff;border-radius:24px;padding:2.5rem;box-shadow:0 20px 60px #ff6b3526}.create-menu-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #f3f4f6}.create-menu-title{font-size:2rem;font-weight:800;color:#1f2937;margin-bottom:.5rem;background:linear-gradient(135deg,#ff6b35,#f7931e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px;line-height:1.2}.create-menu-subtitle{font-size:.95rem;color:#6b7280;margin:0;line-height:1.5}.create-menu-tabs{display:flex;gap:1rem;border-bottom:2px solid #f3f4f6;margin-bottom:2.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.create-menu-tabs::-webkit-scrollbar{display:none}.create-menu-tab{display:flex;align-items:center;justify-content:center;padding:1rem 1.75rem;background:transparent;border:none;font-size:.95rem;font-weight:600;color:#6b7280;cursor:pointer;transition:all .3s ease;border-bottom:3px solid transparent;margin-bottom:-2px;outline:none;white-space:nowrap;position:relative}.create-menu-tab:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ff6b350d;border-radius:10px 10px 0 0;opacity:0;transition:opacity .3s ease}.create-menu-tab:hover:before{opacity:1}.create-menu-tab:hover{color:#ff6b35}.create-menu-tab.active{color:#ff6b35;border-bottom-color:#ff6b35}.create-menu-tab.active:before{opacity:1}.create-menu-tab:focus-visible{outline:2px solid #ff6b35;outline-offset:4px;border-radius:8px}.create-menu-content{padding:0!important;margin:0!important}@media(max-width:1024px){.create-menu-page{padding:10px 15px 30px}.create-menu-container{width:95%;max-width:800px;padding:2rem}.create-menu-title{font-size:1.75rem}.create-menu-subtitle{font-size:.9rem}.create-menu-tab{padding:.9rem 1.5rem;font-size:.9rem}}@media(max-width:768px){.create-menu-page{padding:2vh 10px 20px!important;height:60vh}.create-menu-container{width:100%;max-width:100%;padding:1.75rem 1.25rem;border-radius:20px}.create-menu-header{margin-bottom:1.75rem;padding-bottom:1.25rem}.create-menu-title{font-size:1.5rem}.create-menu-subtitle{font-size:.85rem}.create-menu-tabs{gap:.5rem;margin-bottom:2rem;padding-bottom:.25rem}.create-menu-tab{padding:.7rem .9rem;font-size:.8rem;flex:1;min-width:fit-content}}@media(max-width:480px){.create-menu-page{padding:2vh 8px 15px}.create-menu-container{padding:1.5rem .75rem;border-radius:16px}.create-menu-header{margin-bottom:1.5rem;padding-bottom:1rem}.create-menu-title{font-size:1.35rem}.create-menu-subtitle{font-size:.8rem}.create-menu-tabs{gap:.35rem;margin-bottom:1.75rem;padding-bottom:.25rem}.create-menu-tab{padding:.6rem .7rem;font-size:.7rem;flex:1;min-width:fit-content}}@media(prefers-contrast:high){.create-menu-container{border:2px solid #1f2937}.create-menu-tab.active{border-bottom-width:4px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(min-width:768px)and (max-width:1024px)and (orientation:landscape){.create-menu-page{padding:90px 20px 30px}.create-menu-container{max-width:900px}}
