body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.navbar{background:#fff;box-shadow:0 2px 10px #0000001a;left:0;padding:15px 0;position:fixed;right:0;top:0;z-index:1000}.navbar .container{justify-content:space-between}.navbar .container,.navbar-brand,.navbar-logo{align-items:center;display:flex}.navbar-logo{color:#333;font-size:24px;font-weight:700;text-decoration:none}.logo-icon{color:#d4af37;font-size:32px;margin-right:10px}.navbar-menu{align-items:center;display:flex;gap:30px}.navbar-link{color:#333;font-size:16px;font-weight:600;position:relative;text-decoration:none;transition:color .3s ease}.navbar-link.active,.navbar-link:hover{color:#d4af37}.navbar-link.active:after{background-color:#d4af37;bottom:-5px;content:"";height:2px;left:0;position:absolute;right:0}.navbar-actions{gap:20px}.navbar-actions,.search-box{align-items:center;display:flex}.search-icon{left:12px}.search-input{border-radius:25px;font-size:14px;padding:10px 15px 10px 40px;width:250px}.cart-icon{color:#333;font-size:20px;position:relative;text-decoration:none;transition:color .3s ease}.cart-icon:hover{color:#d4af37}.cart-badge{background-color:#d4af37;border-radius:10px;color:#fff;font-size:12px;font-weight:600;min-width:18px;padding:2px 6px;position:absolute;right:-8px;text-align:center;top:-8px}.mobile-menu-btn{background:none;border:none;color:#333;cursor:pointer;display:none;font-size:24px;padding:5px}.user-section{position:relative}.auth-buttons,.user-section{align-items:center;display:flex}.auth-buttons{gap:10px}.login-btn,.register-btn{align-items:center;border-radius:6px;display:flex;font-weight:500;gap:5px;padding:8px 16px;text-decoration:none;transition:all .3s ease}.login-btn{background-color:initial;border:1px solid #ddd;color:#333}.login-btn:hover{background-color:#f5f5f5;border-color:#ccc}.register-btn{background-color:#007bff;border:1px solid #007bff;color:#fff}.register-btn:hover{background-color:#0056b3;border-color:#0056b3}.auth-icon{font-size:14px}.user-dropdown{position:relative}.user-profile-btn{align-items:center;background:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;display:flex;gap:8px;padding:8px 12px;transition:all .3s ease}.user-profile-btn:hover{background-color:#f5f5f5;border-color:#ccc}.user-icon{color:#666;font-size:18px}.user-name{color:#333;font-weight:500}.dropdown-menu{background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #0000001a;margin-top:8px;min-width:180px;position:absolute;right:0;top:100%;z-index:1000}.dropdown-item{align-items:center;background:none;border:none;color:#333;cursor:pointer;display:flex;gap:10px;padding:12px 16px;text-align:left;text-decoration:none;transition:background-color .3s ease;width:100%}.dropdown-item:hover{background-color:#f8f9fa}.dropdown-icon{color:#666;font-size:14px}.logout-btn{border-top:1px solid #eee;color:#dc3545}.logout-btn:hover{background-color:#fff5f5;color:#c82333}@media (max-width:768px){.navbar-menu{background:#fff;box-shadow:0 4px 10px #0000001a;flex-direction:column;gap:15px;left:0;opacity:0;padding:20px;position:absolute;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.navbar-menu.active{opacity:1;transform:translateY(0);visibility:visible}.navbar-link{padding:10px 0;text-align:center;width:100%}.search-input{width:200px}.mobile-menu-btn{display:block}.navbar-actions{gap:15px}.auth-buttons{flex-direction:column;gap:8px;width:100%}.login-btn,.register-btn{justify-content:center;text-align:center;width:100%}.user-dropdown{width:100%}.user-profile-btn{justify-content:center;width:100%}.dropdown-menu{min-width:200px;right:50%;transform:translateX(50%)}}@media (max-width:480px){.search-input{width:150px}.navbar-logo span{font-size:20px}.logo-icon{font-size:28px}}.footer{background:#2c3e50;color:#fff;margin-top:auto;padding:60px 0 20px}.footer-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:40px}.footer-section h4{color:#d4af37;font-size:18px;font-weight:600;margin-bottom:20px}.footer-brand{align-items:center;display:flex;margin-bottom:15px}.footer-logo{color:#d4af37;font-size:32px;margin-right:10px}.footer-brand h3{color:#fff;font-size:24px;font-weight:700}.footer-section p{color:#bdc3c7;line-height:1.6;margin-bottom:20px}.social-links{gap:15px}.social-links a{align-items:center;background:#34495e;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-links a:hover{background:#d4af37;transform:translateY(-2px)}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:10px}.footer-section ul li a{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#d4af37}.contact-info{margin-bottom:20px}.contact-item{align-items:center;color:#bdc3c7;display:flex;margin-bottom:15px}.contact-item svg{color:#d4af37;font-size:16px;margin-right:10px;min-width:16px}.business-hours h5{color:#d4af37;font-size:16px;margin-bottom:10px}.business-hours p{font-size:14px;margin-bottom:5px}.footer-bottom{border-top:1px solid #34495e;padding-top:20px}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.footer-bottom p{color:#bdc3c7;margin:0}.footer-bottom-links{display:flex;gap:20px}.footer-bottom-links a{color:#bdc3c7;font-size:14px;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:#d4af37}@media (max-width:768px){.footer-content{gap:30px;grid-template-columns:1fr}.footer-bottom-content{flex-direction:column;text-align:center}.footer-bottom-links{justify-content:center}}@media (max-width:480px){.footer{padding:40px 0 20px}.footer-bottom-links{flex-direction:column;gap:10px}}*{margin:0;padding:0}body{background-color:#f8f9fa;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1;padding-top:80px}.container{max-width:1200px;padding:0 20px}.btn{border-radius:6px;font-size:16px;padding:12px 24px}.btn-primary{background-color:#d4af37}.btn-primary:hover{background-color:#b8941f}.btn-secondary{background-color:#6c757d}.btn-secondary:hover{background-color:#545b62}.btn-outline{background-color:initial;border:2px solid #d4af37;color:#d4af37}.btn-outline:hover{background-color:#d4af37;color:#fff}.card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.card-img{height:200px;object-fit:cover;width:100%}.card-body{padding:20px}.card-title{color:#333;font-size:18px;font-weight:600;margin-bottom:10px}.card-text{color:#666;line-height:1.5;margin-bottom:15px}.card-price{color:#d4af37;font-size:20px;font-weight:700;margin-bottom:15px}.grid{grid-gap:30px;display:grid;gap:30px}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.section{padding:60px 0}.section-title{color:#333;font-size:36px;font-weight:700;margin-bottom:20px;text-align:center}.section-subtitle{color:#666;font-size:18px;margin-bottom:50px;text-align:center}.hero{padding:100px 0}.hero p{margin-bottom:30px}.features{background:#fff}.feature-item{padding:30px;text-align:center}.feature-icon{color:#d4af37;font-size:48px;margin-bottom:20px}.feature-title{color:#333;font-size:20px;font-weight:600;margin-bottom:10px}.feature-text{color:#666;line-height:1.6}@media (max-width:768px){.container{padding:0 15px}.hero h1{font-size:36px}.hero p{font-size:18px}.section-title{font-size:28px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.spinner{border-top-color:#d4af37;height:40px;margin:20px auto;width:40px}.alert{border-radius:6px;margin-bottom:20px;padding:15px}.alert-success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.alert-error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.form-label{display:block;margin-bottom:8px}.form-input{width:100%}.badge{border-radius:12px;display:inline-block;font-size:12px;font-weight:600;padding:4px 8px;text-transform:uppercase}.badge-primary{background-color:#d4af37;color:#fff}.badge-secondary{background-color:#6c757d;color:#fff}.badge-success{background-color:#28a745;color:#fff}.rating{color:#ffc107;font-size:18px}.quantity-selector{margin:15px 0}.quantity-btn{background:#fff;border:1px solid #ddd;font-size:18px;height:35px;width:35px}.quantity-btn:hover{background-color:#f8f9fa}.quantity-input{border:1px solid #ddd;border-radius:4px;padding:8px;width:60px}.hero{background:linear-gradient(135deg,#d4af37,#b8941f);color:#fff;overflow:hidden;padding:120px 0 100px;position:relative;text-align:center}.hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='50' cy='50' r='1' fill='%23fff' opacity='.1'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.hero .container{position:relative;z-index:2}.hero h1{font-size:48px;font-weight:700;line-height:1.2;margin-bottom:20px}.hero p{font-size:20px;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.hero-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.featured-products{background:#f8f9fa}.product-card{position:relative;transition:all .3s ease}.product-card:hover{transform:translateY(-10px)}.product-card .badge{left:15px;position:absolute;top:15px;z-index:2}.rating{align-items:center;display:flex;gap:5px;margin-bottom:15px}.rating-text{margin-left:5px}.rental-services{background:#fff}.service-card{border:2px solid #0000;transition:all .3s ease}.service-card:hover{border-color:#d4af37}.about-section{background:#f8f9fa;text-align:center}.about-text h2{color:#333;font-size:36px;font-weight:700;margin-bottom:20px}.about-text p{color:#666;font-size:16px;line-height:1.8;margin-bottom:20px}.about-stats{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);margin-top:40px}.stat{text-align:center}.stat h3{color:#d4af37;font-size:36px;font-weight:700;margin-bottom:10px}.stat p{color:#666;font-weight:600;margin:0}.about-image img{border-radius:12px;box-shadow:0 8px 25px #00000026;height:400px;object-fit:cover;width:100%}.cta-section{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:80px 0;text-align:center}.cta-section h2{font-size:36px;font-weight:700;margin-bottom:20px}.cta-section p{font-size:18px;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.cta-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.text-center{text-align:center}@media (max-width:768px){.hero h1{font-size:36px}.hero p{font-size:18px}.hero-buttons{align-items:center;flex-direction:column}.about-stats{gap:20px;grid-template-columns:1fr}.cta-section h2{font-size:28px}.cta-buttons{align-items:center;flex-direction:column}}@media (max-width:480px){.hero{padding:80px 0 60px}.hero h1{font-size:28px}.hero p{font-size:16px}.about-text h2{font-size:28px}.cta-section h2{font-size:24px}}.services-page{padding:40px 0}.services-hero{background:linear-gradient(135deg,#2c3e50,#34495e);border-radius:12px;color:#fff;margin-bottom:40px;padding:60px 0}.hero-content{text-align:center}.hero-content h2{font-size:32px;font-weight:700;margin-bottom:30px}.hero-features{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:30px}.hero-feature{align-items:center;display:flex;flex-direction:column;gap:10px}.hero-feature svg{color:#d4af37;font-size:32px}.hero-feature span{font-size:16px;font-weight:600}.services-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-bottom:60px}.service-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.service-image{height:250px;overflow:hidden;position:relative}.service-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.service-card:hover .service-image img{transform:scale(1.05)}.not-available{background:#dc3545;border-radius:4px;color:#fff;font-size:12px;font-weight:600;padding:5px 10px;position:absolute;right:15px;top:15px}.service-info{padding:20px}.category-badge{margin-bottom:10px;padding:4px 8px}.service-name{color:#333;font-size:20px;font-weight:600;line-height:1.3;margin-bottom:10px}.service-description{font-size:14px;line-height:1.5;margin-bottom:15px}.service-rating{gap:5px;margin-bottom:15px}.star{font-size:14px}.rating-count{color:#666;font-size:12px;margin-left:5px}.service-price{margin-bottom:20px}.current-price{font-size:24px}.price-type{font-size:14px;margin-left:5px}.service-features{margin-bottom:20px}.service-features h4{color:#333;font-size:14px;font-weight:600;margin-bottom:8px}.service-features ul{list-style:none;padding:0}.service-features li{color:#666;font-size:12px;margin-bottom:4px;padding-left:15px;position:relative}.service-features li:before{color:#28a745;content:"✓";font-weight:600;left:0;position:absolute}.rental-info{background:#f8f9fa;border-radius:8px;display:flex;gap:20px;margin-bottom:20px;padding:15px}.rental-period{align-items:center;display:flex;font-size:12px;gap:8px}.rental-period svg{color:#d4af37;font-size:14px}.service-actions{display:flex;gap:10px}.service-actions .btn{flex:1 1;font-size:14px;padding:12px 15px}.service-actions .btn svg{margin-right:5px}.rental-process{background:#f8f9fa;border-radius:12px;margin-top:40px;padding:60px 0}.rental-process h2{color:#333;font-size:32px;font-weight:700;margin-bottom:40px;text-align:center}.process-steps{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.process-step{padding:20px;text-align:center}.step-number{align-items:center;background:#d4af37;border-radius:50%;color:#fff;display:flex;font-size:24px;font-weight:700;height:60px;justify-content:center;margin:0 auto 20px;width:60px}.process-step h3{color:#333;font-size:18px;font-weight:600;margin-bottom:10px}.process-step p{color:#666;font-size:14px;line-height:1.5}@media (max-width:768px){.services-page{padding:20px 0}.page-header h1{font-size:28px}.page-header p{font-size:16px}.services-hero{padding:40px 0}.hero-content h2{font-size:24px}.hero-features{gap:20px;grid-template-columns:repeat(2,1fr)}.filters-section{padding:20px}.filter-controls{gap:15px;grid-template-columns:1fr}.services-grid{gap:20px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.rental-info{gap:10px}.rental-info,.service-actions{flex-direction:column}.process-steps{gap:20px;grid-template-columns:1fr}}@media (max-width:480px){.services-grid{grid-template-columns:1fr}.service-image{height:200px}.hero-features{grid-template-columns:1fr}}.service-detail-page{padding:40px 0}.breadcrumb{color:#666;font-size:14px;gap:10px;margin-bottom:30px}.breadcrumb a{color:#d4af37;transition:color .3s ease}.breadcrumb a:hover{color:#b8941f}.breadcrumb span{color:#999}.service-content{grid-gap:60px;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin-bottom:60px}.service-art{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid #e9ecef;border-radius:16px;box-shadow:0 8px 25px #0000001a;gap:30px;padding:40px}.art-container,.service-art{display:flex;flex-direction:column}.art-container{align-items:center;gap:20px;text-align:center}.art-circle{align-items:center;animation:pulse 2s infinite;background:linear-gradient(135deg,#d4af37,#b8941f);border-radius:50%;box-shadow:0 8px 20px #d4af374d;color:#fff;display:flex;height:120px;justify-content:center;width:120px}@keyframes pulse{0%{box-shadow:0 8px 20px #d4af374d}50%{box-shadow:0 8px 25px #d4af3780}to{box-shadow:0 8px 20px #d4af374d}}.art-info h3{color:#333;font-size:24px;font-weight:700;margin:0 0 8px}.art-info p{color:#666;font-size:16px;line-height:1.5;margin:0}.art-features{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.art-feature{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;gap:8px;padding:15px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.art-feature:hover{box-shadow:0 4px 15px #00000026;transform:translateY(-2px)}.feature-icon{align-items:center;background:linear-gradient(135deg,#d4af37,#b8941f);border-radius:50%;color:#fff;display:flex;font-size:16px;height:40px;justify-content:center;width:40px}.art-feature span{color:#333;font-size:14px;font-weight:600}.service-images{display:flex;flex-direction:column;gap:20px}.main-image{box-shadow:0 4px 6px #0000001a;height:400px;overflow:hidden;width:100%}.main-image img{height:100%;object-fit:cover;width:100%}.image-thumbnails{display:flex;gap:10px}.image-thumbnails img{border:2px solid #0000;border-radius:8px;cursor:pointer;height:80px;object-fit:cover;transition:all .3s ease;width:80px}.image-thumbnails img.active,.image-thumbnails img:hover{border-color:#d4af37}.service-info{gap:20px}.service-header,.service-info{display:flex;flex-direction:column}.service-header{gap:15px}.category-badge{align-self:flex-start;border-radius:12px;display:inline-block;font-size:12px;padding:6px 12px}.service-header h1{color:#333;font-size:32px;font-weight:700;line-height:1.2;margin:0}.service-rating{align-items:center;display:flex;gap:10px}.star{color:#ddd;font-size:16px}.star.filled{color:#ffc107}.rating-text{color:#666;font-size:14px}.review-count{color:#999;font-size:14px}.service-price{align-items:center;display:flex;gap:10px;margin-bottom:10px}.current-price{font-size:32px}.price-type{color:#666;font-size:18px}.service-availability{margin-bottom:20px}.availability-status{border-radius:6px;font-size:14px;font-weight:600;padding:8px 16px}.availability-status.available{background:#d4edda;color:#155724}.availability-status.unavailable{background:#f8d7da;color:#721c24}.service-description{color:#666;line-height:1.6;margin-bottom:20px}.rental-form{background:linear-gradient(135deg,#fff,#f8f9fa);border:2px solid #e9ecef;border-radius:16px;box-shadow:0 8px 25px #0000001a;margin-bottom:20px;padding:30px}.rental-form h3{border-bottom:2px solid #d4af37;color:#333;font-size:22px;font-weight:700;margin-bottom:25px;padding-bottom:15px;text-align:center}.login-prompt{background:linear-gradient(135deg,#fff3cd,#ffeaa7);border:2px solid #f39c12;border-radius:12px;box-shadow:0 4px 15px #f39c1233;margin-bottom:25px;padding:20px}.login-prompt-content{align-items:center;display:flex;gap:15px}.login-icon{flex-shrink:0;font-size:24px}.login-text{flex:1 1}.login-text strong{color:#d68910;display:block;font-size:16px;margin-bottom:5px}.login-text p{color:#8b4513;font-size:14px;line-height:1.4;margin:0}.login-btn{background:#f39c12;border-color:#f39c12;color:#fff;flex-shrink:0;font-size:14px;font-weight:600;padding:10px 20px}.login-btn:hover{background:#e67e22;border-color:#e67e22;color:#fff}.form-row{margin-bottom:20px}.form-group label{font-weight:600}.form-input{background:#fff;border-radius:8px;padding:15px;transition:all .3s ease}.form-input:focus{box-shadow:0 0 0 3px #d4af371a;transform:translateY(-1px)}.days-selector{border:2px solid #e9ecef;border-radius:6px;gap:10px;padding:5px}.days-btn,.days-selector{align-items:center;display:flex}.days-btn{background:#f8f9fa;border:none;border-radius:4px;cursor:pointer;font-size:16px;height:35px;justify-content:center;transition:background-color .3s ease;width:35px}.days-btn:hover:not(:disabled){background-color:#d4af37;color:#fff}.days-btn:disabled{cursor:not-allowed;opacity:.5}.days-input{background:#0000;border:none;font-size:16px;text-align:center;width:60px}.days-input:focus{outline:none}.rental-summary{background:#fff;border-radius:8px;margin-bottom:20px;padding:20px}.summary-item{border-bottom:1px solid #e9ecef;padding:8px 0}.summary-item:last-child{border-bottom:none}.summary-item.total{border-top:2px solid #d4af37;font-size:18px;margin-top:10px;padding-top:15px}.rental-actions{display:flex;gap:15px}.rent-btn{background:linear-gradient(135deg,#d4af37,#b8941f);border:none;border-radius:8px;box-shadow:0 4px 15px #d4af374d;color:#fff;cursor:pointer;flex:1 1;font-size:18px;font-weight:700;padding:18px 30px;transition:all .3s ease}.rent-btn:hover:not(:disabled){box-shadow:0 6px 20px #d4af3766;transform:translateY(-2px)}.rent-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.inquiry-btn{background:#0000;border:2px solid #d4af37;border-radius:8px;color:#d4af37;cursor:pointer;flex:1 1;font-size:18px;font-weight:600;padding:18px 30px;transition:all .3s ease}.inquiry-btn:hover{background:#d4af37;box-shadow:0 4px 15px #d4af374d;color:#fff;transform:translateY(-2px)}.service-features{display:flex;gap:20px;margin-top:20px}.feature{align-items:center;color:#666;display:flex;font-size:14px;gap:8px}.feature svg{color:#d4af37;font-size:16px}.service-tabs{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:60px;overflow:hidden}.tab-buttons{border-bottom:1px solid #e9ecef}.tab-btn{background:none;color:#666;flex:1 1;font-size:16px;padding:20px;transition:all .3s ease}.tab-btn:hover{background:#f8f9fa;color:#333}.tab-btn.active{background:#d4af37}.tab-content{padding:30px}.details-tab h3,.reviews-tab h3,.specifications-tab h3,.terms-tab h3{color:#333;font-size:24px;font-weight:700;margin-bottom:20px}.details-tab h4{color:#333;font-size:18px;font-weight:600;margin:20px 0 10px}.details-tab ul{list-style:none;padding:0}.details-tab li{color:#666;padding:8px 0 8px 20px;position:relative}.details-tab li:before{color:#28a745;content:"✓";font-weight:600;left:0;position:absolute}.specs-grid{grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.spec-item{background:#f8f9fa;border-radius:8px;justify-content:space-between;padding:15px}.spec-label{color:#333}.spec-value{color:#666}.terms-tab ul{list-style:none;padding:0}.terms-tab li{border-bottom:1px solid #e9ecef;color:#666;padding:10px 0 10px 20px;position:relative}.terms-tab li:before{color:#d4af37;content:"•";font-weight:600;left:0;position:absolute}.additional-info{background:#f8f9fa;border-radius:8px;margin-top:30px;padding:20px}.additional-info h4{color:#333;font-size:18px;font-weight:600;margin-bottom:10px}.additional-info p{color:#666;line-height:1.6;margin:0}.reviews-list{display:flex;flex-direction:column;gap:20px}.review-item{background:#f8f9fa;border-radius:8px;padding:20px}.review-header{align-items:center;display:flex;gap:15px;margin-bottom:10px}.reviewer-name{color:#333;font-weight:600}.review-rating{display:flex;gap:2px}.review-date{color:#999;font-size:14px;margin-left:auto}.review-comment{color:#666;line-height:1.5;margin:0}.related-services{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:30px}.related-services h2{color:#333;font-size:24px;font-weight:700;margin-bottom:20px;text-align:center}.related-grid{grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.related-item{border:1px solid #e9ecef;border-radius:8px;padding:20px;transition:transform .3s ease,box-shadow .3s ease}.related-item:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.related-item img{border-radius:6px;margin-bottom:15px}.related-item h3{color:#333;font-size:16px;font-weight:600;margin-bottom:10px}.related-item .price{color:#d4af37;font-size:18px;font-weight:700;margin-bottom:15px}.service-not-found{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:60px 20px;text-align:center}.service-not-found h2{color:#333;font-size:24px;margin-bottom:10px}.service-not-found p{color:#666;margin-bottom:20px}@media (max-width:768px){.service-detail-page{padding:20px 0}.service-content{gap:30px;grid-template-columns:1fr}.service-art{padding:30px 20px}.art-features{gap:15px;grid-template-columns:1fr}.art-feature{flex-direction:row;gap:15px;text-align:left}.login-prompt-content{flex-direction:column;gap:15px;text-align:center}.main-image{height:300px}.current-price,.service-header h1{font-size:24px}.form-row{gap:15px;grid-template-columns:1fr}.rental-actions,.service-features{flex-direction:column}.service-features{gap:10px}.tab-buttons{flex-direction:column}.tab-btn{border-bottom:1px solid #e9ecef}.specs-grid{grid-template-columns:1fr}.review-header{align-items:flex-start;flex-direction:column;gap:10px}.review-date{margin-left:0}.related-grid{gap:15px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}@media (max-width:480px){.image-thumbnails{flex-wrap:wrap}.image-thumbnails img{height:60px;width:60px}.related-grid{grid-template-columns:1fr}}.products-page{padding:40px 0}.filters-section{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:30px;padding:30px}.search-filter{margin-bottom:20px}.search-box{max-width:400px;position:relative}.search-icon{color:#666;font-size:16px;left:15px;position:absolute;top:50%;transform:translateY(-50%)}.search-input{border:2px solid #e9ecef;font-size:16px;padding:12px 15px 12px 45px;transition:border-color .3s ease}.search-input:focus{border-color:#d4af37;outline:none}.filter-controls{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.filter-group{gap:8px}.filter-group label{color:#333;font-weight:600}.filter-select{background:#fff;border:2px solid #e9ecef;border-radius:6px;font-size:14px;padding:10px;transition:border-color .3s ease}.filter-select:focus{border-color:#d4af37;outline:none}.price-range{align-items:center;display:flex;gap:10px}.price-input{border:2px solid #e9ecef;border-radius:6px;flex:1 1;font-size:14px;padding:10px;transition:border-color .3s ease}.price-input:focus{border-color:#d4af37;outline:none}.results-count{margin-bottom:30px}.results-count p{color:#666;font-size:14px}.products-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.product-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.product-image{align-items:center;background:#f8f9fa;display:flex;height:250px;justify-content:center;overflow:hidden;position:relative}.product-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.product-card:hover .product-image img{transform:scale(1.05)}.out-of-stock{background:#dc3545;border-radius:4px;color:#fff;font-size:12px;font-weight:600;padding:5px 10px;position:absolute;right:15px;top:15px;z-index:3}.product-info{padding:20px}.badges{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.category-badge,.subcategory-badge{border-radius:12px;display:inline-block;font-size:12px;font-weight:600;padding:4px 8px}.category-badge{background:#e9ecef;color:#666}.subcategory-badge{background:#fff4e6;border:1px solid #d4af371f;color:#8a5c00}.product-name{font-size:18px;font-weight:600;line-height:1.3;margin-bottom:10px}.product-description{color:#666;font-size:14px;line-height:1.5;margin-bottom:12px}.product-meta{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:12px}.stock-info{color:#333;font-size:13px;font-weight:600}.stock-info.out{color:#dc3545;font-weight:700}.product-price{margin-bottom:20px}.current-price{font-size:20px}.product-actions{gap:10px}.product-actions .btn{align-items:center;display:inline-flex;flex:1 1;font-size:14px;justify-content:center;padding:10px 15px}.product-actions .btn svg{margin-right:8px}.no-results{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:60px 20px;text-align:center}.no-results h3{color:#333;font-size:24px;margin-bottom:10px}.no-results p{color:#666;margin-bottom:20px}.btn{border:0}.btn-outline{background:#fff;border:1px solid #d4af37;color:#333}.btn-primary{background:#d4af37}@media (max-width:768px){.products-page{padding:20px 0}.page-header h1{font-size:28px}.page-header p{font-size:16px}.filters-section{padding:20px}.filter-controls{gap:15px;grid-template-columns:1fr}.products-grid{gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.product-actions{flex-direction:column}}@media (max-width:480px){.products-grid{grid-template-columns:1fr}.product-image{height:200px}.badges{gap:6px}}.product-detail-page{background:#f3f6fa;color:#22223b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial;min-height:100vh;padding:30px 0 60px}.container{margin:0 auto;max-width:1100px;padding:0 18px}.breadcrumb{align-items:center;color:#6b7280;display:flex;font-size:.95rem;gap:8px;margin-bottom:18px}.breadcrumb a{color:#2563eb;text-decoration:none}.product-content{grid-gap:28px;align-items:start;display:grid;gap:28px;grid-template-columns:1fr 1fr}.product-images{display:flex;flex-direction:column;gap:12px}.main-image{align-items:center;background:#fff;border-radius:12px;box-shadow:0 6px 24px #2563eb0f;display:flex;justify-content:center;padding:18px}.main-image img{border-radius:8px;height:auto;max-width:100%;object-fit:contain}.product-info{background:#fff;border-radius:12px;box-shadow:0 6px 24px #0206170a;padding:22px}.product-header{align-items:center;display:flex;gap:12px;margin-bottom:12px}.category-badge{background:#e6eefc;border-radius:999px;color:#2563eb;font-size:.85rem;font-weight:600;padding:6px 10px}.product-header h1{font-size:1.5rem;font-weight:700;margin:0}.product-price{margin:10px 0}.current-price{color:#059669;font-size:1.4rem;font-weight:700}.product-stock{align-items:center;color:#6b7280;display:flex;gap:12px;margin-bottom:14px}.stock-status.in-stock{color:#065f46;font-weight:600}.stock-status.out-of-stock{color:#b91c1c;font-weight:700}.product-description{color:#374151;margin-bottom:18px}.product-actions{align-items:center;display:flex;flex-wrap:wrap;gap:18px;margin-bottom:18px}.quantity-selector label{color:#374151;display:block;font-weight:600;margin-bottom:6px}.quantity-controls{align-items:center;display:flex;gap:8px}.quantity-btn{background:#f3f4f6;border-radius:8px;padding:8px 12px}.quantity-input{border:1px solid #e5e7eb;border-radius:8px;padding:8px 10px;width:70px}.action-buttons{align-items:center;gap:10px}.btn{align-items:center;display:inline-flex;gap:8px;padding:8px 12px}.btn-primary{background:#2563eb;border:none}.btn-primary:disabled{cursor:not-allowed;opacity:.6}.btn-outline{border:1px solid #cbd5e1;color:#374151}.share-btn,.wishlist-btn{border-radius:8px;padding:8px}.product-features{display:flex;gap:18px;margin-top:12px}.product-features .feature{align-items:center;color:#374151;display:flex;gap:8px}.product-tabs{margin-top:22px}.tab-buttons{display:flex;gap:8px;margin-bottom:12px}.tab-btn{background:#f3f4f6;border:none;border-radius:8px;cursor:pointer;font-weight:600;padding:8px 12px}.tab-btn.active{background:#2563eb;color:#fff}.tab-content{background:#fff;border-radius:8px;box-shadow:0 4px 12px #02061708;padding:18px}.specs-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.spec-item{display:flex;gap:8px}.spec-label{color:#6b7280;font-weight:600;width:120px}.spec-value{color:#22223b}.related-products{margin-top:26px}.related-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(3,1fr)}.related-item{background:#fff;border-radius:10px;padding:12px;text-align:center}.related-item img{border-radius:8px;height:120px;object-fit:cover;width:100%}.spinner{border:5px solid #e6eefc;border-top-color:#2563eb;height:48px;margin:40px auto;width:48px}@media (max-width:900px){.product-content{grid-template-columns:1fr}.related-grid{grid-template-columns:repeat(2,1fr)}.details-container{width:auto}}@media (max-width:520px){.related-grid{grid-template-columns:1fr}.product-features{flex-direction:column;gap:8px}}:root{--brand:#d4af37;--brand-600:#b8941f;--muted:#6b7280;--surface:#fff;--glass:#d4af370f;--danger:#ef4444;--radius:12px}*{box-sizing:border-box}body{background:#f6f8fb;color:#111827;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif}.auth-container{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:40px 20px}.auth-card{background:#fff;background:var(--surface);border-radius:14px;box-shadow:0 6px 18px #0f172a0f;display:grid;grid-template-columns:1fr 1fr;max-width:900px;overflow:hidden;width:100%}.register-card{max-width:1100px}.auth-header{align-items:center;background:#0000;display:flex;flex-direction:column;justify-content:center;padding:32px 24px}.auth-logo{background:linear-gradient(90deg,#d4af37,#b8941f);background:linear-gradient(90deg,var(--brand),var(--brand-600));-webkit-background-clip:text;background-clip:text;color:#d4af37;color:var(--brand);color:#0000;font-size:40px}.auth-header h2{font-size:20px;margin:12px 0 6px}.auth-header p{color:#6b7280;color:var(--muted);font-size:14px;margin:0}.auth-form{flex-direction:column;gap:12px;padding:28px}.auth-form,.form-row{display:flex}.form-row .form-group{flex:1 1}.form-group label{color:#6b7280;color:var(--muted);font-size:13px}.input-group{align-items:center;background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid #eef2f7;border-radius:10px;display:flex;padding:10px 12px}.input-icon{color:#6b7280;color:var(--muted);font-size:16px;margin-right:8px}.input-group input{background:#0000;border:0;flex:1 1;font-size:14px;outline:none;padding:8px 4px}.input-group .password-toggle{background:#0000;border:0;color:#6b7280;color:var(--muted);cursor:pointer;font-size:16px}.auth-button{background:#d4af37;background:var(--brand);border:0;border-radius:10px;color:#fff;cursor:pointer;font-weight:600;margin-top:6px;padding:12px 18px;transition:transform .12s ease,box-shadow .12s ease}.auth-button:hover{box-shadow:0 8px 20px #d4af3714;transform:translateY(-1px)}.auth-button:disabled{cursor:not-allowed;opacity:.6}.btn-outline{background:#0000;border:1px solid #eef2f7;border-radius:8px;color:#111;padding:10px 14px}.auth-footer{background:#0000;border-top:1px dashed #f6f7fb;padding:18px 24px}.auth-link{color:#d4af37;color:var(--brand);font-weight:600}.register-cta{background:#d4af37;background:var(--brand);border-radius:8px;color:#fff;display:inline-block;font-weight:600;padding:8px 12px;text-decoration:none}.forgot-password{color:#6b7280;color:var(--muted);font-size:13px}.auth-card .auth-form,.auth-card .auth-header{min-height:220px}.input-group input::placeholder{color:#9aa3b2}@media (max-width:820px){.auth-card{grid-template-columns:1fr;max-width:420px}.auth-form,.auth-header{padding:20px}}.auth-container .toast-container{z-index:9999}.input-group:focus-within{border-color:#b8941f;border-color:var(--brand-600);box-shadow:0 6px 18px #0b5cff14}.auth-footer p{color:#6b7280;color:var(--muted);font-size:13px;margin:0}.register-card .auth-header{background:linear-gradient(180deg,#0b5cff0f,#0000);padding:36px}.payment-form-overlay{align-items:center;animation:fadeIn .3s ease;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.payment-form-container{animation:slideUp .3s ease;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0003;max-height:90vh;max-width:500px;overflow-y:auto;padding:0;width:90%}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.payment-form-header{align-items:center;background:linear-gradient(135deg,#d4af37,#f2d779);border-bottom:1px solid #e9ecef;border-radius:16px 16px 0 0;color:#fff;display:flex;justify-content:space-between;padding:24px 28px}.payment-form-header h2{font-size:24px;font-weight:600;margin:0}.close-btn{border-radius:50%;color:#fff;font-size:32px;height:40px;transition:background-color .3s ease;width:40px}.close-btn:hover{background-color:#fff3}.payment-amount{align-items:center;background:#f8f9fa;border-bottom:1px solid #e9ecef;display:flex;font-size:18px;font-weight:600;justify-content:space-between;padding:24px 28px}.payment-amount .amount{color:#d4af37;font-size:24px}.payment-form-container form{padding:28px}.payment-method-selection{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.payment-method-option{align-items:center;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;display:flex;padding:16px;transition:all .3s ease}.payment-method-option:hover{background-color:#fffbf0;border-color:#d4af37}.payment-method-option input[type=radio]{accent-color:#d4af37;cursor:pointer;height:20px;margin-right:12px;width:20px}.payment-method-option input[type=radio]:checked+span{color:#d4af37;font-weight:600}.payment-method-option span{color:#333;font-size:16px}.card-payment-form,.upi-payment-form{animation:fadeIn .3s ease}.form-group label{color:#333}.form-group input,.form-group select{border:2px solid #e9ecef;border-radius:8px;font-family:inherit;font-size:16px;padding:12px 16px;transition:all .3s ease}.form-group input:focus,.form-group select:focus{border-color:#d4af37;box-shadow:0 0 0 3px #d4af371a}.form-group input.error,.form-group select.error{border-color:#dc3545}.form-row{grid-gap:12px;gap:12px;grid-template-columns:1fr 1fr 1fr}.error-message{color:#dc3545;display:block;font-size:12px;margin-top:4px}.cash-payment-info{background:#e7f5ff;border-left:4px solid #1971c2;border-radius:8px;margin-bottom:20px;padding:20px}.cash-payment-info p{color:#1971c2;font-size:14px;margin:0}.form-actions{border-top:1px solid #e9ecef;margin-top:24px;padding-top:24px}.form-actions .btn{border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;padding:12px 32px;transition:all .3s ease}.form-actions .btn-outline{background:#fff;border:2px solid #e9ecef;color:#333}.form-actions .btn-outline:hover{border-color:#d4af37;color:#d4af37}.form-actions .btn-primary{background:linear-gradient(135deg,#d4af37,#f2d779);box-shadow:0 4px 12px #d4af374d;color:#fff}.form-actions .btn-primary:hover{box-shadow:0 6px 16px #d4af3766;transform:translateY(-2px)}@media (max-width:768px){.payment-form-container{max-height:95vh;width:95%}.payment-form-header{padding:20px}.payment-form-header h2{font-size:20px}.payment-amount{font-size:16px;padding:20px}.payment-amount .amount{font-size:20px}.payment-form-container form{padding:20px}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.form-actions .btn{width:100%}}.cart-page{background:#f8f9fa;min-height:100vh;padding:20px 0}.cart-header{margin-bottom:20px;padding-left:20px;text-align:left}.cart-header h1{color:#333;font-size:28px;font-weight:700;letter-spacing:.5px;margin-bottom:0}.brand-text{color:#06c;display:inline-block;font-weight:700;margin-right:8px}.empty-cart{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:80px 20px;text-align:center}.empty-cart-icon{color:#d4af37;font-size:64px;margin-bottom:20px}.empty-cart h2{color:#333;font-size:24px;margin-bottom:10px}.empty-cart p{color:#666;margin-bottom:30px}.cart-layout{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:1fr 400px}.cart-items-section{display:flex;flex-direction:column;gap:16px}.cart-items{background:#fff;border:2px solid #e9ecef;border-radius:8px;box-shadow:0 2px 4px #00000014;overflow:hidden;width:100%}.cart-items-header{background:#f8f9fa;border-bottom:1px solid #e9ecef;padding:24px 20px}.cart-items-header h2{color:#333;font-size:22px;font-weight:700;margin:0}.cart-item{grid-gap:20px;align-items:center;border-bottom:1px solid #e9ecef;display:grid;gap:20px;grid-template-columns:100px 1fr auto auto auto;padding:20px;transition:background-color .3s ease}.rental-cart-item{display:flex;flex-direction:column;padding:20px}.rental-item-with-dates{display:flex;flex-direction:column;gap:16px;width:100%}.rental-top-row{align-items:center;display:flex;gap:16px;width:100%}.rental-top-row input[type=checkbox]{cursor:pointer;flex-shrink:0;height:18px;width:18px}.rental-top-row img{flex-shrink:0}.rental-dates-below{display:flex;gap:16px;padding-left:30px}.rental-dates-spacer{flex-shrink:0;width:80px}.rental-dates-section{background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;display:flex;flex:1 1;gap:20px;padding:16px}.date-input-group{display:flex;flex:1 1;flex-direction:column;gap:8px}.date-input-group label{color:#495057;font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.date-input-group input[type=date]{background:#fff;border:1px solid #ced4da;border-radius:6px;color:#495057;font-size:14px;padding:10px 14px;transition:all .2s ease;width:100%}.date-input-group input[type=date]:hover{border-color:#adb5bd}.date-input-group input[type=date]:focus{border-color:#06c;box-shadow:0 0 0 3px #0066cc1a;outline:none}.cart-item:hover{background-color:#f8f9fa}.cart-item:last-child{border-bottom:none}.item-image{border-radius:8px;height:80px;overflow:hidden;width:100px}.item-image img{height:100%;object-fit:cover;width:100%}.item-details{display:flex;flex-direction:column;gap:5px}.item-name{color:#333;font-size:16px;font-weight:600;margin:0}.item-details label{align-items:center;cursor:pointer;display:flex}.item-details input[type=checkbox]{accent-color:#d4af37;cursor:pointer;height:18px;width:18px}.item-category{color:#666;font-size:14px;margin:0}.item-price{align-items:center;display:flex;gap:10px}.current-price{color:#d4af37;font-size:16px;font-weight:600}.original-price{color:#999;font-size:14px;text-decoration:line-through}.item-quantity{display:flex;justify-content:center}.quantity-selector{align-items:center;border:1px solid #ddd;border-radius:6px;display:flex;gap:10px;padding:5px}.quantity-btn{align-items:center;background:#f8f9fa;border:none;border-radius:4px;cursor:pointer;display:flex;font-size:16px;height:30px;justify-content:center;transition:background-color .3s ease;width:30px}.quantity-btn:hover:not(:disabled){background-color:#d4af37;color:#fff}.quantity-btn:disabled{cursor:not-allowed;opacity:.5}.quantity-input{background:#0000;border:none;font-size:14px;text-align:center;width:50px}.quantity-input:focus{outline:none}.item-total{align-items:flex-end;display:flex;flex-direction:column;gap:5px}.total-price{color:#333;font-size:18px;font-weight:700}.savings{color:#28a745;font-size:12px;font-weight:600}.remove-btn{align-items:center;background:#f8f9fa;border:none;border-radius:50%;color:#dc3545;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.remove-btn:hover{background-color:#dc3545;color:#fff}.cart-summary{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;max-height:calc(100vh - 40px);overflow-y:auto;padding:24px;position:sticky;top:20px}.cart-summary h2{border-bottom:2px solid #e9ecef;color:#333;font-size:20px;font-weight:700;margin-bottom:20px;padding-bottom:16px}.summary-items{margin-bottom:24px}.summary-item{align-items:center;color:#666;display:flex;font-size:14px;justify-content:space-between;padding:12px 0}.summary-item span:first-child{font-weight:500}.summary-item span:last-child{color:#333;font-weight:600}.summary-item.discount{color:#28a745;font-weight:600}.summary-item.total{border-top:2px solid #e9ecef;color:#333;font-size:20px;font-weight:700;margin-top:12px;padding-top:16px}.summary-item.total span{color:#333}.delivery-info{background:#f8f9fa;border-left:3px solid #06c;border-radius:6px;margin-bottom:20px;padding:16px}.delivery-info h3{color:#333;font-size:14px;font-weight:600;margin-bottom:8px}.delivery-info p{color:#666;font-size:13px;line-height:1.5;margin-bottom:4px}.payment-methods{margin-bottom:20px}.payment-methods h3{color:#333;font-size:14px;font-weight:600;margin-bottom:12px}.payment-icons{display:flex;flex-wrap:wrap;gap:10px}.payment-icons span{background:#f8f9fa;border-radius:6px;color:#666;font-size:12px;font-weight:600;padding:8px 12px}.cart-actions{display:flex;flex-direction:column;gap:12px;margin-top:24px}.cart-actions .btn{border-radius:6px;font-size:15px;font-weight:600;justify-content:center;padding:14px 24px;transition:all .3s ease;width:100%}.cart-actions .btn-primary{background:#06c;border:none;box-shadow:0 2px 4px #06c3;color:#fff}.cart-actions .btn-primary:hover:not(:disabled){background:#0052a3;box-shadow:0 4px 8px #0066cc4d}.cart-actions .btn-primary:disabled{background:#ccc;box-shadow:none;cursor:not-allowed}.cart-actions .btn-outline{background:#fff;border:2px solid #06c;color:#06c}.cart-actions .btn-outline:hover{background:#06c;color:#fff}.recommended-products{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:30px}.recommended-products h2{color:#333;font-size:24px;font-weight:700;margin-bottom:20px;text-align:center}.recommended-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.recommended-item{border:1px solid #e9ecef;border-radius:8px;padding:20px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.recommended-item:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.recommended-item img{border-radius:6px;height:120px;margin-bottom:15px;object-fit:cover;width:100%}.recommended-item h3{color:#333;font-size:16px;font-weight:600;margin-bottom:10px}.recommended-item .price{color:#d4af37;font-size:18px;font-weight:700;margin-bottom:15px}@media (max-width:768px){.cart-page{padding:20px 0}.cart-header h1{font-size:28px}.cart-header p{font-size:16px}.cart-layout{gap:20px;grid-template-columns:1fr}.cart-summary{max-height:none}.cart-item{gap:15px;grid-template-columns:80px 1fr;padding:15px}.item-quantity,.item-total,.remove-btn{grid-column:1/-1;justify-self:center}.item-quantity,.item-total{margin-top:10px}.item-total{align-items:center}.remove-btn{margin-top:10px}.cart-summary{margin-top:20px;position:static}.recommended-grid{gap:15px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}@media (max-width:480px){.cart-item{grid-template-columns:1fr;text-align:center}.item-image{height:150px;margin:0 auto;width:100%}.recommended-grid{grid-template-columns:1fr}}.orders-container{margin:0 auto;max-width:1400px;min-height:80vh;padding:2rem}.loading{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#007bff;height:50px;margin-bottom:1rem;width:50px}.loading p{color:#666;font-size:1.1rem;margin:0}.no-user{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;padding:4rem 2rem;text-align:center}.no-user h2{color:#dc3545;font-size:1.5rem;margin-bottom:1rem}.no-user p{color:#666;font-size:1.1rem;margin-bottom:0}.orders-header{margin-bottom:2rem;text-align:center}.orders-header h1{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.orders-header p{color:#666;font-size:1.1rem;margin:0}.no-orders{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;padding:4rem 2rem;text-align:center}.no-orders-icon{font-size:4rem;margin-bottom:1.5rem}.no-orders h2{color:#333;font-size:1.5rem;margin-bottom:1rem}.no-orders p{color:#666;font-size:1.1rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:400px}.btn{border-radius:8px;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 2rem;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary:hover{box-shadow:0 4px 12px #007bff4d;transform:translateY(-2px)}.orders-table-container{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;overflow:hidden}.orders-table{border-collapse:collapse;table-layout:auto;width:100%}.orders-table th{background:#f8f9fa;border-bottom:2px solid #e9ecef;color:#333;font-size:.9rem;font-weight:600;letter-spacing:.5px;padding:1.25rem 1rem;text-align:left;text-transform:uppercase}.orders-table td{border-bottom:1px solid #e9ecef;padding:1rem;vertical-align:middle}.order-row{cursor:pointer;transition:all .3s ease}.order-row:hover{background:#f8f9fa}.order-row.expanded{background:#f8f9fa;border-bottom:none}.order-id{color:#007bff;font-size:.95rem;font-weight:600}.items-count{color:#666;font-weight:500}.order-date,.payment-method{color:#666;font-size:.9rem}.order-total{color:#333;font-size:1rem;font-weight:600}.expand-action{text-align:center}.expand-icon{align-items:center;background:#007bff;border-radius:50%;color:#fff;display:inline-flex;font-size:.8rem;font-weight:700;height:30px;justify-content:center;transition:all .3s ease;width:30px}.order-row:hover .expand-icon{background:#0056b3;transform:scale(1.1)}.delivery-badge,.status-badge{border-radius:20px;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.5px;min-width:80px;padding:.375rem .75rem;text-align:center;text-transform:uppercase;white-space:nowrap}.status-paid{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.status-pending{border:1px solid #ffeaa7}.status-cod{background:#cce7ff;border:1px solid #b3d7ff;color:#004085}.status-cancelled{border:1px solid #f5c6cb}.status-delivered{background:#d1ecf1;border:1px solid #bee5eb;color:#0c5460}.status-processing{background:#e2e3e5;border:1px solid #d6d8db;color:#383d41}.status-default{background:#f8f9fa;border:1px solid #dee2e6;color:#495057}.delivery-delivered{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.delivery-shipped{background:#cce7ff;border:1px solid #b3d7ff;color:#004085}.delivery-processing{background:#fff3cd;border:1px solid #ffeaa7;color:#856404}.delivery-pending{background:#e2e3e5;border:1px solid #d6d8db;color:#383d41}.delivery-default{background:#f8f9fa;border:1px solid #dee2e6;color:#495057}.order-details-row{animation:slideDown .3s ease-out;background:#f8f9fa}.order-details-cell{border-bottom:1px solid #e9ecef;padding:0!important}.order-products-section{background:#fff;border:1px solid #e9ecef;border-radius:8px;margin:1rem;padding:2rem}.order-products-section h3{border-bottom:2px solid #007bff;color:#333;font-size:1.25rem;margin:0 0 1.5rem;padding-bottom:.5rem}.products-table{background:#f8f9fa;border-collapse:collapse;border-radius:8px;margin-bottom:1.5rem;overflow:hidden;width:100%}.products-table th{background:#e9ecef;border-bottom:1px solid #dee2e6;color:#333;font-size:.85rem;font-weight:600;letter-spacing:.5px;padding:1rem .75rem;text-align:left;text-transform:uppercase}.products-table td{background:#fff;border-bottom:1px solid #dee2e6;padding:.75rem}.product-row:hover{background:#f8f9fa}.item-type-badge{background:#007bff;border-radius:4px;color:#fff;display:inline-block;font-size:.7rem;font-weight:600;min-width:70px;padding:.3rem .6rem;text-align:center;text-transform:uppercase}.product-name{color:#333;font-weight:500}.product-quantity{color:#666;font-weight:500;text-align:center}.product-subtotal,.product-unit-price{color:#333;font-weight:500}.rental-period{color:#666;font-weight:500;text-align:center}.not-applicable{color:#999;font-style:italic}.delivery-address-section,.transaction-section{background:#f8f9fa;border-left:4px solid #007bff;border-radius:6px;margin-top:1rem;padding:1rem}.delivery-address-section h4,.transaction-section h4{color:#333;font-size:1rem;margin:0 0 .5rem}.delivery-address-section p,.transaction-section p{color:#666;line-height:1.5;margin:0}@media (max-width:1200px){.orders-container{padding:1rem}.orders-table-container{overflow-x:auto}.orders-table{min-width:1000px}}@media (max-width:768px){.orders-header h1{font-size:2rem}.order-products-section{margin:.5rem;padding:1rem}.products-table{font-size:.8rem}.products-table td,.products-table th{padding:.5rem .25rem}}@media (max-width:480px){.orders-container{padding:.5rem}.delivery-badge,.status-badge{font-size:.7rem;min-width:70px;padding:.25rem .5rem}.orders-table td,.orders-table th{padding:.75rem .5rem}}@media print{.orders-container{padding:0}.order-row{break-inside:avoid;page-break-inside:avoid}.expand-action{display:none}.order-details-row{display:table-row}}.user-profile{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif;margin:2rem auto;max-width:800px;padding:2rem}.user-profile h2{color:#1a1a1a;font-size:1.8rem;font-weight:700;margin-bottom:2rem;position:relative;text-align:center}.user-profile h2:after{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;bottom:-8px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.message{animation:slideDown .3s ease-out;border-radius:8px;font-weight:500;margin-bottom:1.5rem;padding:12px 16px;text-align:center}.message:not(:empty){background:#d4edda;border:1px solid #c3e6cb;color:#155724}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.profile-form{display:flex;flex-direction:column;gap:1.25rem}.form-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:1fr 1fr}.profile-row{display:flex;flex-direction:column;gap:.5rem}.profile-row.address-row,.profile-row.postal-code-row{grid-column:1/-1}.address-row{margin-top:.5rem}.profile-row label{align-items:center;color:#374151;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;margin-bottom:2px}.icon{align-items:center;display:inline-flex;font-size:1.1rem;justify-content:center;width:20px}.profile-row input,.profile-row textarea{background:#fafafa;border:2px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:1rem;padding:12px 16px;transition:all .2s ease}.profile-row textarea{line-height:1.5;min-height:80px;resize:vertical}.profile-row input:focus,.profile-row textarea:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none;transform:translateY(-1px)}.profile-row input:disabled,.profile-row textarea:disabled{background:#f8f9fa;border-color:#d1d5db;color:#6b7280}.profile-row input:not(:disabled):hover,.profile-row textarea:not(:disabled):hover{border-color:#9ca3af}.profile-actions{display:flex;gap:1rem;grid-column:1/-1;justify-content:center;margin-top:1.5rem}.cancel-btn,.edit-btn,.save-btn{align-items:center;display:flex;font-size:1rem;gap:.5rem;justify-content:center;padding:12px 28px}.cancel-btn,.change-pass-btn,.edit-btn,.save-btn{border:none;border-radius:8px;cursor:pointer;font-weight:600;min-width:160px}.change-pass-btn{background:linear-gradient(90deg,#ff7a18,#af002d);box-shadow:0 6px 18px #af002d2e;color:#fff;font-size:.95rem;padding:12px 20px;transition:all .18s ease}.change-pass-btn:hover{box-shadow:0 10px 30px #af002d38;transform:translateY(-2px)}.change-pass-btn:active{transform:translateY(0)}.edit-btn{background:#0e0e0e;box-shadow:0 4px 15px #667eea4d}.edit-btn:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.save-btn{background-color:#1d8636;box-shadow:0 4px 15px #10b9814d}.save-btn:hover{box-shadow:0 6px 20px #10b98166;transform:translateY(-2px)}.cancel-btn{background:#e42525;box-shadow:0 4px 15px #6b72804d}.cancel-btn:hover{background:#4b5563;box-shadow:0 6px 20px #6b728066;transform:translateY(-2px)}.cancel-btn:active,.edit-btn:active,.save-btn:active{transform:translateY(0)}.loader{animation:spin 1s linear infinite;border:4px solid #e5e7eb;border-radius:50%;border-top-color:#667eea;height:48px;margin:2rem auto;width:48px}@media (max-width:768px){.user-profile{border-radius:12px;margin:1rem;padding:1.5rem}.form-grid{gap:1rem;grid-template-columns:1fr}.profile-row.address-row,.profile-row.postal-code-row{grid-column:1}.profile-actions{align-items:stretch;flex-direction:column;grid-column:1}.cancel-btn,.edit-btn,.save-btn{min-width:auto;width:100%}}@media (max-width:480px){.user-profile{margin:.5rem;padding:1rem}.user-profile h2{font-size:1.5rem}.profile-row input,.profile-row textarea{padding:10px 14px}.cancel-btn,.edit-btn,.save-btn{font-size:.9rem;padding:10px 20px}}.profile-row input:focus-visible,.profile-row textarea:focus-visible{outline:2px solid #667eea;outline-offset:2px}.profile-form{transition:all .3s ease}.user-profile:has(.loader){align-items:center;display:flex;justify-content:center;min-height:200px}.admin-sidebar{background:#f7f9fb;box-shadow:2px 0 12px #0000000a;display:flex;flex-direction:column;left:0;min-height:100vh;position:fixed;top:0;width:220px;z-index:100}.sidebar-logo{background:#fff;border-bottom:1px solid #e5e7eb;color:#2563eb;font-size:1.4rem;font-weight:700;letter-spacing:1px;padding:28px 0 18px;text-align:center}.sidebar-nav{flex:1 1;padding:24px 0}.sidebar-nav ul{list-style:none;margin:0;padding:0}.sidebar-link{color:#374151;text-decoration:none}.sidebar-nav li{align-items:center;border-radius:8px 0 0 8px;cursor:pointer;display:flex;font-size:1.05rem;margin-bottom:6px;padding:12px 32px;text-decoration:none;transition:background .18s,color .18s}.sidebar-nav li .icon{font-size:1.2em;margin-right:12px}.sidebar-nav li.active,.sidebar-nav li:hover{background:#2563eb;color:#fff}.modal-overlay{background:#000000b3;z-index:2000}.logout-modal{background:#fff;border-radius:12px;box-shadow:0 15px 35px #0000004d;color:#333;max-width:400px;padding:30px;text-align:center;width:90%}.modal-header h3{color:#2c3e50;font-size:1.5rem;margin:0 0 15px}.modal-body p{color:#666;font-size:1.1rem;line-height:1.5;margin:0 0 25px}.modal-actions{gap:15px;justify-content:center}.btn-cancel,.btn-confirm{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;min-width:100px;padding:12px 25px;transition:all .3s ease}.btn-cancel{background:#f8f9fa;border:2px solid #dee2e6;color:#333}.btn-cancel:hover{background:#e9ecef;border-color:#adb5bd}.btn-confirm{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff}.btn-confirm:hover{background:linear-gradient(135deg,#c0392b,#e74c3c);box-shadow:0 4px 15px #e74c3c66;transform:translateY(-2px)}@media (max-width:900px){.admin-sidebar{min-width:60px;width:60px}.sidebar-logo{font-size:1.1rem;padding:18px 0}.sidebar-nav li{justify-content:center;padding:12px 10px}.sidebar-nav li .icon{margin:0}.sidebar-nav li span:not(.icon){display:none}.app-has-sidebar main{margin-left:60px}}.admin-dashboard-layout{background:#f3f6fa;display:flex;min-height:100vh}.admin-dashboard-main{flex:1 1;margin-left:220px;min-width:0;padding:36px 32px 32px}.dashboard-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:28px}.dashboard-header h1{color:#22223b;font-size:2rem;font-weight:700;letter-spacing:1px}.dashboard-cards{display:flex;flex-wrap:wrap;gap:24px;margin-bottom:32px}.dashboard-card{align-items:center;background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000f;display:flex;flex:1 1 200px;gap:18px;min-width:200px;padding:24px 32px;transition:box-shadow .2s}.dashboard-card:hover{box-shadow:0 4px 24px #2563eb1a}.card-icon{align-items:center;border-radius:50%;display:flex;font-size:2.2rem;justify-content:center;padding:12px}.card-icon,.card-icon.users{background:#e0e7ff;color:#2563eb}.card-icon.products{background:#fef9c3;color:#f59e42}.card-icon.sales{background:#bbf7d0;color:#059669}.card-icon.alerts{background:#fee2e2;color:#dc2626}.card-info{display:flex;flex-direction:column}.card-title{color:#6b7280;font-size:1.05rem;margin-bottom:4px}.card-value{color:#22223b;font-size:1.5rem;font-weight:600}.quick-actions{display:flex;gap:16px;margin-bottom:32px}.action-btn{background:#2563eb;border:none;border-radius:8px;box-shadow:0 2px 8px #2563eb14;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:10px 22px;transition:background .18s}.action-btn:hover{background:#1d4ed8}.dashboard-charts{display:flex;flex-wrap:wrap;gap:24px}.chart-card{background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000f;flex:1 1 320px;margin-bottom:24px;min-width:320px;padding:24px 32px}.chart-title{color:#2563eb;font-size:1.1rem;font-weight:600;margin-bottom:16px}.chart-placeholder{align-items:center;background:#f3f4f6;border-radius:10px;color:#a1a1aa;display:flex;font-size:1.2rem;font-style:italic;height:160px;justify-content:center}@media (max-width:900px){.admin-dashboard-main{margin-left:60px;padding:18px 6px}.dashboard-cards,.dashboard-charts{flex-direction:column;gap:16px}.chart-card{min-width:0;padding:16px 10px}}@media (max-width:600px){.dashboard-header h1{font-size:1.2rem}.dashboard-card{padding:12px 8px}}.user-mgmt-page{margin-left:250px;margin-right:12px}.user-mgmt-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.user-mgmt-header h2{margin:0}.details-row{background-color:#f8f9fa;border-bottom:2px solid #dee2e6}.user-details{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin:10px;padding:20px}.details-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:15px}.details-header h4{color:#333;margin:0}.edit-actions{display:flex;gap:10px}.details-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.detail-item{background:#f8f9fa;border-radius:4px;display:flex;flex-direction:column;padding:8px}.detail-item.full-width{grid-column:1/-1}.detail-item label{color:#666;font-size:.85em;font-weight:700;margin-bottom:4px}.detail-item span{color:#333;font-size:.95em;padding:4px 0}.detail-input{background:#fff;border:1px solid #ddd;border-radius:4px;font-size:.9em;padding:6px 8px}.detail-input:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff1a;outline:none}.details-btn{align-items:center;background:#17a2b8;border:none;border-radius:4px;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:background-color .2s}.details-btn:hover{background:#138496}.edit-btn{align-items:center;background:#28a745;border:none;border-radius:4px;cursor:pointer;display:flex;gap:5px;padding:8px 12px;transition:background-color .2s}.edit-btn:hover{background:#218838}.save-btn{align-items:center;background:#28a745;border-radius:4px;display:flex;gap:5px;transition:background-color .2s}.save-btn:hover{background:#218838}.cancel-btn{align-items:center;background:#6c757d;border-radius:4px;color:#fff;display:flex;gap:5px;transition:background-color .2s}.cancel-btn:hover{background:#5a6268}.delete-btn{align-items:center;background:#dc3545;border:none;border-radius:4px;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:background-color .2s}.delete-btn:hover{background:#c82333}.add-btn{background:#d4af37;border:0;padding:8px 12px}.search-input{border:1px solid #e6e9ef;border-radius:8px;margin-bottom:16px;max-width:420px;padding:8px 10px}.user-table{background:#fff;border-collapse:collapse;border-radius:8px;overflow:hidden;width:100%}.user-table thead{background:#fafafa}.user-table td,.user-table th{border-bottom:1px solid #f1f3f5;padding:12px 14px;text-align:left}.user-table tbody tr:hover{background:#fcfbf7}.details-row td{background:#fafaf6;padding:14px}.inline-details{flex-direction:column}.inline-details,.inline-details .metrics-row{display:flex;gap:12px}.inline-details .orders{display:flex;flex-direction:column;gap:8px}.user-table input[type=email],.user-table input[type=text],.user-table select{border:1px solid #e6e9ef;border-radius:6px;padding:6px}.delete-btn,.details-btn,.edit-btn{align-items:center;border:0;border-radius:6px;cursor:pointer;display:inline-flex;justify-content:center;padding:6px 8px}.edit-btn{background:#0b5cff;font-size:14px;height:34px;width:34px}.details-btn{background:#6b7280;border-radius:6px;color:#fff;padding:6px 10px}.delete-btn{background:#ef4444;font-size:14px;height:34px;width:34px}.modal-bg{background:#00000059;inset:0;z-index:2000}.modal{border-radius:10px;box-shadow:0 10px 30px #02061714;max-width:900px;padding:18px;width:95%}.details-modal .details-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.close-btn{border:0}.metrics-row{display:flex;gap:12px;margin-bottom:12px}.metric{background:#f8f9fa;border-radius:8px;flex:1 1;padding:12px;text-align:center}.metric-label{color:#666;font-size:13px}.metric-value{font-size:18px;font-weight:700;margin-top:6px}.details-list h4{margin-top:0}.order-card{border:1px solid #f1f3f5;border-radius:8px;margin-bottom:10px;padding:10px}.order-row{display:flex;gap:12px;justify-content:space-between;margin-bottom:8px}.order-items{display:flex;flex-direction:column;gap:8px}.order-item{background:#fff;border:1px solid #f7f7f8;border-radius:6px;display:flex;gap:12px;justify-content:space-between;padding:8px}.oi-name{flex:1 1}.oi-price,.oi-qty{min-width:80px;text-align:right}.recent-activity ul{margin-top:6px;padding-left:18px}.empty{color:#777;padding:18px;text-align:center}.user-form{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.user-form input,.user-form select{border:1px solid #e6e9ef;border-radius:6px;padding:8px}.form-actions{grid-column:1/-1}.save-btn{background:#0b5cff;border-radius:8px}.cancel-btn,.save-btn{border:0;padding:8px 12px}.cancel-btn{background:#f3f4f6;border-radius:8px}.form-message{color:#16a34a;grid-column:1/-1}@media (max-width:768px){.details-grid{grid-template-columns:1fr}.user-details{margin:5px;padding:15px}.details-header{align-items:flex-start;flex-direction:column;gap:10px}.edit-actions{justify-content:flex-start;width:100%}}.product-mgmt-page{background:#fff;border-radius:14px;box-shadow:0 2px 16px #00000012;margin:32px 12px 32px 250px;max-width:1000px;padding:32px 24px 24px}.product-mgmt-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:18px}.product-table{border-collapse:collapse;margin-bottom:18px;width:100%}.product-table td,.product-table th{border-bottom:1px solid #e5e7eb;padding:10px 8px;text-align:left}.product-table th{background:#f3f6fa;color:#2563eb;font-weight:600}.product-img{border:1px solid #e5e7eb;border-radius:8px;height:48px;object-fit:cover;width:48px}.modal-bg{padding:20px}.modal{max-height:90vh;max-width:90vw;min-width:400px;overflow-y:auto}.product-form{display:flex;flex-direction:column;gap:10px;max-width:100%}.product-form input,.product-form textarea{border:1px solid #cbd5e1;border-radius:6px;box-sizing:border-box;font-size:1rem;padding:8px 10px;width:100%}.image-upload-section{margin:10px 0;width:100%}.image-preview{margin-top:10px;text-align:center;width:100%}.preview-img{background-color:#f8f9fa;border:1px solid #ddd;border-radius:4px;display:block;height:180px;margin:0 auto;max-width:250px;object-fit:cover;padding:5px;width:100%}.image-size{color:#666;font-size:12px;margin-top:5px;text-align:center}.form-message{border-radius:4px;margin:10px 0;padding:10px}.form-message:not(.error){background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.form-message.error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}@media (max-width:700px){.product-mgmt-page{margin-left:12px;margin-right:12px;padding:10px 2px}.modal{max-height:95vh;max-width:95vw;min-width:0;padding:20px 15px}.preview-img{height:150px;max-width:200px}.modal-bg{padding:10px}}@media (max-width:480px){.modal{padding:15px 10px}.preview-img{height:135px;max-width:180px}.product-form{gap:8px}.form-actions{flex-direction:column;gap:8px}.cancel-btn,.save-btn{width:100%}}.tool-mgmt-page{background:#fff;border-radius:14px;box-shadow:0 2px 16px #00000012;margin:32px 12px 32px 250px;max-width:1000px;padding:32px 24px 24px}.tool-mgmt-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:18px}.add-btn{background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:8px 18px;transition:background .18s}.add-btn:hover{background:#1d4ed8}.search-input{border:1px solid #cbd5e1;border-radius:6px;font-size:1rem;padding:8px 12px}.search-input,.tool-table{margin-bottom:18px;width:100%}.tool-table{border-collapse:collapse}.tool-table td,.tool-table th{border-bottom:1px solid #e5e7eb;padding:10px 8px;text-align:left}.tool-table th{background:#f3f6fa;color:#2563eb;font-weight:600}.tool-img{border:1px solid #e5e7eb;border-radius:8px;height:48px;object-fit:cover;width:48px}.delete-btn,.edit-btn{border:none;border-radius:6px;cursor:pointer;font-size:.95rem;margin-right:6px;padding:5px 12px;transition:background .18s}.edit-btn{background:#38a169;color:#fff}.edit-btn:hover{background:#2f855a}.delete-btn{background:#e53e3e;color:#fff}.delete-btn:hover{background:#c53030}.modal-bg{align-items:center;background:#0000002e;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal{background:#fff;border-radius:12px;box-shadow:0 2px 16px #2563eb1a;max-width:98vw;min-width:320px;padding:28px 24px 18px}.tool-form{display:flex;flex-direction:column;gap:10px}.tool-form input,.tool-form select,.tool-form textarea{border:1px solid #cbd5e1;border-radius:6px;font-size:1rem;padding:8px 10px}.status-badge{font-size:.85rem;font-weight:600}.status-badge.available{background:#d4edda;color:#155724}.status-badge.unavailable{background:#f8d7da;color:#721c24}.checkbox-group{padding:8px 0}.checkbox-group,.checkbox-group label{align-items:center;display:flex;gap:8px}.checkbox-group label{cursor:pointer;font-size:1rem}.checkbox-group input[type=checkbox]{cursor:pointer;height:18px;width:18px}.form-actions{gap:12px;margin-top:8px}.save-btn{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:7px 18px;transition:background .18s}.save-btn:hover{background:#1d4ed8}.cancel-btn{background:#e5e3e3;border:none;border-radius:6px;color:#22223b;cursor:pointer;font-size:1rem;font-weight:500;padding:7px 18px}.form-message{color:#e53e3e;margin-top:8px;text-align:center}@media (max-width:700px){.tool-mgmt-page{padding:10px 2px}.modal{min-width:0;padding:12px 4px 8px}}.rental-management{margin-left:250px;margin-right:12px}.rental-header{align-items:center;border-bottom:2px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:20px}.rental-header h1{color:#333;margin:0}.add-rental-btn{background:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;padding:12px 24px;transition:background-color .3s}.add-rental-btn:hover{background:#0056b3}.rental-filters{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:20px}.rental-table{background:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 2px 10px #0000001a;overflow:hidden;width:100%}.rental-table th{background:#f8f9fa;border-bottom:2px solid #dee2e6;color:#495057;font-weight:600;padding:15px 12px;text-align:left}.rental-table td{border-bottom:1px solid #dee2e6;padding:12px;vertical-align:middle}.rental-table tr:hover{background:#f8f9fa}.rental-table tr:last-child td{border-bottom:none}.status-active{background:#d4edda;color:#155724}.status-completed{background:#cce5ff;color:#004085}.status-upcoming{background:#fff3cd;color:#856404}.btn-edit{background:#28a745;color:#fff}.btn-edit:hover{background:#218838}.modal{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{max-width:500px;padding:30px;width:90%}.modal-header{margin-bottom:20px;padding-bottom:15px}.close-btn{background:none;color:#999}.close-btn:hover{color:#333}.form-group label{color:#555;margin-bottom:5px}.form-group input,.form-group select{border:1px solid #ddd;border-radius:4px;font-size:14px;padding:10px;width:100%}.form-group input:focus,.form-group select:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.form-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:30px}.btn-cancel{background:#6c757d;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:10px 20px}.btn-cancel:hover{background:#5a6268}.btn-save{background:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:10px 20px}.btn-save:hover{background:#0056b3}.loading{color:#666;padding:40px;text-align:center}.error{background:#f8d7da;color:#721c24}.error,.success{border-radius:4px;margin-bottom:20px;padding:10px}.success{background:#d4edda;color:#155724}.no-data{color:#666;font-style:italic;padding:40px;text-align:center}.rental-details{background:#f8f9fa;border-radius:6px;margin-top:10px;padding:15px}.rental-details h4{color:#333;margin:0 0 10px}.rental-details p{color:#666;margin:5px 0}@media (max-width:768px){.rental-filters{flex-direction:column}.rental-table{font-size:14px}.rental-table td,.rental-table th{padding:8px 6px}.action-buttons{flex-direction:column}.modal-content{padding:20px;width:95%}}.order-mgmt-page{margin-left:250px;margin-right:12px}.order-header{align-items:center;border-bottom:2px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:20px}.order-header h1{color:#333;font-size:28px;margin:0}.order-filters{align-items:flex-end;display:flex;flex-wrap:wrap;gap:15px;margin-bottom:20px}.filter-group{display:flex;flex-direction:column;gap:5px}.filter-group label{color:#555;font-size:14px;font-weight:500}.filter-group input,.filter-group select{border:1px solid #ddd;border-radius:4px;font-size:14px;min-width:180px;padding:8px 12px}.filter-group input:focus,.filter-group select:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.clear-filters-btn{background:#6c757d;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;height:38px;padding:8px 16px;transition:background-color .3s}.clear-filters-btn:hover{background:#5a6268}.sort-btn{align-items:center;background:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:14px;gap:8px;height:38px;padding:8px 16px;transition:background-color .3s}.sort-btn:hover{background:#0056b3}.loading-container{color:#999;font-size:16px;padding:60px 20px;text-align:center}.table-wrapper{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;overflow:hidden}.order-table{border-collapse:collapse;width:100%}.order-table th{background:#f8f9fa;border-bottom:2px solid #dee2e6;color:#495057;font-size:14px;font-weight:600;padding:15px 12px;text-align:left}.order-table td{border-bottom:1px solid #dee2e6;color:#495057;font-size:14px;padding:12px;vertical-align:middle}.order-table tr:hover{background:#f8f9fa}.order-table tr:last-child td{border-bottom:none}.status-badge{border-radius:12px;display:inline-block;font-size:12px;font-weight:500;padding:4px 8px;text-transform:uppercase}.status-pending{background:#fff3cd;color:#856404}.status-processing{background:#d1ecf1;color:#0c5460}.status-shipped{background:#cce5ff;color:#004085}.status-delivered{background:#d4edda;color:#155724}.status-cancelled{background:#f8d7da;color:#721c24}.status-paid{background:#cce5ff;color:#004085}.status-failed{background:#f8d7da;color:#721c24}.status-cod{background:#fff3cd;color:#856404}.order-type-badge{border-radius:4px;display:inline-block;font-size:12px;font-weight:600;padding:4px 8px}.order-type-product{background:#e3f2fd;color:#1976d2}.order-type-rental{background:#f3e5f5;color:#7b1fa2}.order-type-mixed{background:#fff9c4;color:#f57f17}.action-buttons{display:flex;gap:8px}.btn-view{background:#17a2b8;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:6px 12px;transition:background-color .3s}.btn-view:hover{background:#138496}.btn-edit{background:#ffc107;border:none;border-radius:4px;color:#212529;cursor:pointer;font-size:12px;padding:6px 12px;transition:background-color .3s}.btn-edit:hover{background:#e0a800}.btn-pay{background:#28a745;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:6px 12px;transition:background-color .3s}.btn-pay:hover{background:#218838}.btn-delete{background:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:6px 12px;transition:background-color .3s}.btn-delete:hover{background:#c82333}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:8px;box-shadow:0 10px 40px #0003;max-height:90vh;max-width:800px;overflow-y:auto;width:100%}.modal-small{max-width:500px}.modal-header{align-items:center;background:#f8f9fa;border-bottom:1px solid #dee2e6;display:flex;justify-content:space-between;padding:20px 24px}.modal-header h2{color:#333;font-size:20px;font-weight:600;margin:0}.close-btn{align-items:center;background:#0000;border:none;color:#666;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;transition:color .3s ease;width:32px}.close-btn:hover{color:#dc3545}.modal-body{padding:24px}.order-details-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:24px}.detail-section{margin-bottom:20px}.detail-section h3{border-bottom:2px solid #dee2e6;color:#333;font-size:16px;font-weight:600;margin:0 0 12px;padding-bottom:8px}.detail-section p{color:#495057;font-size:14px;margin:8px 0}.detail-section strong{color:#212529;font-weight:600;margin-right:8px}.items-table{border-collapse:collapse;margin-top:12px;width:100%}.items-table td,.items-table th{border-bottom:1px solid #dee2e6;font-size:14px;padding:10px 12px;text-align:left}.items-table th{color:#495057;font-weight:600}.items-table tbody tr:hover,.items-table th{background:#f8f9fa}.items-table tfoot td{border-bottom:none;border-top:2px solid #495057;font-size:15px;font-weight:600;padding-top:12px}.form-group{margin-bottom:20px}.form-group label{color:#495057;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.form-control{border:1px solid #ced4da;border-radius:4px;color:#495057;font-family:inherit;font-size:14px;padding:8px 12px;transition:border-color .15s ease-in-out;width:100%}.form-control:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff1a;outline:none}textarea.form-control{min-height:100px;resize:vertical}.modal-actions{border-top:1px solid #dee2e6;display:flex;gap:10px;justify-content:flex-end;margin-top:20px;padding-top:16px}.btn{border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;padding:8px 20px;transition:all .2s ease-in-out}.btn-primary{background:#007bff;color:#fff}.btn-primary:hover{background:#0056b3;transform:translateY(-1px)}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover{background:#545b62;transform:translateY(-1px)}.loading-spinner{align-items:center;color:#666;display:flex;font-size:18px;gap:12px;justify-content:center;padding:60px 20px}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.filter-bar{align-items:flex-start;flex-direction:column;gap:16px}.stats-summary{flex-direction:column;gap:8px}.order-details-grid{grid-template-columns:1fr}.modal-content{border-radius:0;margin:0;max-width:100%}.action-buttons{flex-direction:column}}.contact-page{padding:40px 0}.page-header{margin-bottom:40px;text-align:center}.page-header h1{color:#333;font-size:36px;font-weight:700;margin-bottom:10px}.page-header p{color:#666;font-size:18px;margin:0 auto;max-width:600px}.contact-content{grid-gap:60px;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin-bottom:60px}.contact-info-section{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:40px}.contact-info-header{margin-bottom:40px;text-align:center}.contact-icon{color:#d4af37;font-size:48px;margin-bottom:20px}.contact-info-header h2{color:#333;font-size:28px;font-weight:700;margin-bottom:15px}.contact-info-header p{color:#666;line-height:1.6}.contact-info-grid{grid-gap:30px;display:grid;gap:30px;margin-bottom:40px}.contact-info-item{align-items:flex-start;background:#f8f9fa;border-radius:8px;display:flex;gap:20px;padding:20px;transition:transform .3s ease}.contact-info-item:hover{transform:translateY(-2px)}.info-icon{color:#d4af37;font-size:24px;min-width:24px}.info-content h3{color:#333;font-size:18px;font-weight:600;margin-bottom:8px}.info-content p{color:#666;line-height:1.5;white-space:pre-line}.social-links-section{text-align:center}.social-links-section h3{color:#333;font-size:20px;font-weight:600;margin-bottom:20px}.social-links{display:flex;gap:20px;justify-content:center}.social-link{align-items:center;background:#f8f9fa;border-radius:8px;color:#333;display:flex;flex-direction:column;gap:8px;min-width:80px;padding:15px;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#d4af37;color:#fff;transform:translateY(-2px)}.social-link svg{font-size:24px}.social-link span{font-size:12px;font-weight:600}.contact-form-section{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:40px}.contact-form-section h2{color:#333;font-size:28px;font-weight:700;margin-bottom:15px}.contact-form-section p{color:#666;margin-bottom:30px}.contact-form{display:flex;flex-direction:column;gap:20px}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{color:#333;font-size:14px;font-weight:600}.form-input{border:2px solid #e9ecef;border-radius:6px;font-size:16px;padding:12px;transition:border-color .3s ease}.form-input:focus{border-color:#d4af37;outline:none}.form-textarea{min-height:120px;resize:vertical}.map-section{background:#f8f9fa;border-radius:12px;margin-bottom:60px;padding:60px 0}.map-section h2{color:#333;font-size:32px;font-weight:700;margin-bottom:15px;text-align:center}.map-section>p{color:#666;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.map-container,.map-section>p{margin-bottom:40px}.map-placeholder{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:60px 20px;text-align:center}.map-icon{color:#d4af37;font-size:48px;margin-bottom:20px}.map-placeholder p{color:#666;margin-bottom:10px}.store-info{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));padding:0 40px}.store-detail{padding:20px;text-align:center}.store-detail h3{color:#333;font-size:18px;font-weight:600;margin-bottom:10px}.store-detail p{color:#666;line-height:1.5}.faq-section{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:60px 0}.faq-section h2{color:#333;font-size:32px;font-weight:700;margin-bottom:40px;text-align:center}.faq-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));padding:0 40px}.faq-item{background:#f8f9fa;border-radius:8px;padding:20px;transition:transform .3s ease}.faq-item:hover{transform:translateY(-2px)}.faq-item h3{color:#333;font-size:18px;font-weight:600;margin-bottom:10px}.faq-item p{color:#666;line-height:1.5}@media (max-width:768px){.contact-page{padding:20px 0}.page-header h1{font-size:28px}.page-header p{font-size:16px}.contact-content{gap:40px;grid-template-columns:1fr}.contact-form-section,.contact-info-section{padding:30px}.form-row{gap:15px;grid-template-columns:1fr}.social-links{flex-wrap:wrap}.map-section{padding:40px 0}.map-section h2{font-size:24px}.store-info{grid-template-columns:1fr;padding:0 20px}.faq-section{padding:40px 0}.faq-section h2{font-size:24px}.faq-grid{grid-template-columns:1fr;padding:0 20px}}@media (max-width:480px){.contact-info-item{flex-direction:column;gap:15px;text-align:center}.social-links{gap:15px}.social-link{min-width:70px;padding:12px}}
/*# sourceMappingURL=main.0c2816ad.css.map*/