*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,sans-serif;line-height:1.6;color:#333;background:#f5f5f5}a{color:#06c;text-decoration:none}a:hover{text-decoration:underline}.header{background:#131921;color:#fff;padding:.75rem 1rem;position:sticky;top:0;z-index:100}.header-inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:2rem}.logo{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none}.logo:hover{text-decoration:none;color:#f90}.nav-links{display:flex;gap:1.5rem;list-style:none}.nav-links a{color:#fff;font-size:.9rem;padding:.5rem 0;border-bottom:2px solid transparent}.nav-links a:hover,.nav-links a.active{color:#f90;text-decoration:none;border-bottom-color:#f90}.search-bar{flex:1;max-width:600px}.search-bar input{width:100%;padding:.6rem 1rem;border:none;border-radius:4px;font-size:1rem}.main{max-width:1400px;margin:0 auto;padding:1.5rem}.footer{background:#232f3e;color:#ddd;text-align:center;padding:2rem;margin-top:2rem}.footer a{color:#f90}.count{color:#666;font-size:.9rem;margin-left:.5rem}.home .main{max-width:none;padding:0}.hero{background:linear-gradient(135deg,#232f3e,#131921);color:#fff;padding:4rem 2rem;text-align:center}.hero-content{max-width:600px;margin:0 auto}.hero h1{font-size:2.5rem;margin-bottom:1rem}.hero p{font-size:1.2rem;opacity:.9;margin-bottom:2rem}.cta-button{display:inline-block;background:#f90;color:#111;padding:.8rem 2rem;border-radius:4px;font-weight:700;font-size:1.1rem;text-decoration:none;transition:background .2s}.cta-button:hover{background:#ffad33;text-decoration:none}.container{max-width:1400px;margin:0 auto;padding:2rem}.section{margin-bottom:3rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #ddd}.section-header h2{font-size:1.5rem;color:#111}.section-header a{color:#06c;font-size:.9rem}.item-count{color:#666;font-size:.9rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}.product-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:box-shadow .2s,transform .2s;text-decoration:none;color:inherit;display:block}.product-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px);text-decoration:none}.product-card img{width:100%;height:180px;object-fit:cover}.product-card .no-image{width:100%;height:180px;background:#f0f0f0;display:flex;align-items:center;justify-content:center;color:#999}.product-info{padding:1rem}.product-info h3{font-size:1rem;margin-bottom:.5rem;color:#111;line-height:1.3}.product-info .description{font-size:.85rem;color:#666;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-info .price{font-size:1.1rem;font-weight:700;color:#b12704}.badge{display:inline-block;background:#f90;color:#fff;padding:.15rem .4rem;border-radius:3px;font-size:.7rem;font-weight:400;margin-left:.5rem;vertical-align:middle}.empty-state{text-align:center;padding:3rem;background:#fff;border-radius:8px;color:#666}.empty-state code{background:#f0f0f0;padding:.2rem .5rem;border-radius:3px;font-family:monospace}.hint{font-size:.9rem;margin-top:.5rem}.categories h2{margin-bottom:1.5rem}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.category-card{background:#fff;border-radius:8px;padding:1.5rem;text-align:center;text-decoration:none;color:#333;box-shadow:0 1px 3px #0000001a;transition:box-shadow .2s}.category-card:hover{box-shadow:0 4px 12px #00000026;text-decoration:none}.category-icon{font-size:1.1rem;font-weight:500}
