@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.header{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;box-shadow:0 2px 20px #0000001a;position:sticky;top:0;z-index:1000}.header-container{max-width:1400px;margin:0 auto;padding:0 1rem}.header-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;gap:2rem}.logo-section{flex-shrink:0}.logo-link{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#fff;transition:opacity .3s ease}.logo-link:hover{opacity:.9}.logo{height:40px;width:auto}.logo-text{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#60a5fa,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.search-section{flex:1;max-width:600px}.search-form{width:100%}.search-container{position:relative;width:100%}.search-input{width:100%;padding:.75rem 1rem;border:none;border-radius:25px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-size:1rem;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.search-input::placeholder{color:#ffffffb3}.search-input:focus{outline:none;background:#ffffff26;border-color:#60a5fa;box-shadow:0 0 0 2px #60a5fa33}.search-button{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:#dc2626;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#fff}.search-button:hover{background:#2563eb;transform:translateY(-50%) scale(1.05)}.search-icon{font-size:.9rem}.search-results-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0003;margin-top:.5rem;max-height:400px;overflow-y:auto;z-index:1001}.search-result-item{display:flex;align-items:center;gap:1rem;padding:1rem;cursor:pointer;transition:background-color .3s ease;border-bottom:1px solid #f1f5f9}.search-result-item:hover{background:#f8fafc}.search-result-item:last-child{border-bottom:none}.search-result-image{width:50px;height:50px;object-fit:cover;border-radius:8px;flex-shrink:0}.search-result-info{display:flex;flex-direction:column;gap:.25rem;flex:1}.search-result-name{font-weight:600;color:#1e293b;font-size:.95rem}.search-result-brand{color:#3b82f6;font-size:.8rem;font-weight:600;text-transform:uppercase}.search-result-price{color:#059669;font-weight:700;font-size:.9rem}.navigation-section,.nav-links{display:flex;align-items:center;gap:1.5rem}.nav-link{display:flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;padding:.5rem .75rem;border-radius:8px;transition:all .3s ease;position:relative}.nav-link:hover{background:#ffffff1a;transform:translateY(-1px)}.nav-icon{font-size:1.1rem}.nav-text{font-size:.9rem;font-weight:500}.cart-link{position:relative}.cart-badge{position:absolute;top:-5px;right:-5px;background:#ef4444;color:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700}.user-profile{position:relative;cursor:pointer}.user-info{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:8px;transition:background-color .3s ease}.user-info:hover{background:#ffffff1a}.user-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.3)}.avatar-placeholder{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#60a5fa,#3b82f6);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.9rem;border:2px solid rgba(255,255,255,.3)}.user-name{font-size:.9rem;font-weight:500;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logout-button{position:absolute;top:100%;right:0;background:#ef4444;color:#fff;border:none;padding:.75rem 1rem;border-radius:8px;cursor:pointer;font-size:.9rem;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;white-space:nowrap;margin-top:.5rem;z-index:1002}.logout-button:hover{background:#dc2626;transform:translateY(-1px)}.app-download{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff1a;border-radius:8px;cursor:pointer;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.app-download:hover{background:#ffffff26;transform:translateY(-1px)}.mobile-icon{font-size:1.1rem}.app-text{font-size:.9rem;font-weight:500}.app-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:2000;padding:1rem}.app-modal{background:#fff;padding:2.5rem;border-radius:20px;max-width:400px;width:100%;text-align:center;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-30px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-icon{font-size:3rem;color:#3b82f6;margin-bottom:1rem}.app-modal h3{color:#1e293b;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.app-modal p{color:#64748b;line-height:1.6;margin-bottom:2rem}.modal-ok-button{background:#3b82f6;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.modal-ok-button:hover{background:#2563eb;transform:translateY(-2px)}@media (max-width: 1024px){.header-content{gap:1.5rem}.search-section{max-width:400px}}@media (max-width: 768px){.header-content{flex-wrap:wrap;gap:1rem}.logo-section{order:1}.navigation-section{order:2;margin-left:auto}.search-section{order:3;flex:0 0 100%;max-width:none}.nav-text,.user-name,.app-text{display:none}.nav-links{gap:.75rem}.nav-link{padding:.5rem}}@media (max-width: 480px){.header-container{padding:0 .5rem}.logo-text{display:none}.search-input{font-size:.9rem}.app-download{padding:.5rem}}.logo-container{display:flex;align-items:center;justify-content:center}.logo-image{max-width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));transition:transform .3s ease}.logo-image:hover{transform:scale(1.05)}.logo-small{max-height:30px;max-width:80px}.logo-medium{max-height:50px;max-width:120px}.logo-large{max-height:80px;max-width:200px}.logo-extra-large{max-height:120px;max-width:300px}.logo-fallback{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:8px;padding:8px 16px;font-weight:700;font-size:1.2rem;min-width:120px;min-height:40px}.logo-text{font-family:Arial,sans-serif;letter-spacing:1px}.header .logo-container{flex-direction:row;gap:8px}.header .logo-image{max-height:40px;max-width:100px}.admin-sidebar .logo-container{flex-direction:row;gap:10px;padding:10px}.admin-sidebar .logo-image{max-height:35px;max-width:90px}.footer .logo-container{flex-direction:column;gap:8px;text-align:center}.footer .logo-image{max-height:60px;max-width:150px}.hero .logo-container{flex-direction:column;gap:12px;text-align:center}.hero .logo-image{max-height:100px;max-width:250px}@media (max-width: 768px){.logo-small{max-height:25px;max-width:70px}.logo-medium{max-height:40px;max-width:100px}.logo-large{max-height:60px;max-width:150px}.logo-extra-large{max-height:80px;max-width:200px}.header .logo-image{max-height:35px;max-width:90px}.admin-sidebar .logo-image{max-height:30px;max-width:80px}}@media (prefers-color-scheme: dark){.logo-image{filter:drop-shadow(0 2px 4px rgba(255,255,255,.1))}}.logo-image.background-removed{background:transparent;mix-blend-mode:multiply}.logo-image{animation:logoFadeIn .5s ease-in-out}@keyframes logoFadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.footer{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;margin-top:auto}.footer-main{padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem}.footer-section h3{font-size:1.5rem;margin-bottom:1rem;background:linear-gradient(135deg,#60a5fa,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700}.footer-section h4{font-size:1.1rem;margin-bottom:1.5rem;color:#f1f5f9;font-weight:600}.footer-section h5{font-size:1rem;margin-bottom:.75rem;color:#f1f5f9;font-weight:600}.footer-logo p{color:#cbd5e1;line-height:1.6;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-link{width:40px;height:40px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#cbd5e1;cursor:pointer;transition:all .3s ease;font-size:1.1rem}.social-link:hover{background:#3b82f6;color:#fff;transform:translateY(-2px);border-color:#3b82f6}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#cbd5e1;text-decoration:none;transition:color .3s ease;font-size:.95rem}.footer-links a:hover{color:#60a5fa}.contact-info{margin-bottom:2rem}.contact-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;color:#cbd5e1;font-size:.95rem}.contact-icon{color:#60a5fa;margin-top:.2rem;flex-shrink:0}.contact-item a{color:#cbd5e1;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#60a5fa}.business-hours p{color:#cbd5e1;margin-bottom:.5rem;font-size:.9rem;line-height:1.4}.footer-bottom{border-top:1px solid #475569;padding:1.5rem 0;background:#0003}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;color:#94a3b8;font-size:.9rem}.footer-legal{display:flex;gap:2rem}.footer-legal a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-legal a:hover{color:#cbd5e1}@media (max-width: 1024px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 768px){.footer-main{padding:3rem 0 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}.footer-legal{gap:1rem}.contact-item{justify-content:center}}.hero{position:relative;min-height:80vh;display:flex;align-items:center;background:linear-gradient(135deg,#1a202c,#2d3748);overflow:hidden}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background:url(/car-bg.jpg) center/cover}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#1a202ccc}.hero-content{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;color:#fff;padding:4rem 1rem}.hero-logo{margin-bottom:2rem;display:flex;justify-content:center}.hero-logo .logo-container{filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.hero-text h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#a0aec0);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-text p{font-size:1.2rem;color:#cbd5e0;line-height:1.6;margin-bottom:2.5rem}.hero-stats{display:flex;gap:2rem;margin-bottom:2.5rem}.stat h3{font-size:2rem;font-weight:700;color:#667eea;margin-bottom:.5rem}.stat p{color:#a0aec0;margin:0;font-size:.9rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.cta-btn{padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block}.cta-btn.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.cta-btn.primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.cta-btn.secondary{background:transparent;color:#fff;border:2px solid #cbd5e0}.cta-btn.secondary:hover{background:#fff;color:#1a202c;border-color:#fff}.hero-visual{display:flex;justify-content:center;align-items:center}.floating-cars{position:relative;width:300px;height:300px}.car-item{position:absolute;font-size:4rem;animation:float 3s ease-in-out infinite}.car-item.luxury{top:20%;left:10%;animation-delay:0s}.car-item.suv{top:50%;right:10%;animation-delay:1s}.car-item.sports{bottom:20%;left:40%;animation-delay:2s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}@media (max-width: 768px){.hero-content{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-text h1{font-size:2.5rem}.hero-stats,.hero-actions{justify-content:center}.floating-cars{width:200px;height:200px}.car-item{font-size:3rem}}.categories{padding:5rem 0;background:#f7fafc}.section-header{text-align:center;margin-bottom:3rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.category-card{background:#fff;padding:2rem;border-radius:16px;text-decoration:none;color:inherit;display:flex;align-items:center;gap:1rem;transition:all .3s ease;border:1px solid #e2e8f0;box-shadow:0 2px 4px #0000000d}.category-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a;border-color:#667eea}.category-icon{font-size:2.5rem;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;flex-shrink:0}.category-content{flex:1}.category-content h3{font-size:1.25rem;font-weight:600;color:#1a202c;margin-bottom:.5rem}.category-count{color:#718096;font-size:.9rem}.category-arrow{color:#cbd5e0;font-size:1.5rem;font-weight:300;transition:all .3s ease}.category-card:hover .category-arrow{color:#667eea;transform:translate(4px)}@media (max-width: 768px){.categories{padding:3rem 0}.categories-grid{grid-template-columns:1fr}.category-card{padding:1.5rem}.category-icon{width:60px;height:60px;font-size:2rem}}.product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:all .3s ease;border:1px solid #f1f5f9;position:relative}.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026;border-color:#e2e8f0}.product-card a{text-decoration:none;color:inherit;display:block}.product-image{height:200px;overflow:hidden;position:relative}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.condition-badge{position:absolute;top:12px;left:12px;padding:.4rem .8rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.badge-new{background:#10b981;color:#fff}.badge-used{background:#f59e0b;color:#fff}.badge-certified{background:#3b82f6;color:#fff}.image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 50%);opacity:0;transition:opacity .3s ease;display:flex;align-items:flex-end;padding:1rem}.product-card:hover .image-overlay{opacity:1}.quick-specs{display:flex;gap:1rem;color:#fff;font-size:.8rem}.quick-specs span{display:flex;align-items:center;gap:.25rem;background:#fff3;padding:.3rem .6rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-header{margin-bottom:1rem}.product-header h3{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:.25rem;line-height:1.3}.product-brand{color:#3b82f6;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}.product-specs{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem}.spec-item{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.8rem}.spec-item svg{color:#94a3b8;font-size:.7rem}.price-section{margin-bottom:1rem}.price{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}.old-price{font-size:.9rem;color:#94a3b8;text-decoration:line-through}.product-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #f1f5f9}.rating{display:flex;align-items:center;gap:.25rem}.rating svg{color:#cbd5e1;font-size:.8rem}.rating svg.filled{color:#fbbf24}.rating span{color:#64748b;font-size:.8rem;margin-left:.25rem}.views{display:flex;align-items:center;gap:.25rem;color:#64748b;font-size:.8rem}.views svg{font-size:.7rem}@media (max-width: 768px){.product-info{padding:1rem}.product-specs{grid-template-columns:1fr;gap:.5rem}.image-overlay{display:none}}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.loading-spinner.small{padding:1rem}.loading-spinner.large{padding:3rem}.spinner{border:3px solid #f3f4f6;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.loading-spinner.small .spinner{width:30px;height:30px;border-width:2px}.loading-spinner.medium .spinner{width:40px;height:40px}.loading-spinner.large .spinner{width:60px;height:60px;border-width:4px}.loading-text{margin-top:1rem;color:#6b7280;font-size:.9rem;text-align:center}.products-section{padding:4rem 0;background:#fff}.products-section:nth-child(2n){background:#f8fafc}.section-header{text-align:center;margin-bottom:3rem;position:relative}.section-header h2{font-size:2.5rem;color:#1e293b;margin-bottom:1rem;font-weight:700;position:relative;display:inline-block}.section-header h2:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:2px}.section-header p{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto 1.5rem;line-height:1.6}.view-all-link{display:inline-flex;align-items:center;gap:.5rem;color:#dc2626;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;padding:.5rem 1rem;border:2px solid #dc2626;border-radius:8px}.view-all-link:hover{background:#dc2626;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #dc26264d}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem;width:95%;max-width:1400px;margin-left:auto;margin-right:auto}.load-more-container{text-align:center;margin:2rem 0}.load-more-btn{padding:1rem 2rem;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #dc262633}.load-more-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #dc26264d}.load-more-btn:active{transform:translateY(0)}.all-loaded{text-align:center;padding:2rem;background:#f0f9ff;border-radius:12px;border:1px solid #bae6fd;margin-top:2rem}.all-loaded p{color:#0369a1;font-size:1.1rem;margin-bottom:1rem;font-weight:500}.browse-all-link{display:inline-block;padding:.75rem 1.5rem;background:#0ea5e9;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease}.browse-all-link:hover{background:#0284c7;transform:translateY(-2px);box-shadow:0 4px 12px #0ea5e94d}.no-products{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;border:1px solid #f1f5f9}.no-products-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.7}.no-products p{color:#64748b;max-width:400px;margin:0 auto;line-height:1.6}.products-section:first-child{padding-top:2rem}.products-section:first-child .section-header h2{font-size:2.8rem}.products-section:first-child .section-header p{font-size:1.2rem}@media (max-width: 1200px){.products-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;width:95%}}@media (max-width: 768px){.products-section{padding:3rem 0}.section-header h2{font-size:2rem}.products-section:first-child .section-header h2{font-size:2.2rem}.section-header p{font-size:1rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;width:95%}.view-all-link{font-size:.9rem;padding:.4rem .8rem}}@media (max-width: 480px){.products-grid{grid-template-columns:1fr;gap:1rem;width:95%}.section-header h2{font-size:1.8rem}.load-more-btn{width:100%;padding:.875rem 1.5rem}}.about{padding:5rem 0;background:linear-gradient(135deg,#1a202c,#2d3748);color:#e2e8f0}.about-header{text-align:center;margin-bottom:5rem}.about-header h2{font-size:2.8rem;color:#fff;margin-bottom:1.5rem;font-weight:700}.about-header p{font-size:1.3rem;color:#cbd5e0;max-width:700px;margin:0 auto;line-height:1.7;font-weight:300}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:5rem}.mission-vision{display:flex;flex-direction:column;gap:3rem}.mission,.vision{padding:0}.mission h3,.vision h3{color:#63b3ed;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600;display:flex;align-items:center;gap:.8rem}.mission p,.vision p{color:#e2e8f0;line-height:1.8;margin:0;font-size:1.1rem}.values{padding:0}.values h3{color:#63b3ed;margin-bottom:2.5rem;font-size:1.5rem;font-weight:600}.values-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.value-item{text-align:left;padding:0;display:flex;align-items:flex-start;gap:1.2rem}.value-icon{font-size:1.8rem;color:#63b3ed;flex-shrink:0;margin-top:.3rem}.value-content h4{color:#fff;margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.value-content p{color:#cbd5e0;font-size:1rem;margin:0;line-height:1.6}.about-services{padding:0}.about-services h3{color:#63b3ed;margin-bottom:2.5rem;font-size:1.5rem;font-weight:600}.services-list{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.service-item{display:flex;align-items:flex-start;gap:1.2rem;padding:0}.service-icon{font-size:1.6rem;color:#63b3ed;flex-shrink:0;margin-top:.3rem}.service-content h4{color:#fff;margin-bottom:.8rem;font-size:1.2rem;font-weight:600}.service-content p{color:#cbd5e0;margin:0;line-height:1.6;font-size:1rem}.company-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.stat{text-align:center;padding:0}.stat h4{font-size:2.5rem;color:#63b3ed;margin-bottom:.5rem;font-weight:700}.stat p{color:#cbd5e0;margin:0;font-size:1rem;font-weight:500}@media (max-width: 1024px){.about-content{grid-template-columns:1fr;gap:4rem}}@media (max-width: 768px){.about{padding:3rem 0}.about-header h2{font-size:2.3rem}.values-grid,.company-stats{grid-template-columns:1fr;gap:1.5rem}.process-steps{grid-template-columns:1fr}}@media (max-width: 480px){.about-header h2{font-size:2rem}.about-header p{font-size:1.1rem}.step-number{width:50px;height:50px;font-size:1.1rem}}.process-guide{padding:0;margin-top:4rem}.process-guide h3{text-align:center;color:#63b3ed;margin-bottom:4rem;font-size:2rem;font-weight:600}.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;position:relative}.step{text-align:center;padding:0}.step-number{width:50px;height:50px;background:#63b3ed;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;margin:0 auto 1.5rem}.step h4{color:#fff;margin-bottom:1rem;font-size:1.3rem;font-weight:600}.step p{color:#cbd5e0;margin:0;line-height:1.6;font-size:1rem}@media (max-width: 1024px){.process-steps{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (max-width: 768px){.process-steps{grid-template-columns:1fr;gap:2.5rem}.process-guide h3{margin-bottom:3rem;font-size:1.8rem}}.services{padding:5rem 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.services .section-title{color:#fff}.services .section-subtitle{color:#fffc}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2.5rem 2rem;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#ff6b6b,#4ecdc4,#45b7d1);transform:scaleX(0);transition:transform .3s ease}.service-card:hover:before{transform:scaleX(1)}.service-card:hover{transform:translateY(-8px);background:#ffffff26;box-shadow:0 20px 40px #0003}.service-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;transition:all .3s ease}.service-card:hover .service-icon{background:#ffffff4d;transform:scale(1.1)}.service-card h3{font-size:1.5rem;margin-bottom:1rem;font-weight:600}.service-card p{color:#fffc;line-height:1.6;margin-bottom:1.5rem}.service-features{list-style:none;padding:0;margin:0 0 2rem;text-align:left}.service-features li{color:#ffffffe6;position:relative;padding:.5rem 0 .5rem 1.5rem}.service-features li:before{content:"✓";position:absolute;left:0;color:#4ade80;font-weight:700}.service-cta{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.75rem 1.5rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.service-cta:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:0 8px 20px #0003}@media (max-width: 768px){.services{padding:3rem 0}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:2rem 1.5rem}}.testimonials{padding:5rem 0;background:#f8fafc}.testimonials-container{position:relative;max-width:800px;margin:0 auto;display:flex;align-items:center;gap:2rem}.testimonial-track{flex:1;overflow:hidden;position:relative;height:400px}.testimonial-card{position:absolute;top:0;left:0;width:100%;background:#fff;padding:3rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;text-align:center;opacity:0;transform:translate(50px);transition:all .5s ease;pointer-events:none}.testimonial-card.active{opacity:1;transform:translate(0);pointer-events:all}.quote-icon{font-size:2rem;color:#667eea;margin-bottom:1.5rem}.rating{display:flex;justify-content:center;gap:.25rem;margin-bottom:1.5rem}.star{color:#fbbf24;font-size:1.2rem}.testimonial-text{font-size:1.1rem;line-height:1.7;color:#4b5563;margin-bottom:2rem;font-style:italic}.car-info{margin-bottom:2rem}.car-model{background:#667eea;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600}.customer-info{display:flex;align-items:center;justify-content:center;gap:1rem}.customer-avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;border:3px solid #e2e8f0}.customer-avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:600}.customer-details h4{margin:0 0 .25rem;color:#1f2937;font-size:1.1rem}.customer-details p{margin:0;color:#6b7280;font-size:.9rem}.nav-btn{width:50px;height:50px;border:none;background:#fff;color:#667eea;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0000001a;font-size:1.1rem}.nav-btn:hover{background:#667eea;color:#fff;transform:scale(1.1)}.testimonial-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.dot{width:12px;height:12px;border:none;background:#cbd5e1;border-radius:50%;cursor:pointer;transition:all .3s ease}.dot.active{background:#667eea;transform:scale(1.2)}@media (max-width: 768px){.testimonials-container{gap:1rem}.testimonial-card{padding:2rem 1.5rem}.nav-btn{width:40px;height:40px;font-size:1rem}.testimonial-track{height:450px}}.home-page{min-height:100vh}.section-title{text-align:center;font-size:2.5rem;color:#1a202c;margin-bottom:3rem;font-weight:700}.section-subtitle{text-align:center;color:#718096;font-size:1.1rem;max-width:600px;margin:0 auto 3rem;line-height:1.6}.cart-page{min-height:100vh;background:#f7fafc}.cart-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.cart-header{text-align:center;margin-bottom:3rem}.cart-header h1{font-size:2.5rem;color:#1a202c;margin-bottom:.5rem}.cart-header p{color:#718096;font-size:1.1rem}.empty-cart{text-align:center;padding:4rem 2rem;background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000000d}.empty-cart-icon{font-size:4rem;color:#cbd5e0;margin-bottom:1.5rem}.empty-cart h2{color:#2d3748;margin-bottom:1rem}.empty-cart p{color:#718096;margin-bottom:2rem;max-width:400px;margin-left:auto;margin-right:auto}.continue-shopping-btn{display:inline-block;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease}.continue-shopping-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea4d}.cart-content{display:grid;grid-template-columns:1fr 400px;gap:2rem}.cart-items-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px #0000000d}.cart-items-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.cart-items-header h3{color:#1a202c;margin:0}.clear-cart-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fed7d7;color:#c53030;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .3s ease}.clear-cart-btn:hover{background:#feb2b2}.cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:grid;grid-template-columns:120px 1fr auto auto auto;gap:1.5rem;align-items:center;padding:1.5rem;background:#f7fafc;border-radius:12px;transition:all .3s ease}.cart-item:hover{background:#edf2f7}.item-image img{width:100%;height:80px;object-fit:cover;border-radius:8px}.item-details h4{color:#1a202c;margin-bottom:.5rem;font-size:1.1rem}.item-brand{color:#667eea;font-weight:600;margin-bottom:.25rem;font-size:.9rem}.item-specs{color:#718096;font-size:.85rem;margin-bottom:.5rem}.item-price{color:#2d3748;font-weight:600;font-size:1.1rem}.item-quantity{display:flex;flex-direction:column;align-items:center;gap:.5rem}.item-quantity label{color:#718096;font-size:.9rem;font-weight:500}.quantity-controls{display:flex;align-items:center;gap:.75rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.25rem}.quantity-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:#f7fafc;color:#4a5568;border-radius:6px;cursor:pointer;transition:all .3s ease}.quantity-btn:hover{background:#edf2f7;color:#1a202c}.quantity-display{min-width:40px;text-align:center;font-weight:600;color:#1a202c}.item-total{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.total-label{color:#718096;font-size:.9rem}.total-amount{color:#1a202c;font-weight:700;font-size:1.2rem}.remove-item-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:#fed7d7;color:#c53030;border-radius:8px;cursor:pointer;transition:all .3s ease}.remove-item-btn:hover{background:#feb2b2}.cart-summary{position:sticky;top:2rem;height:fit-content}.summary-card h3{color:#1a202c;margin-bottom:1.5rem;text-align:center}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;color:#4a5568}.summary-row.grand-total{font-weight:700;font-size:1.2rem;color:#1a202c;border-top:1px solid #e2e8f0;margin-top:.5rem;padding-top:1rem}.free-shipping{color:#38a169;font-weight:600}.summary-divider{height:1px;background:#e2e8f0;margin:1rem 0}.checkout-btn{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin:1.5rem 0 1rem}.checkout-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea4d}.continue-shopping-link{display:block;text-align:center;color:#667eea;text-decoration:none;font-weight:500;transition:color .3s ease}.continue-shopping-link:hover{color:#5a67d8;text-decoration:underline}.security-badge{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;color:#718096;font-size:.85rem}.secure-icon{font-size:1rem}@media (max-width: 1024px){.cart-content{grid-template-columns:1fr;gap:1.5rem}.cart-summary{position:static}}@media (max-width: 768px){.cart-container{padding:1rem}.cart-item{grid-template-columns:80px 1fr;gap:1rem}.item-quantity,.item-total,.remove-item-btn{grid-column:1 / -1;justify-self:start}.item-quantity{flex-direction:row;align-items:center}.item-total{flex-direction:row;align-items:center;gap:1rem}}.login-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden}.login-container{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 120px);padding:2rem;position:relative}.login-background{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity 1s ease}.login-background.animate{opacity:1}.floating-car,.floating-gear,.floating-wheel{position:absolute;font-size:3rem;animation:float 6s ease-in-out infinite}.floating-car{top:20%;left:10%;animation-delay:0s}.floating-gear{top:60%;right:15%;animation-delay:2s}.floating-wheel{bottom:20%;left:20%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(10deg)}}.login-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:3rem;width:100%;max-width:450px;box-shadow:0 20px 40px #0000001a;border:1px solid rgba(255,255,255,.2);transform:translate(-100px);opacity:0;transition:all .8s ease}.login-card.slide-in{transform:translate(0);opacity:1}.login-card.slide-out{transform:translate(100px);opacity:0}.logo-section{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem}.logo-icon{font-size:2rem;color:#667eea}.card-header h1{font-size:1.8rem;color:#2d3748;margin:0;font-weight:700}.card-header h2{font-size:1.5rem;color:#2d3748;margin-bottom:.5rem}.card-header p{color:#718096;margin:0}.google-auth-btn{width:100%;padding:1rem;background:#fff;border:2px solid #e2e8f0;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:1rem;font-weight:600;color:#374151;cursor:pointer;transition:all .3s ease;margin-bottom:1.5rem}.google-auth-btn:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.google-icon{color:#db4437;font-size:1.2rem}.divider{display:flex;align-items:center;margin:1.5rem 0;color:#a0aec0;font-size:.9rem}.divider:before,.divider:after{content:"";flex:1;border-bottom:1px solid #e2e8f0}.divider:before{margin-right:1rem}.divider:after{margin-left:1rem}.error-message{background:#fed7d7;color:#c53030;padding:.75rem 1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.9rem;text-align:center}.auth-form{margin-bottom:1.5rem}.form-group{margin-bottom:1.25rem}.input-icon{position:absolute;left:1rem;color:#a0aec0;font-size:1rem;z-index:2}.input-container input{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;background:#fff;transition:all .3s ease}.input-container input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;transform:translateY(-1px)}.password-toggle{position:absolute;right:1rem;background:none;border:none;color:#a0aec0;cursor:pointer;font-size:1rem;transition:color .3s ease}.password-toggle:hover{color:#667eea}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.remember-me{display:flex;align-items:center;gap:.5rem;color:#4a5568;font-size:.9rem;cursor:pointer}.remember-me input{accent-color:#667eea}.forgot-password{color:#667eea;text-decoration:none;font-size:.9rem;transition:color .3s ease}.forgot-password:hover{color:#5a67d8;text-decoration:underline}.auth-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.auth-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.auth-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-spinner{width:20px;height:20px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.auth-switch{text-align:center;color:#718096;margin-bottom:1.5rem;font-size:.9rem}.switch-btn{background:none;border:none;color:#667eea;cursor:pointer;font-weight:600;margin-left:.5rem;transition:color .3s ease}.switch-btn:hover{color:#5a67d8;text-decoration:underline}.auth-terms{text-align:center;color:#a0aec0;font-size:.8rem;line-height:1.5}.auth-terms a{color:#667eea;text-decoration:none;margin:0 .2rem}.auth-terms a:hover{text-decoration:underline}@media (max-width: 768px){.login-container{padding:1rem}.login-card{padding:2rem}.floating-car,.floating-gear,.floating-wheel{font-size:2rem}}.admin-sidebar{width:280px;background:linear-gradient(135deg,#1e293b,#334155);color:#fff;display:flex;flex-direction:column;transition:all .3s ease;position:fixed;height:100vh;z-index:1000;box-shadow:2px 0 10px #0000001a}.admin-sidebar.closed{transform:translate(-100%)}.sidebar-header{padding:1.5rem;border-bottom:1px solid #475569}.logo{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700}.logo-icon{font-size:1.5rem;color:#60a5fa}.logo-text{background:linear-gradient(135deg,#60a5fa,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.sidebar-nav{flex:1;padding:1rem 0}.nav-menu{list-style:none;padding:0;margin:0}.nav-item{margin-bottom:.25rem}.nav-link{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;color:#cbd5e1;text-decoration:none;transition:all .3s ease;border-left:3px solid transparent}.nav-link:hover{background:#ffffff1a;color:#fff;border-left-color:#60a5fa}.nav-link.active{background:#60a5fa33;color:#fff;border-left-color:#60a5fa}.nav-icon{font-size:1.1rem;width:20px;text-align:center}.nav-label{font-weight:500}.sidebar-footer{padding:1rem 1.5rem;border-top:1px solid #475569}.logout-btn{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem;background:#ef444433;color:#fecaca;border:1px solid rgba(239,68,68,.3);border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:.9rem}.logout-btn:hover{background:#ef44444d;color:#fff;border-color:#ef444480}.logout-icon{font-size:1rem}@media (max-width: 768px){.admin-sidebar{width:100%;transform:translate(-100%)}.admin-sidebar.open{transform:translate(0)}}.admin-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#fff;box-shadow:0 1px 3px #0000001a;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:100}.header-left{display:flex;align-items:center;gap:1.5rem}.sidebar-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:#f8fafc;color:#64748b;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:1.1rem}.sidebar-toggle:hover{background:#e2e8f0;color:#374151}.search-bar{position:relative;display:flex;align-items:center;min-width:300px}.search-icon{position:absolute;left:1rem;color:#9ca3af;font-size:1rem}.search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #d1d5db;border-radius:8px;background:#f9fafb;font-size:.9rem;transition:all .3s ease}.search-input:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.header-right{display:flex;align-items:center;gap:1.5rem}.notification-btn{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:#f8fafc;color:#64748b;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:1.1rem}.notification-btn:hover{background:#e2e8f0;color:#374151}.notification-badge{position:absolute;top:-2px;right:-2px;background:#ef4444;color:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600}.user-profile{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:8px;cursor:pointer;transition:all .3s ease;position:relative}.user-profile:hover{background:#f8fafc}.user-menu{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 25px #0000001a;min-width:200px;z-index:1000;margin-top:.5rem}.menu-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;cursor:pointer;transition:background-color .2s ease;font-size:.9rem;color:#374151}.menu-item:hover{background:#f8fafc}.menu-icon{font-size:1rem;color:#6b7280}.menu-divider{height:1px;background:#e2e8f0;margin:.5rem 0}.user-avatar{font-size:2rem;color:#6b7280}.user-info{display:flex;flex-direction:column;gap:.1rem}.user-name{font-weight:600;color:#374151;font-size:.9rem}.user-role{color:#6b7280;font-size:.8rem}@media (max-width: 768px){.admin-header{padding:1rem}.search-bar{min-width:200px}.user-info{display:none}}.admin-layout{display:flex;min-height:100vh;background:var(--gray-50, #f9fafb);font-family:Inter,sans-serif}.admin-content{flex:1;display:flex;flex-direction:column;transition:margin-left .3s cubic-bezier(.4,0,.2,1);margin-left:280px;min-width:0}.admin-content.sidebar-open{margin-left:280px}.admin-content.sidebar-closed{margin-left:0}.admin-main{flex:1;padding:2rem;overflow-y:auto;background:var(--white, #ffffff)}.admin-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:var(--gray-50, #f9fafb);color:var(--gray-600, #4b5563);font-size:1rem}.loading-spinner{width:40px;height:40px;border:4px solid var(--gray-200, #e5e7eb);border-top:4px solid var(--brand-red, #dc2626);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.admin-layout *,.admin-content *{box-sizing:border-box}@media (max-width: 1024px){.admin-content.sidebar-open{margin-left:0}.admin-main{padding:1.5rem}}@media (max-width: 768px){.admin-main{padding:1rem}.admin-content{margin-left:0!important}}@media (prefers-reduced-motion: reduce){.admin-content{transition:none}.loading-spinner{animation-duration:2s}}@media (prefers-color-scheme: dark){.admin-layout{background:var(--gray-900, #111827)}.admin-main{background:var(--gray-800, #1f2937)}.admin-loading{background:var(--gray-900, #111827);color:var(--gray-400, #9ca3af)}.loading-spinner{border-color:var(--gray-700, #374151);border-top-color:var(--brand-red, #dc2626)}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #0000004d;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0}.modal-header h3{margin:0;color:#1a202c;font-size:1.5rem}.close-button{background:none;border:none;font-size:1.5rem;color:#718096;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease}.close-button:hover{color:#2d3748;background:#f7fafc}.product-summary{display:flex;gap:1rem;padding:1.5rem 2rem;background:#f7fafc;border-bottom:1px solid #e2e8f0}.product-summary img{width:80px;height:60px;object-fit:cover;border-radius:8px}.product-info h4{margin:0 0 .25rem;color:#2d3748}.product-info .brand{color:#718096;font-size:.9rem;margin:0 0 .5rem}.product-info .price{color:#2d3748;font-weight:600;font-size:1.1rem;margin:0}.order-form{padding:2rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem}.form-group input,.form-group textarea{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.modal-actions{display:flex;gap:1rem;justify-content:flex-end}.cancel-btn{padding:.75rem 1.5rem;background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#4a5568;font-weight:600;cursor:pointer;transition:all .3s ease}.cancel-btn:hover{border-color:#cbd5e0;background:#f7fafc}.submit-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}@media (max-width: 768px){.modal-content{margin:1rem}.modal-header,.product-summary,.order-form{padding:1rem 1.5rem}.form-grid{grid-template-columns:1fr}.modal-actions{flex-direction:column}.cancel-btn,.submit-btn{width:100%}}.category-page{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 1rem;flex:1}.category-header{margin:2rem 0 3rem;text-align:center}.category-title{font-size:2.5rem;color:#1e293b;margin-bottom:1rem;font-weight:700}.category-description{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto 2rem;line-height:1.6}.category-controls{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}.results-count{font-weight:600;color:#1e293b;font-size:1.1rem}.sort-options{display:flex;align-items:center;gap:1rem}.sort-options label{color:#64748b;font-weight:500}.sort-select{padding:.5rem 1rem;border:2px solid #e2e8f0;border-radius:8px;background:#fff;color:#374151;font-size:.9rem;cursor:pointer;transition:border-color .3s ease}.sort-select:focus{outline:none;border-color:#3b82f6}.category-products{margin:2rem 0}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.error-message{text-align:center;padding:3rem;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;color:#dc2626}.error-message p{margin-bottom:1.5rem;font-size:1.1rem}.no-products{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d}.no-products-icon{font-size:4rem;margin-bottom:1.5rem}.no-products h3{color:#1e293b;margin-bottom:1rem;font-size:1.5rem}.no-products p{color:#64748b;max-width:400px;margin:0 auto 2rem;line-height:1.6}.back-to-home{display:inline-block;padding:.75rem 1.5rem;background:#3b82f6;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:background .3s ease}.back-to-home:hover{background:#2563eb}.category-info{margin:4rem 0;padding:3rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff}.category-info h2{text-align:center;margin-bottom:2rem;font-size:2rem}.category-info p{text-align:center;max-width:600px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.6;opacity:.9}.category-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature{text-align:center;padding:1.5rem;background:#ffffff1a;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.feature-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.feature h4{margin-bottom:.5rem;font-size:1.2rem}.feature p{margin:0;font-size:.9rem;opacity:.8}@media (max-width: 768px){.category-title{font-size:2rem}.category-controls{flex-direction:column;gap:1rem;text-align:center}.products-grid{grid-template-columns:1fr;gap:1.5rem}.category-info{padding:2rem 1.5rem;margin:2rem 0}.category-features{grid-template-columns:1fr}}.terms-page{display:flex;flex-direction:column;min-height:100vh}.terms-container{flex:1;padding:2rem;max-width:1200px;margin:0 auto;width:100%}.terms-content{background-color:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 20px #00000014;line-height:1.7}.terms-content h1{font-size:2.5rem;color:#1e293b;margin-bottom:.5rem;font-weight:700}.terms-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.terms-section:last-of-type{border-bottom:none;margin-bottom:2rem}.terms-section h2{font-size:1.5rem;color:#1e293b;margin-bottom:1.5rem;font-weight:600}.terms-section p{color:#4b5563;margin-bottom:1.5rem;font-size:1.05rem}.terms-section strong{color:#1e293b;font-weight:600}.terms-section ul{color:#4b5563;margin-bottom:1.5rem;padding-left:1.5rem}.terms-section li{margin-bottom:.5rem;line-height:1.6}@media (max-width: 768px){.terms-container{padding:1rem}.terms-content{padding:2rem 1.5rem}.terms-content h1{font-size:2rem}.terms-section h2{font-size:1.3rem}.contact-info{padding:1.5rem}}.privacy-page{display:flex;flex-direction:column;min-height:100vh}.privacy-container{flex:1;padding:2rem;max-width:1200px;margin:0 auto;width:100%}.privacy-content{background-color:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 20px #00000014;line-height:1.7}.privacy-content h1{font-size:2.5rem;color:#1e293b;margin-bottom:.5rem;font-weight:700}.last-updated{color:#64748b;font-size:1rem;margin-bottom:3rem;font-style:italic}.privacy-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.privacy-section:last-of-type{border-bottom:none;margin-bottom:2rem}.privacy-section h2{font-size:1.5rem;color:#1e293b;margin-bottom:1.5rem;font-weight:600}.privacy-section p{color:#4b5563;margin-bottom:1.5rem;font-size:1.05rem}.privacy-section ul{color:#4b5563;margin-bottom:1.5rem;padding-left:1.5rem}.privacy-section li{margin-bottom:.5rem;line-height:1.6}.contact-info{margin-top:4rem;padding-top:3rem;border-top:2px solid #e2e8f0;background:#f8fafc;padding:2.5rem;border-radius:12px}.contact-info h3{font-size:1.5rem;color:#1e293b;margin-bottom:1.5rem;font-weight:600}.contact-info p{color:#4b5563;margin-bottom:1rem}.contact-details{margin-top:1.5rem}.contact-details p{margin-bottom:.75rem;font-size:1.05rem}.contact-details strong{color:#1e293b}@media (max-width: 768px){.privacy-container{padding:1rem}.privacy-content{padding:2rem 1.5rem}.privacy-content h1{font-size:2rem}.privacy-section h2{font-size:1.3rem}.contact-info{padding:1.5rem}}.forgot-password-page{display:flex;flex-direction:column;min-height:100vh;background:#f8fafc}.forgot-container{flex:1;display:flex;justify-content:center;align-items:center;padding:2rem}.forgot-card{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;padding:3rem;width:100%;max-width:450px;border:1px solid #f1f5f9}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#64748b;text-decoration:none;font-size:.9rem;margin-bottom:2rem;transition:color .3s ease}.back-link:hover{color:#3b82f6}.card-header{text-align:center;margin-bottom:2rem}.card-header h1{font-size:1.8rem;color:#1e293b;margin-bottom:.5rem;font-weight:700}.card-header p{color:#64748b;line-height:1.6;margin:0}.error-message{background:#fef2f2;color:#dc2626;padding:.75rem 1rem;border-radius:8px;margin-bottom:1.5rem;text-align:center;border:1px solid #fecaca;font-size:.9rem}.forgot-form{margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.input-container{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:1rem;color:#9ca3af;font-size:1rem}.input-container input{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;background:#fff;transition:all .3s ease}.input-container input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.input-container input:disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}.reset-button{width:100%;padding:1rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.reset-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #3b82f64d}.reset-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.button-spinner{width:20px;height:20px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.success-state{text-align:center;padding:1rem 0}.success-icon{font-size:4rem;color:#10b981;margin-bottom:1.5rem;animation:bounce 1s ease-in-out}.success-state h2{color:#1e293b;margin-bottom:1rem;font-size:1.5rem}.success-state p{color:#64748b;line-height:1.6;margin-bottom:2rem}.success-actions{padding:1.5rem;background:#f0f9ff;border-radius:8px;border:1px solid #bae6fd}.success-actions p{color:#0369a1;margin-bottom:1rem;font-size:.9rem}.resend-button{background:#0ea5e9;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:600;transition:background .3s ease}.resend-button:hover{background:#0284c7}.card-footer{text-align:center;padding-top:1.5rem;border-top:1px solid #f1f5f9}.card-footer p{color:#64748b;margin:0}.card-footer a{color:#3b82f6;text-decoration:none;font-weight:600}.card-footer a:hover{text-decoration:underline}@media (max-width: 768px){.forgot-container{padding:1rem}.forgot-card{padding:2rem 1.5rem}.card-header h1{font-size:1.5rem}}.checkout-page{min-height:100vh;background:#f7fafc}.checkout-container{max-width:1400px;margin:0 auto;padding:2rem 1rem}.checkout-header{text-align:center;margin-bottom:3rem}.checkout-header h1{font-size:2.5rem;color:#1a202c;margin-bottom:1.5rem}.checkout-steps{display:flex;justify-content:center;gap:2rem}.step{padding:.75rem 1.5rem;background:#e2e8f0;color:#718096;border-radius:25px;font-weight:500;transition:all .3s ease}.step.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.checkout-content{display:grid;grid-template-columns:1fr 400px;gap:3rem}.checkout-form{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px #0000000d}.form-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.form-section:last-of-type{border-bottom:none;margin-bottom:0}.form-section h2{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;color:#1a202c;margin-bottom:1.5rem}.section-icon{color:#667eea}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group label{font-weight:600;margin-bottom:.5rem;color:#2d3748;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;min-height:100px}.payment-methods{display:flex;flex-direction:column;gap:1rem}.payment-option{display:flex;align-items:center;gap:1rem;padding:1rem;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .3s ease}.payment-option:hover{border-color:#cbd5e0}.payment-option input[type=radio]:checked+.payment-content{color:#667eea}.payment-option input[type=radio]:checked~.payment-content .payment-title{color:#667eea}.payment-content{display:flex;flex-direction:column;gap:.25rem}.payment-title{font-weight:600;color:#2d3748;transition:color .3s ease}.payment-desc{color:#718096;font-size:.85rem}.form-actions{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.back-button{padding:1rem 1.5rem;background:#fff;border:2px solid #e2e8f0;color:#4a5568;text-decoration:none;border-radius:8px;font-weight:500;transition:all .3s ease}.back-button:hover{border-color:#cbd5e0;background:#f7fafc}.submit-order{padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.submit-order:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea4d}.submit-order:disabled{opacity:.7;cursor:not-allowed;transform:none}.spinner{width:20px;height:20px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.order-summary{position:sticky;top:2rem;height:fit-content}.summary-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px #0000000d}.summary-card h3{color:#1a202c;margin-bottom:1.5rem;text-align:center;font-size:1.25rem}.order-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;max-height:400px;overflow-y:auto}.order-item{display:flex;gap:1rem;padding:1rem;background:#f7fafc;border-radius:8px}.item-details h4{color:#1a202c;margin-bottom:.25rem;font-size:.95rem}.item-details p{color:#718096;font-size:.85rem;margin-bottom:.25rem}.quantity{color:#667eea;font-size:.8rem;font-weight:600}.item-price{font-weight:600;color:#1a202c;font-size:.95rem}.summary-totals{margin-bottom:1.5rem}.total-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;color:#4a5568}.total-row.grand-total{font-weight:700;font-size:1.2rem;color:#1a202c}.free{color:#38a169;font-weight:600}.total-divider{height:1px;background:#e2e8f0;margin:1rem 0}.security-notice{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f0fff4;border:1px solid #9ae6b4;border-radius:8px;color:#276749}.secure-badge{font-size:1.2rem}.security-notice p{margin:0;font-size:.85rem;line-height:1.4}@media (max-width: 1024px){.checkout-content{grid-template-columns:1fr;gap:1.5rem}.order-summary{position:static}}@media (max-width: 768px){.checkout-container{padding:1rem}.checkout-steps{flex-direction:column;align-items:center;gap:.5rem}.form-grid{grid-template-columns:1fr}.form-actions{flex-direction:column;gap:1rem}.back-button,.submit-order{width:100%;text-align:center}}.confirmation-page{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2)}.confirmation-container{background:#fff;border-radius:24px;padding:3rem;text-align:center;max-width:600px;width:100%;box-shadow:0 20px 60px #0003;animation:slideUp .6s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.confirmation-icon{font-size:4rem;color:#10b981;margin-bottom:1.5rem;animation:bounce 1s ease-in-out}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.confirmation-container h1{font-size:2.5rem;color:#1e293b;margin-bottom:1rem;font-weight:700}.confirmation-message{margin-bottom:2.5rem}.confirmation-message p{font-size:1.1rem;color:#64748b;margin-bottom:.5rem;line-height:1.6}.order-details{background:#f8fafc;padding:1.5rem;border-radius:12px;margin-bottom:2.5rem;text-align:left}.order-details h3{color:#1e293b;margin-bottom:1rem;text-align:center;font-size:1.3rem}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e2e8f0}.detail-row:last-child{border-bottom:none}.detail-row span:first-child{color:#64748b;font-weight:500}.detail-row span:last-child{color:#1e293b;font-weight:600}.order-id{font-family:Courier New,monospace;color:#3b82f6!important}.amount{color:#059669!important;font-size:1.1rem}.next-steps{margin-bottom:2.5rem;text-align:left}.next-steps h3{color:#1e293b;margin-bottom:1.5rem;text-align:center;font-size:1.3rem}.steps{display:flex;flex-direction:column;gap:1.5rem}.step{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#f8fafc;border-radius:12px;border-left:4px solid #3b82f6}.step-number{background:#3b82f6;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.step-content h4{color:#1e293b;margin-bottom:.5rem;font-size:1.1rem}.step-content p{color:#64748b;margin:0;line-height:1.5}.contact-support{margin-bottom:2.5rem;padding:1.5rem;background:#f0f9ff;border-radius:12px;border:1px solid #bae6fd}.contact-support h3{color:#0369a1;margin-bottom:.5rem;font-size:1.3rem}.contact-support p{color:#0c4a6e;margin-bottom:1.5rem}.contact-options{display:flex;gap:1rem;justify-content:center}.contact-option{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease}.contact-option.whatsapp{background:#25d366;color:#fff}.contact-option.whatsapp:hover{background:#128c7e;transform:translateY(-2px)}.contact-option.phone{background:#3b82f6;color:#fff}.contact-option.phone:hover{background:#2563eb;transform:translateY(-2px)}.confirmation-actions{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap;justify-content:center}.continue-shopping,.view-orders{padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.continue-shopping{background:#3b82f6;color:#fff}.continue-shopping:hover{background:#2563eb;transform:translateY(-2px)}.view-orders{background:#f1f5f9;color:#475569;border:2px solid #e2e8f0}.view-orders:hover{background:#e2e8f0;transform:translateY(-2px)}.security-notice{color:#64748b;font-size:.9rem}.security-notice p{margin:0;display:flex;align-items:center;justify-content:center;gap:.5rem}@media (max-width: 768px){.confirmation-page{padding:1rem}.confirmation-container{padding:2rem 1.5rem}.confirmation-container h1{font-size:2rem}.contact-options,.confirmation-actions{flex-direction:column}.continue-shopping,.view-orders{justify-content:center}.step{flex-direction:column;text-align:center}.step-number{align-self:center}}.jbm-admin-login-root{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background:linear-gradient(135deg,#dc2626,#b91c1c);position:relative;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;box-sizing:border-box}.jbm-admin-login-root:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20% 80%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.05) 0%,transparent 50%);z-index:0;pointer-events:none}.jbm-admin-login-wrapper{width:100%;max-width:420px;position:relative;z-index:1;display:flex;align-items:center;justify-content:center}.jbm-admin-login-card{background:#fff;border-radius:24px;padding:3rem 2.5rem;box-shadow:0 25px 50px -12px #00000040;border:1px solid rgba(255,255,255,.2);width:100%;position:relative;overflow:hidden;box-sizing:border-box}.jbm-admin-login-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#dc2626,#b91c1c);z-index:10}.jbm-admin-login-header{text-align:center;margin-bottom:2rem}.jbm-admin-login-logo{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:1.75rem;font-weight:800;color:#111827;margin-bottom:1rem;letter-spacing:-.025em}.jbm-admin-login-icon{color:#dc2626;font-size:2.5rem;flex-shrink:0}.jbm-admin-login-text{font-size:1.75rem}.jbm-admin-login-title{color:#111827;margin-bottom:.5rem;font-size:1.875rem;font-weight:700;line-height:1.2}.jbm-admin-login-subtitle{color:#6b7280;margin:0;font-size:1rem;line-height:1.5}.jbm-admin-login-alert{padding:.75rem 1rem;border-radius:8px;margin-bottom:1.5rem;text-align:left;font-size:.875rem;display:flex;align-items:center;gap:.5rem;box-sizing:border-box}.jbm-admin-login-alert-error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.jbm-admin-login-alert-icon{font-size:1.25rem}.jbm-admin-login-form{margin-bottom:2rem}.jbm-admin-login-field{margin-bottom:1.5rem;box-sizing:border-box}.jbm-admin-login-label{display:block;margin-bottom:.5rem;color:#374151;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.jbm-admin-login-input-wrapper{position:relative;display:flex;align-items:center;box-sizing:border-box}.jbm-admin-login-input-icon{position:absolute;left:1rem;color:#9ca3af;font-size:1.125rem;z-index:10;pointer-events:none}.jbm-admin-login-password-toggle{position:absolute;right:1rem;background:none;border:none;color:#9ca3af;font-size:1.125rem;cursor:pointer;z-index:10;padding:0;display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;transition:color .2s ease;opacity:.7}.jbm-admin-login-password-toggle:hover:not(:disabled){color:#dc2626;opacity:1}.jbm-admin-login-password-toggle:disabled{cursor:not-allowed;opacity:.4}.jbm-admin-login-input{width:100%;padding:.75rem 3.25rem .75rem 2.375rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;background:#fff;color:#111827;transition:all .3s ease;box-sizing:border-box}.jbm-admin-login-input:focus{outline:none;border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.jbm-admin-login-input::placeholder{color:#9ca3af;font-weight:400}.jbm-admin-login-input:disabled{opacity:.6;cursor:not-allowed;background:#f9fafb}.jbm-admin-login-submit{width:100%;padding:1rem 1.5rem;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;position:relative;overflow:hidden;background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-sizing:border-box}.jbm-admin-login-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.jbm-admin-login-submit:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:0 1px 2px #0000000d}.jbm-admin-login-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid #ffffff;border-radius:50%;animation:jbm-admin-login-spin 1s linear infinite}@keyframes jbm-admin-login-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.jbm-admin-login-lock-icon{font-size:1.125rem;margin-right:.25rem}.jbm-admin-login-footer{text-align:center;color:#6b7280;font-size:.8125rem;padding-top:1rem;border-top:1px solid #e5e7eb;box-sizing:border-box}.jbm-admin-login-footer-text{margin:0}.jbm-admin-login-footer-link{color:#dc2626;text-decoration:none;transition:color .2s ease}.jbm-admin-login-footer-link:hover{color:#b91c1c;text-decoration:underline}@media (max-width: 480px){.jbm-admin-login-root{padding:.5rem;background:linear-gradient(135deg,#dc2626,#b91c1c)}.jbm-admin-login-root:before{display:none}.jbm-admin-login-card{padding:2rem 1.5rem;margin:.5rem;border-radius:16px}.jbm-admin-login-logo{font-size:1.5rem;gap:.5rem}.jbm-admin-login-icon{font-size:2rem}.jbm-admin-login-text,.jbm-admin-login-title{font-size:1.5rem}.jbm-admin-login-subtitle{font-size:.9375rem}.jbm-admin-login-input{padding:.75rem 3rem .75rem 2.375rem}.jbm-admin-login-password-toggle{right:.75rem}}@media (prefers-color-scheme: dark){.jbm-admin-login-root{background:linear-gradient(135deg,#1f2937,#374151)}.jbm-admin-login-card{background:#1f2937;border-color:#4b556333;color:#f3f4f6}.jbm-admin-login-header h2,.jbm-admin-login-logo{color:#f3f4f6}.jbm-admin-login-label{color:#d1d5db}.jbm-admin-login-input{background:#374151;color:#f3f4f6;border-color:#4b5563}.jbm-admin-login-input::placeholder{color:#9ca3af}.jbm-admin-login-input:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.jbm-admin-login-password-toggle{color:#9ca3af}.jbm-admin-login-password-toggle:hover:not(:disabled){color:#f87171}.jbm-admin-login-footer{color:#9ca3af;border-top-color:#4b5563}.jbm-admin-login-footer-link{color:#f87171}.jbm-admin-login-footer-link:hover{color:#ef4444}.jbm-admin-login-alert-error{background:#451a03;color:#f87171;border-color:#7f1d1d}}@media (prefers-contrast: high){.jbm-admin-login-card{border-width:2px;border-style:solid;border-color:#d1d5db}.jbm-admin-login-input{border-width:2px}.jbm-admin-login-submit{border-width:2px;border-color:#fff}.jbm-admin-login-alert{border-width:2px}.jbm-admin-login-password-toggle{border:1px solid}}@media (prefers-reduced-motion: reduce){.jbm-admin-login-submit,.jbm-admin-login-input,.jbm-admin-login-password-toggle{transition:none}.jbm-admin-login-submit:hover,.jbm-admin-login-password-toggle:hover{transform:none}.jbm-admin-login-spinner{animation-duration:2s}.jbm-admin-login-root:before{background-image:none}}.dashboard-container{padding:2rem;background:#f8fafc;min-height:100vh}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.dashboard-header h1{color:#1e293b;font-size:2rem;font-weight:700}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;gap:1rem;transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.stat-icon{font-size:2rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(135deg,#667eea,#764ba2)}.stat-card.revenue .stat-icon{background:linear-gradient(135deg,#f093fb,#f5576c)}.stat-card.orders .stat-icon{background:linear-gradient(135deg,#4facfe,#00f2fe)}.stat-card.products .stat-icon{background:linear-gradient(135deg,#43e97b,#38f9d7)}.stat-card.users .stat-icon{background:linear-gradient(135deg,#fa709a,#fee140)}.stat-card.pending .stat-icon{background:linear-gradient(135deg,#ffecd2,#fcb69f)}.stat-card.conversion .stat-icon{background:linear-gradient(135deg,#a8edea,#fed6e3)}.stat-info h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}.stat-info p{color:#64748b;font-size:.9rem;margin:0}.stat-trend{margin-left:auto;padding:.25rem .5rem;border-radius:20px;font-size:.8rem;font-weight:600}.stat-trend.up{background:#dcfce7;color:#166534}.stat-trend.down{background:#fee2e2;color:#dc2626}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}.chart-card.activity{grid-column:span 1}.dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;color:#64748b}@media (max-width: 768px){.dashboard-container{padding:1rem}.stats-grid,.charts-grid{grid-template-columns:1fr}.chart-card{padding:1rem}}.add-product-container{padding:2rem;background:#fff;border-radius:12px;box-shadow:0 2px 20px #0000001a}.add-product-header{margin-bottom:2rem}.add-product-header h2{color:#1a1a1a;font-size:1.8rem;margin-bottom:.5rem}.add-product-header p{color:#666;font-size:.95rem}.add-product-form{display:flex;flex-direction:column;gap:2rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.form-group label{font-weight:600;margin-bottom:.5rem;color:#333;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem 1rem;border:2px solid #e1e5e9;border-radius:8px;font-size:.95rem;transition:all .3s ease;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.image-upload-section{grid-column:1 / -1}.image-upload-area{position:relative;border:2px dashed #d1d5db;border-radius:8px;padding:2rem;text-align:center;transition:all .3s ease;cursor:pointer}.image-upload-area:hover{border-color:#007bff;background:#f8f9fa}.image-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;margin-top:1rem}.remove-image-btn{position:absolute;top:5px;right:5px;background:#dc2626;color:#fff;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;line-height:1}.submit-btn{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #007bff4d}.submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.spinner{width:16px;height:16px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@media (max-width: 768px){.add-product-container{padding:1rem}.form-grid{grid-template-columns:1fr}}form{padding:2rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1 / -1}.form-group label{font-weight:600;margin-bottom:.5rem;color:#374151;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical;min-height:80px}.image-upload-section{margin-bottom:2rem}.existing-images,.new-images{margin-bottom:1.5rem}.existing-images p,.new-images p{font-weight:600;margin-bottom:1rem;color:#374151}.image-upload-area{position:relative;border:2px dashed #d1d5db;border-radius:8px;padding:2rem;text-align:center;transition:all .3s ease;cursor:pointer;margin-bottom:1.5rem}.image-upload-area:hover{border-color:#3b82f6;background:#f8fafc}.image-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.upload-placeholder{pointer-events:none}.upload-placeholder span{display:block;font-weight:600;color:#374151;margin-bottom:.5rem}.upload-placeholder small{color:#6b7280;font-size:.8rem}.image-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem}.image-preview{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.image-preview img{width:100%;height:100px;object-fit:cover}.remove-image-btn{position:absolute;top:5px;right:5px;background:#ef4444;color:#fff;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;line-height:1}.modal-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:2rem;border-top:1px solid #e5e7eb}.cancel-button{padding:.75rem 1.5rem;background:#f3f4f6;color:#374151;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:background .3s ease}.submit-button{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:background .3s ease}.submit-button:hover:not(:disabled){background:#2563eb}.submit-button:disabled{background:#9ca3af;cursor:not-allowed}.modal-loading{padding:3rem;text-align:center;color:#6b7280}@media (max-width: 768px){.modal-content{margin:1rem}.modal-header,form{padding:1rem 1.5rem}.form-grid{grid-template-columns:1fr}.modal-actions{flex-direction:column}.cancel-button,.submit-button{width:100%}}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:500px;box-shadow:0 20px 40px #0000004d}.modal-header{padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb}.modal-body{padding:2rem;text-align:center}.warning-icon{font-size:3rem;margin-bottom:1rem}.modal-body p{margin:0 0 1rem;color:#4b5563;line-height:1.6}.warning-text{color:#ef4444!important;font-size:.9rem}.modal-actions{display:flex;gap:1rem;padding:1.5rem 2rem;border-top:1px solid #e5e7eb}.cancel-button{flex:1;padding:.75rem 1.5rem;background:#f3f4f6;color:#374151;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:background .3s ease}.cancel-button:hover{background:#e5e7eb}.confirm-button{flex:1;padding:.75rem 1.5rem;background:#ef4444;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:background .3s ease}.confirm-button:hover{background:#dc2626}@media (max-width: 768px){.modal-content{margin:1rem}.modal-header,.modal-body,.modal-actions{padding:1rem 1.5rem}.modal-actions{flex-direction:column}}.products-content{background:#fff;border-radius:12px;padding:2rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.product-card{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .3s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000001a}.product-image{position:relative;height:200px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.condition-badge{position:absolute;top:12px;left:12px;padding:.4rem .8rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;color:#fff}.condition-badge.new{background:#10b981}.condition-badge.used{background:#f59e0b}.condition-badge.certified{background:#3b82f6}.product-info{padding:1.5rem}.product-info h3{font-size:1.1rem;color:#1e293b;margin-bottom:.5rem}.brand{color:#3b82f6;font-weight:600;font-size:.9rem;margin-bottom:.5rem}.category{color:#64748b;font-size:.9rem;margin-bottom:1rem}.specs{display:flex;gap:1rem;margin-bottom:1rem;font-size:.8rem;color:#6b7280}.price{font-size:1.25rem;font-weight:700;color:#1e293b}.product-actions{padding:1rem 1.5rem;border-top:1px solid #f1f5f9;display:flex;gap:.75rem}.edit-btn,.delete-btn{flex:1;padding:.75rem;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:all .3s ease}.edit-btn{background:#3b82f6;color:#fff}.edit-btn:hover{background:#2563eb}.delete-btn{background:#ef4444;color:#fff}.delete-btn:hover{background:#dc2626}@media (max-width: 768px){.products-grid{grid-template-columns:1fr}.product-actions{flex-direction:column}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb}.modal-header h3{margin:0;color:#1e293b;font-size:1.5rem}.close-button{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .3s ease}.close-button:hover{color:#374151;background:#f3f4f6}.order-details{padding:2rem}.detail-section{margin-bottom:2rem}.detail-section h4{color:#1e293b;margin-bottom:1rem;font-size:1.1rem;border-bottom:2px solid #f1f5f9;padding-bottom:.5rem}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.detail-item{display:flex;flex-direction:column;gap:.25rem}.detail-item.full-width{grid-column:1 / -1}.detail-item label{font-weight:600;color:#374151;font-size:.9rem}.detail-item span{color:#4b5563}.user-id{font-family:Courier New,monospace;font-size:.9rem;color:#6b7280}.amount{font-weight:700;color:#059669;font-size:1.1rem}.order-items{display:flex;flex-direction:column;gap:1rem}.order-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border-radius:8px}.order-item img{width:60px;height:60px;object-fit:cover;border-radius:6px}.item-details{flex:1}.item-details h5{margin:0 0 .25rem;color:#1e293b}.item-details p{margin:0 0 .5rem;color:#6b7280;font-size:.9rem}.item-specs{display:flex;gap:1rem;font-size:.8rem;color:#9ca3af}.item-quantity{font-weight:600;color:#374151}.item-price{font-weight:700;color:#059669}.modal-actions{padding:1.5rem 2rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end}.close-btn{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:background .3s ease}.close-btn:hover{background:#2563eb}@media (max-width: 768px){.modal-content{margin:1rem}.modal-header,.order-details{padding:1rem 1.5rem}.detail-grid{grid-template-columns:1fr}.order-item{flex-direction:column;text-align:center}}.orders-content{background:#fff;border-radius:12px;overflow:hidden}.orders-table-container{overflow-x:auto}.orders-table{width:100%;border-collapse:collapse}.orders-table th{background:#f8fafc;padding:1rem;text-align:left;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb}.orders-table td{padding:1rem;border-bottom:1px solid #f1f5f9;color:#4b5563}.orders-table tr:hover{background:#f8fafc}.order-id{font-family:Courier New,monospace;font-size:.9rem;color:#6b7280}.customer-info{display:flex;flex-direction:column;gap:.25rem}.customer-info strong{color:#1e293b}.customer-info span{font-size:.9rem;color:#6b7280}.amount{font-weight:600;color:#059669}.status-select{padding:.5rem;border:2px solid;border-radius:6px;background:#fff;cursor:pointer;font-size:.9rem;min-width:120px}@media (max-width: 768px){.orders-table{font-size:.9rem}.orders-table th,.orders-table td{padding:.75rem .5rem}.status-select{min-width:100px}}.admin-page{padding:2rem}.page-header{margin-bottom:2rem}.page-header h1{font-size:2rem;color:#1e293b;margin-bottom:.5rem}.page-header p{color:#64748b}.users-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.users-table-container{overflow-x:auto}.users-table{width:100%;border-collapse:collapse}.users-table th{background:#f8fafc;padding:1rem;text-align:left;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb}.users-table td{padding:1rem;border-bottom:1px solid #f1f5f9;color:#4b5563}.users-table tr:hover{background:#f8fafc}.uid-cell{font-family:Courier New,monospace;font-size:.9rem;color:#6b7280}.view-button{padding:.5rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background .3s ease}.view-button:hover{background:#2563eb}.loading,.no-data{text-align:center;padding:3rem;color:#64748b}@media (max-width: 768px){.admin-page{padding:1rem}.users-table{font-size:.9rem}.users-table th,.users-table td{padding:.75rem .5rem}}.analytics-container{padding:2rem;background:#f8fafc;min-height:100vh}.analytics-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.analytics-header h1{color:#1e293b;font-size:2rem;font-weight:700}.time-range-selector select{padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#475569;font-size:.9rem}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.metric-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;gap:1rem;transition:transform .2s ease,box-shadow .2s ease}.metric-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.metric-icon{font-size:2rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(135deg,#667eea,#764ba2)}.metric-card.revenue .metric-icon{background:linear-gradient(135deg,#f093fb,#f5576c)}.metric-card.orders .metric-icon{background:linear-gradient(135deg,#4facfe,#00f2fe)}.metric-card.products .metric-icon{background:linear-gradient(135deg,#43e97b,#38f9d7)}.metric-card.users .metric-icon{background:linear-gradient(135deg,#fa709a,#fee140)}.metric-card.pending .metric-icon{background:linear-gradient(135deg,#ffecd2,#fcb69f)}.metric-card.completed .metric-icon{background:linear-gradient(135deg,#a8edea,#fed6e3)}.metric-info h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}.metric-info p{color:#64748b;font-size:.9rem;margin:0}.metric-trend{margin-left:auto;padding:.25rem .5rem;border-radius:20px;font-size:.8rem;font-weight:600}.metric-trend.up{background:#dcfce7;color:#166534}.metric-trend.down{background:#fee2e2;color:#dc2626}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;margin-bottom:2rem}.chart-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a}.chart-card h3{color:#1e293b;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.recent-activity{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a}.recent-activity h3{color:#1e293b;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.activity-list{display:flex;flex-direction:column;gap:1rem}.activity-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#f8fafc;border-radius:8px;transition:background-color .2s ease}.activity-item:hover{background:#f1f5f9}.activity-icon{font-size:1.2rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000001a}.activity-content{flex:1}.activity-content p{margin:0 0 .25rem;color:#1e293b;font-weight:500}.activity-content span{color:#64748b;font-size:.8rem}.activity-time{color:#94a3b8;font-size:.8rem;white-space:nowrap}.analytics-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;color:#64748b}.loading-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.analytics-container{padding:1rem}.analytics-header{flex-direction:column;align-items:flex-start;gap:1rem}.metrics-grid,.charts-grid{grid-template-columns:1fr}.chart-card{padding:1rem}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#1a202c;background-color:#fff;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:.5em;color:#1a202c}h1{font-size:2.5rem;font-weight:800;letter-spacing:-.02em}h2{font-size:2rem;font-weight:700;letter-spacing:-.01em}h3{font-size:1.5rem;font-weight:600}h4{font-size:1.25rem;font-weight:600}h5{font-size:1.125rem;font-weight:500}h6{font-size:1rem;font-weight:500}p{margin-bottom:1rem;color:#4a5568}a{color:#dc2626;text-decoration:none;transition:all .3s ease}a:hover{color:#b91c1c}button{font-family:inherit;cursor:pointer;border:none;outline:none;transition:all .3s ease}input,textarea,select{font-family:inherit;font-size:inherit;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem 1rem;transition:all .3s ease;background:#fff}input:focus,textarea:focus,select:focus{outline:none;border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}ul,ol{margin-bottom:1rem;padding-left:1.5rem}li{margin-bottom:.5rem}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f7fafc}::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a0aec0}::selection{background-color:#dc2626;color:#fff}::-moz-selection{background-color:#dc2626;color:#fff}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid #dc2626;outline-offset:2px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}.gradient-text{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.card-shadow{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:box-shadow .3s ease}.card-shadow:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media (max-width: 768px){html{font-size:14px}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.375rem}}@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}}
