*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333;background-color:#f5f5f5}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:0;z-index:100}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{font-size:1.5rem;font-weight:700;color:#0070f3;text-decoration:none}.nav-links{display:flex;gap:2rem}.nav-links a{color:#333;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#0070f3}.main{min-height:calc(100vh - 200px);padding:2rem 0}.footer{background-color:#333;padding:2rem 0;margin-top:4rem}.footer,.hero{color:#fff;text-align:center}.hero{padding:4rem 0;background:linear-gradient(135deg,#667eea,#764ba2);margin-bottom:3rem}.hero h1{font-size:3rem;margin-bottom:1rem}.hero p{font-size:1.25rem;opacity:.9}.section{margin-bottom:4rem}.section-title{font-size:2rem;margin-bottom:2rem;color:#333}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s,box-shadow .3s}.card:hover{transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,0,0,.15)}.card-image{height:200px;background:linear-gradient(135deg,#667eea,#764ba2);margin-bottom:1rem;display:flex;align-items:center;justify-content:center;color:#fff;font-size:3rem;overflow:hidden}.card-image,.card-image img{width:100%;border-radius:4px}.card-image img{height:100%;object-fit:cover}.card img.card-image{display:block}.card h3{font-size:1.5rem;margin-bottom:.5rem;color:#333}.card p{color:#666;margin-bottom:1rem}.card-link{display:inline-block;color:#0070f3;text-decoration:none;font-weight:500;transition:color .3s}.card-link:hover{color:#0051cc}.article-header{background:#fff;padding:2rem;border-radius:8px;margin-bottom:2rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.article-header h1{font-size:2.5rem;margin-bottom:1rem;color:#333}.article-meta{color:#666;font-size:.9rem;margin-bottom:1rem}.article-cover{margin-bottom:2rem;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1)}.article-cover-image{width:100%;height:auto;display:block;max-height:500px;object-fit:cover}.article-content{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);line-height:1.8}.article-content h2{font-size:1.8rem;margin-top:2rem;margin-bottom:1rem;color:#333}.article-content h3{font-size:1.4rem;margin-top:1.5rem;margin-bottom:.75rem;color:#333}.article-content p{margin-bottom:1rem}.article-content ol,.article-content ul{margin-left:2rem;margin-bottom:1rem}.article-content li{margin-bottom:.5rem}.article-content code{background:#f4f4f4;padding:.2rem .4rem;border-radius:3px;font-family:Courier New,monospace}.product-detail{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.product-image{width:100%;height:400px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:4rem}.product-info h1{font-size:2.5rem;margin-bottom:1rem;color:#333}.product-price{font-size:2rem;color:#0070f3;font-weight:700;margin-bottom:1rem}.product-category{color:#666;margin-bottom:1rem}.product-description{line-height:1.8;margin-bottom:1.5rem}.stock-status{padding:.5rem 1rem;border-radius:4px;display:inline-block;font-weight:500}.in-stock{background:#d4edda;color:#155724}.out-of-stock{background:#f8d7da;color:#721c24}.about-content{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);line-height:1.8}.about-content h2{font-size:1.8rem;margin-top:2rem;color:#333}.about-content h2,.about-content p{margin-bottom:1rem}@media (max-width:768px){.hero h1{font-size:2rem}.product-detail{grid-template-columns:1fr}.nav-links{gap:1rem}}