*{margin:0;padding:0;box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}body{background-color:#f8f9fa;color:#333;line-height:1.6;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}.app{flex:1;display:flex;flex-direction:column}main{flex:1}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 0;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.8rem;font-weight:700;text-decoration:none;color:#fff}.nav-links{display:flex;gap:1rem;list-style:none;align-items:center}.nav-links a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s;padding:.4rem .6rem;border-radius:4px}.nav-links a:hover{background:#ffffff1a}.products-dropdown-container{position:relative;color:#667eea}.products-dropdown-trigger{display:flex;align-items:center;gap:.3rem;color:#667eea}.products-dropdown-menu{position:absolute;top:calc(100% + .1rem);left:0;color:#667eea;background:#fff;border-radius:8px;box-shadow:0 5px 20px #0003;min-width:180px;z-index:1000;overflow:hidden;margin-top:.1rem}.dropdown-item{display:block;width:100%;padding:.8rem 1.2rem;color:#667eea;text-decoration:none;text-align:left;border:none;background:#fff;cursor:pointer;transition:background .2s;font-size:.95rem;font-weight:500}.dropdown-item{color:#667eea;-webkit-text-fill-color:#667eea;background:#fff}.dropdown-item:hover{background:#f8f9fa;color:#393e50}.dropdown-item:first-child{border-bottom:1px solid #e2e8f0}.cart-icon{position:relative;cursor:pointer;font-size:1.5rem}.cart-count{position:absolute;top:-8px;right:-8px;background:#ff4757;color:#fff;border-radius:50%;width:20px;height:20px;font-size:.75rem;display:flex;align-items:center;justify-content:center}.cart-dropdown{position:absolute;top:100%;right:20px;width:350px;background:#fff;border-radius:10px;box-shadow:0 10px 30px #0003;padding:1.5rem;z-index:1001;color:#333}.cart-title{margin-bottom:1rem;color:#333}.cart-items{max-height:300px;overflow-y:auto;margin-bottom:1rem}.cart-item{display:flex;justify-content:space-between;align-items:center;padding:.8rem 0;border-bottom:1px solid #eee}.cart-item:last-child{border-bottom:none}.cart-item-info h4{margin-bottom:.3rem}.cart-item-price{color:#667eea;font-weight:700}.cart-item-quantity{display:flex;align-items:center;gap:.5rem}.quantity-btn{background:#667eea;color:#fff;border:none;width:25px;height:25px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}.quantity-btn:hover{background:#5a67d8}.remove-btn{background:#ff4757;color:#fff;border:none;padding:.3rem .8rem;border-radius:4px;cursor:pointer;font-size:.8rem}.remove-btn:hover{background:#ff3742}.cart-total{text-align:right;font-weight:700;font-size:1.2rem;margin:1rem 0;color:#667eea}.checkout-btn{width:100%;background:#48bb78;color:#fff;border:none;padding:1rem;border-radius:5px;cursor:pointer;font-size:1rem;transition:background .3s}.checkout-btn:hover{background:#38a169}.empty-cart{text-align:center;color:#666;padding:2rem}.hero{background:linear-gradient(#000000b3,#000000b3),url(https://img.upanh.moe/hJsPNY4B/hero-jpg.jpg);background-size:cover;background-position:center;color:#fff;text-align:center;padding:6rem 2rem;margin-bottom:3rem}.hero h1{font-size:3.5rem;margin-bottom:1rem}.hero p{font-size:1.2rem;max-width:600px;margin:0 auto 2rem}.cta-button{background:#667eea;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;border-radius:5px;cursor:pointer;transition:background .3s}.cta-button:hover{background:#5a67d8}.categories-section{max-width:1200px;margin:0 auto 3rem;padding:0 20px}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.category-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px #0000001a;transition:transform .3s,box-shadow .3s;cursor:pointer;text-decoration:none;color:inherit;display:block}.category-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.category-image{width:100%;height:150px;object-fit:cover}.category-info{padding:1.5rem;text-align:center}.category-title{font-size:1.3rem;margin-bottom:.5rem;color:#333}.category-count{color:#666;font-size:.9rem}.products-section{max-width:1200px;margin:0 auto 4rem;padding:0 20px}.section-title{text-align:center;margin-bottom:3rem;color:#333;font-size:2.5rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.view-all-link{color:#667eea;text-decoration:none;font-weight:500;font-size:1rem;transition:color .3s}.view-all-link:hover{color:#5a67d8;text-decoration:underline}.category-filter{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.filter-btn{background:#fff;border:2px solid #667eea;color:#667eea;padding:.5rem 1.5rem;border-radius:25px;cursor:pointer;transition:all .3s;font-weight:500}.filter-btn:hover,.filter-btn.active{background:#667eea;color:#fff}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.product-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px #0000001a;transition:transform .3s,box-shadow .3s}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.product-image{width:100%;height:200px;object-fit:cover}.product-info{padding:1.5rem}.product-title{font-size:1.2rem;margin-bottom:.5rem;color:#333}.product-description{color:#666;font-size:.9rem;margin-bottom:1rem;height:40px;overflow:hidden}.product-price{font-size:1.3rem;font-weight:700;color:#667eea;margin-bottom:1rem}.product-rating{display:flex;align-items:center;gap:.3rem;margin-bottom:1rem;color:#fbbf24}.product-brand{color:#666;font-size:.9rem;margin-bottom:.5rem}.add-to-cart{width:100%;background:#48bb78;color:#fff;border:none;padding:.8rem;border-radius:5px;cursor:pointer;transition:background .3s}.add-to-cart:hover{background:#38a169}.blog-page{max-width:1200px;margin:0 auto;padding:2rem 20px 4rem}.blog-posts{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.blog-post{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px #0000001a}.blog-image{width:100%;height:200px;object-fit:cover}.blog-content{padding:1.5rem}.blog-title{font-size:1.3rem;margin-bottom:.8rem;color:#333}.blog-excerpt{color:#666;margin-bottom:1rem}.blog-category{color:#667eea;font-weight:700;display:inline-block;margin-bottom:.5rem}.blog-meta{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}.blog-meta-text{font-size:.9rem;color:#666}.read-more{color:#667eea;text-decoration:none;font-weight:500}.read-more:hover{text-decoration:underline}.blog-post-page{max-width:800px;margin:0 auto;padding:2rem 20px 4rem}.blog-post-header{margin-bottom:2rem}.blog-post-category{display:inline-block;background:#667eea;color:#fff;padding:.3rem 1rem;border-radius:20px;font-size:.9rem;margin-bottom:1rem}.blog-post-title{font-size:2.5rem;margin-bottom:1rem;color:#333;line-height:1.2}.blog-post-meta{color:#666;font-size:.9rem;margin-bottom:2rem;display:flex;gap:1rem}.blog-post-image{width:100%;height:400px;object-fit:cover;border-radius:10px;margin-bottom:2rem}.blog-post-content{font-size:1.1rem;line-height:1.8;color:#333}.blog-post-content h2{margin:2rem 0 1rem;color:#2d3748}.blog-post-content p{margin-bottom:1.5rem}.blog-post-content ul{margin:1rem 0 1.5rem 2rem}.blog-post-content li{margin-bottom:.5rem}.back-to-blog{display:inline-block;margin-top:3rem;color:#667eea;text-decoration:none;font-weight:500}.back-to-blog:hover{text-decoration:underline}.error-message{text-align:center;padding:3rem}.error-message h2{color:#333;margin-bottom:1rem}.contact-page{max-width:800px;margin:0 auto;padding:2rem 20px 4rem}.contact-form{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-control{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:5px;font-size:1rem}.form-control:focus{outline:none;border-color:#667eea}textarea.form-control{min-height:150px;resize:vertical}.submit-btn{background:#667eea;color:#fff;border:none;padding:1rem 2rem;font-size:1rem;border-radius:5px;cursor:pointer;transition:background .3s}.submit-btn:hover:not(:disabled){background:#5a67d8}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.form-success{background:#48bb78;color:#fff;padding:1rem;border-radius:5px;margin-top:1rem;text-align:center}.form-error{background:#f56565;color:#fff;padding:1rem;border-radius:5px;margin-top:1rem;text-align:center}.contact-info{margin-top:3rem;text-align:center}.contact-info h3{margin-bottom:1rem;color:#333}.contact-info p{margin-bottom:.5rem;color:#666}.footer{background:#2d3748;color:#fff;padding:3rem 0 1rem;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-section h3{margin-bottom:1rem;font-size:1.2rem}.footer-section p{color:#cbd5e0}.footer-section p a{color:#cbd5e0;text-decoration:none;transition:color .3s;margin:0 .5rem}.footer-section p a:hover{color:#fff;text-decoration:underline}.footer-section p a:first-child{margin-left:0}.footer-section p a:last-child{margin-right:0}.footer-links{display:flex;align-items:center;flex-wrap:wrap}.footer-links a{color:#cbd5e0;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fff;text-decoration:underline}.footer-separator{color:#4a5568;margin:0 .5rem}.footer-bottom{text-align:center;margin-top:2rem;padding-top:1rem;border-top:1px solid #4a5568;color:#cbd5e0;position:relative}.footer-contact-button{display:inline-block;background:#ff4757;color:#fff;padding:.8rem 1.5rem;border-radius:25px;text-decoration:none;font-weight:700;margin-top:1rem;animation:blink 1.5s infinite;box-shadow:0 4px 15px #ff475766;transition:transform .3s}.footer-contact-button:hover{transform:scale(1.05);animation:none;background:#ff6b7a}@keyframes blink{0%,to{opacity:1;box-shadow:0 4px 15px #ff475766}50%{opacity:.7;box-shadow:0 4px 25px #ff4757b3}}.contact-button-header{background:#667eea;color:#fff;padding:.6rem 1.2rem;border-radius:20px;text-decoration:none;font-weight:500;transition:background .3s,transform .2s;display:inline-block}.contact-button-header:hover{background:#5a67d8;transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.products-page{max-width:1200px;margin:0 auto;padding:2rem 20px 4rem}.category-menu{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:2rem;padding:1rem;background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d;justify-content:center}.category-menu-btn{background:#fff;border:2px solid #e2e8f0;color:#666;padding:.6rem 1.2rem;border-radius:20px;cursor:pointer;transition:all .3s;font-weight:500;font-size:.9rem}.category-menu-btn:hover{border-color:#667eea;color:#667eea}.category-menu-btn.active{background:#667eea;border-color:#667eea;color:#fff}.products-count{margin-bottom:1.5rem;color:#666;font-size:.95rem}.category-name{font-weight:500;color:#667eea}.no-products{text-align:center;padding:4rem 2rem;background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d}.no-products p{color:#666;font-size:1.1rem}@media(max-width:768px){.header{padding:.6rem 0}.nav-container{flex-direction:row;gap:.75rem;padding:0 12px;align-items:center}.logo{font-size:1.3rem}.nav-links{flex-direction:row;gap:.35rem;text-align:left;flex:1;min-width:0;flex-wrap:wrap;justify-content:flex-end}.nav-links a{padding:.35rem .55rem;font-size:.9rem}.cart-icon{font-size:1.2rem}.cart-count{width:16px;height:16px;font-size:.65rem;top:-6px;right:-6px}.products-dropdown-menu{max-width:calc(100vw - 24px)}.hero h1{font-size:2.5rem}.section-title{font-size:2rem}.products-grid,.blog-posts,.category-grid{grid-template-columns:1fr}.contact-form{padding:1.5rem}.cart-dropdown{width:300px;right:10px}.section-header{flex-direction:column;align-items:flex-start}.products-page-controls{padding:1rem}.category-menu{width:100%;justify-content:center}.products-dropdown-menu{left:auto;right:0}}@media(max-width:420px){.header{padding:.5rem 0}.logo{font-size:1.15rem}.nav-container{padding:0 10px;gap:.5rem}.nav-links{gap:.25rem}.nav-links a{padding:.3rem .45rem;font-size:.82rem}.cart-icon{font-size:1.05rem}}.cart-page{max-width:1200px;margin:0 auto;padding:2rem 20px 4rem}.empty-cart-page{text-align:center;padding:4rem 2rem;background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a}.empty-cart-page p{font-size:1.2rem;color:#666;margin-bottom:2rem}.cart-page-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}.cart-items-section{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000001a}.cart-items-section h2{margin-bottom:1.5rem;color:#333}.cart-items-list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.cart-item-card{display:flex;gap:1rem;padding:1rem;border:1px solid #e2e8f0;border-radius:8px;background:#f8f9fa}.cart-item-image{width:100px;height:100px;object-fit:cover;border-radius:8px}.cart-item-details{flex:1}.cart-item-details h3{margin-bottom:.5rem;color:#333;font-size:1.1rem}.cart-item-quantity-controls{display:flex;align-items:center;gap:.5rem;margin:.5rem 0}.quantity-display{min-width:30px;text-align:center;font-weight:500}.cart-item-subtotal{color:#667eea;font-weight:700;margin-top:.5rem}.cart-summary{border-top:2px solid #e2e8f0;padding-top:1rem}.summary-row{display:flex;justify-content:space-between;align-items:center;font-size:1.2rem;font-weight:700}.total-price{color:#667eea;font-size:1.5rem}.checkout-form-section{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000001a;height:fit-content;position:sticky;top:100px}.checkout-form-section h2{margin-bottom:1.5rem;color:#333}.checkout-submit-btn{width:100%;background:#667eea;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;border-radius:5px;cursor:pointer;transition:background .3s;font-weight:700;margin-top:1rem}.checkout-submit-btn:hover:not(:disabled){background:#5a67d8}.checkout-submit-btn:disabled{opacity:.6;cursor:not-allowed}.cart-link{color:#fff;text-decoration:none;position:relative}.cart-link-btn{display:block;width:100%;text-align:center;background:#667eea;color:#fff;padding:.8rem;border-radius:5px;text-decoration:none;font-weight:500;transition:background .3s;margin-top:1rem}.cart-link-btn:hover{background:#5a67d8}.reviews-page{max-width:1200px;margin:0 auto;padding:2rem 20px 4rem}.reviews-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}.reviews-list-section h2,.review-form-section h2{margin-bottom:1.5rem;color:#333}.reviews-list{display:flex;flex-direction:column;gap:1.5rem}.review-card{background:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 5px 15px #0000001a}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.review-author h3{margin-bottom:.3rem;color:#333;font-size:1.1rem}.review-date{color:#666;font-size:.9rem}.review-rating{color:#fbbf24;font-size:1.2rem}.review-comment{color:#555;line-height:1.6;margin-bottom:.5rem}.review-product{color:#667eea;font-size:.9rem;font-style:italic}.no-reviews{text-align:center;padding:3rem;background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;color:#666}.review-form-section{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 5px 15px #0000001a;height:fit-content;position:sticky;top:100px}.review-form{display:flex;flex-direction:column;gap:1rem}.submit-review-btn{background:#667eea;color:#fff;border:none;padding:1rem 2rem;font-size:1rem;border-radius:5px;cursor:pointer;transition:background .3s;font-weight:500}.submit-review-btn:hover:not(:disabled){background:#5a67d8}.submit-review-btn:disabled{opacity:.6;cursor:not-allowed}.auth-page{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:2rem 20px;background:linear-gradient(135deg,#667eea,#764ba2)}.auth-container{background:#fff;padding:3rem;border-radius:15px;box-shadow:0 10px 40px #0003;width:100%;max-width:450px}.auth-title{text-align:center;color:#333;margin-bottom:.5rem;font-size:2rem}.auth-subtitle{text-align:center;color:#666;margin-bottom:2rem}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.form-options{display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;color:#666}.checkbox-label input[type=checkbox]{cursor:pointer}.forgot-password{color:#667eea;text-decoration:none;font-size:.9rem}.forgot-password:hover{text-decoration:underline}.auth-submit-btn{background:#667eea;color:#fff;border:none;padding:1rem 2rem;font-size:1rem;border-radius:5px;cursor:pointer;transition:background .3s;font-weight:500;margin-top:.5rem}.auth-submit-btn:hover:not(:disabled){background:#5a67d8}.auth-submit-btn:disabled{opacity:.6;cursor:not-allowed}.auth-footer{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.auth-footer p{color:#666}.auth-link{color:#667eea;text-decoration:none;font-weight:500}.auth-link:hover{text-decoration:underline}.auth-links{display:flex;align-items:center;gap:.5rem}.nav-link-auth{color:silver;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:4px;transition:background .3s}.nav-link-auth:hover{background:#ffffff1a}.nav-separator{color:#ffffff80}@media(max-width:968px){.cart-page-content,.reviews-content{grid-template-columns:1fr}.checkout-form-section,.review-form-section{position:static}.auth-container{padding:2rem}.auth-links{flex-direction:column;gap:.3rem}.nav-separator{display:none}}
