*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;line-height:1.6;color:#333}.app{min-height:100vh}.landing-page{min-height:100vh;background:linear-gradient(#0006,#0006),url(https://images.unsplash.com/photo-1416879595882-3373a0480b5b?w=1200&h=800&fit=crop) center / cover;display:flex;align-items:center;justify-content:center;padding:2rem}.landing-content{max-width:800px;text-align:center;color:#fff}.company-name{font-size:4rem;font-weight:700;margin-bottom:2rem;text-shadow:2px 2px 4px rgba(0,0,0,.7)}.company-description{font-size:1.2rem;margin-bottom:3rem;line-height:1.8;text-shadow:1px 1px 2px rgba(0,0,0,.7)}.get-started-btn{background:#4caf50;color:#fff;border:none;padding:1rem 2rem;font-size:1.2rem;border-radius:50px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;font-weight:700;letter-spacing:1px}.get-started-btn:hover{background:#45a049;transform:translateY(-2px);box-shadow:0 4px 8px #0000004d}.header{background:#2e7d32;color:#fff;padding:1rem 0;box-shadow:0 2px 4px #0000001a}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.header-title{font-size:1.8rem;font-weight:700;color:#fff;text-decoration:none}.header-title-link{text-decoration:none;color:#fff}.header-nav{display:flex;align-items:center;gap:1rem}.nav-btn{background:transparent;color:#fff;border:2px solid white;padding:.5rem 1rem;border-radius:25px;cursor:pointer;transition:all .3s ease;font-weight:700}.nav-btn:hover{background:#fff;color:#2e7d32}.cart-icon-btn{background:transparent;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:25px;transition:background .3s ease}.cart-icon-btn:hover{background:#ffffff1a}.cart-icon{font-size:1.5rem}.cart-count{background:#ff5722;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}.product-listing-page{min-height:100vh;background:#f5f5f5}.products-main{max-width:1200px;margin:0 auto;padding:2rem}.page-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2e7d32}.category-section{margin-bottom:3rem}.category-title{font-size:2rem;margin-bottom:1.5rem;color:#388e3c;border-bottom:3px solid #4caf50;padding-bottom:.5rem}.plants-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.plant-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.plant-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0003}.plant-image{width:100%;height:200px;object-fit:cover}.plant-info{padding:1.5rem}.plant-name{font-size:1.3rem;font-weight:700;margin-bottom:.5rem;color:#2e7d32}.plant-price{font-size:1.2rem;font-weight:700;color:#ff5722;margin-bottom:1rem}.add-to-cart-btn{background:#4caf50;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:25px;cursor:pointer;font-weight:700;width:100%;transition:background .3s ease}.add-to-cart-btn:hover{background:#45a049}.shopping-cart-page{min-height:100vh;background:#f5f5f5}.cart-main{max-width:1000px;margin:0 auto;padding:2rem}.cart-summary{background:#fff;padding:2rem;border-radius:15px;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a;text-align:center}.total-items,.total-cost{font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.total-cost{color:#ff5722;font-size:1.5rem}.empty-cart{text-align:center;padding:3rem;background:#fff;border-radius:15px;box-shadow:0 4px 6px #0000001a}.empty-cart p{font-size:1.2rem;margin-bottom:2rem;color:#666}.cart-items{background:#fff;border-radius:15px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a}.cart-item{display:flex;align-items:center;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid #eee}.cart-item:last-child{border-bottom:none}.cart-item-image{width:80px;height:80px;object-fit:cover;border-radius:10px}.cart-item-info{flex:1}.cart-item-name{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;color:#2e7d32}.cart-item-price,.cart-item-total{margin-bottom:.3rem;color:#666}.cart-item-total{font-weight:700;color:#ff5722}.quantity-controls{display:flex;align-items:center;gap:1rem;margin-right:1rem}.quantity-btn{background:#4caf50;color:#fff;border:none;width:35px;height:35px;border-radius:50%;cursor:pointer;font-size:1.2rem;font-weight:700;transition:background .3s ease}.quantity-btn:hover{background:#45a049}.quantity{font-size:1.2rem;font-weight:700;min-width:30px;text-align:center}.delete-btn{background:#f44336;color:#fff;border:none;padding:.5rem 1rem;border-radius:20px;cursor:pointer;font-weight:700;transition:background .3s ease}.delete-btn:hover{background:#d32f2f}.cart-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.continue-shopping-btn,.checkout-btn{padding:1rem 2rem;border:none;border-radius:25px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.continue-shopping-btn{background:#2196f3;color:#fff}.continue-shopping-btn:hover{background:#1976d2}.checkout-btn{background:#ff5722;color:#fff}.checkout-btn:hover{background:#e64a19}@media (max-width: 768px){.company-name{font-size:2.5rem}.company-description{font-size:1rem}.header-content{padding:0 1rem}.header-title{font-size:1.4rem}.products-main,.cart-main{padding:1rem}.page-title{font-size:2rem}.plants-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.cart-item{flex-direction:column;align-items:flex-start;gap:1rem}.quantity-controls{margin-right:0}.cart-actions{flex-direction:column}.continue-shopping-btn,.checkout-btn{width:100%}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;margin:0;padding:0;text-align:left}
