body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-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 #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.login-container{padding:30px}.password-input-container{align-items:center;display:flex}.password-input-container input{padding-right:40px}.password-toggle-btn{align-items:center;background:none;border:none;color:#357abd;cursor:pointer;display:flex;justify-content:center;padding:5px;position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:color .3s ease}.password-toggle-btn:hover{color:#357abd}.password-toggle-btn:focus{color:#4a90e2;outline:none}.signup-link-button{background:#0000;border:2px solid #4a90e2;border-radius:8px;color:#4a90e2;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 30px;transition:all .3s}.signup-link-button:hover{background:#4a90e2;color:#fff}.error-message{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#dc3545;font-size:14px;margin-bottom:15px;padding:10px;text-align:center}.approval-message{align-items:flex-start;border-left:4px solid;border-radius:8px;display:flex;gap:12px;margin-bottom:20px;padding:15px}.approval-message.pending{background-color:#fff3cd;border-left-color:#ffc107;color:#856404}.approval-message.rejected{background-color:#f8d7da;border-left-color:#dc3545;color:#721c24}.approval-icon{flex-shrink:0;font-size:1.5rem;margin-top:2px}.approval-text{flex:1 1}.approval-text strong{display:block;font-size:1rem;margin-bottom:5px}.approval-text p{font-size:.9rem;line-height:1.4;margin:0}.Toastify__toast{border-radius:8px;font-family:inherit}.Toastify__toast--success{background:#4caf50}.Toastify__toast--error{background:#f44336}.Toastify__toast-body{font-size:14px;font-weight:500}.Toastify__progress-bar{height:3px}.Toastify__close-button{opacity:.7}.Toastify__close-button:hover{opacity:1}.popup-overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.popup-content{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;max-width:400px;padding:2rem;width:100%}.popup-content h3{color:#333;text-align:center}.popup-content .form-group,.popup-content h3{margin-bottom:1.5rem}.popup-content input{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.8rem;width:100%}.popup-buttons{display:flex;gap:1rem;justify-content:space-between}.popup-buttons button{border:none;border-radius:4px;cursor:pointer;flex:1 1;font-weight:500;padding:.8rem;transition:background-color .2s}.popup-buttons button[type=button]{background-color:#e0e0e0;color:#333}.popup-buttons button[type=submit]{background-color:#4caf50;color:#fff}.popup-buttons button:hover{opacity:.9}.popup-buttons button:disabled{cursor:not-allowed;opacity:.7}.login-container{align-items:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;justify-content:center;min-height:100vh;padding:20px}.login-box{background:#fff;border-radius:20px;box-shadow:0 8px 20px #0000001a;max-width:450px;padding:40px;width:100%}.login-header{margin-bottom:30px;text-align:center}.login-header h1{color:#333;font-size:2rem;margin-bottom:10px}.login-header p{color:#666;font-size:1rem}.login-form{display:flex;flex-direction:column;gap:20px}.form-group input{border:1px solid #ddd;border-radius:8px;font-size:1rem;padding:12px 16px;transition:border-color .3s}.form-group input:focus{border-color:#4a90e2;outline:none}.form-footer{font-size:.9rem;justify-content:space-between}.form-footer,.remember-me{align-items:center;display:flex}.remember-me{gap:8px}.forgot-password{color:#4a90e2;text-decoration:none}.forgot-password:hover{text-decoration:underline}.login-button{background:#4a90e2;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:14px;transition:background-color .3s}.login-button:hover{background:#357abd}.signup-section{border-top:1px solid #eee;margin-top:20px;padding-top:20px;text-align:center}.signup-section p{color:#666;margin-bottom:10px}.signup-button{background:#0000;border:2px solid #4a90e2;border-radius:8px;color:#4a90e2;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 30px;transition:all .3s}.signup-button:hover{background:#4a90e2;color:#fff}@media (max-width:480px){.login-box{padding:20px}.login-header h1{font-size:1.5rem}.form-footer{align-items:flex-start;flex-direction:column;gap:10px}}.signup-container{align-items:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;justify-content:center;min-height:100vh;padding:20px}.signup-box{background:#fff;border-radius:20px;box-shadow:0 8px 20px #0000001a;max-width:600px;padding:40px;width:100%}.signup-header{margin-bottom:30px;text-align:center}.signup-header h1{color:#333;font-size:2rem;margin-bottom:10px}.signup-header p{color:#666;font-size:1rem}.signup-form{display:flex;flex-direction:column;gap:20px}.form-group{gap:8px;text-align:left}.form-group label{color:#333;font-size:.9rem;margin-left:4px;text-align:left}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:8px;font-size:1rem;padding:12px 16px;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#4a90e2}.cuisine-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.cuisine-button{background:#0000;border:2px solid #4a90e2;border-radius:25px;color:#4a90e2;cursor:pointer;font-size:.9rem;font-weight:500;padding:10px 20px;transition:all .3s ease}.cuisine-button:hover{background:#4a90e21a}.cuisine-button.selected{background:#4a90e2;color:#fff}.serviceable-areas-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-top:8px}.serviceable-area-checkbox{align-items:flex-start;background:#fff;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;display:flex;gap:10px;padding:12px;transition:all .3s ease}.serviceable-area-checkbox:hover{background:#4a90e20d;border-color:#4a90e2}.serviceable-area-checkbox input[type=checkbox]{accent-color:#4a90e2;cursor:pointer;height:18px;margin-top:2px;width:18px}.serviceable-area-checkbox .area-name{color:#333;font-size:.95rem;font-weight:500}.serviceable-area-checkbox .area-description{color:#666;display:block;font-size:.85rem;line-height:1.4;margin-top:4px}.address-section,.owner-section{background:#f8f9fa;border-radius:12px;margin:10px 0;padding:20px}.address-section h3,.owner-section h3{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:20px}.address-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-top:16px}.location-input-container{align-items:center;display:flex;position:relative}.location-input{flex:1 1;padding-right:50px!important}.location-pin-button{align-items:center;background:none;border:none;border-radius:50%;cursor:pointer;display:flex;justify-content:center;padding:8px;position:absolute;right:8px;transition:all .3s ease}.location-pin-button:hover{background:#4a90e21a}.location-pin-button:disabled{cursor:not-allowed;opacity:.5}.location-pin-button.locating{animation:pulse 1.5s infinite}.error-message{color:#ff4d4d;font-size:.85rem;margin-top:4px}.radio-group{display:flex;gap:20px;margin-top:8px}.radio-label{align-items:center;cursor:pointer;display:flex;gap:8px}.radio-label input[type=radio]{accent-color:#4a90e2;cursor:pointer;height:16px;width:16px}.signup-submit-button{background:#4a90e2;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:10px;padding:16px;transition:background-color .3s}.signup-submit-button:hover{background:#357abd}.login-section{border-top:1px solid #eee;margin-top:20px;padding-top:20px;text-align:center}.login-section p{color:#666;margin-bottom:10px}.login-link-button{background:#0000;border:2px solid #4a90e2;border-radius:8px;color:#4a90e2;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 30px;transition:all .3s}.login-link-button:hover{background:#4a90e2;color:#fff}.legal-links{border-top:1px solid #eee;margin-top:15px;padding-top:15px;text-align:center}.legal-link{background:#0000;border:none;color:#666;cursor:pointer;font-size:.85rem;padding:0;text-decoration:underline;transition:color .3s}.legal-link:hover{color:#4a90e2}@media (max-width:480px){.signup-box{padding:20px}.signup-header h1{font-size:1.5rem}.address-grid{grid-template-columns:1fr}.address-section,.owner-section{padding:15px}.image-preview-container{gap:10px}.image-preview{height:120px;width:120px}.cuisine-buttons{gap:8px}.cuisine-button{font-size:.85rem;padding:8px 16px}.location-input{font-size:.9rem}.location-pin-button{padding:6px}.location-pin-button svg{height:20px;width:20px}}.reset-password-container{align-items:center;background-color:#f5f5f5;display:flex;justify-content:center;min-height:100vh;padding:20px}.reset-password-box{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;max-width:400px;padding:2rem;width:100%}.reset-password-box h2{color:#333;font-size:24px;margin-bottom:1.5rem;text-align:center}.form-group{margin-bottom:1.5rem}.password-input-container{position:relative;width:100%}.password-input-container input{border:1px solid #ddd;border-radius:4px;font-size:16px;padding:12px;transition:border-color .3s;width:100%}.password-input-container input:focus{border-color:#4a90e2;outline:none}.password-toggle{color:#666;cursor:pointer;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.password-toggle:hover{color:#333}.reset-button{align-items:center;background-color:#4a90e2;border-radius:4px;display:flex;font-size:16px;justify-content:center;min-height:45px;padding:12px;transition:background-color .3s;width:100%}.reset-button:hover{background-color:#357abd}.reset-button:disabled{background-color:#ccc;cursor:not-allowed}.back-link{margin-top:1rem;text-align:center}.back-link span{color:#4a90e2;cursor:pointer;text-decoration:none}.back-link span:hover{text-decoration:underline}.back-to-login{background-color:#4a90e2;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;margin-top:1rem;padding:12px;transition:background-color .3s;width:100%}.back-to-login:hover{background-color:#357abd}@media (max-width:480px){.reset-password-box{padding:1.5rem}.reset-password-box h2{font-size:20px}.password-input-container input,.reset-button{font-size:14px}}.header{align-items:center;background-color:#fff;box-shadow:0 2px 4px #0000001a;display:flex;height:64px;justify-content:space-between;left:0;padding:1rem 1.5rem;position:fixed;right:0;top:0;z-index:1000}.header-left{gap:1rem}.header-left h1{font-size:1.25rem;font-weight:600;margin:0}.menu-button,.profile-button{background:none;border:none;border-radius:.375rem;color:#4b5563;cursor:pointer;padding:.5rem;transition:all .2s}.menu-button:hover,.profile-button:hover{background-color:#f3f4f6;color:#1f2937}.sidebar{background-color:#fff;border-right:1px solid #e5e7eb;height:calc(100vh - 64px);left:-250px;margin-top:33px;position:fixed;top:64px;transition:left .3s ease;width:250px;z-index:1000}.sidebar.open{left:0}.sidebar-nav{display:flex;flex-direction:column;gap:.5rem;padding:1rem}.nav-link{align-items:center;border-radius:.375rem;color:#4b5563;display:flex;gap:.75rem;padding:.75rem 1rem;text-decoration:none;transition:all .2s}.nav-link.active,.nav-link:hover{background-color:#f3f4f6;color:#1f2937}.nav-link.active{font-weight:500}.logout-button{background:none;border:none;color:#dc2626;cursor:pointer;font-size:1rem;margin-top:auto;text-align:left}.logout-button:hover{background-color:#fee2e2}.dashboard-layout{background-color:#f9fafb;min-height:100vh}.dashboard-main{margin-left:0;padding:80px 1.5rem 1.5rem;transition:margin-left .3s ease}.dashboard-main.sidebar-open{margin-left:250px}@media (max-width:768px){.dashboard-main.sidebar-open{margin-left:0}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.dashboard-container{margin:0 auto;max-width:1400px;padding:2rem}.dashboard-container h1{color:#333;margin-bottom:2rem}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:2rem}.stat-card{align-items:center;border-radius:10px;box-shadow:0 2px 4px #0000001a;display:flex;padding:1.5rem;transition:transform .2s}.stat-icon{background:#f0f7ff;border-radius:50%;margin-right:1rem;padding:1rem}.stat-icon svg{color:#4a90e2;font-size:1.5rem}.stat-content h3{color:#666;font-size:.9rem;margin-bottom:.5rem}.stat-number{color:#333;font-size:1.5rem;font-weight:700;margin:0}.recent-ratings{background:#fff;border-radius:10px;box-shadow:0 2px 4px #0000001a;padding:2rem}.recent-ratings h2{color:#333;margin-bottom:1.5rem}.ratings-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.rating-card{background:#f8f9fa;border-radius:8px;padding:1rem}.rating-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.rating-header h4{color:#333;margin:0}.rating-stars{color:#ffc107}.rating-stars svg{margin-right:.25rem}.rating-comment{color:#666;margin:.5rem 0}.rating-date{color:#999;font-size:.8rem;margin:0}@media (max-width:768px){.dashboard-container{padding:1rem}.ratings-grid,.stats-grid{grid-template-columns:1fr}}.online-status-toggle{margin:24px 0;padding:0}.online-status-toggle.loading{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:16px;color:#6c757d;display:flex;font-size:16px;font-weight:500;gap:12px;justify-content:center;padding:40px 20px}.status-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff,#f8f9fa);border:1px solid #fff3;border-radius:20px;box-shadow:0 8px 32px #00000014;padding:28px;transition:all .3s ease}.status-card:hover{box-shadow:0 12px 40px #0000001f;transform:translateY(-2px)}.status-header{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:16px}.status-header h3{color:#2c3e50;font-size:20px;font-weight:700;letter-spacing:-.5px;margin:0}.status-indicator{align-items:center;border-radius:20px;display:flex;font-size:14px;font-weight:600;gap:8px;padding:8px 16px;transition:all .3s ease}.status-indicator.online{background:linear-gradient(135deg,#d4edda,#c3e6cb);border:1px solid #c3e6cb;color:#155724}.status-indicator.offline{background:linear-gradient(135deg,#f8d7da,#f5c6cb);border:1px solid #f5c6cb;color:#721c24}.status-dot{animation:pulse 2s infinite}.status-indicator.online .status-dot{background:#28a745}.status-indicator.offline .status-dot{animation:none;background:#dc3545}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.toggle-section{margin-bottom:24px}.toggle-button{align-items:center;border:none;border-radius:16px;cursor:pointer;display:flex;justify-content:space-between;min-height:80px;overflow:hidden;padding:20px 24px;position:relative;transition:all .3s ease;width:100%}.toggle-button:hover:not(:disabled){box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.toggle-button:disabled{cursor:not-allowed;opacity:.8}.toggle-button.online{background:linear-gradient(135deg,#28a745,#20c997);box-shadow:0 4px 15px #28a7454d;color:#fff}.toggle-button.offline{background:linear-gradient(135deg,#6c757d,#495057);box-shadow:0 4px 15px #6c757d4d;color:#fff}.toggle-button.toggling{background:linear-gradient(135deg,#ffc107,#fd7e14);box-shadow:0 4px 15px #ffc1074d;color:#fff}.toggle-track{background:#ffffff4d;border-radius:16px;height:32px;position:relative;transition:all .3s ease;width:60px}.toggle-thumb{background:#fff;border-radius:50%;box-shadow:0 2px 8px #0003;height:24px;left:4px;position:absolute;top:4px;transition:all .3s ease;width:24px}.toggle-button.online .toggle-thumb{background:#28a745;left:32px}.toggle-button.offline .toggle-thumb{background:#6c757d;left:4px}.toggle-button.toggling .toggle-thumb{animation:togglePulse 1s infinite}@keyframes togglePulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.toggle-content{align-items:center;display:flex;flex:1 1;gap:12px;justify-content:center}.toggle-icon{font-size:28px;opacity:.9}.status-text{font-size:16px;font-weight:600;letter-spacing:.3px}.toggle-spinner{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;position:absolute;right:20px;top:50%;transform:translateY(-50%);width:20px}.status-info{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;padding:20px}.info-item{display:flex;gap:16px;margin-bottom:16px}.info-icon{flex-shrink:0;font-size:24px;margin-top:2px}.info-text{flex:1 1}.info-title{color:#2c3e50;font-size:16px;font-weight:600;margin:0 0 4px}.info-description{color:#6c757d;font-size:14px;line-height:1.5;margin:0}.status-stats{grid-gap:16px;border-top:1px solid #e9ecef;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin-top:16px;padding-top:16px}.stat-item{display:flex;flex-direction:column;gap:4px}.stat-label{color:#6c757d;font-size:12px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.stat-value{color:#2c3e50;font-size:14px;font-weight:600}.stat-value.online{color:#28a745}.stat-value.offline{color:#dc3545}@media (max-width:768px){.online-status-toggle{margin:16px 0}.status-card{border-radius:16px;padding:20px}.status-header{align-items:flex-start;flex-direction:column;gap:12px}.status-header h3{font-size:18px}.toggle-button{min-height:70px;padding:16px 20px}.toggle-content{flex-direction:column;gap:8px}.toggle-icon{font-size:24px}.status-text{font-size:14px;text-align:center}.status-stats{gap:12px;grid-template-columns:1fr}.info-item{flex-direction:column;gap:12px}}@media (max-width:480px){.status-card{padding:16px}.toggle-button{min-height:65px;padding:14px 16px}.toggle-track{height:28px;width:50px}.toggle-thumb{height:20px;left:4px;top:4px;width:20px}.toggle-button.online .toggle-thumb{left:26px}}.admin-service-toggle{margin:24px 0}.admin-service-card{background:linear-gradient(135deg,#fff,#f8f9fa);border:1px solid #0000000f;border-radius:20px;box-shadow:0 10px 40px #00000014;padding:24px;transition:all .25s ease}.admin-service-card:hover{box-shadow:0 14px 55px #0000001f;transform:translateY(-2px)}.admin-service-card.loading{align-items:center;color:#6c757d;display:flex;font-weight:600;gap:12px;justify-content:center;padding:36px 20px}.admin-service-card.enabled{border-left:6px solid #28a745}.admin-service-card.disabled{border-left:6px solid #dc3545}.loading-spinner{border:3px solid #e9ecef;border-top-color:#007bff;height:24px;width:24px}.card-header{align-items:flex-start;border-bottom:1px solid #e9ecef;display:flex;gap:16px;justify-content:space-between;padding-bottom:16px}.header-left{flex:1 1}.header-left h3{color:#2c3e50;font-size:20px;font-weight:800;letter-spacing:-.4px;margin:10px 0 0}.header-subtitle{color:#6c757d;font-size:14px;line-height:1.5;margin:8px 0 0}.status-pill{align-items:center;border:1px solid #0000;border-radius:999px;display:inline-flex;font-size:13px;font-weight:700;gap:8px;padding:8px 14px}.status-pill.enabled{background:linear-gradient(135deg,#d4edda,#c3e6cb);border-color:#c3e6cb;color:#155724}.status-pill.disabled{background:linear-gradient(135deg,#f8d7da,#f5c6cb);border-color:#f5c6cb;color:#721c24}.status-dot{background:currentColor;border-radius:50%;height:8px;width:8px}.refresh-btn{align-items:center;background:#fff;border:1px solid #e9ecef;border-radius:12px;cursor:pointer;display:flex;height:44px;justify-content:center;transition:all .2s ease;width:44px}.refresh-btn:hover:not(:disabled){box-shadow:0 8px 20px #00000014;transform:translateY(-1px)}.refresh-btn:disabled{cursor:not-allowed;opacity:.6}.card-body{padding-top:18px}.impact-banner{align-items:flex-start;background:#f8f9fa;border:1px solid #e9ecef;border-radius:14px;display:flex;gap:14px;margin-bottom:18px;padding:16px}.impact-icon{color:#fd7e14;font-size:18px;margin-top:2px}.impact-title{color:#2c3e50;font-size:14px;font-weight:800;margin:0}.impact-desc{color:#6c757d;font-size:14px;line-height:1.5;margin:4px 0 0}.toggle-form{display:flex;flex-direction:column;gap:16px}.form-row{flex-direction:column;gap:10px}.reason-label{color:#2c3e50;font-size:14px;font-weight:700}.reason-input{background:#fff;border:1px solid #e9ecef;border-radius:14px;font-size:14px;outline:none;padding:12px 14px;resize:vertical;transition:all .2s ease;width:100%}.reason-input:focus{border-color:#007bff73;box-shadow:0 0 0 4px #007bff1f}.char-hint{color:#6c757d;font-size:12px;text-align:right}.actions-row{align-items:center;display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between}.primary-btn{align-items:center;border:none;border-radius:14px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:800;gap:10px;padding:12px 16px;transition:all .2s ease}.primary-btn.enable{background:linear-gradient(135deg,#28a745,#20c997);box-shadow:0 10px 24px #28a74540}.primary-btn.disable{background:linear-gradient(135deg,#dc3545,#b02a37);box-shadow:0 10px 24px #dc354538}.primary-btn:hover:not(:disabled){filter:brightness(1.02);transform:translateY(-1px)}.primary-btn:disabled{cursor:not-allowed;opacity:.75}.affected-chip{background:#fff;border:1px solid #e9ecef;border-radius:999px;color:#2c3e50;font-size:13px;padding:10px 14px}@media (max-width:768px){.admin-service-card{border-radius:16px;padding:18px}.card-header{align-items:flex-start}.header-left h3{font-size:18px}.actions-row{align-items:stretch;flex-direction:column}.primary-btn{justify-content:center}.affected-chip{text-align:center}}.modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{animation:modalFadeIn .3s ease-out;border-radius:12px;box-shadow:0 10px 30px #0003;display:flex;flex-direction:column;max-width:720px;position:relative;width:90%}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header{background:#fff;border-bottom:1px solid #e0e0e0;border-radius:12px 12px 0 0;flex-shrink:0;padding:20px 24px;z-index:1}.modal-header h2{color:#2d3748}.close-button{align-items:center;border-radius:50%;color:#718096;display:flex;font-size:1.25rem;justify-content:center;padding:8px;transition:all .2s}.close-button:hover{background-color:#f7fafc;color:#4a5568}.close-button:disabled{cursor:not-allowed;opacity:.5}form{box-sizing:border-box;flex:1 1;margin:0;max-width:none;min-height:0;overflow-y:auto;padding:24px 32px;width:90%}.form-group{margin-bottom:20px;padding:0}.form-group label{color:#4a5568;display:block;font-size:.95rem;margin-bottom:8px}.form-group input[type=number],.form-group input[type=text],.form-group select,.form-group textarea{background-color:#fff;border:1.5px solid #e2e8f0;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:10px 12px;transition:all .2s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#4a90f3;box-shadow:0 0 0 3px #4a90f31a}.form-group textarea{min-height:100px;resize:vertical}.disabled-input,.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{background-color:#f7fafc;cursor:not-allowed}.disabled-input{border:1.5px solid #e2e8f0;color:#718096}.price-difference-info{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;margin-top:8px;padding:12px}.price-difference-info p{color:#0369a1;font-size:.9rem;font-weight:500;margin:0}.form-row{grid-gap:32px;gap:32px;margin:0 auto}.checkbox-group,.checkbox-group label{align-items:center;gap:8px}.checkbox-group label{cursor:pointer;display:flex;margin:0}.checkbox-group input[type=checkbox]{border:1.5px solid #e2e8f0;border-radius:4px;cursor:pointer;height:18px;width:18px}.image-upload-container{border:2px dashed #e2e8f0;border-radius:12px;margin:0 auto;max-width:100%;padding:20px;text-align:center;transition:all .2s}.image-upload-container:hover{background-color:#4a90f305;border-color:#4a90f3}.upload-placeholder{padding:40px 20px}.upload-placeholder .upload-icon{color:#4a90f3;font-size:2rem;margin-bottom:12px}.upload-placeholder p{color:#718096;font-size:.95rem}.file-input{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.image-preview{border-radius:8px;max-width:100%}.remove-image{align-items:center;background:#ffffffe6;border-radius:50%;box-shadow:0 2px 6px #0000001a;color:#e53e3e;display:flex;height:32px;justify-content:center;transition:all .2s;width:32px}.remove-image:hover{background:#fff;color:#c53030;transform:scale(1.05)}.remove-image:disabled{cursor:not-allowed;opacity:.5}.upload-progress{background:#ffffffe6;border-radius:12px;bottom:0;flex-direction:column;gap:12px;justify-content:center;left:0;position:absolute;right:0;top:0}.upload-progress span{color:#4a5568;font-size:.95rem}.modal-footer{background:#fff;border-radius:0 0 12px 12px;border-top:1px solid #e0e0e0;flex-shrink:0;gap:12px;padding:20px 24px}.modal-footer button{border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;padding:10px 24px;transition:all .2s}.cancel-btn{background:#f7fafc;border:1.5px solid #e2e8f0;color:#4a5568}.cancel-btn:hover{background:#edf2f7}.submit-btn{background:#4a90f3;border:1.5px solid #4a90f3;color:#fff}.submit-btn:hover{background:#2d7de1;border-color:#2d7de1}.cancel-btn:disabled,.submit-btn:disabled{cursor:not-allowed;opacity:.5}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#f7fafc;border-radius:0 12px 12px 0}.modal-content::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.modal-content::-webkit-scrollbar-thumb:hover{background:#a0aec0}@media (max-width:640px){.modal-content{max-height:95vh;width:95%}.form-row{gap:16px;grid-template-columns:1fr}.modal-header h2{font-size:1.25rem}.modal-footer,form{padding:16px}.modal-footer button{font-size:.95rem;padding:8px 16px}}.existing-markup-info{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:16px;padding:16px}.existing-markup-info h4{border-bottom:1px solid #e5e7eb;color:#374151;font-size:1rem;font-weight:600;margin:0 0 12px;padding-bottom:8px}.markup-details p{align-items:center;color:#4b5563;display:flex;font-size:.9rem;gap:8px;margin:8px 0}.markup-details strong{color:#374151;min-width:100px}.status-badge{border-radius:12px;font-size:.8rem;padding:2px 8px}.status-badge.enabled{background:#dcfce7;color:#166534}.status-badge.disabled{background:#f3f4f6;color:#6b7280}.delete-modal-overlay{align-items:center;animation:fadeIn .2s ease-in-out;background-color:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.delete-modal-content{animation:slideIn .3s ease-out;background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;max-width:400px;padding:0;position:relative;width:90%}.delete-modal-header{align-items:center;background-color:#f8f9fa;border-bottom:1px solid #e5e7eb;border-radius:8px 8px 0 0;display:flex;justify-content:space-between;padding:1rem 1.5rem}.delete-modal-header h2{color:#dc2626;font-size:1.25rem;font-weight:600;margin:0}.delete-modal-close{background:#0000;border:none;color:#6b7280;cursor:pointer;padding:.5rem;transition:color .2s}.delete-modal-close:hover{color:#dc2626}.delete-modal-body{padding:1.5rem;text-align:center}.delete-modal-body p{color:#4b5563;margin:.5rem 0}.delete-modal-body .item-name{background-color:#f3f4f6;border-radius:4px;color:#111827;display:inline-block;font-weight:600;margin:1rem 0;padding:.5rem}.delete-modal-body .warning-text{align-items:center;color:#dc2626;display:flex;font-size:.875rem;gap:.5rem;justify-content:center;margin-top:1rem}.delete-modal-footer{background-color:#f8f9fa;border-radius:0 0 8px 8px;border-top:1px solid #e5e7eb;display:flex;gap:1rem;justify-content:flex-end;padding:1rem 1.5rem}.delete-modal-footer button{border-radius:6px;font-weight:500;min-width:100px;padding:.5rem 1rem;transition:all .2s}.delete-modal-cancel{background-color:#fff;border:1px solid #d1d5db;color:#374151}.delete-modal-cancel:hover{background-color:#f3f4f6;border-color:#9ca3af}.delete-modal-delete{background-color:#dc2626;border:1px solid #dc2626;color:#fff}.delete-modal-delete:hover{background-color:#b91c1c;border-color:#b91c1c}.delete-modal-cancel:disabled,.delete-modal-delete:disabled{cursor:not-allowed;opacity:.5}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.menu-container{margin:0 auto;max-width:1200px;padding:2rem}.menu-header h1{color:#2d3748;font-size:2rem;margin:0}.add-item-button{align-items:center;background-color:#4a90f3;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s}.add-item-button:hover{background-color:#357abd}.menu-category{margin-bottom:2rem}.menu-category h2{border-bottom:2px solid #e2e8f0;color:#4a5568;font-size:1.5rem;margin-bottom:1rem;padding-bottom:.5rem}.menu-items{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.menu-item{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .2s}.menu-item:hover{transform:translateY(-2px)}.item-image-container{height:200px;position:relative;width:100%}.item-image{height:100%;object-fit:cover;width:100%}.veg-badge{color:#48bb78}.non-veg-badge,.veg-badge{background:#ffffffe6;border-radius:50%;box-shadow:0 2px 4px #0000001a;height:32px;justify-content:center;left:.5rem;padding:.5rem;position:absolute;top:.5rem;width:32px}.non-veg-badge{color:#e53e3e}.item-details{padding:1rem}.item-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:.5rem}.item-header h3{color:#2d3748;flex:1 1;font-size:1.25rem;margin:0}.item-actions{display:flex;gap:.5rem;margin-left:1rem}.delete-button,.edit-button{align-items:center;background:none;border:none;border-radius:8px;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .2s}.edit-button{color:#4a90f3}.edit-button:hover{background-color:#4a90f31a}.delete-button{color:#e53e3e}.delete-button:hover{background-color:#e53e3e1a}.item-details p{color:#718096;line-height:1.5;margin:.5rem 0}.item-meta{justify-content:space-between;margin:1rem 0}.item-meta,.item-price{align-items:center;display:flex}.item-price{gap:.5rem}.original-price{font-size:.9rem}.discount-price{color:#48bb78}.discount-price,.regular-price{font-size:1.1rem;font-weight:600}.regular-price{color:#2d3748}.discount-badge{background-color:#e53e3e;border-radius:.375rem;color:#fff;margin-left:.5rem}.veg-indicator{align-items:center;color:#48bb78;display:flex;font-size:.9rem;gap:.25rem}.availability-toggle{border:none;border-radius:8px;cursor:pointer;font-weight:500;padding:.75rem;transition:all .2s;width:100%}.availability-toggle.available{background-color:#48bb78;color:#fff}.availability-toggle.available:hover{background-color:#38a169}.availability-toggle.unavailable{background-color:#e53e3e;color:#fff}.availability-toggle.unavailable:hover{background-color:#c53030}@media (max-width:768px){.menu-container{padding:1rem}.menu-header{align-items:stretch;flex-direction:column;gap:1rem;text-align:center}.menu-items{grid-template-columns:1fr}}.search-input{flex:1 1;min-width:200px}.category-select,.search-input{border-radius:.375rem;padding:.5rem}.category-select{min-width:150px}.price-input{border:1px solid #e2e8f0;border-radius:.375rem;padding:.5rem;width:120px}.reset-button,.search-button{border:none;border-radius:.375rem;cursor:pointer;padding:.5rem 1rem}.search-button{background-color:#4299e1;color:#fff}.reset-button{background-color:#e2e8f0;color:#2d3748}.profile-container{align-items:center;background-color:#f8f9fa;display:flex;flex-direction:column;min-height:100vh;padding:20px}.profile-header-actions{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;max-width:600px;width:90%}.profile-title{color:#343a40;font-size:28px;font-weight:700;margin:0}.edit-profile-btn{align-items:center;background:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:10px 16px;transition:background .3s ease}.edit-profile-btn:hover{background:#0056b3}.profile-edit-form{background:#fff;border-radius:16px;box-shadow:0 6px 12px #0000001a;max-width:800px;padding:30px;width:90%}.edit-actions{display:flex;gap:10px}.edit-actions button{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:6px;padding:8px 14px;transition:background .3s ease}.cancel-btn{background:#6c757d;color:#fff}.cancel-btn:hover:not(:disabled){background:#5a6268}.save-btn{background:#28a745;color:#fff}.save-btn:hover:not(:disabled){background:#218838}.edit-actions button:disabled{cursor:not-allowed;opacity:.6}.profile-edit-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:24px}.form-group label{color:#495057;font-size:14px;font-weight:600;margin-bottom:6px}.form-group input,.form-group select{border:1px solid #ced4da;border-radius:6px;font-size:14px;padding:10px 12px;transition:border-color .3s ease,box-shadow .3s ease}.form-group input:focus,.form-group select:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a;outline:none}.form-group input:disabled,.form-group select:disabled{background-color:#e9ecef;cursor:not-allowed}.cuisine-checkboxes{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.cuisine-checkbox{align-items:center;background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;cursor:pointer;display:flex;gap:6px;padding:6px 10px;transition:background .2s ease,border-color .2s ease}.cuisine-checkbox:hover{background:#e9ecef;border-color:#adb5bd}.cuisine-checkbox input[type=checkbox]{cursor:pointer;margin:0}.cuisine-checkbox input[type=checkbox]:checked+span{font-weight:600}.image-upload-container{margin-top:8px;position:relative}.upload-placeholder{align-items:center;background:#f8f9fa;border:2px dashed #ced4da;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:40px;position:relative;transition:border-color .3s ease,background .3s ease}.upload-placeholder:hover{background:#e9f5ff;border-color:#007bff}.upload-placeholder .file-input{cursor:pointer;inset:0;opacity:0;position:absolute}.upload-icon{color:#6c757d;font-size:32px;margin-bottom:8px}.upload-placeholder p{color:#6c757d;font-size:14px;margin:0}.image-preview{display:inline-block;position:relative}.image-preview img{border:1px solid #dee2e6;border-radius:8px;height:200px;width:200px}.remove-image{background:#dc3545e6;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:6px;position:absolute;right:8px;top:8px;transition:background .2s ease}.remove-image:hover:not(:disabled){background:#dc3545}.upload-progress{align-items:center;color:#007bff;display:flex;font-size:14px;gap:8px;margin-top:8px}.profile-card{background:#fff;border-radius:16px;box-shadow:0 6px 12px #0000001a;margin-bottom:20px;max-width:600px;padding:30px;text-align:center;width:90%}.profile-avatar{border:4px solid #007bff;border-radius:50%;height:150px;margin-bottom:15px;object-fit:cover;width:150px}.profile-name{color:#343a40;font-size:28px;font-weight:700;margin-bottom:10px}.profile-type{color:#6c757d;font-size:18px;margin-bottom:15px}.profile-info p{color:#495057;font-size:16px;margin:8px 0}.profile-location{background:#007bff;border-radius:8px;color:#fff;display:inline-block;font-size:14px;margin-top:15px;padding:10px 20px;text-decoration:none;transition:background .3s ease}.profile-location:hover{background:#0056b3}.profile-stats{display:flex;flex-wrap:wrap;gap:25px;justify-content:center;margin-top:25px;max-width:800px;width:100%}.stat-card{background:#fff;border-radius:12px;box-shadow:0 4px 8px #0000001a;max-width:250px;padding:20px;text-align:center;transition:transform .3s ease;width:100%}.stat-card:hover{transform:translateY(-5px)}.stat-icon{color:#ff9800;font-size:28px;margin-bottom:10px}.stat-card h3{color:#343a40;font-size:18px;margin-bottom:10px}.stat-card p{color:#495057;font-size:16px;font-weight:700}.profile-section{background:#fff;border-radius:12px;box-shadow:0 4px 8px #0000001a;margin-top:20px;max-width:600px;padding:20px;width:90%}.profile-section h3{color:#343a40;font-size:22px;margin-bottom:15px}.profile-section p{color:#495057;font-size:16px;margin:8px 0}@media (max-width:768px){.profile-header-actions{align-items:stretch;flex-direction:column;gap:12px}.profile-edit-form{padding:20px}.profile-edit-grid{gap:16px;grid-template-columns:1fr}.edit-actions{justify-content:stretch}.edit-actions button{flex:1 1;justify-content:center}.cuisine-checkboxes{gap:8px}.image-preview img{height:160px;width:160px}.profile-card{padding:20px}.profile-avatar{height:120px;width:120px}.profile-name{font-size:24px}.profile-type{font-size:16px}.profile-info p{font-size:14px}.profile-stats{gap:15px}.stat-card{padding:15px}.stat-icon{font-size:24px}.stat-card h3{font-size:16px}.stat-card p{font-size:14px}.profile-section{padding:15px}.profile-section h3{font-size:20px}.profile-section p{font-size:14px}}@media (max-width:480px){.profile-edit-form{padding:16px}.upload-placeholder{padding:30px}.image-preview img{height:120px;width:120px}.profile-card{padding:15px}.profile-avatar{height:100px;width:100px}.profile-name{font-size:22px}.profile-type{font-size:14px}.profile-info p{font-size:12px}.profile-stats{gap:10px}.stat-card{padding:10px}.stat-icon{font-size:20px}.stat-card h3{font-size:14px}.stat-card p{font-size:12px}.profile-section{padding:10px}.profile-section h3{font-size:18px}.profile-section p{font-size:12px}}.restaurant-details-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.restaurant-details-modal-container{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;max-height:90vh;max-width:800px;overflow:hidden;width:100%}.restaurant-details-modal-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.5rem}.restaurant-details-modal-header h2{color:#2d3748;font-size:1.5rem;font-weight:600;margin:0}.restaurant-details-modal-content{flex:1 1;overflow-y:auto;padding:1.5rem}.restaurant-header{border-bottom:1px solid #e2e8f0;display:flex;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem}.restaurant-image-section{flex-shrink:0}.restaurant-main-image{border-radius:8px;box-shadow:0 4px 6px -1px #0000001a;height:150px;object-fit:cover;width:200px}.no-image-placeholder{align-items:center;background:#f7fafc;border:2px dashed #cbd5e0;border-radius:8px;color:#a0aec0;display:flex;flex-direction:column;font-size:.9rem;height:150px;justify-content:center;width:200px}.no-image-placeholder svg{font-size:2rem;margin-bottom:.5rem}.restaurant-basic-info{flex:1 1}.restaurant-basic-info h3{color:#2d3748;font-size:1.75rem;font-weight:700;margin:0 0 .75rem}.restaurant-meta{display:flex;gap:1rem;margin-bottom:1rem}.status-badge{gap:.5rem}.rating-badge{align-items:center;background:#fef5e7;border-radius:9999px;color:#f39c12;display:inline-flex;font-size:.875rem;font-weight:500;gap:.25rem;padding:.375rem .75rem}.cuisine-tags{align-items:center;color:#4a5568;display:flex;font-size:.9rem;gap:.5rem}.detail-link{color:#4a90f3;text-decoration:none;transition:color .2s ease}.detail-link:hover{color:#357abd;text-decoration:underline}.website-link{align-items:center;color:#4a90f3;display:inline-flex;gap:.5rem;text-decoration:none;transition:color .2s ease}.website-link:hover{color:#357abd;text-decoration:underline}.address-section{background:#f8fafc;border-left:4px solid #4a90f3;border-radius:8px;padding:1rem}.complete-address{font-size:.95rem}.address-detail,.coordinates{margin:0}.no-address{color:#a0aec0;font-style:italic;margin:0}.operating-hours{display:flex;flex-direction:column;gap:.5rem}.day-hours{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:.5rem 0}.day-hours:last-child{border-bottom:none}.day-name{color:#2d3748;font-weight:500;text-transform:capitalize}.hours{color:#4a5568;font-size:.9rem}.closed{color:#f56565;font-weight:500}.gallery-images{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.gallery-item{border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden;position:relative}.gallery-image{height:120px;object-fit:cover;transition:transform .2s ease;width:100%}.gallery-item:hover .gallery-image{transform:scale(1.05)}.tags-container{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background:#edf2f7;border-radius:6px;color:#4a5568;display:inline-block;font-size:.875rem;font-weight:500;padding:.375rem .75rem;text-transform:capitalize}.description-content{background:#f8fafc;border-left:4px solid #4a90f3;border-radius:8px;padding:1rem}.description-content p{color:#2d3748;line-height:1.6;margin:0}.timestamps{background:#f8fafc;border-radius:8px;border-top:1px solid #e2e8f0;display:flex;gap:2rem;padding:1rem}.timestamp-item{display:flex;flex-direction:column;gap:.25rem}.timestamp-item .detail-label{color:#a0aec0;font-size:.8rem}.timestamp-item .detail-value{color:#4a5568;font-family:monospace;font-size:.85rem}@media (max-width:768px){.restaurant-details-modal-container{margin:.5rem;max-height:95vh}.restaurant-details-modal-content{padding:1rem}.restaurant-header{flex-direction:column;gap:1rem}.no-image-placeholder,.restaurant-main-image{height:200px;width:100%}.restaurant-basic-info h3{font-size:1.5rem}.details-grid{grid-template-columns:1fr}.timestamps{flex-direction:column;gap:1rem}.gallery-images{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}@media (max-width:480px){.restaurant-details-modal-header{padding:1rem}.restaurant-basic-info h3,.restaurant-details-modal-header h2{font-size:1.25rem}.restaurant-meta{flex-direction:column;gap:.5rem}.gallery-images{grid-template-columns:repeat(2,1fr)}}.form-row{align-items:flex-start;display:flex;gap:20px}.checkbox-group{flex:1 1;margin:0}.checkbox-label{background:#f8f9fa;border:1px solid #ced4da;border-radius:6px;color:#495057;font-size:14px;gap:8px;margin:0;padding:10px 12px;transition:background .2s ease,border-color .2s ease}.checkbox-label:hover{background:#e9ecef;border-color:#adb5bd}.checkbox-label input[type=checkbox]{cursor:pointer}.checkbox-text{font-weight:500}.input-with-button{display:flex;gap:8px}.input-with-button input{border-bottom-right-radius:0;border-top-right-radius:0;flex:1 1}.location-btn{align-items:center;background:#007bff;border:1px solid #007bff;border-left:none;border-radius:0 6px 6px 0;color:#fff;cursor:pointer;display:flex;justify-content:center;min-width:44px;padding:10px 12px;transition:background .2s ease,border-color .2s ease}.location-btn:hover:not(:disabled){background:#0056b3;border-color:#0056b3}.location-btn:disabled{cursor:not-allowed;opacity:.6}@media (max-width:480px){.form-row{flex-direction:column;gap:12px}}.restaurant-menu-container{background:#f8fafc;min-height:100vh;padding:1.5rem}.menu-header{background:#fff;border-radius:12px;box-shadow:0 1px 3px 0 #0000001a;justify-content:space-between;margin-bottom:2rem;padding:1.5rem}.header-left,.menu-header{align-items:center;display:flex}.header-left{gap:1.5rem}.back-button{align-items:center;background:#4a90f3;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.75rem 1rem;transition:all .2s ease}.back-button:hover{background:#357abd;transform:translateY(-1px)}.restaurant-info{align-items:center;display:flex;gap:.75rem}.restaurant-info svg{color:#4a90f3;font-size:1.5rem}.restaurant-info h2{color:#2d3748;font-size:1.5rem;font-weight:600;margin:0}.restaurant-info p{color:#718096;font-size:.9rem;margin:0}.refresh-button{background:#48bb78;font-size:.9rem;padding:.75rem 1rem;transition:all .2s ease}.refresh-button:hover:not(:disabled){background:#38a169;transform:translateY(-1px)}.refresh-button:disabled{cursor:not-allowed;opacity:.6}.restaurant-markup-btn{align-items:center;background:#059669;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.75rem 1rem;transition:all .2s ease}.restaurant-markup-btn:hover:not(:disabled){background:#047857;transform:translateY(-1px)}.restaurant-markup-btn:disabled{cursor:not-allowed;opacity:.6}.header-actions{align-items:center;gap:.75rem}.add-menu-button{align-items:center;background:#4a90f3;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.75rem 1rem;transition:all .2s ease}.add-menu-button:hover:not(:disabled){background:#357abd;transform:translateY(-1px)}.add-menu-button:disabled{cursor:not-allowed;opacity:.6}.menu-filters{background:#fff;border-radius:12px;box-shadow:0 1px 3px 0 #0000001a;margin-bottom:1.5rem;padding:1.5rem}.search-input-wrapper{min-width:250px}.search-icon{color:#a0aec0}.search-input{font-size:.9rem;transition:all .2s ease}.search-input:focus{box-shadow:0 0 0 3px #4a90f31a}.filter-select{background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;font-size:.9rem;min-width:150px;padding:.75rem 1rem;transition:all .2s ease}.filter-select:focus{border-color:#4a90f3;box-shadow:0 0 0 3px #4a90f31a;outline:none}.reset-button{background:#ed8936;color:#fff;font-size:.9rem;padding:.75rem 1rem;transition:all .2s ease}.reset-button:hover{background:#dd6b20;transform:translateY(-1px)}.category-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;overflow-x:auto;padding:.5rem 0}.category-tab{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#4a5568;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.75rem 1rem;transition:all .2s ease;white-space:nowrap}.category-tab:hover{background:#f7fafc;border-color:#cbd5e0}.category-tab.active{background:#4a90f3;border-color:#4a90f3;color:#fff}.item-count{background:#fff3;border-radius:9999px;font-size:.8rem;font-weight:600;padding:.125rem .5rem}.category-tab.active .item-count{background:#ffffff4d}.menu-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.menu-item-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px 0 #0000001a;overflow:hidden;transition:all .2s ease}.menu-item-card:hover{box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-2px)}.menu-item-image-container{height:200px;overflow:hidden;position:relative}.menu-item-image{height:100%;object-fit:cover;width:100%}.menu-item-badges{align-items:flex-start;display:flex;gap:.5rem;justify-content:space-between;left:.75rem;position:absolute;right:.75rem;top:.75rem}.menu-item-badges-left,.menu-item-badges-right{display:flex;flex-direction:column;gap:.5rem}.menu-item-badges-right{align-items:flex-end}.veg-badge{background:#48bb78}.non-veg-badge,.veg-badge{align-items:center;border-radius:6px;color:#fff;display:flex;font-size:.75rem;font-weight:500;gap:.25rem;padding:.375rem .75rem}.non-veg-badge{background:#f56565}.availability-badge{align-items:center;border-radius:6px;display:flex;font-size:.75rem;font-weight:500;gap:.25rem;padding:.375rem .75rem}.availability-badge.available{background:#48bb78;color:#fff}.availability-badge.unavailable{background:#f56565;color:#fff}.menu-item-details{padding:1.5rem}.menu-item-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:.75rem}.menu-item-header h3{color:#2d3748;font-size:1.25rem;font-weight:600;line-height:1.3;margin:0}.category-tag{background:#edf2f7;border-radius:9999px;color:#4a5568;font-size:.75rem;font-weight:500;padding:.25rem .75rem;text-transform:capitalize}.item-description{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#718096;display:-webkit-box;font-size:.9rem;line-height:1.5;margin:0 0 1rem;overflow:hidden}.price-section{margin-bottom:1rem}.price-info{gap:.5rem}.admin-price-display,.price-info{display:flex;flex-direction:column}.admin-price-display{background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;gap:.25rem;padding:.75rem}.price-row{align-items:center;display:flex;gap:1rem;justify-content:space-between}.price-label{color:#718096;font-size:.85rem;font-weight:500}.base-price{color:#4a5568;font-size:1rem;font-weight:600}.selling-price{color:#2d3748;font-size:1.1rem;font-weight:700}.original-selling-price{color:#a0aec0;font-size:.9rem;margin-right:.5rem;text-decoration:line-through}.discounted-selling-price{color:#e53e3e;font-size:1.1rem;font-weight:700}.discount-price-display{color:#f59e0b;font-size:1rem;font-weight:600}.final-price-display{color:#059669;font-size:1.1rem;font-weight:700}.discount-info{margin-top:.5rem}.current-price{color:#2d3748;font-size:1.25rem;font-weight:700}.original-price{color:#a0aec0;font-size:1rem;text-decoration:line-through}.discount-badge{align-items:center;background:#fed7d7;border-radius:6px;color:#c53030;display:flex;font-size:.75rem;font-weight:600;gap:.25rem;padding:.25rem .5rem}.menu-item-actions{display:flex;gap:.75rem}.edit-menu-item-btn{align-items:center;background:#4a90f3;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-size:.9rem;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem;transition:all .2s ease}.edit-menu-item-btn:hover{background:#357abd}.delete-menu-item-btn{align-items:center;background:#dc2626;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-size:.9rem;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem;transition:all .2s ease}.delete-menu-item-btn:hover{background:#b91c1c}.delete-all-menu-button{align-items:center;background:#dc2626;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.75rem 1rem;transition:all .2s ease}.delete-all-menu-button:hover:not(:disabled){background:#b91c1c;transform:translateY(-1px)}.delete-all-menu-button:disabled{cursor:not-allowed;opacity:.6}.toggle-availability-btn{align-items:center;background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;color:#4a5568;cursor:pointer;display:flex;flex:1 1;font-size:.9rem;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem;transition:all .2s ease}.toggle-availability-btn:hover{background:#edf2f7;border-color:#cbd5e0}.empty-icon{color:#cbd5e0;font-size:4rem;margin-bottom:1rem}.empty-state h3{color:#4a5568;font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.empty-state p{color:#a0aec0}.loading{color:#718096;padding:4rem 2rem}.loading-spinner{border:4px solid #e2e8f0;height:3rem;width:3rem}.page-btn,.pagination-info{font-size:.9rem}.page-btn{border-radius:8px;font-weight:500;padding:.75rem 1rem}.current-page{font-size:.9rem}@media (max-width:768px){.restaurant-menu-container{padding:1rem}.menu-header{align-items:stretch}.header-left,.menu-header{flex-direction:column;gap:1rem}.search-section{flex-direction:column}.search-input-wrapper{min-width:auto}.filter-select{width:100%}.category-tabs{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;overflow-x:auto}.menu-grid{grid-template-columns:1fr}.pagination-container{flex-direction:column;gap:1rem;text-align:center}}@media (max-width:480px){.menu-item-header{flex-direction:column;gap:.5rem}.price-info{align-items:flex-start;gap:.25rem}.menu-item-actions,.price-info{flex-direction:column}}.restaurant-list-container{margin:0 auto;max-width:1400px;min-height:100vh;padding:2rem}.restaurant-list-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.restaurant-list-header h1{color:#2d3748;font-size:2rem;margin:0}.refresh-button{align-items:center;background-color:#4a90f3;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s}.refresh-button:hover{background-color:#357abd}.search-section{align-items:center;gap:2rem}.search-icon{color:#718096}.search-input{background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s;width:93%}.search-input:focus{border-color:#4a90f3}.category-select{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#2d3748;font-size:1rem;min-width:160px;padding:.75rem}.reset-button{background:#edf2f7;border:none;border-radius:8px;color:#4a5568;cursor:pointer;font-weight:500;padding:.75rem 1.25rem;transition:background .2s}.reset-button:hover{background:#e2e8f0}.restaurant-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));margin-bottom:3rem}.restaurant-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s,box-shadow .2s}.restaurant-card:hover{box-shadow:0 10px 15px #0000001a;transform:translateY(-4px)}.restaurant-image-container{height:300px;position:relative;width:100%}.restaurant-image{height:100%;object-fit:cover;width:100%}.status-badge{border-radius:20px;font-weight:600;letter-spacing:.5px;padding:.4rem .8rem;position:absolute;right:1rem;text-transform:uppercase;top:1rem}.status-badge.delivered{background:#c6f6d5;color:#22543d}.status-badge.cancelled{background:#fed7d7;color:#822727}.status-badge.pending{background:#feebc8;color:#744210}.status-badge.preparing{background:#e2e8f0;color:#2d3748}.status-badge.ready{background:#c6f6d5;border:1px dashed #22543d;color:#22543d}.status-badge.confirmed{background:#bee3f8;color:#2a4365}.status-badge.out\ for\ delivery,.status-badge.out_for_delivery{background:#e9d8fd;color:#44337a}.type-badge{background:#0009;color:#fff;top:1rem}.approval-status-badge,.type-badge{border-radius:4px;font-size:.7rem;left:1rem;padding:.3rem .6rem;position:absolute;text-transform:uppercase}.approval-status-badge{font-weight:600;letter-spacing:.5px;top:3rem}.approval-status-badge.pending{background:#feebc8;color:#744210}.approval-status-badge.approved{background:#c6f6d5;color:#22543d}.approval-status-badge.rejected{background:#fed7d7;color:#822727}.restaurant-details{display:flex;flex-direction:column;flex-grow:1;padding:1.25rem}.restaurant-card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.restaurant-card-header h3{color:#1a202c;font-size:1.25rem;font-weight:700;margin:0}.rating{color:#ecc94b;font-weight:600;gap:.25rem}.rating,.restaurant-info-item{align-items:center;display:flex}.restaurant-info-item{color:#4a5568;font-size:.9rem;gap:.75rem;margin-bottom:.6rem}.restaurant-info-item svg{color:#a0aec0;width:14px}.restaurant-info-item.address{border-top:1px solid #f7fafc;margin-top:.5rem;padding-top:.5rem}.card-actions{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:1fr 1fr;margin-top:auto;padding-top:1.25rem}.approve-button,.manage-button,.reject-button,.view-button{font-size:.75rem;font-weight:600;text-align:center}.approve-button,.manage-button,.online-toggle-button,.reject-button,.view-button{border-radius:6px;cursor:pointer;padding:.5rem;transition:all .2s;white-space:nowrap}.online-toggle-button{align-items:center;border:none;display:flex;font-size:.8rem;font-weight:700;gap:.5rem;grid-column:1/-1;justify-content:center}.online-toggle-button.go-online{background:linear-gradient(135deg,#28a745,#20c997);color:#fff}.online-toggle-button.go-offline{background:linear-gradient(135deg,#6c757d,#495057);color:#fff}.online-toggle-button:hover:not(:disabled){filter:brightness(1.02);transform:translateY(-1px)}.online-toggle-button:disabled{cursor:not-allowed;opacity:.65}.view-button{background:#fff;border:1px solid #e2e8f0;color:#4a5568}.view-button:hover{background:#f7fafc}.manage-button{background:#4a90f3;border:none;color:#fff}.manage-button:hover{background:#357abd}.approve-button{background:#28a745;border:none;color:#fff}.approve-button:hover{background:#218838}.reject-button{background:#dc3545;border:none;color:#fff}.reject-button:hover{background:#c82333}.pagination-container{border-top:1px solid #e2e8f0;margin-top:2rem;padding:1.5rem 0}.pagination-info{color:#718096}.page-btn{border:1px solid #e2e8f0;border-radius:6px;color:#4a5568;transition:all .2s}.page-btn:hover:not(:disabled){background:#f7fafc;border-color:#cbd5e0}.current-page{color:#2d3748;font-weight:600}.loading{min-height:400px}.loading-spinner{border:4px solid #f3f3f3;border-top-color:#4a90f3;height:40px;width:40px}.empty-state{background:#fff;border-radius:12px;color:#718096;padding:4rem 2rem}@media (max-width:768px){.restaurant-list-container{padding:1rem}.search-section{align-items:stretch;flex-direction:column}.search-input-wrapper{min-width:auto}.restaurant-grid{grid-template-columns:1fr}.pagination-container{flex-direction:column;gap:1.5rem;text-align:center}}.user-details-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.user-details-modal-container{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;max-height:90vh;max-width:800px;overflow:hidden;width:100%}.user-details-modal-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.5rem}.user-details-modal-header h2{color:#2d3748;font-size:1.5rem;font-weight:600;margin:0}.close-modal-btn{border-radius:6px;color:#718096;font-size:1.25rem;padding:.5rem;transition:all .2s ease}.close-modal-btn:hover{background:#e2e8f0;color:#2d3748}.user-details-modal-content{flex:1 1;overflow-y:auto;padding:1.5rem}.user-header{border-bottom:1px solid #e2e8f0;display:flex;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem}.user-profile-image-section{flex-shrink:0;position:relative}.user-profile-image{border-radius:50%;box-shadow:0 4px 6px -1px #0000001a;height:150px;object-fit:cover;width:150px}.no-profile-image-placeholder{align-items:center;background:#f7fafc;border:2px dashed #cbd5e0;border-radius:50%;color:#a0aec0;display:flex;flex-direction:column;font-size:.9rem;height:150px;justify-content:center;width:150px}.no-profile-image-placeholder svg{font-size:2rem;margin-bottom:.5rem}.user-status-badges{bottom:.5rem;position:absolute;right:.5rem}.gender-badge{align-items:center;background:#4a90f3;border-radius:9999px;box-shadow:0 2px 4px #0000001a;color:#fff;display:flex;font-size:.75rem;font-weight:500;gap:.25rem;padding:.375rem .75rem;text-transform:capitalize}.user-basic-info{display:flex;flex:1 1;flex-direction:column;justify-content:center}.user-basic-info h3{color:#2d3748;font-size:1.75rem;font-weight:700;margin:0 0 .5rem}.user-id{color:#718096;font-family:monospace;font-size:.9rem;margin:0}.details-section h3{color:#2d3748;font-size:1.25rem;font-weight:600;margin:0 0 1rem}.details-grid{grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.detail-label{font-size:.875rem;font-weight:500;letter-spacing:.025em}.detail-value{align-items:center;display:flex;font-size:.95rem;font-weight:400;gap:.5rem}.addresses-container{display:flex;flex-direction:column;gap:1rem}.address-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;transition:all .2s ease}.address-card:hover{border-color:#cbd5e0;box-shadow:0 2px 4px #0000000d}.address-header{justify-content:space-between;margin-bottom:.75rem}.address-header,.address-label{align-items:center;display:flex}.address-label{color:#2d3748;font-weight:600;gap:.5rem;text-transform:capitalize}.default-badge{background:#48bb78;border-radius:9999px;color:#fff;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.address-content{display:flex;flex-direction:column;gap:.5rem}.complete-address{color:#2d3748;font-weight:500;line-height:1.4;margin:0}.address-details{display:flex;flex-wrap:wrap;gap:1rem}.address-detail{color:#4a5568;font-size:.9rem;gap:.25rem}.address-detail,.coordinates{align-items:center;display:flex}.coordinates{color:#a0aec0;font-family:monospace;font-size:.8rem;gap:.5rem}.no-addresses{color:#a0aec0;padding:2rem;text-align:center}.no-addresses svg{font-size:2rem;margin-bottom:.5rem}.no-addresses p{font-style:italic;margin:0}@media (max-width:768px){.user-details-modal-container{margin:.5rem;max-height:95vh}.user-details-modal-content{padding:1rem}.user-header{flex-direction:column;gap:1rem;text-align:center}.no-profile-image-placeholder,.user-profile-image{height:120px;width:120px}.user-basic-info h3{font-size:1.5rem}.details-grid{grid-template-columns:1fr}.address-header{align-items:flex-start}.address-details,.address-header{flex-direction:column;gap:.5rem}}@media (max-width:480px){.user-details-modal-header{padding:1rem}.user-basic-info h3,.user-details-modal-header h2{font-size:1.25rem}.no-profile-image-placeholder,.user-profile-image{height:100px;width:100px}}.order-details-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.order-details-modal-container{background-color:#fff;border-radius:12px;box-shadow:0 10px 25px #0003;display:flex;flex-direction:column;max-height:90vh;max-width:800px;overflow-y:auto;position:relative;width:90%}.order-details-modal-header{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.order-details-modal-header h2{color:#2d3748;font-size:1.5rem;margin:0}.order-details-modal-content{padding:1.5rem}.items-list{display:flex;flex-direction:column;gap:1rem}.order-item-row{align-items:center;background:#f8fafc;border-radius:8px;display:flex;justify-content:space-between;padding:1rem}.item-info{display:flex;flex-direction:column}.item-name{color:#2d3748;font-weight:600}.item-quantity-price{color:#718096;font-size:.9rem}.item-total{color:#2d3748;font-weight:700}.price-summary{background:#f8fafc;border-radius:12px;display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem;padding:1.5rem}.summary-row{color:#4a5568;display:flex;justify-content:space-between}.summary-row.total{border-top:2px solid #e2e8f0;color:#2d3748;font-size:1.25rem;font-weight:700;margin-top:.5rem;padding-top:1rem}.special-instructions{background:#fffaf0;border-left:4px solid #ed8936;border-radius:4px;color:#7b341e;font-style:italic;padding:1rem}.rating-display{background:linear-gradient(135deg,#fef9c3,#fef08a);border:1px solid #fde047;border-radius:12px;padding:1.5rem}.rating-stars-large{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}.rating-number-large{color:#92400e;font-size:1.5rem;font-weight:700;margin-left:.5rem}.rating-review-text{color:#78350f;font-size:1rem;font-style:italic;line-height:1.5;margin-bottom:.75rem}.rating-date-text{color:#92400e;font-size:.875rem;opacity:.8}@media (max-width:640px){.order-details-modal-container{margin:10px;width:95%}.details-grid{grid-template-columns:1fr}}.preparation-time-section{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;margin-top:.75rem;padding:.75rem}.time-input-group{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.time-input-group label{color:#374151;font-size:.875rem;font-weight:500;min-width:100px}.prep-time-input{border:1px solid #d1d5db;border-radius:.375rem;flex:1 1;font-size:.875rem;max-width:80px;padding:.375rem .5rem}.prep-time-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.status-actions{display:flex;gap:.5rem;margin-top:.5rem}.status-button{border:none;border-radius:.375rem;cursor:pointer;flex:1 1;font-size:.875rem;font-weight:500;padding:.5rem .75rem;text-align:center;transition:all .2s ease}.status-button:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.status-button.confirmed{background-color:#3b82f6;color:#fff}.status-button.confirmed:hover{background-color:#2563eb}.status-button.preparing{background-color:#8b5cf6;color:#fff}.status-button.preparing:hover{background-color:#7c3aed}.status-button.ready{background-color:#10b981;color:#fff}.status-button.ready:hover{background-color:#059669}.status-button.pickedup{background-color:#06b6d4;color:#fff}.status-button.pickedup:hover{background-color:#0891b2}.status-button.out_for_delivery{background-color:#06b6d4;color:#fff}.status-button.out_for_delivery:hover{background-color:#0891b2}.status-button.delivered{background-color:#059669;color:#fff}.status-button.delivered:hover{background-color:#047857}.status-button.cancelled{background-color:#ef4444;color:#fff}.status-button.cancelled:hover{background-color:#dc2626}.status-badge{font-size:.875rem;text-transform:capitalize;white-space:nowrap}.restaurant-card{transition:transform .2s ease,box-shadow .2s ease}.restaurant-card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.admin-financial-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:.375rem;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;justify-content:center;padding:.5rem .75rem;transition:all .2s ease}.admin-financial-button:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1);box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}.rating-section{background-color:#fefce8;border:1px solid #fde047;border-radius:.5rem;margin-top:.75rem;padding:.75rem}.rating-stars{align-items:center;display:flex;gap:.375rem;margin-bottom:.5rem}.rating-number,.rating-review{font-size:.875rem}.rating-review{color:#78350f;font-style:italic;line-height:1.4;margin-bottom:.5rem}.rating-date{color:#92400e;font-size:.75rem;opacity:.8}@media (max-width:768px){.status-actions{flex-direction:column}.status-button{flex:none}.admin-financial-button{width:100%}}.admin-financial-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.admin-financial-modal-container{animation:slideIn .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:700px;overflow-y:auto;width:90%}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.admin-financial-modal-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px 16px 0 0;color:#fff;display:flex;justify-content:space-between;padding:24px 28px}.admin-financial-modal-header h2{align-items:center;display:flex;font-size:1.4rem;font-weight:600;gap:10px;margin:0}.close-modal-btn{align-items:center;background:#fff3;border-radius:50%;color:#fff;display:flex;height:36px;justify-content:center;transition:all .2s;width:36px}.close-modal-btn:hover{background:#ffffff4d;transform:rotate(90deg)}.admin-financial-modal-content{padding:28px}.financial-cards{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:28px}.financial-card{align-items:center;background:linear-gradient(135deg,#f5f7fa,#e4e8eb);border-radius:12px;display:flex;gap:16px;padding:20px;transition:transform .2s,box-shadow .2s}.financial-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.financial-card.total-revenue{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.financial-card.platform-earning{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.financial-card.restaurant-share{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff}.card-icon{align-items:center;background:#fff3;border-radius:12px;display:flex;font-size:1.3rem;height:48px;justify-content:center;width:48px}.card-content{display:flex;flex-direction:column;gap:4px}.card-label{font-size:.85rem;font-weight:500;opacity:.9}.card-value{font-size:1.3rem;font-weight:700}.financial-breakdown-section{margin-bottom:28px}.financial-breakdown-section h3{align-items:center;color:#2d3748;display:flex;font-size:1.1rem;gap:8px;margin:0 0 16px}.breakdown-table{background:#f8fafc;border-radius:12px;overflow:hidden}.breakdown-row{border-bottom:1px solid #e2e8f0;display:grid;font-size:.95rem;grid-template-columns:2fr 1fr 1fr;padding:14px 20px}.breakdown-row:last-child{border-bottom:none}.breakdown-row.header{background:#e2e8f0;color:#4a5568;font-size:.9rem;font-weight:600}.breakdown-row.total{background:#667eea;color:#fff;font-weight:600}.breakdown-row.discount{color:#e53e3e}.breakdown-row span:first-child{align-items:center;display:flex;gap:8px}.financial-metrics{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:28px}.metric-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:16px;text-align:center}.metric-label{color:#718096;display:block;font-size:.85rem;font-weight:500;margin-bottom:8px}.metric-value{color:#2d3748;display:block;font-size:1.2rem;font-weight:700}.metric-value.status-pending{color:#f59e0b}.metric-value.status-preparing{color:#8b5cf6}.metric-value.status-ready{color:#10b981}.metric-value.status-delivered{color:#059669}.metric-value.status-cancelled{color:#ef4444}.financial-summary{background:linear-gradient(135deg,#f5f7fa,#e4e8eb);border-radius:12px;padding:20px}.financial-summary h3{align-items:center;color:#2d3748;display:flex;font-size:1.1rem;gap:8px;margin:0 0 16px}.summary-text{display:flex;flex-direction:column;gap:12px}.summary-text p{color:#4a5568;font-size:.95rem;line-height:1.6;margin:0}.summary-text strong{color:#2d3748;font-weight:600}@media (max-width:768px){.admin-financial-modal-container{max-height:95vh;width:95%}.admin-financial-modal-header{padding:20px}.admin-financial-modal-header h2{font-size:1.1rem}.admin-financial-modal-content{padding:20px}.financial-cards{grid-template-columns:1fr}.breakdown-row{font-size:.85rem;grid-template-columns:1.5fr 1fr .8fr;padding:12px 16px}.financial-metrics{grid-template-columns:1fr}}.serviceable-areas-container{margin:0 auto;max-width:1400px;padding:2rem}.serviceable-areas-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.serviceable-areas-header h1{color:#1f2937;font-size:2rem;font-weight:700}.areas-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));margin-bottom:2rem}.area-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem;transition:all .2s ease}.area-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.area-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.area-header h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin:0}.area-description{color:#6b7280;font-size:.875rem;line-height:1.5;margin-bottom:1rem}.area-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.area-actions{border-top:1px solid #f3f4f6;display:flex;gap:.5rem;padding-top:1rem}.form-group input,.form-group textarea{border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;padding:.625rem .875rem;transition:all .2s ease}.form-group input:focus,.form-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-group input.error,.form-group textarea.error{border-color:#ef4444}.map-container-wrapper{border:1px solid #d1d5db;border-radius:.5rem;overflow:hidden;position:relative}.center-info{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;color:#374151;font-size:.75rem;padding:.75rem}.google-map-area-picker{position:relative}.map-controls{background:#fff;border-radius:.5rem;box-shadow:0 2px 8px #00000026;display:flex;gap:.5rem;left:50%;padding:.5rem;position:absolute;top:1rem;transform:translateX(-50%);z-index:1000}.map-control-btn{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:.375rem;color:#374151;cursor:pointer;display:flex;font-size:.75rem;font-weight:500;gap:.375rem;padding:.5rem .75rem;transition:all .2s ease}.map-control-btn:hover:not(:disabled){background-color:#f3f4f6}.map-control-btn:disabled{cursor:not-allowed;opacity:.5}.draw-btn{background-color:#3b82f6;border-color:#3b82f6;color:#fff}.draw-btn:hover:not(:disabled){background-color:#2563eb}.clear-btn{background-color:#ef4444;border-color:#ef4444;color:#fff}.clear-btn:hover:not(:disabled){background-color:#dc2626}.map-loading{align-items:center;background-color:#f9fafb;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:100}@media (max-width:1024px){.form-grid{grid-template-columns:1fr}.areas-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}}@media (max-width:768px){.serviceable-areas-container{padding:1rem}.serviceable-areas-header{align-items:stretch;flex-direction:column;gap:1rem}.search-section{flex-direction:column}.search-input-wrapper{min-width:auto}.areas-grid,.form-row{grid-template-columns:1fr}.area-actions{flex-direction:column}.map-controls{flex-wrap:wrap;justify-content:center;top:.5rem}}.array-fields-container{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;display:flex;flex-direction:column;gap:1rem;padding:1rem}.array-item{background-color:#fff;border:1px solid #e2e8f0;border-radius:.375rem;padding:1rem}.array-item-row{grid-gap:.75rem;align-items:end;display:grid;gap:.75rem;grid-template-columns:repeat(3,1fr) auto}.array-item-field{display:flex;flex-direction:column;gap:.25rem}.array-item-field label{color:#6b7280;font-size:.75rem;font-weight:500}.array-item-field input,.array-item-field select{border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;padding:.5rem}.array-item-field input:focus,.array-item-field select:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a;outline:none}.remove-array-item-btn{align-items:center;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.375rem;color:#991b1b;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .2s ease}.remove-array-item-btn:hover{background-color:#fecaca}.add-array-item-btn{align-items:center;align-self:flex-start;background-color:#3b82f6;border:none;border-radius:.375rem;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease}.add-array-item-btn:hover{background-color:#2563eb}.rain-surge-container{background-color:#f0f9ff;border:1px solid #bae6fd;border-radius:.5rem;display:flex;flex-direction:column;gap:1rem;padding:1rem}.rain-surge-field{display:flex;flex-direction:column;gap:.5rem}.rain-surge-field label{color:#374151;font-size:.875rem;font-weight:500}.rain-surge-field input{border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;padding:.5rem}.rain-surge-field input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a;outline:none}.rain-surge-field input:disabled{background-color:#f3f4f6;cursor:not-allowed}.promocodes-container{margin:0 auto;max-width:1400px;padding:2rem}.promocodes-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.promocodes-header h1{color:#1f2937;font-size:2rem;font-weight:700}.promocodes-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));margin-bottom:2rem}.promocode-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem;transition:all .2s ease}.promocode-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.promocode-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.promocode-header h3{color:#1f2937;font-size:1.25rem;font-weight:600;letter-spacing:.05em;margin:0;text-transform:uppercase}.promocode-description{color:#6b7280;font-size:.875rem;line-height:1.5;margin-bottom:1rem}.promocode-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.detail-item.special{background-color:#fef3c7;border-radius:.375rem;color:#92400e;font-size:.75rem;font-weight:500;justify-content:center;padding:.375rem .75rem}.promocode-actions{border-top:1px solid #f3f4f6;display:flex;gap:.5rem;padding-top:1rem}.action-button.stats{background-color:#f0fdf4;border-color:#bbf7d0;color:#166534}.action-button.stats:hover{background-color:#dcfce7}.multi-select-container{display:flex;flex-direction:column;gap:.5rem}.multi-select{border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;min-height:120px;padding:.625rem .875rem;transition:all .2s ease;width:100%}.multi-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.checkbox-group{display:flex;flex-direction:column;gap:.5rem}.checkbox-group .checkbox-label{border:1px solid #d1d5db;border-radius:.375rem;padding:.375rem .75rem;transition:all .2s ease}.checkbox-group .checkbox-label:hover{background-color:#f9fafb}@media (max-width:1024px){.form-grid{grid-template-columns:1fr}.promocodes-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}}@media (max-width:768px){.promocodes-container{padding:1rem}.promocodes-header{align-items:stretch;gap:1rem}.promocodes-header,.search-section{flex-direction:column}.search-input-wrapper{min-width:auto}.form-row,.promocodes-grid{grid-template-columns:1fr}.promocode-actions{flex-direction:column}}.banners-container{margin:0 auto;max-width:1400px;padding:2rem}.banners-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.banners-header h1{color:#1f2937;font-size:2rem;font-weight:700}.header-actions{display:flex;gap:1rem}.add-button,.refresh-button{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.refresh-button{background-color:#6b7280;color:#fff}.refresh-button:hover:not(:disabled){background-color:#4b5563}.add-button{background-color:#3b82f6;color:#fff}.add-button:hover{background-color:#2563eb}.search-section{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.search-input-wrapper{flex:1 1;min-width:300px;position:relative}.search-icon{color:#6b7280;left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.search-input{border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;padding:.75rem 1rem .75rem 2.5rem;width:90%}.search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.category-select,.reset-button{background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;cursor:pointer;font-size:.875rem;padding:.75rem 1rem}.category-select:focus{border-color:#3b82f6;outline:none}.reset-button{background-color:#f3f4f6;color:#374151}.reset-button:hover{background-color:#e5e7eb}.banners-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));margin-bottom:2rem}.banner-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem;transition:all .2s ease}.banner-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.banner-image-preview{align-items:center;background-color:#f3f4f6;border-radius:.5rem;display:flex;height:200px;justify-content:center;margin-bottom:1rem;overflow:hidden;width:100%}.banner-images-carousel{display:flex;gap:.5rem;height:100%;overflow-x:auto;padding:.5rem;scroll-snap-type:x mandatory;width:100%}.banner-images-carousel img{border-radius:.375rem;flex:0 0 auto;scroll-snap-align:start}.banner-image-preview img,.banner-images-carousel img{height:100%;object-fit:cover;width:100%}.banner-image-preview .no-image{align-items:center;color:#9ca3af;display:flex;flex-direction:column;gap:.5rem}.banner-image-preview .no-image svg{font-size:2rem}.banner-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.banner-header h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin:0}.status-toggle{align-items:center;border:1px solid;border-radius:9999px;cursor:pointer;display:flex;font-size:.75rem;font-weight:500;gap:.5rem;padding:.375rem .75rem;transition:all .2s ease}.status-toggle.active{background-color:#dcfce7;border-color:#bbf7d0;color:#166534}.status-toggle.inactive{background-color:#fef2f2;border-color:#fecaca;color:#991b1b}.banner-description{color:#6b7280;font-size:.875rem;line-height:1.5;margin-bottom:1rem}.banner-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.detail-item{align-items:center;color:#374151;font-size:.875rem;gap:.5rem}.detail-item svg{color:#6b7280;width:1rem}.banner-actions{border-top:1px solid #f3f4f6;display:flex;gap:.5rem;padding-top:1rem}.action-button{border:1px solid;border-radius:.375rem;flex:1 1;font-size:.75rem;gap:.375rem;justify-content:center;padding:.5rem .75rem}.action-button.view{background-color:#eff6ff;border-color:#bfdbfe;color:#1e40af}.action-button.view:hover{background-color:#dbeafe}.action-button.edit{background-color:#fef3c7;border-color:#fde68a;color:#92400e}.action-button.edit:hover{background-color:#fde68a}.action-button.delete{background-color:#fef2f2;border-color:#fecaca;color:#991b1b}.action-button.delete:hover{background-color:#fecaca}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a;max-height:90vh;max-width:1200px;overflow:hidden;width:100%}.modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem}.modal-header h2{color:#1f2937;font-size:1.5rem;font-weight:600;margin:0}.close-button{background:none;border:none;border-radius:.375rem;color:#6b7280;cursor:pointer;font-size:1.5rem;padding:.5rem;transition:all .2s ease}.close-button:hover{background-color:#f3f4f6;color:#374151}.modal-body{max-height:calc(90vh - 140px);overflow-y:auto;padding:1.5rem}.form-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.form-column{gap:1rem}.form-column,.form-group{display:flex;flex-direction:column}.form-group label{color:#374151;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.required{color:#ef4444}.form-group input,.form-group select,.form-group textarea{border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;padding:.625rem .875rem;transition:all .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#ef4444}.error-message{color:#ef4444;font-size:.75rem;margin-top:.25rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.checkbox-label{align-items:center;cursor:pointer;display:flex;font-size:.875rem;gap:.5rem}.checkbox-label input[type=checkbox]{margin:0;width:auto}.status-badge{align-items:center;border-radius:9999px;display:inline-flex;font-size:.75rem;font-weight:500;padding:.375rem .75rem}.status-badge.active{background-color:#dcfce7;color:#166534}.status-badge.inactive{background-color:#fef2f2;color:#991b1b}.help-text{color:#6b7280;font-size:.75rem}.image-upload-section{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.upload-button{align-items:center;background-color:#3b82f6;border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;justify-content:center;padding:.5rem 1rem;transition:all .2s ease}.upload-button:hover:not(:disabled){background-color:#2563eb}.upload-button:disabled{cursor:not-allowed;opacity:.5}.image-preview{border:1px solid #e5e7eb;border-radius:.5rem;margin-top:1rem;overflow:hidden}.image-preview img{max-height:200px;object-fit:cover;width:100%}.images-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));margin-top:1rem}.image-item{aspect-ratio:16/9;border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden;position:relative}.image-item img{height:100%;object-fit:cover;width:100%}.remove-image-button{align-items:center;background-color:#ef4444e6;border:none;border-radius:.375rem;color:#fff;cursor:pointer;display:flex;height:2rem;justify-content:center;position:absolute;right:.5rem;top:.5rem;transition:all .2s ease;width:2rem}.remove-image-button:hover{background-color:#ef4444;transform:scale(1.1)}.add-url-button{align-items:center;background-color:#10b981;border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;justify-content:center;padding:.5rem 1rem;transition:all .2s ease}.add-url-button:hover:not(:disabled){background-color:#059669}.add-url-button:disabled{cursor:not-allowed;opacity:.5}.modal-footer{border-top:1px solid #e5e7eb;display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem}.btn-primary,.btn-secondary{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.btn-primary{background-color:#3b82f6;color:#fff}.btn-primary:hover:not(:disabled){background-color:#2563eb}.btn-primary:disabled{cursor:not-allowed;opacity:.5}.btn-secondary{background-color:#f3f4f6;color:#374151}.btn-secondary:hover{background-color:#e5e7eb}@media (max-width:1024px){.form-grid{grid-template-columns:1fr}.banners-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}}@media (max-width:768px){.banners-container{padding:1rem}.banners-header{align-items:stretch;gap:1rem}.banners-header,.search-section{flex-direction:column}.search-input-wrapper{min-width:auto}.banners-grid,.form-row{grid-template-columns:1fr}.banner-actions{flex-direction:column}}.loading{align-items:center;color:#6b7280;display:flex;flex-direction:column;justify-content:center;padding:3rem}.loading-spinner{animation:spin 1s linear infinite;border:2px solid #e5e7eb;border-radius:50%;border-top-color:#3b82f6;height:2rem;margin-bottom:1rem;width:2rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.empty-state{color:#6b7280;padding:3rem;text-align:center}.empty-state p{font-size:1.125rem;margin:0}.pagination-container{align-items:center;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1rem 0}.pagination-info{color:#6b7280;font-size:.875rem}.pagination-controls{gap:1rem}.page-btn,.pagination-controls{align-items:center;display:flex}.page-btn{background:#fff;border:1px solid #d1d5db;border-radius:.375rem;color:#374151;cursor:pointer;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease}.page-btn:hover:not(:disabled){background-color:#f3f4f6}.page-btn:disabled{cursor:not-allowed;opacity:.5}.current-page{color:#374151;font-size:.875rem;font-weight:500}.profile-image-container{display:flex;justify-content:center;margin-bottom:1rem}.delivery-boy-profile-image{border:3px solid #e2e8f0;border-radius:50%;height:80px;object-fit:cover;width:80px}.status-button.approved{background-color:#10b981;color:#fff}.status-button.approved:hover{background-color:#059669}.status-button.rejected{background-color:#ef4444;color:#fff}.status-button.rejected:hover{background-color:#dc2626}.delivery-boy-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.delivery-boy-modal-container{background-color:#fff;border-radius:12px;box-shadow:0 10px 25px #0003;display:flex;flex-direction:column;max-height:90vh;max-width:800px;overflow-y:auto;position:relative;width:90%}.delivery-boy-modal-header{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.delivery-boy-modal-header h2{color:#2d3748;font-size:1.5rem;margin:0}.close-modal-btn{background:none;border:none;color:#a0aec0;cursor:pointer;font-size:1.5rem;transition:color .2s}.close-modal-btn:hover{color:#4a5568}.delivery-boy-modal-content{padding:1.5rem}.profile-image-section{border-bottom:1px solid #e2e8f0;display:flex;justify-content:center;margin-bottom:1.5rem;padding-bottom:1.5rem}.profile-image-large{border:4px solid #e2e8f0;border-radius:50%;box-shadow:0 4px 12px #0000001a;height:120px;object-fit:cover;width:120px}.details-section{margin-bottom:2rem}.details-section h3{align-items:center;border-bottom:1px solid #edf2f7;color:#4a5568;display:flex;font-size:1.1rem;gap:.5rem;margin-bottom:1rem;padding-bottom:.5rem}.details-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.detail-item{display:flex;flex-direction:column;gap:.25rem}.detail-label{color:#718096;font-size:.85rem;letter-spacing:.5px;text-transform:uppercase}.detail-value{color:#2d3748;font-size:1rem;font-weight:500}.address-display{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.address-line{color:#2d3748;margin-bottom:.5rem}.address-line:last-child{margin-bottom:0}.documents-list{display:flex;flex-direction:column;gap:1rem}.document-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.document-header{margin-bottom:.75rem}.document-type{color:#4a5568;font-size:1rem;font-weight:600}.document-details{display:flex;flex-direction:column;gap:.5rem}.document-detail{display:flex;font-size:.9rem;justify-content:space-between}.document-label{color:#718096}.document-value{color:#2d3748;font-weight:500}.document-image{margin-top:.5rem}.document-link{color:#4a90f3;font-size:.9rem;font-weight:500;text-decoration:none}.document-link:hover{text-decoration:underline}.no-documents{color:#a0aec0;font-style:italic}.performance-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.performance-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.performance-label{color:#718096;font-size:.85rem;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.performance-value{color:#2d3748;font-size:1.5rem;font-weight:700}.rating-display{align-items:center;display:flex;gap:.5rem}.rating-number{color:#92400e;font-size:1.25rem;font-weight:600;margin-left:.5rem}.timeline-info{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.timeline-item{display:flex;justify-content:space-between;margin-bottom:.75rem}.timeline-item:last-child{margin-bottom:0}.timeline-label{color:#718096;font-size:.9rem}.timeline-value{color:#2d3748;font-size:.9rem;font-weight:500}.modal-actions{border-top:1px solid #e2e8f0;display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem;padding-top:1rem}.action-button{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.action-button.approve{background-color:#10b981;color:#fff}.action-button.approve:hover{background-color:#059669;box-shadow:0 4px 12px #10b9814d;transform:translateY(-1px)}.action-button.reject{background-color:#ef4444;color:#fff}.action-button.reject:hover{background-color:#dc2626;box-shadow:0 4px 12px #ef44444d;transform:translateY(-1px)}@media (max-width:640px){.delivery-boy-modal-container{margin:10px;width:95%}.details-grid{grid-template-columns:1fr}.modal-actions{flex-direction:column}.action-button{justify-content:center;width:100%}}.privacy-policy-container{background:linear-gradient(135deg,#1a1a2e,#16213e);min-height:100vh;padding:40px 20px}.privacy-policy-content{background:#1a1a2e;border-radius:12px;box-shadow:0 8px 32px #0000004d;margin:0 auto;max-width:900px;padding:40px}.privacy-policy-content h1{color:#4a90a4;font-size:2.5rem;margin-bottom:10px;text-align:center}.privacy-policy-content section{margin-bottom:40px}.privacy-policy-content h2{border-bottom:2px solid #4a90a4;color:#fff;font-size:1.5rem;margin-bottom:15px;padding-bottom:10px}.privacy-policy-content h3{color:#4a90a4;font-size:1.2rem;margin-bottom:10px;margin-top:25px}.privacy-policy-content p{color:#ccc;font-size:1rem;line-height:1.8;margin-bottom:15px}.privacy-policy-content ul{color:#ccc;margin:15px 0;padding-left:30px}.privacy-policy-content ul li{line-height:1.6;margin-bottom:10px}.privacy-policy-content ul li::marker{color:#4a90a4}.privacy-policy-content strong{color:#4a90a4;font-weight:600}.disclaimer{background:#4a90a41a;border-left:4px solid #4a90a4;border-radius:8px;padding:20px}.disclaimer h2{border-bottom:none;margin-bottom:10px;padding-bottom:0}@media (max-width:768px){.privacy-policy-content{padding:25px}.privacy-policy-content h1{font-size:2rem}.privacy-policy-content h2{font-size:1.3rem}.privacy-policy-content h3{font-size:1.1rem}.privacy-policy-content p,.privacy-policy-content ul li{font-size:.95rem}}@media (max-width:480px){.privacy-policy-container{padding:20px 10px}.privacy-policy-content{padding:20px}.privacy-policy-content h1{font-size:1.75rem}.privacy-policy-content h2{font-size:1.2rem}}.delete-account-container{background:linear-gradient(135deg,#1a1a2e,#16213e);min-height:100vh;padding:40px 20px}.delete-account-content{background:#1a1a2e;border-radius:12px;box-shadow:0 8px 32px #0000004d;margin:0 auto;max-width:900px;padding:40px}.delete-account-content h1{color:#4a90a4;font-size:2.5rem;margin-bottom:10px;text-align:center}.effective-date{border-bottom:1px solid #333;color:#888;font-size:.9rem;padding-bottom:20px;text-align:center}.delete-account-content section,.effective-date{margin-bottom:40px}.delete-account-content h2{border-bottom:2px solid #4a90a4;color:#fff;font-size:1.5rem;margin-bottom:15px;padding-bottom:10px}.delete-account-content h3{color:#4a90a4;font-size:1.2rem;margin-bottom:15px}.delete-account-content p{color:#ccc;font-size:1rem;line-height:1.8;margin-bottom:15px}.delete-account-content ul{color:#ccc;margin:15px 0;padding-left:30px}.delete-account-content ul li{line-height:1.6;margin-bottom:12px}.delete-account-content ul li::marker{color:#4a90a4}.delete-account-content strong{color:#4a90a4;font-weight:600}.email-link{color:#4a90a4;font-weight:500;text-decoration:none;transition:color .3s}.email-link:hover{color:#6ab0c4;text-decoration:underline}.requirements-box{background:#4a90a41a;border-left:4px solid #4a90a4;border-radius:8px;margin:20px 0;padding:20px}.requirements-box h3{border-bottom:none;margin-bottom:15px;padding-bottom:0}.requirements-box ul{margin:0}.processing-time{background:#ffc1071a;border-left:4px solid #ffc107;border-radius:8px;color:#ffd54f;font-weight:500;margin:20px 0;padding:15px}.important-note{background:#dc35451a;border-left:4px solid #dc3545;border-radius:8px;padding:20px}.important-note h2{border-bottom:none;margin-bottom:15px;padding-bottom:0}.important-note ul{margin:0}.contact-section{background:#4a90a41a;border-left:4px solid #4a90a4;border-radius:8px;padding:20px}.contact-section h2{border-bottom:none;margin-bottom:15px;padding-bottom:0}.contact-info{margin-top:15px}.contact-info p{margin-bottom:8px}@media (max-width:768px){.delete-account-content{padding:25px}.delete-account-content h1{font-size:2rem}.delete-account-content h2{font-size:1.3rem}.delete-account-content h3{font-size:1.1rem}.delete-account-content p,.delete-account-content ul li{font-size:.95rem}}@media (max-width:480px){.delete-account-container{padding:20px 10px}.delete-account-content{padding:20px}.delete-account-content h1{font-size:1.75rem}.delete-account-content h2{font-size:1.2rem}}
/*# sourceMappingURL=main.73cd7830.css.map*/