:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{margin:0;padding:0;width:100%;min-height:100vh;background-color:#fff;color:#213547}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000;padding:1rem 0}.header-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.logo{transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.logo h1{font-size:1.8rem;font-weight:700;color:#fff;margin:0;white-space:nowrap;cursor:pointer;letter-spacing:.5px;text-shadow:2px 2px 4px rgba(0,0,0,.2);transition:opacity .3s}.logo h1:hover{opacity:.9}.search-bar{flex:1;max-width:600px;display:flex;align-items:center;background:#fff;border-radius:50px;overflow:hidden;box-shadow:0 4px 6px #0000001a}.search-input{flex:1;border:none;padding:.875rem 1.5rem;font-size:1rem;outline:none;background:transparent}.search-input::placeholder{color:#999}.search-button{background:#667eea;border:none;padding:.875rem 1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:background .3s ease}.search-button:hover{background:#5568d3}.header-actions{display:flex;align-items:center;gap:1rem;white-space:nowrap}.auth-button{background:#fff3;color:#fff;border:2px solid white;padding:.625rem 1.5rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auth-button:hover{background:#fff;color:#667eea}.auth-button.register{background:#fff;color:#667eea;border-color:#fff}.auth-button.register:hover{background:#ffffffe6;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.auth-button.logout{background:#ef4444;color:#fff;border-color:#ef4444}.auth-button.logout:hover{background:#dc2626;border-color:#dc2626}.user-info{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#ffffff1a;border-radius:25px;color:#fff;font-weight:500;font-size:.95rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.user-info:hover{background:#fff3;transform:translateY(-2px)}.user-info svg{flex-shrink:0}.icon-button{background:#fff3;color:#fff;border:none;padding:.625rem 1.25rem;border-radius:25px;font-size:.95rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.icon-button:hover{background:#ffffff4d;transform:translateY(-2px)}.icon-button.admin-btn{background:linear-gradient(135deg,#f59e0b,#d97706);border-color:transparent}.icon-button.admin-btn:hover{background:linear-gradient(135deg,#d97706,#b45309);transform:translateY(-2px);box-shadow:0 4px 12px #f59e0b66}.icon-button svg{width:20px;height:20px}.cart-badge{background:#ff4757;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;position:absolute;top:-5px;right:-5px}@media(max-width:1024px){.header-container{gap:1rem}.search-bar{max-width:400px}}@media(max-width:768px){.header-container{flex-wrap:wrap;gap:1rem}.logo h1{font-size:1.5rem}.search-bar{order:3;flex-basis:100%;max-width:100%}.icon-button span:not(.cart-badge){display:none}.auth-button{padding:.5rem 1rem;font-size:.9rem}}.footer{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;margin-top:auto;padding:3rem 0 0}.footer-container{max-width:1400px;margin:0 auto;padding:0 2rem 2rem;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem}.footer-brand h2{font-size:2rem;font-weight:700;margin:0 0 1rem;color:#fff;letter-spacing:.5px}.footer-brand p{font-size:1rem;color:#fffc;margin:0;line-height:1.6}.footer-social h3{font-size:1.2rem;font-weight:600;margin:0 0 1rem;color:#fff}.social-links{display:flex;gap:1rem;flex-wrap:wrap}.social-link{width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;text-decoration:none;background:#ffffff1a;color:#fff}.social-link:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000004d}.social-link.facebook:hover{background:#1877f2}.social-link.twitter:hover{background:#1da1f2}.social-link.instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.social-link.linkedin:hover{background:#0077b5}.social-link.youtube:hover{background:red}.social-link svg{width:22px;height:22px}.footer-links h3{font-size:1.2rem;font-weight:600;margin:0 0 1rem;color:#fff}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#fffc;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-block}.footer-links a:hover{color:#fff;transform:translate(5px)}.footer-bottom{background:#0003;padding:1.5rem 2rem;text-align:center;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom p{margin:0;font-size:.9rem;color:#ffffffb3}@media(max-width:1024px){.footer-container{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1 / -1}}@media(max-width:768px){.footer-container{grid-template-columns:1fr;gap:2rem;padding:0 1.5rem 2rem}.footer-brand{grid-column:1;text-align:center}.footer-social{text-align:center}.social-links{justify-content:center}.footer-links{text-align:center}.footer-links a:hover{transform:none}}.banner-container{width:100%;height:700px;overflow:hidden;background:#000;display:flex;align-items:center;justify-content:center}.banner-image{width:100%;height:100%;max-width:1920px;object-fit:cover;display:block}@media(max-width:1024px){.banner-container{height:500px}}@media(max-width:768px){.banner-container{height:400px}}@media(max-width:480px){.banner-container{height:300px}}.product-grid-container{width:100%;max-width:1400px;margin:0 auto;padding:3rem 2rem}.category-filter{margin-bottom:30px;padding:20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.category-filter h3{margin:0 0 15px;color:#333;font-size:1.2rem}.category-buttons{display:flex;flex-wrap:wrap;gap:10px}.category-buttons button{padding:10px 20px;border:2px solid #e0e0e0;background:#fff;border-radius:25px;cursor:pointer;font-size:.95rem;transition:all .3s}.category-buttons button:hover{border-color:#667eea;color:#667eea}.category-buttons button.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent}.search-results-info{margin-bottom:20px;padding:15px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:8px;text-align:center}.search-results-info p{margin:0;font-size:1.1rem;font-weight:500}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.product-card-link{text-decoration:none;color:inherit;display:block}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;cursor:pointer}.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #667eea33}.product-image{width:100%;height:300px;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.no-image{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#ccc}.product-info{padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.product-name{font-size:1.125rem;font-weight:600;color:#333;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.product-grid-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem}.product-grid-loading p{color:#666;font-size:1.125rem}.product-grid-error{display:flex;align-items:center;justify-content:center;padding:4rem 2rem;color:#ef4444;font-size:1.125rem}.product-grid-empty{display:flex;align-items:center;justify-content:center;padding:4rem 2rem;color:#666;font-size:1.125rem}@media(max-width:1200px){.product-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.product-grid-container{padding:2rem 1.5rem}}@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.product-image{height:250px}}@media(max-width:600px){.product-grid{grid-template-columns:1fr;gap:1.25rem}.product-grid-container{padding:1.5rem 1rem}.product-image{height:280px}.product-name{font-size:1rem}.product-price{font-size:1.25rem}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;min-height:100vh;margin:0;padding:0}#root{display:flex;flex-direction:column}.app{width:100%;min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;width:100%;background:linear-gradient(to bottom,#f8f9fa,#e9ecef)}.content-section{max-width:1400px;margin:0 auto;padding:4rem 2rem;text-align:center}.content-section h2{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.content-section p{font-size:1.25rem;color:#6c757d}@media(max-width:768px){.welcome-section h1{font-size:2rem}.welcome-section p{font-size:1rem}.main-content{padding:2rem 1rem}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.login-box{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;padding:3rem;width:100%;max-width:450px}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.login-header h2{font-size:1.5rem;color:#6c757d;font-weight:600}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{font-weight:600;color:#2c3e50;font-size:.95rem}.form-group input{padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;transition:all .3s ease;outline:none}.form-group input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.error-message{background:#ffe0e0;color:#d32f2f;padding:.875rem 1rem;border-radius:10px;font-size:.9rem;border-left:4px solid #d32f2f}.login-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem;border-radius:10px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:1rem}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #667eea66}.login-button:disabled{opacity:.6;cursor:not-allowed}.register-link{text-align:center;color:#666;font-size:.95rem;margin-top:1rem}.register-link a{color:#667eea;text-decoration:none;font-weight:600;transition:color .3s ease}.register-link a:hover{color:#764ba2;text-decoration:underline}@media(max-width:768px){.login-box{padding:2rem}.login-header h1{font-size:1.75rem}.login-header h2{font-size:1.25rem}}.register-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;align-items:center;padding:2rem}.register-box{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;padding:2.5rem;width:100%;max-width:500px;animation:slideUp .4s ease-out}.register-header{text-align:center;margin-bottom:2rem}.register-header h1{font-size:2rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 .5rem}.register-header h2{font-size:1.5rem;color:#333;margin:0;font-weight:600}.register-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group input.input-error{border-color:#ef4444}.field-error{color:#ef4444;font-size:.875rem;margin-top:.375rem;display:block}.password-strength{margin-top:.75rem}.strength-bar{height:6px;background:#e0e0e0;border-radius:3px;overflow:hidden;margin-bottom:.5rem}.strength-bar .strength-fill{height:100%;transition:all .3s ease}.strength-bar.weak .strength-fill{width:40%;background:#ef4444}.strength-bar.strong .strength-fill{width:100%;background:#10b981}.strength-requirements{list-style:none;padding:0;margin:0;color:#666;font-size:.875rem}.strength-requirements li{padding:.25rem 0}.strength-valid{color:#10b981;font-size:.875rem;font-weight:600}.error-message{padding:1rem;background:#fee2e2;color:#dc2626;border:1px solid #fecaca;border-radius:8px;font-weight:500;animation:slideDown .3s ease-out}.register-button{padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.register-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #667eea66}.register-button:disabled{opacity:.6;cursor:not-allowed}.login-link{text-align:center;color:#666;font-size:.95rem;margin-top:.5rem}.login-link a{color:#667eea;text-decoration:none;font-weight:600;transition:color .3s ease}.login-link a:hover{color:#764ba2;text-decoration:underline}@media(max-width:600px){.register-container{padding:1rem}.register-box{padding:1.5rem}.register-header h1{font-size:1.5rem}.register-header h2{font-size:1.25rem}.form-row{grid-template-columns:1fr}}.profile-container{min-height:calc(100vh - 280px);background:linear-gradient(135deg,#667eea,#764ba2);padding:3rem 2rem}.profile-content{max-width:800px;margin:0 auto}.profile-header{text-align:center;margin-bottom:3rem}.profile-avatar{width:120px;height:120px;background:#fff;border-radius:50%;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #0003}.profile-avatar svg{color:#667eea}.profile-header h1{color:#fff;font-size:2.5rem;margin:0 0 .5rem}.profile-role{color:#ffffffe6;font-size:1.125rem;font-weight:500;margin:0;text-transform:uppercase;letter-spacing:1px}.profile-section{background:#fff;border-radius:12px;padding:2rem;margin-bottom:1.5rem;box-shadow:0 4px 12px #0000001a}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.section-header h2{margin:0;color:#333;font-size:1.5rem}.btn-edit-profile,.btn-change-password{padding:.625rem 1.25rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-edit-profile:hover,.btn-change-password:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.profile-info{display:flex;flex-direction:column;gap:1.25rem}.info-row{display:grid;grid-template-columns:150px 1fr;gap:1rem;padding:1rem 0;border-bottom:1px solid #f0f0f0}.info-row:last-child{border-bottom:none}.info-row label{font-weight:600;color:#666;font-size:.95rem}.info-row p{margin:0;color:#333;font-size:1rem}.profile-form,.password-form{display:flex;flex-direction:column;gap:1.25rem}.form-group input{padding:.875rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease}.form-group input.input-disabled{background:#f5f5f5;color:#999;cursor:not-allowed}.help-text{font-size:.875rem;color:#666;margin-top:.375rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem;padding-top:1rem;border-top:2px solid #f0f0f0}.btn-cancel,.btn-save{padding:.875rem 1.75rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-save:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.btn-save:disabled{opacity:.6;cursor:not-allowed}.message{padding:1rem;border-radius:8px;font-weight:500;margin-bottom:1.5rem;animation:slideDown .3s ease-out}.profile-loading{min-height:calc(100vh - 280px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:linear-gradient(135deg,#667eea,#764ba2)}.profile-loading p{color:#fff;font-size:1.125rem}@media(max-width:768px){.profile-container{padding:2rem 1rem}.profile-header h1{font-size:2rem}.profile-avatar{width:100px;height:100px}.profile-avatar svg{width:48px;height:48px}.profile-section{padding:1.5rem}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.info-row{grid-template-columns:1fr;gap:.5rem}.form-actions{flex-direction:column}.btn-cancel,.btn-save{width:100%}}.product-detail-container{min-height:calc(100vh - 280px);background:#f9fafb;padding:2rem}.breadcrumb-back{background:#fff;border:1px solid #e0e0e0;padding:.75rem 1.5rem;border-radius:8px;color:#667eea;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:2rem;display:inline-flex;align-items:center;gap:.5rem}.breadcrumb-back:hover{background:#667eea;color:#fff;transform:translate(-4px)}.product-detail-content{max-width:1200px;margin:0 auto;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000001a;display:grid;grid-template-columns:1fr 1fr;gap:0}.product-image-section{background:#f5f5f5;padding:3rem;display:flex;align-items:center;justify-content:center;position:relative}.product-main-image{width:100%;max-width:500px;aspect-ratio:1;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0000001a;display:flex;align-items:center;justify-content:center}.product-main-image img{width:100%;height:100%;object-fit:cover}.no-image-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#ccc}.featured-badge{position:absolute;top:2rem;right:2rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;font-size:.95rem;box-shadow:0 4px 12px #10b9814d}.product-info-section{padding:3rem;display:flex;flex-direction:column;gap:2rem}.product-category{color:#667eea;font-weight:600;font-size:.95rem;text-transform:uppercase;letter-spacing:1px}.product-title{font-size:2.5rem;color:#333;margin:0;line-height:1.2}.product-price-section{display:flex;align-items:center;gap:1.5rem;padding:1.5rem 0;border-top:2px solid #f0f0f0;border-bottom:2px solid #f0f0f0}.product-price{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stock-badge{padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.875rem}.stock-badge.in-stock{background:#d1fae5;color:#059669}.stock-badge.out-of-stock{background:#fee2e2;color:#dc2626}.product-description h3{font-size:1.25rem;color:#333;margin:0 0 1rem}.product-description p{color:#666;line-height:1.8;font-size:1rem;margin:0}.quantity-section{display:flex;align-items:center;gap:1rem}.quantity-section label{font-weight:600;color:#333;font-size:1rem}.quantity-controls{display:flex;align-items:center;gap:0;border:2px solid #e0e0e0;border-radius:8px;overflow:hidden}.qty-btn{width:40px;height:40px;border:none;background:#fff;color:#667eea;font-size:1.5rem;font-weight:600;cursor:pointer;transition:all .2s ease}.qty-btn:hover:not(:disabled){background:#667eea;color:#fff}.qty-btn:disabled{opacity:.3;cursor:not-allowed}.quantity-display{min-width:50px;text-align:center;font-weight:600;font-size:1.125rem;color:#333;border-left:2px solid #e0e0e0;border-right:2px solid #e0e0e0;padding:.5rem}.product-actions{display:flex;gap:1rem}.btn-add-to-cart{flex:1;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem}.btn-add-to-cart:hover{transform:translateY(-2px);box-shadow:0 12px 24px #667eea66}.btn-wishlist{padding:1rem;background:#fff;color:#ef4444;border:2px solid #ef4444;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;white-space:nowrap}.btn-wishlist:hover{background:#ef4444;color:#fff;transform:translateY(-2px)}.product-details{background:#f9fafb;padding:1.5rem;border-radius:12px}.product-details h3{font-size:1.125rem;color:#333;margin:0 0 1rem}.detail-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e0e0e0}.detail-row:last-child{border-bottom:none}.detail-label{color:#666;font-weight:500}.detail-value{color:#333;font-weight:600}.product-detail-loading,.product-detail-error{min-height:calc(100vh - 280px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.product-detail-loading p{color:#666;font-size:1.125rem}.product-detail-error h2{color:#333;font-size:2rem;margin:0 0 1rem}.product-detail-error p{color:#666;font-size:1.125rem;margin:0 0 2rem}.btn-back{padding:.875rem 2rem;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-back:hover{background:#5568d3;transform:translateY(-2px)}@media(max-width:968px){.product-detail-content{grid-template-columns:1fr}.product-image-section,.product-info-section{padding:2rem}.product-title{font-size:2rem}.featured-badge{position:static;display:inline-block;margin-bottom:1rem}}@media(max-width:600px){.product-detail-container{padding:1rem}.product-info-section{padding:1.5rem;gap:1.5rem}.product-title{font-size:1.75rem}.product-price{font-size:2rem}.product-actions{flex-direction:column}.btn-wishlist{justify-content:center}.product-price-section{flex-direction:column;align-items:flex-start;gap:1rem}}.cart-container{min-height:calc(100vh - 280px);background:#f9fafb;padding:2rem}.cart-header{max-width:1400px;margin:0 auto 2rem;display:flex;justify-content:space-between;align-items:center}.cart-header h1{font-size:2.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.btn-clear-cart{padding:.75rem 1.5rem;background:#fff;color:#ef4444;border:2px solid #ef4444;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-clear-cart:hover{background:#ef4444;color:#fff}.cart-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 400px;gap:2rem}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{background:#fff;border-radius:12px;padding:1.5rem;display:grid;grid-template-columns:120px 1fr auto auto auto;gap:1.5rem;align-items:center;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.cart-item:hover{box-shadow:0 4px 16px #667eea33}.item-image{width:120px;height:120px;border-radius:8px;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.item-image img{width:100%;height:100%;object-fit:cover}.no-image-small{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#ccc}.item-details{display:flex;flex-direction:column;gap:.5rem}.item-name{font-size:1.25rem;font-weight:600;color:#333;margin:0;cursor:pointer;transition:color .2s ease}.item-name:hover{color:#667eea}.item-category{color:#667eea;font-size:.875rem;font-weight:500;text-transform:uppercase;margin:0}.item-price{font-size:1.125rem;font-weight:700;color:#764ba2;margin:0}.item-quantity{display:flex;align-items:center;gap:0;border:2px solid #e0e0e0;border-radius:8px;overflow:hidden}.qty-btn{width:36px;height:36px;border:none;background:#fff;color:#667eea;font-size:1.25rem;font-weight:600;cursor:pointer;transition:all .2s ease}.qty-btn:hover{background:#667eea;color:#fff}.qty-input{width:50px;height:36px;border:none;border-left:2px solid #e0e0e0;border-right:2px solid #e0e0e0;text-align:center;font-weight:600;font-size:1rem;color:#333}.qty-input::-webkit-inner-spin-button,.qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.item-subtotal{text-align:right}.subtotal-label{font-size:.875rem;color:#666;margin:0 0 .25rem}.subtotal-amount{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.btn-remove{padding:.75rem;background:#fff;color:#ef4444;border:2px solid #ef4444;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.btn-remove:hover{background:#ef4444;color:#fff}.cart-summary{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #0000001a;position:sticky;top:2rem;height:fit-content}.cart-summary h2{font-size:1.5rem;color:#333;margin:0 0 1.5rem}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;color:#666;font-size:1rem}.free-shipping{color:#10b981!important;font-weight:700!important}.summary-divider{height:2px;background:#e0e0e0;margin:1rem 0}.summary-total{font-size:1.25rem;font-weight:700;color:#333;padding:1rem 0}.summary-total span:last-child{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.75rem}.btn-checkout{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin:1.5rem 0 1rem}.btn-checkout:hover{transform:translateY(-2px);box-shadow:0 8px 16px #667eea66}.btn-continue{width:100%;padding:1rem;background:#fff;color:#667eea;border:2px solid #667eea;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-continue:hover{background:#667eea;color:#fff}.secure-checkout{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#10b981;font-size:.875rem;font-weight:600;margin-top:1rem}.cart-empty{min-height:calc(100vh - 280px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:3rem}.empty-cart-icon{color:#ccc}.cart-empty h2{font-size:2rem;color:#333;margin:0}.cart-empty p{color:#666;font-size:1.125rem;margin:0}.btn-continue-shopping{padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.btn-continue-shopping:hover{transform:translateY(-2px);box-shadow:0 8px 16px #667eea66}@media(max-width:1200px){.cart-content{grid-template-columns:1fr 350px}}@media(max-width:968px){.cart-content{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{grid-template-columns:100px 1fr;gap:1rem;position:relative}.item-image{width:100px;height:100px}.item-quantity{grid-column:1 / -1;justify-self:start}.item-subtotal{grid-column:1 / -1;text-align:left}.btn-remove{position:absolute;top:1rem;right:1rem}}@media(max-width:600px){.cart-container{padding:1rem}.cart-header{flex-direction:column;align-items:flex-start;gap:1rem}.cart-header h1{font-size:2rem}}.checkout-container{min-height:calc(100vh - 280px);background:#f9fafb;padding:2rem}.checkout-header{max-width:1400px;margin:0 auto 2rem;display:flex;justify-content:space-between;align-items:center}.checkout-header h1{font-size:2.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.error-message{max-width:1400px;margin:0 auto 1.5rem;padding:1rem 1.5rem;background:#fee2e2;color:#dc2626;border:2px solid #dc2626;border-radius:8px;font-weight:600}.checkout-form{max-width:1400px;margin:0 auto}.checkout-content{display:grid;grid-template-columns:1fr 400px;gap:2rem}.checkout-left{display:flex;flex-direction:column;gap:2rem}.form-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0000001a}.form-section h2{font-size:1.5rem;color:#333;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#333;font-size:.95rem}.form-group input{padding:.875rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .2s ease}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.payment-methods{display:flex;gap:1rem;margin-bottom:1.5rem}.payment-method{flex:1;padding:1rem;border:2px solid #e0e0e0;border-radius:8px;display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:all .2s ease}.payment-method:hover{border-color:#667eea;background:#f9fafb}.payment-method input[type=radio]{width:20px;height:20px;cursor:pointer}.payment-method input[type=radio]:checked+span{color:#667eea;font-weight:700}.payment-method span{font-weight:600;color:#666}.payment-note{display:flex;align-items:center;gap:.5rem;padding:1rem;background:#fef3c7;border:2px solid #fbbf24;border-radius:8px;color:#92400e;font-size:.875rem;font-weight:600;margin-top:1.5rem}.payment-note svg{flex-shrink:0}.checkout-right{position:sticky;top:2rem;height:fit-content}.order-summary{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0000001a}.order-summary h2{font-size:1.5rem;color:#333;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.summary-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;max-height:300px;overflow-y:auto}.summary-item{display:grid;grid-template-columns:60px 1fr auto;gap:1rem;align-items:center}.summary-item .item-image{width:60px;height:60px;border-radius:8px;overflow:hidden;background:#f5f5f5}.summary-item .item-image img{width:100%;height:100%;object-fit:cover}.summary-item .item-details h4{font-size:.95rem;color:#333;margin:0 0 .25rem;font-weight:600}.summary-item .item-details p{font-size:.875rem;color:#666;margin:0}.summary-item .item-price{font-weight:700;color:#764ba2;font-size:1rem}.summary-calculations{padding:1.5rem 0;border-top:2px solid #f0f0f0;border-bottom:2px solid #f0f0f0}.calc-row{display:flex;justify-content:space-between;padding:.75rem 0;color:#666;font-size:1rem}.calc-row span:last-child{font-weight:600;color:#333}.calc-row.total{font-size:1.25rem;font-weight:700;color:#333;padding-top:1rem}.calc-row.total span:last-child{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.75rem}.calc-row .free{color:#10b981!important;font-weight:700!important}.calc-divider{height:2px;background:#e0e0e0;margin:.5rem 0}.btn-place-order{width:100%;padding:1.25rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:1.5rem}.btn-place-order:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #667eea66}.btn-place-order:disabled{opacity:.6;cursor:not-allowed}.checkout-empty{min-height:calc(100vh - 280px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.checkout-empty h2{font-size:2rem;color:#333;margin:0}.checkout-empty p{color:#666;font-size:1.125rem;margin:0}.btn-shop{padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-shop:hover{transform:translateY(-2px);box-shadow:0 8px 16px #667eea66}@media(max-width:1200px){.checkout-content{grid-template-columns:1fr 350px}}@media(max-width:968px){.checkout-content{grid-template-columns:1fr}.checkout-right{position:static}.form-grid{grid-template-columns:1fr}.payment-methods{flex-direction:column}}@media(max-width:600px){.checkout-container{padding:1rem}.checkout-header{flex-direction:column;align-items:flex-start;gap:1rem}.checkout-header h1{font-size:2rem}.form-section{padding:1.5rem}}.order-success-container{min-height:calc(100vh - 280px);background:#f9fafb;padding:3rem 2rem;display:flex;align-items:center;justify-content:center}.success-content{max-width:800px;width:100%;text-align:center}.success-icon{display:inline-flex;align-items:center;justify-content:center;width:120px;height:120px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;color:#fff;margin-bottom:2rem;animation:scaleIn .5s ease}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.success-content h1{font-size:2.5rem;color:#333;margin:0 0 1rem}.success-message{font-size:1.125rem;color:#666;margin:0 0 2rem}.order-details-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #0000001a;text-align:left;margin-bottom:2rem}.order-header{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding-bottom:1.5rem;border-bottom:2px solid #f0f0f0;margin-bottom:1.5rem}.order-header h3{font-size:.875rem;color:#666;text-transform:uppercase;letter-spacing:1px;margin:0 0 .5rem}.order-header p{font-size:1.125rem;color:#333;margin:0;font-weight:600}.order-number{color:#667eea!important;font-family:monospace;font-size:1rem!important}.order-summary-section,.shipping-info-section{margin-bottom:1.5rem}.order-summary-section h3,.shipping-info-section h3{font-size:1.125rem;color:#333;margin:0 0 1rem}.order-items{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.order-item{display:flex;justify-content:space-between;color:#666;font-size:1rem}.order-item span:last-child{font-weight:600;color:#333}.order-totals{padding-top:1rem;border-top:2px solid #f0f0f0}.total-row{display:flex;justify-content:space-between;padding:.5rem 0;font-size:1rem;color:#666}.total-row span:last-child{font-weight:600;color:#333}.total-row.grand-total{font-size:1.25rem;font-weight:700;color:#333;padding-top:1rem;border-top:2px solid #e0e0e0;margin-top:.5rem}.total-row.grand-total span:last-child{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.shipping-info-section p{margin:.25rem 0;color:#666;line-height:1.6}.action-buttons{display:flex;gap:1rem;justify-content:center}.btn-primary,.btn-secondary{padding:1rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 16px #667eea66}.btn-secondary{background:#fff;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background:#667eea;color:#fff}@media(max-width:600px){.order-success-container{padding:2rem 1rem}.success-content h1{font-size:2rem}.order-header{grid-template-columns:1fr;gap:1rem}.action-buttons{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}.my-orders-container{max-width:1200px;margin:0 auto;padding:100px 20px 40px;min-height:100vh;background:linear-gradient(to bottom,#f8f9fa,#fff)}.my-orders-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;padding-bottom:20px;border-bottom:3px solid transparent;border-image:linear-gradient(135deg,#667eea,#764ba2) 1}.my-orders-header h1{font-size:2.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.order-count{color:#666;font-size:1.1rem;background:#fff;padding:8px 20px;border-radius:20px;box-shadow:0 2px 8px #0000001a}.loading{text-align:center;padding:100px 20px;font-size:1.2rem;color:#667eea}.error-message{background:#fee;border:1px solid #fcc;padding:15px;border-radius:8px;margin-bottom:20px;color:#c00}.no-orders{text-align:center;padding:100px 20px;background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000001a;margin:40px 0}.no-orders-icon{font-size:6rem;margin-bottom:30px;opacity:.7;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.no-orders h2{font-size:2rem;margin-bottom:15px;color:#333}.no-orders p{color:#666;margin-bottom:40px;font-size:1.1rem}.no-orders-actions{display:flex;justify-content:center;gap:15px}.shop-now-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:15px 50px;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:10px;box-shadow:0 4px 15px #667eea66}.shop-now-btn:hover{transform:translateY(-3px);box-shadow:0 6px 25px #667eea99}.orders-list{display:grid;gap:20px}.order-card{background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;overflow:hidden;transition:all .3s;border:2px solid transparent}.order-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026;border-color:#667eea}.order-card-header{display:flex;justify-content:space-between;align-items:center;padding:20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.order-info h3{margin:0 0 5px;font-size:1.2rem}.order-date{margin:0;opacity:.9;font-size:.9rem}.order-status{padding:6px 16px;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:capitalize}.status-pending{background:#fff3cd;color:#856404}.status-processing{background:#cfe2ff;color:#084298}.status-shipped{background:#d1e7dd;color:#0f5132}.status-delivered{background:#d1ecf1;color:#0c5460}.status-cancelled{background:#f8d7da;color:#842029}.order-card-body{padding:20px;display:grid;grid-template-columns:1fr 1fr;gap:20px}.order-items{border-right:1px solid #eee;padding-right:20px}.items-count{color:#666;margin-bottom:15px;font-weight:500}.item-preview{display:flex;gap:10px;align-items:center}.item-preview-image{width:60px;height:60px;border-radius:8px;overflow:hidden;border:2px solid #f0f0f0}.item-preview-image img{width:100%;height:100%;object-fit:cover}.item-preview-more{width:60px;height:60px;border-radius:8px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600}.order-summary{display:flex;flex-direction:column;gap:8px}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:5px 0}.summary-row span:first-child{color:#666}.summary-row span:last-child{font-weight:500}.summary-row.total{border-top:2px solid #eee;margin-top:8px;padding-top:12px;font-size:1.2rem;font-weight:700}.summary-row.total span{color:#764ba2}.order-card-footer{padding:15px 20px;background:#f9f9f9;border-top:1px solid #eee;text-align:right}.view-details-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:10px 30px;border-radius:20px;cursor:pointer;font-size:.95rem;transition:transform .2s}.view-details-btn:hover{transform:translateY(-2px)}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:16px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 30px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:16px 16px 0 0}.modal-header h2{margin:0;font-size:1.5rem}.close-modal{background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;line-height:1;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;transition:transform .2s}.close-modal:hover{transform:scale(1.1)}.modal-body{padding:30px}.order-detail-section{margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #eee}.order-detail-section:last-child{border-bottom:none}.order-detail-section h3{margin:0 0 15px;color:#764ba2;font-size:1.2rem}.order-detail-section p{margin:8px 0;color:#666;line-height:1.6}.order-items-list{display:flex;flex-direction:column;gap:15px}.order-item-detail{display:flex;align-items:center;gap:15px;padding:15px;background:#f9f9f9;border-radius:8px}.order-item-detail img{width:80px;height:80px;object-fit:cover;border-radius:8px}.item-detail-info{flex:1}.item-detail-info h4{margin:0 0 8px;color:#333}.item-detail-info p{margin:4px 0;font-size:.9rem}.item-price{color:#764ba2;font-weight:600}.item-total{font-size:1.1rem;font-weight:700;color:#764ba2}.summary-details{background:#f9f9f9;padding:20px;border-radius:8px}@media(max-width:768px){.my-orders-header{flex-direction:column;align-items:flex-start;gap:10px}.order-card-body{grid-template-columns:1fr}.order-items{border-right:none;border-bottom:1px solid #eee;padding-right:0;padding-bottom:20px;margin-bottom:20px}.order-item-detail{flex-direction:column;text-align:center}.modal-content{max-height:100vh;border-radius:0}.modal-header{border-radius:0}}.admin-dashboard{min-height:100vh;background:#f8f9fa}.dashboard-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem 2rem;box-shadow:0 4px 15px #0000001a}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.brand{display:flex;align-items:center;gap:1rem}.brand h1{font-size:1.75rem;font-weight:700;margin:0}.admin-badge{background:#fff3;padding:.375rem .875rem;border-radius:20px;font-size:.875rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-actions{display:flex;align-items:center;gap:1.5rem}.user-info{display:flex;align-items:center;gap:.5rem;font-size:.95rem}.logout-button{background:#fff3;color:#fff;border:none;padding:.625rem 1.25rem;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.logout-button:hover{background:#ffffff4d}.dashboard-content{max-width:1400px;margin:0 auto;padding:3rem 2rem}.welcome-section{text-align:center;margin-bottom:3rem}.welcome-section h2{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:.5rem}.welcome-section p{font-size:1.125rem;color:#6c757d}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.dashboard-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 4px 15px #00000014;transition:all .3s ease;cursor:pointer}.dashboard-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.card-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.card-icon.products{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.card-icon.orders{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.card-icon.users{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff}.card-icon.settings{background:linear-gradient(135deg,#43e97b,#38f9d7);color:#fff}.dashboard-card h3{font-size:1.5rem;font-weight:700;color:#2c3e50;margin-bottom:.5rem}.dashboard-card p{color:#6c757d;font-size:1rem}.dashboard-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.spinner{width:50px;height:50px;border:4px solid #e0e0e0;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.header-content{flex-direction:column;gap:1rem;text-align:center}.brand{flex-direction:column;gap:.5rem}.brand h1{font-size:1.5rem}.header-actions{flex-direction:column;gap:1rem}.dashboard-content{padding:2rem 1rem}.welcome-section h2{font-size:2rem}.dashboard-grid{grid-template-columns:1fr}}.add-product-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;align-items:center;padding:2rem}.add-product-box{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;padding:2.5rem;width:100%;max-width:900px;animation:slideUp .4s ease-out}.add-product-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #f0f0f0}.add-product-header h1{font-size:2rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.add-product-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1 / -1}.form-group label{font-weight:600;color:#333;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;min-height:100px}.category-input-group{display:flex;gap:.5rem;align-items:center}.category-input{flex:1;padding:.75rem;border:2px solid #667eea;border-radius:8px;font-size:1rem}.category-select-group{display:flex;gap:.5rem}.category-select-group select{flex:1}.btn-icon{width:40px;height:40px;border:none;border-radius:8px;font-size:1.2rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.btn-icon.success{background:#10b981;color:#fff}.btn-icon.success:hover{background:#059669;transform:scale(1.05)}.btn-icon.cancel{background:#ef4444;color:#fff}.btn-icon.cancel:hover{background:#dc2626;transform:scale(1.05)}.image-preview{margin-top:1rem;border-radius:8px;overflow:hidden;max-width:400px;border:2px solid #e0e0e0;position:relative}.image-preview img{width:100%;height:auto;display:block}.image-upload-container{position:relative}.file-input{display:none}.file-input-label{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem;border:2px dashed #667eea;border-radius:8px;background:#f8f9ff;color:#667eea;font-weight:500;cursor:pointer;transition:all .3s ease;text-align:center}.file-input-label:hover{background:#eef0ff;border-color:#764ba2;color:#764ba2;transform:translateY(-2px)}.file-input-label svg{flex-shrink:0}.remove-image-btn{position:absolute;top:.5rem;right:.5rem;padding:.5rem 1rem;background:#ef4444f2;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.remove-image-btn:hover{background:#dc2626f2;transform:scale(1.05)}.checkbox-group{flex-direction:row;align-items:center}.checkbox-group label{display:flex;align-items:center;gap:.75rem;cursor:pointer;margin:0}.checkbox-group span{font-weight:500;color:#555}.message{padding:1rem;border-radius:8px;font-weight:500;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.error-message{background:#fee2e2;color:#dc2626;border:1px solid #fecaca}.success-message{background:#d1fae5;color:#059669;border:1px solid #a7f3d0}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem;padding-top:1.5rem;border-top:2px solid #f0f0f0}.btn-primary,.btn-secondary{padding:.875rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #667eea66}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#f5f5f5;color:#333}.btn-secondary:hover{background:#e0e0e0}@media(max-width:768px){.add-product-container{padding:1rem}.add-product-box{padding:1.5rem}.add-product-header{flex-direction:column;gap:1rem;align-items:flex-start}.add-product-header h1{font-size:1.5rem}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}.manage-products-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.manage-products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;background:#fff;padding:1.5rem 2rem;border-radius:12px;box-shadow:0 4px 12px #0000001a}.header-left{display:flex;align-items:center;gap:1.5rem}.manage-products-header h1{font-size:2rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.back-button{padding:.6rem 1.2rem;background:#f5f5f5;border:none;border-radius:8px;color:#333;font-size:.9rem;cursor:pointer;transition:all .3s ease}.back-button:hover{background:#e0e0e0;transform:translate(-4px)}.btn-add-product{padding:.875rem 1.75rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-add-product:hover{transform:translateY(-2px);box-shadow:0 8px 20px #10b98166}.error-banner{background:#fee2e2;color:#dc2626;padding:1rem;border-radius:8px;margin-bottom:1rem;border:1px solid #fecaca}.products-table-container{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;overflow:hidden}.products-table{width:100%;border-collapse:collapse}.products-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.products-table th{padding:1rem;text-align:left;font-weight:600;font-size:.95rem}.products-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background .2s ease}.products-table tbody tr:hover{background:#f9fafb}.products-table td{padding:1rem;vertical-align:middle}.product-thumbnail{width:60px;height:60px;border-radius:8px;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.product-thumbnail img{width:100%;height:100%;object-fit:cover}.no-image-thumb{color:#ccc}.product-name-cell{font-weight:600;color:#333;max-width:300px}.price-cell{font-weight:700;color:#667eea;font-size:1.1rem}.stock-cell{font-weight:600}.featured-badge{padding:.375rem .75rem;border-radius:6px;font-size:.875rem;font-weight:600}.featured-badge.yes{background:#d1fae5;color:#059669}.featured-badge.no{background:#f3f4f6;color:#6b7280}.actions-cell{display:flex;gap:.5rem}.btn-edit,.btn-delete{width:36px;height:36px;border:none;border-radius:6px;font-size:1.125rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.btn-edit{background:#dbeafe;color:#1e40af}.btn-edit:hover{background:#3b82f6;color:#fff;transform:scale(1.1)}.btn-delete{background:#fee2e2;color:#dc2626}.btn-delete:hover{background:#ef4444;color:#fff;transform:scale(1.1)}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease}.modal-content{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:2px solid #f0f0f0}.modal-close{width:32px;height:32px;border:none;background:#f5f5f5;border-radius:6px;font-size:1.25rem;cursor:pointer;transition:all .3s ease}.modal-close:hover{background:#e0e0e0;transform:rotate(90deg)}.edit-form{padding:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-weight:600;color:#333;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease;font-family:inherit;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.checkbox-group label{display:flex;align-items:center;gap:.75rem;cursor:pointer}.checkbox-group input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#667eea}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem;border-top:2px solid #f0f0f0}.btn-cancel,.btn-save,.btn-delete-confirm{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-cancel{background:#f5f5f5;color:#333}.btn-cancel:hover{background:#e0e0e0}.btn-save{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-save:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.btn-delete-confirm{background:#ef4444;color:#fff}.btn-delete-confirm:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 8px 20px #ef444466}.delete-modal{max-width:400px}.delete-message{padding:1.5rem}.delete-message p{margin:0 0 .5rem;color:#333}.delete-message .warning{color:#dc2626;font-weight:600;font-size:.875rem}.no-products{padding:4rem 2rem;text-align:center;color:#666;font-size:1.125rem}.manage-products-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin 1s linear infinite}.manage-products-loading p{color:#fff;font-size:1.125rem}@media(max-width:1024px){.manage-products-header{flex-direction:column;gap:1rem;align-items:stretch}.header-left{flex-direction:column;align-items:flex-start;gap:.75rem}.products-table{font-size:.875rem}.products-table th,.products-table td{padding:.75rem .5rem}}@media(max-width:768px){.manage-products-container{padding:1rem}.products-table-container{overflow-x:auto}.products-table{min-width:800px}.form-row{grid-template-columns:1fr}.modal-actions{flex-direction:column}.btn-cancel,.btn-save,.btn-delete-confirm{width:100%}}.manage-users-container{min-height:calc(100vh - 280px);background:#f9fafb;padding:2rem}.page-header{max-width:1400px;margin:0 auto 2rem;display:flex;justify-content:space-between;align-items:center}.users-stats{max-width:1400px;margin:0 auto 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.stat-value{font-size:3rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.success-message,.error-message{max-width:1400px;margin:0 auto 1.5rem;padding:1rem 1.5rem;border-radius:8px;font-weight:600;animation:slideIn .3s ease}.users-table-container{max-width:1400px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;overflow:hidden}.users-table{width:100%;border-collapse:collapse}.users-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.users-table th{padding:1.25rem 1rem;text-align:left;font-weight:600;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px}.users-table tbody tr{border-bottom:1px solid #e0e0e0;transition:all .2s ease}.users-table tbody tr:hover{background:#f9fafb}.users-table tbody tr.inactive-user{opacity:.6;background:#f5f5f5}.users-table td{padding:1.25rem 1rem;vertical-align:middle}.user-name{display:flex;align-items:center;gap:1rem}.user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;text-transform:uppercase}.role-badge,.status-badge{padding:.375rem .75rem;border-radius:20px;font-size:.875rem;font-weight:600;text-transform:capitalize;display:inline-block}.role-badge.admin{background:#fef3c7;color:#d97706}.role-badge.user{background:#dbeafe;color:#1e40af}.status-badge.active{background:#d1fae5;color:#059669}.status-badge.inactive{background:#fee2e2;color:#dc2626}.action-buttons{display:flex;gap:.5rem}.btn-edit,.btn-delete,.btn-save,.btn-cancel{padding:.5rem 1rem;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.375rem}.btn-edit{background:#667eea;color:#fff}.btn-edit:hover:not(:disabled){background:#5568d3;transform:translateY(-2px)}.btn-edit:disabled{opacity:.4;cursor:not-allowed}.btn-delete{background:#fff;color:#ef4444;border:2px solid #ef4444}.btn-delete:hover{background:#ef4444;color:#fff;transform:translateY(-2px)}.btn-save{background:#10b981;color:#fff}.btn-save:hover{background:#059669;transform:translateY(-2px)}.btn-cancel{background:#fff;color:#666;border:2px solid #e0e0e0}.btn-cancel:hover{background:#f5f5f5;border-color:#999}.edit-name-fields{display:flex;flex-direction:column;gap:.5rem}.edit-input,.edit-select{padding:.5rem;border:2px solid #e0e0e0;border-radius:6px;font-size:.875rem;transition:all .2s ease}.edit-input:focus,.edit-select:focus{outline:none;border-color:#667eea}.edit-select{cursor:pointer}.no-users{padding:3rem;text-align:center;color:#666}.no-users p{font-size:1.125rem;margin:0}.manage-users-loading{min-height:calc(100vh - 280px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.manage-users-loading p{color:#666;font-size:1.125rem}@media(max-width:1200px){.users-table-container{overflow-x:auto}.users-table{min-width:900px}}@media(max-width:768px){.manage-users-container{padding:1rem}.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.page-header h1{font-size:2rem}.users-stats{grid-template-columns:1fr}.action-buttons{flex-direction:column}.btn-edit,.btn-delete,.btn-save,.btn-cancel{width:100%;justify-content:center}}.manage-orders-container{min-height:calc(100vh - 280px);background:#f9fafb;padding:2rem}.page-header{max-width:1600px;margin:0 auto 2rem;display:flex;justify-content:space-between;align-items:center}.page-header h1{font-size:2.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.btn-back{padding:.75rem 1.5rem;background:#fff;color:#667eea;border:2px solid #667eea;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-back:hover{background:#667eea;color:#fff;transform:translate(-4px)}.success-message,.error-message{max-width:1600px;margin:0 auto 1.5rem;padding:1rem 1.5rem;border-radius:8px;font-weight:600;animation:slideIn .3s ease}.success-message{background:#d1fae5;color:#059669;border:2px solid #059669}.error-message{background:#fee2e2;color:#dc2626;border:2px solid #dc2626}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.orders-stats{max-width:1600px;margin:0 auto 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.stat-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0000001a;text-align:center;transition:all .3s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #667eea33}.stat-card.revenue{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.stat-value{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat-card.revenue .stat-value{background:#fff;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:1rem;color:#666;font-weight:500;text-transform:uppercase;letter-spacing:1px}.stat-card.revenue .stat-label{color:#ffffffe6}.filter-section{max-width:1600px;margin:0 auto 1.5rem;display:flex;align-items:center;gap:1rem;background:#fff;padding:1rem 1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.filter-section label{font-weight:600;color:#333}.status-filter{padding:.5rem 1rem;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;cursor:pointer;transition:all .2s ease}.status-filter:focus{outline:none;border-color:#667eea}.orders-table-container{max-width:1600px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;overflow:hidden}.orders-table{width:100%;border-collapse:collapse}.orders-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.orders-table th{padding:1.25rem 1rem;text-align:left;font-weight:600;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px}.orders-table tbody tr{border-bottom:1px solid #e0e0e0;transition:all .2s ease;cursor:pointer}.orders-table tbody tr:hover{background:#f9fafb}.orders-table td{padding:1.25rem 1rem;vertical-align:middle}.order-id{font-family:monospace;font-weight:600;color:#667eea;font-size:.95rem}.customer-info{display:flex;flex-direction:column;gap:.25rem}.customer-info strong{color:#333}.customer-info small{color:#666;font-size:.875rem}.order-total{font-weight:700;color:#764ba2;font-size:1.125rem}.status-select{padding:.5rem .75rem;border:2px solid;border-radius:20px;font-weight:600;font-size:.875rem;cursor:pointer;text-transform:capitalize;transition:all .2s ease}.status-select:focus{outline:none;box-shadow:0 0 0 3px #667eea1a}.btn-delete-order{padding:.5rem;background:#fff;color:#ef4444;border:2px solid #ef4444;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.btn-delete-order:hover{background:#ef4444;color:#fff}.no-orders{padding:3rem;text-align:center;color:#666}.order-details-modal{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:12px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{padding:1.5rem;border-bottom:2px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center}.modal-header h2{margin:0;color:#333}.close-btn{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.close-btn:hover{background:#f0f0f0;color:#333}.modal-body{padding:1.5rem}.detail-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:2px solid #f0f0f0}.detail-section:last-child{border-bottom:none}.detail-section h3{font-size:1.125rem;color:#333;margin:0 0 1rem}.detail-section p{margin:.5rem 0;color:#666;line-height:1.6}.order-item-detail{display:flex;justify-content:space-between;padding:.5rem 0;color:#666}.order-item-detail span:last-child{font-weight:600;color:#333}.summary-row{display:flex;justify-content:space-between;padding:.5rem 0;color:#666}.summary-row span:last-child{font-weight:600;color:#333}.summary-row.total{font-size:1.25rem;font-weight:700;color:#333;padding-top:1rem;border-top:2px solid #e0e0e0;margin-top:.5rem}.summary-row.total span:last-child{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.manage-orders-loading{min-height:calc(100vh - 280px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.manage-orders-loading p{color:#666;font-size:1.125rem}@media(max-width:1200px){.orders-table-container{overflow-x:auto}.orders-table{min-width:1000px}}@media(max-width:768px){.manage-orders-container{padding:1rem}.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.page-header h1{font-size:2rem}.orders-stats{grid-template-columns:1fr}.modal-content{max-height:95vh}}
