body{background-image:url(https://images.unsplash.com/photo-1601004890684-d8cbf643f5f2);background-position:50%;background-size:cover;font-family:Arial,sans-serif;margin:0}.login-container{align-items:center;display:flex;height:100vh;justify-content:center}.login-form{background:#fffffff2;border-radius:15px;box-shadow:0 0 10px #888;display:flex;flex-direction:column;gap:10px;padding:30px}.signup-container{align-items:center;background-image:url(https://images.unsplash.com/photo-1601315370921-04925b4db0b2);background-position:50%;background-size:cover;display:flex;height:100vh;justify-content:center}.signup-form{background:#fffffff2;border-radius:15px;box-shadow:0 0 10px #888;display:flex;flex-direction:column;gap:10px;padding:30px}.homepage-container{background:#f4f8f6;min-height:100vh;padding:30px;text-align:center}.homepage-title{color:#2e7d32;font-size:2.5rem;margin-bottom:10px}.homepage-subtitle{color:#555;font-size:18px;margin-bottom:30px}.product-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1000px;padding:20px}.product-card{background:#fff;border-radius:10px;box-shadow:0 4px 10px #0000001a;padding:15px;text-align:center;transition:transform .3s ease}.product-card:hover{transform:translateY(-8px)}.product-image{border-radius:8px;height:180px;margin-bottom:15px;object-fit:cover;width:100%}.logout-button{background-color:#e53935;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;margin-top:30px;padding:12px 25px}.logout-button:hover{background-color:#c62828}
/*# sourceMappingURL=main.0c8c346d.css.map*/