*{box-sizing:border-box;margin:0;padding:0}body{color:#333;background-color:#f4f7f9;flex-direction:column;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;display:flex}.app-container{flex-direction:column;min-height:100vh;display:flex}.header{color:#fff;background-color:#1e293b;padding:2rem 5%;box-shadow:0 4px 6px -1px #0000001a}.header h1{letter-spacing:-.5px;text-align:center;background:linear-gradient(90deg,#38bdf8,#818cf8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:800}nav{flex-direction:column;align-items:center;gap:1rem;display:flex}nav ul{flex-wrap:wrap;justify-content:center;gap:2rem;list-style:none;display:flex}nav a{color:#cbd5e1;font-size:1.1rem;font-weight:500;text-decoration:none;transition:color .3s}nav a:hover{color:#38bdf8}nav p{color:#94a3b8;background-color:#ffffff1a;border-radius:20px;margin-top:.5rem;padding:.5rem 1rem;font-size:.9rem}.catalog{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:3rem 5%}.products{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;list-style:none;display:grid}.product{background-color:#fff;border-radius:16px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000006}.product:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.product img{object-fit:contain;background-color:#fff;border-bottom:1px solid #e2e8f0;width:100%;height:220px;padding:1rem}.product div{flex-direction:column;flex:1;padding:1.5rem;display:flex}.product h3{color:#0f172a;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.product p{color:#64748b;flex:1;margin-bottom:1.5rem;font-size:.95rem}.product span{color:#10b981;background-color:#ecfdf5;border-radius:8px;align-self:flex-start;padding:.4rem .8rem;font-size:1.25rem;font-weight:700;display:inline-block}.product span:before{content:"$"}.footer{color:#94a3b8;text-align:center;background-color:#1e293b;padding:1.5rem;font-size:.9rem}
