: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: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{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;opacity:.7;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)}}.admin-sidebar{background:#401e29!important;display:flex;flex-direction:column;transition:.3s}.admin-sidebar.collapsed{width:80px}.sidebar-header{align-items:center;border-bottom:1px solid #1f2937;display:flex;gap:10px;padding:20px}.sidebar-logo{font-size:22px}.sidebar-menu{flex:1 1;list-style:none;margin:0;padding:0}.sidebar-menu li{margin:5px 0}.sidebar-link{align-items:center;color:#cbd5e1;display:flex;gap:12px;padding:12px 20px;text-decoration:none;transition:.2s}.sidebar-link i{font-size:18px}.sidebar-link:hover{background:#1f2937;color:#fff}.sidebar-link.active{background:#2563eb;border-radius:6px;color:#fff;margin:0 10px}.sidebar-footer{border-top:1px solid #1f2937;padding:15px}.logout-btn{align-items:center;background:#dc3545;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;gap:10px;justify-content:center;padding:10px;width:100%}.logout-btn:hover{background:#bb2d3b}.admin-topbar{background:#dfdcdc}.topbar-left{align-items:center;display:flex}.toggle-btn{background:none;border:none;color:#374151;cursor:pointer;font-size:22px;margin-right:15px}.page-title{color:#111827;font-weight:600}.topbar-right{align-items:center;display:flex;gap:20px}.topbar-icon-wrap{cursor:pointer;position:relative}.topbar-icon{color:#555;font-size:1.2rem;position:relative;transition:.2s}.topbar-icon:hover{color:#8e2139}.notification-badge{animation:pulse-simple 2s infinite;background:#ff4d4f;border:2px solid #fff;border-radius:50%;color:#fff;font-size:10px;font-weight:700;padding:2px 6px;position:absolute;right:-8px;top:-8px}@keyframes pulse-simple{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.notification-dropdown{background:#fff;border:1px solid #eee;border-radius:8px;box-shadow:0 10px 40px #00000026;overflow:hidden;position:absolute;right:0;top:50px;width:320px;z-index:1000}.notif-header{align-items:center;background:#f8f9fa;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:15px}.notif-header h6{color:#333;font-weight:700;margin:0}.notif-header button{background:none;border:none;color:#8e2139;font-size:12px;font-weight:600}.notif-list{max-height:350px;overflow-y:auto}.no-notif{color:#888;font-size:14px;padding:30px;text-align:center}.notif-item{border-bottom:1px solid #f0f0f0;cursor:pointer;display:flex;gap:12px;padding:15px;transition:.2s}.notif-item:hover{background:#f9f9f9}.notif-item.unread{background:#fff9f9}.notif-dot{background:#8e2139;border-radius:50%;flex-shrink:0;height:8px;margin-top:6px;width:8px}.notif-content{flex:1 1}.notif-content strong{color:#333;display:block;font-size:13px}.notif-content p{color:#666;font-size:13px;margin:5px 0}.notif-content small{color:#999;font-size:11px}.notif-footer{background:#fff;border-top:1px solid #eee;color:#333;cursor:pointer;font-size:13px;font-weight:600;padding:12px;text-align:center}.notif-footer:hover{background:#f8f9fa}.admin-profile{align-items:center;cursor:pointer;display:flex;gap:8px}.admin-profile i{font-size:18px}.dropdown-icon{font-size:12px}.admin-container{background-color:#f3f4f6;display:flex;font-family:Segoe UI,sans-serif;min-height:100vh}.admin-sidebar{background-color:#111827;color:#fff;height:100vh;left:0;overflow-y:auto;position:fixed;top:0;width:250px}.admin-main{display:flex;flex-direction:column;margin-left:250px;width:100%}.admin-topbar{align-items:center;background-color:#fff;border-bottom:1px solid #e5e7eb;display:flex;height:60px;justify-content:space-between;padding:0 25px}.admin-content{flex:1 1;padding:25px}.admin-sidebar::-webkit-scrollbar{width:6px}.admin-sidebar::-webkit-scrollbar-thumb{background:#98f196e4;border-radius:10px}.admin-login-container{align-items:center;background:linear-gradient(135deg,#0f172a,#1e293b);display:flex;justify-content:center;min-height:100vh;padding:20px}.admin-login-box{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0003;max-width:380px;padding:35px;width:100%}.admin-login-box h2{color:#111;margin-bottom:25px;text-align:center}.admin-login-box input{border:1px solid #ccc;border-radius:6px;font-size:14px;margin-bottom:15px;padding:12px;width:100%}.admin-login-box input:focus{border-color:#2563eb;outline:none}.admin-login-box button{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:15px;padding:12px;transition:.3s;width:100%}.admin-login-box button:hover{background:#1d4ed8}@media (max-width:480px){.admin-login-box{padding:25px}.admin-login-box h2{font-size:20px}}@media (max-width:768px){.admin-login-box{max-width:420px}}.dashboard-container{padding:10px}.dashboard-cards{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:30px}.card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 10px #0000000d;display:flex;gap:15px;padding:20px;transition:.3s}.card:hover{transform:translateY(-5px)}.card-icon{border-radius:10px;color:#fff;font-size:28px;padding:15px}.card-products .card-icon{background:#3b82f6}.card-orders .card-icon{background:#10b981}.card-users .card-icon{background:#f59e0b}.card-revenue .card-icon{background:#ef4444}.dashboard-chart{background:#fff;border-radius:12px;box-shadow:0 4px 10px #0000000d;margin-bottom:30px;padding:20px}.chart-placeholder{align-items:center;background:#f3f4f6;border-radius:10px;color:#6b7280;display:flex;height:250px;justify-content:center;margin-top:15px}.dashboard-table{background:#fff;border-radius:12px;box-shadow:0 4px 10px #0000000d;padding:20px}.dashboard-table table{border-collapse:collapse;margin-top:15px;width:100%}.dashboard-table td,.dashboard-table th{border-bottom:1px solid #e5e7eb;padding:12px;text-align:left}.dashboard-table th{background:#f9fafb;font-weight:600}.status{border-radius:20px;color:#fff;font-size:12px;padding:5px 10px}.status.delivered{background:#10b981}.status.pending{background:#f59e0b}.status.processing{background:#3b82f6}.chart-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.filter-select{border:1px solid #d1d5db;border-radius:6px;cursor:pointer;padding:6px 10px}.add-product-container,.edit-product-container,.products-container{background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000000d;min-height:80vh;padding:30px}.products-top{border-bottom:1px solid #f0f0f0;justify-content:space-between;margin-bottom:30px;padding-bottom:20px}.add-product-btn,.products-top{align-items:center;display:flex}.add-product-btn{background:linear-gradient(135deg,#8e2139,#6b192b);border:none;border-radius:12px;box-shadow:0 4px 15px #8e215933;color:#fff;cursor:pointer;font-weight:600;gap:8px;padding:12px 24px;transition:all .3s cubic-bezier(.4,0,.2,1)}.add-product-btn:hover{box-shadow:0 8px 25px #8e21594d;filter:brightness(1.1);transform:translateY(-2px)}.filters{background:#f8fafc;border-radius:12px;display:flex;flex-wrap:wrap;gap:20px;margin-bottom:25px;padding:15px}.search-box{background:#fff;border:1px solid #e2e8f0;flex:1 1;max-width:300px;padding:8px 15px}.search-box i{color:#94a3b8;margin-right:10px}.search-box input{font-size:.9rem;width:100%}.filters select{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;font-size:.9rem;padding:8px 15px}.products-table table{border-collapse:initial;border-spacing:0;width:100%}.products-table th{background:#fafafa;border-bottom:2px solid #f1f5f9;color:#475569;font-size:.75rem;font-weight:700;letter-spacing:1px;padding:18px 15px;text-align:left;text-transform:uppercase}.products-table tr{transition:background .2s}.products-table tr:hover{background:#fdfafb!important}.products-table td{border-bottom:1px solid #f1f5f9;color:#334155;font-size:.9rem;padding:16px 15px;vertical-align:middle}.product-img-cell img{border:1px solid #f1f5f9;border-radius:6px;box-shadow:0 4px 6px #0000000d;cursor:pointer;height:65px;object-fit:cover;transition:transform .2s,box-shadow .2s;width:65px}.product-img-cell img:hover{border-color:#8e2139;box-shadow:0 10px 20px #00000026;transform:scale(1.1)}.admin-lightbox-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172ae6}.lightbox-content{animation:zoomAdmin .3s cubic-bezier(.34,1.56,.64,1)}.lightbox-content img{border-radius:12px;box-shadow:0 25px 50px -12px #00000080}.close-lightbox{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;display:flex;font-size:20px;height:40px;justify-content:center;transition:all .2s;width:40px}.close-lightbox:hover{background:#ef4444;border-color:#ef4444}@keyframes zoomAdmin{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.price-text{color:#1e293b;font-weight:600}.status-badge{font-size:.8rem;padding:5px 12px}.admin-category-pill{background:#fff;border:1px solid #e2e8f0;box-shadow:0 2px 5px #00000008;color:#475569;font-size:.85rem;font-weight:600;padding:6px 12px}.admin-category-pill,.stock-badge{border-radius:8px;display:inline-block}.stock-badge{font-size:.75rem;font-weight:700;min-width:65px;padding:4px 10px;text-align:center}.stock-ok{background:#49d179;border:1px solid #bbf7d0;color:#166534}.stock-low{background:#f6b427;border:1px solid #fef08a;color:#854d0e}.stock-out{background:#b81111;border:1px solid #fecaca;color:#991b1b}.actions{gap:10px}.delete-btn,.edit-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;display:flex;font-size:1rem;height:34px;justify-content:center;transition:all .2s ease;width:34px}.delete-btn:hover{background:#fef2f2}.selection-bar{animation:slideDown .3s cubic-bezier(.34,1.56,.64,1);background:#1e293b;border-radius:12px;box-shadow:0 10px 25px #00000026;color:#fff;justify-content:space-between;margin-bottom:25px;padding:12px 25px;position:sticky;top:10px;z-index:100}.selection-bar,.selection-info{align-items:center;display:flex}.selection-info{gap:10px}.selection-info .count{background:var(--maroon);border-radius:6px;font-weight:700;padding:2px 10px}.selection-actions{display:flex;gap:15px}.cancel-selection{background:#0000;color:#94a3b8}.cancel-selection,.delete-selected{border:none;cursor:pointer;font-weight:600}.delete-selected{align-items:center;background:#ef4444;border-radius:8px;color:#fff;display:flex;gap:8px;padding:8px 18px;transition:all .2s}.delete-selected:hover{background:#dc2626;transform:translateY(-2px)}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.premium-form{margin-top:20px;max-width:2000px!important}.back-btn{align-items:center;border-radius:10px;display:flex;font-weight:600;gap:5px;padding:10px 20px}.form-section{background:#f8fafc;border:1px solid #f1f5f9;border-radius:16px;margin-bottom:25px;padding:25px}.section-title{border-bottom:1px solid #e2e8f0;color:#334155;font-size:1.1rem;font-weight:600;margin-bottom:20px;padding-bottom:10px}.form-group label{color:#475569;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{background:#fff;border:1px solid #e2e8f0;border-radius:10px;font-size:.95rem;padding:12px;transition:border-color .2s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#8e2139;box-shadow:0 0 0 3px #8e21391a;outline:none}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}@media (max-width:768px){.form-row{grid-template-columns:1fr}}.image-upload-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.upload-box{align-items:center;aspect-ratio:1;display:flex;justify-content:center;transition:all .3s}.upload-box:hover{background:#f5f3ff;border-color:#6366f1}.upload-placeholder{font-size:.8rem}.upload-placeholder i{display:block;font-size:1.5rem;margin-bottom:5px}.preview-img{height:100%;object-fit:cover;width:100%}.gallery-item{aspect-ratio:1;border-radius:12px;overflow:hidden;position:relative}.gallery-item img{height:100%;object-fit:cover;width:100%}.remove-img{align-items:center;background:#ef4444e6;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:.8rem;height:24px;justify-content:center;position:absolute;right:5px;top:5px;width:24px}.toggle-group{gap:30px;margin-top:10px}.toggle-item{align-items:center;cursor:pointer;display:flex;gap:10px}.toggle-item input[type=checkbox]{accent-color:#6366f1;height:20px;width:20px}.submit-btn{background:#4f46e5;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;margin-top:20px;padding:15px 40px;transition:all .3s}.submit-btn:hover:not(:disabled){background:#4338ca;box-shadow:0 5px 15px #4338ca4d;transform:translateY(-2px)}.submit-btn:disabled{background:#94a3b8;cursor:not-allowed}.video-preview-wrapper{align-items:center;background:#000;border-radius:8px;display:flex;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}.video-overlay{color:#fff;font-size:2rem;opacity:.8;pointer-events:none;position:absolute}.remove-video-btn{background:#0000;border:1px solid #ff4d4f;border-radius:4px;color:#ff4d4f;cursor:pointer;font-size:.75rem;margin-top:10px;padding:5px 12px;transition:all .3s ease}.remove-video-btn:hover{background:#ff4d4f;color:#fff}.categories-container{background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000000d;min-height:80vh;padding:30px}.categories-top{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:20px}.page-title{font-size:1.5rem;font-weight:700;margin:0}.add-main-btn{background:linear-gradient(135deg,#8e2139,#6b192b);border:none;border-radius:12px;box-shadow:0 4px 15px #8e213933;color:#fff;cursor:pointer;font-weight:600;padding:12px 24px;transition:all .3s cubic-bezier(.4,.2,0,1)}.add-main-btn:hover{box-shadow:0 8px 25px #8e21394d;filter:brightness(1.1);transform:translateY(-2px)}.categories-table table{border-collapse:initial;border-spacing:0;width:100%}.categories-table th{background:#fafafa;border-bottom:2px solid #f1f5f9;color:#475569;font-size:.75rem;font-weight:700;letter-spacing:1.2px;padding:18px 15px;text-align:left;text-transform:uppercase}.categories-table tr{transition:background .2s}.categories-table tr:hover{background:#fdfafb!important}.categories-table td{border-bottom:1px solid #f1f5f9;color:#334155;font-size:.9rem;padding:16px 15px;vertical-align:middle}.category-img-preview{border-radius:12px;box-shadow:0 2px 8px #0000001a;height:60px;object-fit:cover;width:60px}.no-img-placeholder{align-items:center;background:#f1f5f9;border:1px dashed #cbd5e1;border-radius:12px;color:#94a3b8;display:flex;font-size:.7rem;height:60px;justify-content:center;width:60px}.status-badge{font-size:.85rem;padding:6px 12px}.status-badge.active{background:#ecfdf5;color:#059669}.status-badge.inactive{background:#fef2f2;color:#dc2626}.action-btns{gap:10px}.action-btns button{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s ease;width:36px}.edit-btn:hover{background:#fdfafb;border-color:#8e2139;color:#8e2139}.delete-btn{border-color:#ef4444!important;color:#ef4444!important}.delete-btn:hover{background:#f98c84;border-color:#ef4444;color:#ef4444}.form-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.back-btn{background:#f1f5f9;border:none;border-radius:8px;color:#475569;cursor:pointer;font-weight:500;padding:8px 16px}.premium-form{background:#f8fafc;border:1px solid #f1f5f9;border-radius:16px;max-width:600px;padding:30px}.form-group{margin-bottom:20px}.form-group label{color:#334155;font-weight:600;margin-bottom:8px}.form-group input,.form-group textarea{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:12px;transition:border-color .2s;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#8e2139;box-shadow:0 0 0 3px #8e21391a;outline:none}.image-upload-wrapper{margin-top:5px}.hidden-input{display:none}.upload-box{border:2px dashed #cbd5e1;border-radius:12px;cursor:pointer;display:block;height:150px;max-width:200px;overflow:hidden;position:relative;width:100%}.upload-placeholder{align-items:center;color:#64748b;display:flex;height:100%;justify-content:center;padding:20px;text-align:center}.upload-preview{height:100%;object-fit:cover;width:100%}.toggle-container{align-items:center;display:flex;gap:15px}.toggle-switch{background:#e2e8f0;border-radius:50px;cursor:pointer;height:28px;position:relative;transition:.3s cubic-bezier(.4,0,.2,1);width:54px}.toggle-switch.active{background:#8e2139}.toggle-circle{background:#fff;border-radius:50%;box-shadow:0 2px 4px #0000001a;height:22px;left:3px;position:absolute;top:3px;transition:.3s cubic-bezier(.4,0,.2,1);width:22px}.toggle-switch.active .toggle-circle{left:29px}.active-text{color:#1a1a1a;font-weight:600}.form-actions{display:flex;gap:15px;margin-top:30px}.highlight-btn{background:#8e2139;border:none;border-radius:12px;color:#fff;font-weight:600;padding:12px 30px;transition:all .3s}.highlight-btn:hover{background:#6b192b;box-shadow:0 5px 15px #8e213933;filter:brightness(1.1);transform:translateY(-1px)}.cancel-btn{background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;font-weight:600;padding:12px 30px}.orders-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;padding:25px}.orders-container h4{color:#111827;font-size:20px;font-weight:700;margin-bottom:20px}.orders-table{overflow-x:auto}.orders-table table{border-collapse:collapse;width:100%}.orders-table th{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#4b5563;font-size:13px;font-weight:600;letter-spacing:.05em;padding:12px 16px;text-align:left;text-transform:uppercase}.orders-table td{border-bottom:1px solid #f3f4f6;color:#1f2937;font-size:14px;padding:16px;vertical-align:middle}.cust-info{display:flex;flex-direction:column}.cust-info strong{color:#111827;font-size:14px}.cust-info span{color:#6b7280;font-size:12px}.order-thumbs{align-items:center;display:flex;gap:-8px}.order-thumbs img{border:2px solid #fff;border-radius:50%;box-shadow:0 1px 3px #0000001a;cursor:pointer;height:42px;margin-right:-12px;object-fit:cover;transition:transform .2s,z-index .2s;width:42px}.order-thumbs img:hover{transform:scale(1.15);z-index:10}.admin-item-row img{border-radius:8px;cursor:pointer;height:65px;transition:opacity .2s;width:65px}.admin-item-row img:hover{opacity:.8}.admin-lightbox-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000d9;cursor:zoom-out;display:flex;height:100%;justify-content:center;left:0;padding:20px;position:fixed;top:0;width:100%;z-index:10000}.lightbox-content{animation:zoomIn .3s ease;max-height:90%;max-width:90%;position:relative}.lightbox-content img{border:4px solid #fff;border-radius:8px;box-shadow:0 20px 50px #00000080;max-height:85vh;max-width:100%;width:auto}.close-lightbox{background:none;border:none;color:#fff;cursor:pointer;font-size:30px;padding:10px;position:absolute;right:-45px;top:-45px}@keyframes zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.more-count{align-items:center;background:#f3f4f6;border:2px solid #fff;border-radius:50%;color:#6b7280;display:flex;font-size:11px;font-weight:600;height:42px;justify-content:center;margin-left:10px;width:42px}@media (max-width:768px){.close-lightbox{right:0;top:-50px}}.status-dropdown-admin{border:1px solid #e5e7eb;border-radius:20px;cursor:pointer;font-size:12px;font-weight:600;outline:none;padding:6px 12px}.status-dropdown-admin.placed{background:#e0f2fe;border-color:#bae6fd;color:#0369a1}.status-dropdown-admin.processing{background:#fef3c7;border-color:#fde68a;color:#92400e}.status-dropdown-admin.shipped{background:#f3e8ff;border-color:#e9d5ff;color:#7e22ce}.status-dropdown-admin.delivered{background:#dcfce7;border-color:#bbf7d0;color:#15803d}.status-dropdown-admin.cancelled{background:#fee2e2;border-color:#fecaca;color:#b91c1c}.view-btn-admin{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;font-size:12px;font-weight:600;padding:6px 14px;transition:all .2s}.view-btn-admin:hover{background:#e5e7eb}.order-modal-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;padding:20px;position:fixed;top:0;width:100%;z-index:1000}.order-modal-card{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a;display:flex;flex-direction:column;max-height:90vh;max-width:650px;width:100%}.modal-header-admin{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:20px 24px}.modal-header-admin h4{color:#111827;font-size:18px;margin:0}.close-modal-btn{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:20px}.modal-body-admin{overflow-y:auto;padding:24px}.modal-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr;margin-bottom:30px}.cust-details-box h5,.items-list-admin h5,.order-summary-box h5{color:#374151;font-size:14px;letter-spacing:.025em;margin:0 0 12px;text-transform:uppercase}.modal-grid p{color:#6b7280;font-size:13px;margin:4px 0}.modal-grid p strong{color:#1f2937}.items-list-admin{border-top:1px solid #f3f4f6;padding-top:24px}.admin-item-row{align-items:center;border-bottom:1px solid #f9fafb;display:flex;gap:16px;padding:12px 0}.admin-item-row img{border-radius:6px;height:48px;object-fit:cover;width:48px}.admin-item-info{flex:1 1}.admin-item-info h6{color:#111827;font-size:14px;margin:0}.admin-item-info p{color:#6b7280;font-size:12px;margin:2px 0 0}.admin-item-total{color:#111827;font-size:14px;font-weight:600}.modal-footer-admin{background:#f9fafb;border-top:1px solid #f3f4f6;display:flex;justify-content:flex-end;padding:16px 24px}.invoice-btn-admin{align-items:center;background:#111827;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:8px;padding:8px 16px}@media (max-width:640px){.modal-grid{grid-template-columns:1fr}}.pid-column{display:flex;flex-wrap:wrap;gap:4px;max-width:120px}.pid-badge{background:#f3f4f6;border-radius:4px;color:#374151;display:inline-block;font-size:11px;font-weight:500;padding:2px 6px}.item-pid-small{color:#6b7280;font-size:12px;font-weight:400;margin-left:5px}.custom-confirm-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;display:flex;height:100%;justify-content:center;left:0;padding:20px;position:fixed;top:0;width:100%;z-index:10000}.custom-confirm-box{animation:popIn .3s cubic-bezier(.16,1,.3,1);background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;max-width:400px;padding:30px;text-align:center;width:100%}.confirm-icon{background:#f3e8ff;border-radius:50%;color:#7e22ce;font-size:40px;height:80px;line-height:80px;margin:0 auto 20px;width:80px}.custom-confirm-box h5{color:#111827;font-size:18px;font-weight:700;margin:0 0 10px}.custom-confirm-box p{color:#6b7280;font-size:14px;line-height:1.5;margin-bottom:25px}.confirm-actions{display:flex;gap:12px;justify-content:center}.confirm-cancel-btn{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;flex:1 1;font-weight:600;padding:10px 20px;transition:background .2s}.confirm-cancel-btn:hover{background:#e5e7eb}.confirm-execute-btn{background:#5d26a5;border:none;border-radius:8px;color:#fff;cursor:pointer;flex:1 1;font-weight:600;padding:10px 20px;transition:background .2s,transform .1s}.confirm-execute-btn:hover{background:#4b1a8d}.confirm-execute-btn:active{transform:scale(.96)}.invoice-btn-admin.push-btn{background:#5d26a5;margin-right:12px}.invoice-btn-admin.push-btn:hover:not(:disabled){background:#4b1a8d}.invoice-btn-admin.push-btn:disabled{background:#9ca3af;cursor:not-allowed}@keyframes popIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.users-container{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;padding:25px}.users-header{justify-content:space-between;margin-bottom:20px}.header-actions,.users-header{align-items:center;display:flex}.header-actions{gap:12px}.users-header h4{color:#1f2937;font-weight:600;margin:0}.search-box{align-items:center;background:#f3f4f6;border-radius:8px;display:flex;padding:8px 12px;transition:.3s}.search-box i{color:#6b7280;margin-right:8px}.search-box input{background:#0000;border:none;font-size:14px;outline:none;width:220px}.search-box:focus-within{background:#e5e7eb}.users-table table{border-collapse:collapse;width:100%}.users-table th{background:#f9fafb;color:#374151;font-size:14px;font-weight:600;padding:12px;text-align:left}.users-table td{border-bottom:1px solid #e5e7eb;color:#4b5563;font-size:14px;padding:12px}.users-table tr:hover{background:#f3f4f6;transition:.2s}.role-badge{border-radius:20px;color:#fff;font-size:12px;font-weight:500;padding:5px 10px}.admin{background:#2563eb}.user{background:#6b7280}.status-badge{border-radius:20px;color:#fff;font-size:12px;font-weight:500;padding:5px 10px}.active{background:#10b981}.blocked{background:#ef4444}.actions{display:flex;gap:8px}.view-btn{background:#3b82f6;color:#fff;padding:6px 10px;transition:.2s}.view-btn:hover{background:#2563eb}.role-btn{background:#8b5cf6;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:6px 10px;transition:.2s}.role-btn:hover{background:#7c3aed}.block-btn{background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:6px 10px;transition:.2s}.block-btn:hover{background:#dc2626}.unblock-btn{background:#10b981;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:6px 10px;transition:.2s}.unblock-btn:hover{background:#059669}.user-modal{align-items:center;background:#0006;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:2000}.modal-content{background:#fff;border-radius:10px;box-shadow:0 8px 20px #00000026;padding:25px;width:380px}.modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.modal-header h5{font-weight:600;margin:0}.modal-header button{background:#0000;border:none;cursor:pointer;font-size:18px}.modal-body p{color:#374151;font-size:14px;margin:8px 0}@media (max-width:768px){.users-header{align-items:flex-start;flex-direction:column;gap:10px}.search-box input{width:150px}.users-table{overflow-x:auto}}.users-table{overflow-x:auto}.users-table table{min-width:900px}.users-table td:nth-child(4),.users-table td:nth-child(5){font-weight:500}.modal-content{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.add-admin-btn{align-items:center;background:#1f2937;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:8px 16px;transition:.2s}.add-admin-btn:hover{background:#111827}form.modal-body{display:flex;flex-direction:column}.form-group label{color:#4b5563;display:block;font-size:13px;font-weight:500;margin-bottom:4px}.form-control{border:1px solid #d1d5db;border-radius:6px;font-size:14px;padding:10px;width:100%}.form-control:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.btn-primary{background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:10px}.btn-primary:hover{background:#2563eb}.banners-container{background:#fff;border-radius:12px;padding:25px}.banner-grid{display:flex;flex-wrap:wrap;gap:30px;margin-top:20px}.banner-form-section{flex:1 1;min-width:300px}.banner-form .form-group{margin-bottom:15px}.banner-form label{display:block;font-weight:500;margin-bottom:6px}.banner-form input[type=file],.banner-form input[type=text]{border:1px solid #d1d5db;border-radius:6px;padding:8px;width:100%}.toggle-group{align-items:center;display:flex}.save-btn{background:#2563eb;cursor:pointer;margin-top:10px;padding:8px 14px}.banner-preview-section{flex:1 1;min-width:300px}.banner-preview{background:#f3f4f6;border-radius:10px;overflow:hidden;position:relative}.banner-preview img{height:100%;object-fit:cover;width:100%}.mosaic-preview{aspect-ratio:9/16!important;margin:0 auto;max-width:250px}.mosaic-preview video{border-radius:8px;height:100%;object-fit:cover;width:100%}.mosaic-preview .preview-content{background:linear-gradient(0deg,#000c,#0000)}.existing-banners-section{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000d;margin-top:50px;padding:25px}.banner-table{border-collapse:collapse;margin-top:15px;width:100%}.banner-table th{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#64748b;font-size:.85rem;padding:12px;text-align:left}.banner-table td{border-bottom:1px solid #f1f5f9;font-size:.9rem;padding:12px;vertical-align:middle}.type-badge{border-radius:4px;font-size:.75rem;padding:2px 8px;text-transform:capitalize}.type-badge.hero{background:#e0f2fe;color:#0369a1}.type-badge.mosaic{background:#fef3c7;color:#92400e}.status-toggle{border:none;border-radius:20px;cursor:pointer;font-size:.75rem;font-weight:500;padding:4px 10px;transition:all .3s ease}.status-toggle.active{background:#dcfce7;color:#166534}.status-toggle.inactive{background:#f1f5f9;color:#475569}.delete-banner-btn{background:#fee2e2;border:none;border-radius:6px;color:#b91c1c;cursor:pointer;height:32px;transition:all .2s;width:32px}.delete-banner-btn:hover{background:#ef4444;color:#fff}.banner-table img,.banner-table video{border-radius:4px;height:40px;object-fit:cover}.placeholder{align-items:center;background:#e5e7eb;color:#6b7280;display:flex;height:250px;justify-content:center}.preview-content{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.preview-content h2{color:#fff;font-size:24px;margin-bottom:10px}.preview-btn{background:#10b981;border-radius:6px;color:#fff;padding:8px 14px;text-decoration:none}.disabled-banner{background:#fee2e2;border-radius:8px;color:#dc2626;padding:20px;text-align:center}@media (max-width:768px){.banner-grid{flex-direction:column}.banner-preview img{height:200px}}.inventory-container{background:#fff;border-radius:12px;padding:25px}.history-section table,.inventory-table table{border-collapse:collapse;margin-top:15px;width:100%}.history-section td,.history-section th,.inventory-table td,.inventory-table th{border-bottom:1px solid #e5e7eb;padding:12px}.history-section th,.inventory-table th{background:#f9fafb}.stock-badge{border-radius:20px;color:#fff;font-size:12px;padding:5px 10px}.in{background:#10b981}.low{background:#f59e0b}.out{background:#ef4444}.adjust-btn{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:6px 10px}.adjust-btn:hover{background:#1e40af}.adjust-panel{background:#f3f4f6;border-radius:10px;margin-top:20px;padding:20px}.adjust-panel input{border:1px solid #d1d5db;border-radius:6px;margin-bottom:10px;padding:8px;width:100%}.adjust-actions{display:flex;gap:10px}.save-btn{background:#10b981}.cancel-btn,.save-btn{border:none;border-radius:6px;color:#fff;padding:6px 12px}.cancel-btn{background:#ef4444}.increase{color:#10b981;font-weight:700}.decrease{color:#ef4444;font-weight:700}.no-data{color:gray;padding:15px;text-align:center}.reports-container{background:#fff;border-radius:12px;padding:25px}.report-filter{margin-bottom:20px}.report-filter select{border-radius:6px;padding:6px 10px}.report-cards{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:30px}.report-card{align-items:center;border-radius:10px;color:#fff;display:flex;flex:1 1;gap:15px;min-width:200px;padding:15px}.report-card i{font-size:28px}.revenue{background:#2563eb}.orders{background:#10b981}.avg{background:#f59e0b}.chart-section{margin-bottom:40px}.performance-section table{border-collapse:collapse;margin-top:15px;width:100%}.performance-section td,.performance-section th{border-bottom:1px solid #e5e7eb;padding:12px}.performance-section th{background:#f9fafb}.no-data-msg{background:#f9f9f9;border:1px dashed #ddd;border-radius:8px;color:#666;margin:10px 0;padding:40px;text-align:center}.settings-container{background:#fff;border-radius:12px;padding:25px}.settings-form{margin-top:20px}.settings-section{background:#f9fafb;border-radius:10px;margin-bottom:30px;padding:20px}.settings-section h5{margin-bottom:15px}.settings-section input{border:1px solid #d1d5db;border-radius:6px;margin-bottom:12px;padding:8px;width:100%}.logo-preview img{border-radius:6px;height:80px;margin-top:10px}.save-settings-btn{background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:10px 16px}.save-settings-btn:hover{background:#1e40af}.coupon-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;color:#111827;font-family:Inter,sans-serif;padding:25px}.coupon-container h2{align-items:center;display:flex;font-size:20px;font-weight:700;gap:8px;margin-bottom:24px}.coupon-form{grid-gap:16px;align-items:end;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:30px;padding:20px}.coupon-form input[type=number],.coupon-form input[type=text],.coupon-form select{border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;font-size:14px;outline:none;padding:10px 14px;transition:border-color .2s,box-shadow .2s;width:100%}.coupon-form input:focus,.coupon-form select:focus{border-color:#7e22ce;box-shadow:0 0 0 3px #7e22ce1a}.checkbox-wrap{align-items:center;color:#4b5563;display:flex;font-size:14px;gap:8px;padding-bottom:12px}.checkbox-wrap input[type=checkbox]{accent-color:#7e22ce;cursor:pointer;height:18px;width:18px}.coupon-form button[type=submit]{align-items:center;background:#5d26a5;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-weight:600;height:42px;justify-content:center;padding:12px 16px;transition:background .2s;white-space:nowrap}.coupon-form button[type=submit]:hover{background:#4b1a8d}.coupon-table{border:1px solid #e5e7eb;border-radius:8px;overflow-x:auto}.coupon-table table{border-collapse:collapse;width:100%}.coupon-table th{background:#f3f4f6;border-bottom:1px solid #e5e7eb;color:#374151;font-size:13px;font-weight:600;letter-spacing:.05em;padding:14px 16px;text-align:left;text-transform:uppercase}.coupon-table td{border-bottom:1px solid #f3f4f6;color:#1f2937;font-size:14px;padding:16px;vertical-align:middle}.active-btn{background:#dcfce7;border:1px solid #bbf7d0;border-radius:20px;color:#166534;cursor:pointer;font-size:12px;font-weight:600;padding:4px 10px;transition:all .2s}.active-btn:hover{background:#bbf7d0}.inactive-btn{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:20px;color:#4b5563;cursor:pointer;font-size:12px;font-weight:600;padding:4px 10px;transition:all .2s}.inactive-btn:hover{background:#e5e7eb}.delete-btn{background:#fee2e2;border:1px solid #fecaca;border-radius:6px;color:#b91c1c;cursor:pointer;font-size:12px;font-weight:600;padding:6px 12px;transition:all .2s}.delete-btn:hover{background:#fca5a5}.admin-returns-page{background:#fdfdfd;min-height:100vh;padding:30px}.page-header h2{color:#333;font-size:24px;font-weight:700}.page-header p{color:#666}.admin-table{background:#fff;border-collapse:collapse;border-radius:12px;box-shadow:0 4px 12px #00000005;overflow:hidden;width:100%}.admin-table td,.admin-table th{border-bottom:1px solid #eee;padding:16px;text-align:left}.admin-table th{background:#f8f9fa;color:#666;font-size:13px;font-weight:700;text-transform:uppercase}.admin-table tr:last-child td{border-bottom:none}.sub-text{color:#999;font-size:11px}.status-pill{border-radius:20px;font-size:11px;font-weight:700;padding:4px 12px;text-transform:uppercase}.status-pill.pending{background:#fff8e1;color:#fbc02d}.status-pill.approved{background:#e8f5e9;color:#43a047}.status-pill.rejected{background:#ffebee;color:#e53935}.view-btn{background:#e3f2fd;border:none;border-radius:6px;color:#1976d2;cursor:pointer;font-size:12px;font-weight:600;padding:6px 12px;transition:.3s}.view-btn:hover{background:#1976d2;color:#fff}.returns-grid{align-items:start;display:flex;gap:30px}.returns-table-container{flex:1 1}.return-side-pane{animation:paneSlide .4s ease;background:#fff;border:1px solid #eee;border-radius:12px;box-shadow:0 10px 40px #0000001a;padding:25px;position:sticky;top:20px;width:400px}.pane-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:25px}.pane-header h3{font-size:18px;margin:0}.close-pane{background:none;border:none;color:#ccc;cursor:pointer;font-size:20px}.admin-video-player{aspect-ratio:9/16;background:#000;border-radius:12px;box-shadow:0 4px 12px #0000001a;margin-top:10px;width:100%}.action-section label,.video-section label{color:#555;display:block;font-size:12px;font-weight:700;margin-bottom:10px;margin-top:25px;text-transform:uppercase}.action-section textarea{border:1px solid #ddd;border-radius:8px;font-family:inherit;font-size:14px;height:100px;padding:12px;resize:none;width:100%}.action-btns{display:flex;gap:15px;margin-top:25px}.reject-btn{background:#ffebee;color:#e53935}.approve-btn,.reject-btn{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-weight:600;padding:12px}.approve-btn{background:#4caf50;color:#fff}@keyframes paneSlide{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@media (max-width:1200px){.returns-grid{flex-direction:column}.return-side-pane{position:static;width:100%}}.navigation-container{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000000d;min-height:85vh;padding:30px}.navigation-header{border-bottom:1px solid #f0f0f0;margin-bottom:40px;padding-bottom:20px}.page-title{color:#1a1a1a;font-size:1.8rem;font-weight:800;margin-bottom:5px}.subtitle{color:#64748b;font-size:.95rem}.navigation-grid{grid-gap:30px;align-items:start;display:grid;gap:30px;grid-template-columns:350px 1fr}@media (max-width:991px){.navigation-grid{grid-template-columns:1fr}}.menu-items-card,.menu-list-card{background:#f8fafc;border:1px solid #f1f5f9;border-radius:16px;min-height:400px;padding:25px}.card-header{border-bottom:2px solid #e2e8f0;margin-bottom:25px;padding-bottom:15px}.card-header h4{color:#334155;font-weight:700;margin:0}.menus-stack{display:flex;flex-direction:column;gap:12px;margin-bottom:30px}.menu-pill{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;display:flex;justify-content:space-between;padding:15px 20px;transition:all .3s cubic-bezier(.4,0,.2,1)}.menu-pill:hover{border-color:#8e2139;transform:translateX(5px)}.menu-pill.active{background:#8e2139;border-color:#8e2139;box-shadow:0 5px 15px #8e213933;color:#fff}.pill-content{display:flex;flex-direction:column}.m-name{font-size:1rem;font-weight:700}.m-slug{font-size:.75rem;opacity:.7}.del-m-btn{background:#0000;border:none;color:#ef4444;cursor:pointer;font-size:1.1rem}.menu-pill.active .del-m-btn{color:#fff}.add-menu-form{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-top:20px;padding:20px}.add-menu-form h5{font-weight:700;margin-bottom:15px}.add-menu-form input{border:1px solid #e2e8f0;border-radius:8px;margin-bottom:10px;padding:10px;width:100%}.confirm-btn{background:#8e2139;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:10px;width:100%}.items-stack{display:flex;flex-direction:column;gap:10px;margin-bottom:30px}.item-row{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;display:flex;justify-content:space-between;padding:15px 25px;transition:all .3s}.item-row:hover{box-shadow:0 4px 10px #0000000d}.item-details{display:flex;flex-direction:column}.item-title{color:#1e293b;font-weight:700}.item-link{color:#64748b;font-size:.8rem;margin-top:4px}.item-actions{display:flex;gap:15px}.del-i-btn,.edit-i-btn{background:none;border:none;cursor:pointer;font-size:1.1rem;transition:transform .2s}.del-i-btn:hover,.edit-i-btn:hover{transform:scale(1.2)}.add-item-bar{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:25px}.bar-row{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr 150px;margin-top:10px}.bar-row input{border:1px solid #e2e8f0;border-radius:10px;font-size:.9rem;padding:12px 15px}.add-btn{background:#8e2139;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:700}.item-edit-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:10000}.edit-modal{background:#fff;border-radius:20px;box-shadow:0 20px 50px #0003;padding:30px;width:500px}.modal-actions{display:flex;gap:15px;margin-top:25px}.save-m-btn{background:#8e2139;color:#fff}.cancel-m-btn,.save-m-btn{border:none;border-radius:10px;cursor:pointer;flex:1 1;font-weight:700;padding:12px 25px}.cancel-m-btn{background:#f1f5f9;color:#475569}.select-prompt{align-items:center;color:#94a3b8;display:flex;font-size:1.1rem;font-weight:600;height:100%;justify-content:center}
/*# sourceMappingURL=main.3227abf1.css.map*/