@tailwind base;@tailwind components;@tailwind utilities;body{margin:0;padding:0}header{justify-content:space-between;padding:20px;background-color:#0d0d0d;color:#f2cb05;font-family:Poppins,sans-serif}.logo,header{display:flex;align-items:center}.logo{font-size:24px;font-weight:700}.logo img{height:40px;margin-right:10px}.gen{color:#088c7f}.ia{color:#f2b807}nav{display:flex;justify-content:center;align-items:center}.nav-links{display:flex;margin-right:20px}.nav-links a{margin-right:10px;color:#f2cb05;text-decoration:none}.nav-icon{display:none}main{max-width:1500px;margin:0 auto;padding:20px;font-family:Poppins,sans-serif}h1{margin-top:40px;margin-bottom:20px;font-size:32px;font-weight:700;text-align:center}.product-list{display:flex;flex-wrap:wrap;justify-content:space-between;list-style:none;margin:0;padding:0}.product{width:calc(33.33% - 50px);margin-bottom:20px;background-color:#f2b807;color:#0d0d0d;border-radius:8px;padding:20px;text-align:center}.product h2{margin-top:0;margin-bottom:10px;font-size:24px;font-weight:700}.product p{margin-top:0;font-size:16px}.product p,.product-image{margin-bottom:20px}.product-image img{max-width:100%;height:auto}.product-buttons{display:flex;justify-content:space-between}.product-buttons a{color:#f2b807;background-color:#0d0d0d;border:none;border-radius:8px;padding:10px 20px;text-decoration:none;transition:background-color .3s}.product-buttons a:hover{background-color:#f2b807;color:#0d0d0d}footer{justify-content:space-between;padding:20px;background-color:#0d0d0d;color:#f2cb05;font-family:Poppins,sans-serif}.social-links,footer{display:flex;align-items:center}.social-links img{height:30px;margin-right:10px}.legal-links a{margin-right:20px;color:#f2cb05;text-decoration:none}@media only screen and (max-width:768px){header{flex-direction:column;align-items:flex-start}.logo{margin-bottom:20px}nav{width:100%}.nav-links{flex-direction:column;align-items:center;display:none}.nav-icon{display:block;height:30px;width:30px;cursor:pointer;margin-left:auto}.nav-icon img{height:100%}.product{width:100%}}