@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;1,400&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Inter:wght@400;500;600&display=swap";.purchase-order-menu{position:fixed;top:0;right:-450px;width:450px;height:100vh;background:white;box-shadow:-2px 0 10px #0000001a;transition:right .3s ease;z-index:10001;display:flex;flex-direction:column}.purchase-order-menu.open{right:0}.purchase-order-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:10000}.purchase-order-header{padding:1.5rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.purchase-order-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#1a202c}.close-menu-button{width:2.5rem;height:2.5rem;border-radius:50%;background:#f7fafc;border:none;font-size:2rem;color:#4a5568;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;line-height:1}.close-menu-button:hover{background:#e2e8f0;color:#1a202c}.purchase-order-content{flex:1;overflow-y:auto;padding:1rem;min-height:0}.empty-purchase-order{text-align:center;padding:3rem 1.5rem;color:#718096}.empty-purchase-order p{margin:0 0 .5rem;font-size:1.1rem}.empty-purchase-order-hint{font-size:.875rem;color:#a0aec0}.purchase-order-items{display:flex;flex-direction:column;gap:1rem}.purchase-order-item{position:relative;background:#f7fafc;border-radius:.75rem;padding:1rem;border:2px solid #e2e8f0;transition:all .2s ease}.purchase-order-item:hover{background:#edf2f7;border-color:#cbd5e0}.remove-item-button{position:absolute;top:.5rem;right:.5rem;width:2rem;height:2rem;border-radius:50%;background:#fed7d7;border:none;font-size:1.5rem;color:#c53030;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;line-height:1}.remove-item-button:hover{background:#fc8181;color:#fff}.item-image-container{width:100%;height:150px;border-radius:.5rem;overflow:hidden;margin-bottom:1rem;background:white}.item-image{width:100%;height:100%;object-fit:cover}.item-details{padding-right:2rem}.item-common-name{font-size:1.125rem;font-weight:700;color:#1a202c;margin:0 0 .25rem}.item-botanical-name{font-size:.875rem;font-style:italic;color:#4a5568;margin:0 0 .5rem}.item-description{font-size:.875rem;color:#718096;line-height:1.5;margin:0 0 .75rem}.item-barcode-info{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.item-barcode,.item-size{font-size:.75rem;padding:.25rem .5rem;background:white;border-radius:.25rem;color:#4a5568;font-family:Courier New,Courier,monospace}.item-quantity-control{display:flex;align-items:center;gap:.5rem}.quantity-button{width:2rem;height:2rem;border-radius:.375rem;background:#059669;color:#fff;border:none;font-size:1.25rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.quantity-button:hover{background:#047857}.quantity-input{width:4rem;height:2rem;text-align:center;border:2px solid #e2e8f0;border-radius:.375rem;font-size:1rem;font-weight:600}.quantity-input:focus{outline:none;border-color:#059669}.purchase-order-footer{padding:1.5rem;border-top:1px solid #e2e8f0;flex-shrink:0}.purchase-order-summary{margin-bottom:1rem;text-align:center;font-size:1rem;font-weight:600;color:#4a5568}.generate-po-button{width:100%;padding:1rem;background:#059669;color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.generate-po-button:hover{background:#047857;transform:translateY(-1px);box-shadow:0 4px 12px #0596694d}.customer-info-section{margin-bottom:1.5rem}.toggle-customer-form{width:100%;padding:.75rem 1rem;background:#edf2f7;border:2px solid #e2e8f0;border-radius:.5rem;font-size:.95rem;font-weight:600;color:#2d3748;cursor:pointer;text-align:left;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.toggle-customer-form:hover{background:#e2e8f0;border-color:#cbd5e0}.required-badge{margin-left:auto;padding:.25rem .5rem;background:#fed7d7;color:#c53030;font-size:.75rem;border-radius:.25rem;font-weight:600}.customer-form{margin-top:1rem;padding:1rem;background:#f7fafc;border-radius:.5rem;border:1px solid #e2e8f0}.form-group{margin-bottom:1rem}.form-group:last-child{margin-bottom:0}.form-group label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:600;color:#2d3748}.form-group input{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:.5rem;font-size:.95rem;transition:all .2s ease}.form-group input:focus{outline:none;border-color:#059669;box-shadow:0 0 0 3px #0596691a}.form-group input::placeholder{color:#a0aec0}.purchase-order-summary{margin-bottom:1rem;padding:1rem;background:#f7fafc;border-radius:.5rem;border:1px solid #e2e8f0}.summary-row{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.95rem;font-weight:600;color:#2d3748}.summary-row:last-child{margin-bottom:0}.generate-po-button:disabled{background:#cbd5e0;cursor:not-allowed;transform:none}.generate-po-button:disabled:hover{background:#cbd5e0;transform:none;box-shadow:none}.floating-cart-button{position:fixed;bottom:2rem;right:2rem;width:4rem;height:4rem;border-radius:50%;background:#059669;border:none;box-shadow:0 4px 12px #05966966;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:9999}.floating-cart-button:hover{background:#047857;transform:translateY(-2px);box-shadow:0 6px 16px #05966980}.cart-icon{width:1.75rem;height:1.75rem}.cart-badge{position:absolute;top:-.25rem;right:-.25rem;background:#dc2626;color:#fff;border-radius:50%;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;border:2px solid white}@media (max-width: 768px){.purchase-order-menu{width:100%;right:-100%}.purchase-order-menu.open{right:0}.floating-cart-button{bottom:1rem;right:1rem;width:3.5rem;height:3.5rem}}.plant-detail-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.plant-detail-modal{background:white;border-radius:1rem;max-width:500px;width:100%;max-height:90vh;overflow:hidden;position:relative;animation:slideUp .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.plant-detail-header{position:absolute;top:1rem;right:1rem;z-index:10}.close-button{width:2.5rem;height:2.5rem;border-radius:50%;background:rgba(0,0,0,.8);border:2px solid rgba(255,255,255,.3);font-size:1.5rem;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-weight:700;line-height:1}.close-button:hover{background:rgba(0,0,0,.9);border-color:#fff9;transform:scale(1.1);box-shadow:0 4px 12px #0000004d}.plant-detail-content{display:flex;flex-direction:column;height:100%;min-height:0}.plant-detail-image-container{position:relative;height:300px;overflow:hidden;flex-shrink:0}.plant-detail-image{width:100%;height:100%;object-fit:contain}.image-nav-button{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;border-radius:50%;background:rgba(0,0,0,.6);border:2px solid rgba(255,255,255,.3);color:#fff;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:5;font-weight:700;line-height:1;padding:0}.image-nav-button:hover{background:rgba(0,0,0,.8);border-color:#fff9;transform:translateY(-50%) scale(1.1)}.image-nav-button.prev-button{left:1rem}.image-nav-button.next-button{right:1rem}.image-counter{position:absolute;bottom:1rem;right:1rem;background:rgba(0,0,0,.7);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:5}.plant-detail-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%)}.plant-emoji-large{font-size:4rem;opacity:.6}.add-button{position:absolute;bottom:1rem;right:1rem;width:3rem;height:3rem;border-radius:50%;background:#059669;color:#fff;border:none;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 4px 12px #0596694d}.add-button:hover{background:#047857;transform:scale(1.1);box-shadow:0 6px 16px #05966966}.plant-detail-info{padding:1.5rem;flex:1;overflow-y:auto;min-height:0}.plant-detail-name{font-size:1.5rem;font-weight:700;color:#1a202c;margin:0 0 1rem;line-height:1.3}.buy-now-button{width:100%;padding:.875rem;background:#059669;color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:1.5rem}.buy-now-button:hover{background:#047857;transform:translateY(-1px);box-shadow:0 4px 12px #0596694d}.plant-description{margin-bottom:1.5rem}.plant-description h3{font-size:1.1rem;font-weight:600;color:#2d3748;margin:0 0 .75rem}.plant-description p{color:#4a5568;line-height:1.6;margin:0}.show-more-button{background:none;border:none;color:#059669;cursor:pointer;font-weight:500;margin-top:.5rem;padding:0}.show-more-button:hover{text-decoration:underline}.plant-care-section h3{font-size:1.1rem;font-weight:600;color:#2d3748;margin:0 0 1rem}.care-items{display:flex;flex-direction:column;gap:1rem}.care-item{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#f7fafc;border-radius:.75rem}.care-icon{width:3rem;height:3rem;border-radius:50%;background:#d1fae5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.care-icon img{width:1.5rem;height:1.5rem;object-fit:contain}.care-info{flex:1}.care-label{font-size:1rem;font-weight:600;color:#1a202c;margin-bottom:.25rem}.care-value{font-size:.875rem;color:#718096}@media (max-width: 768px){.plant-detail-overlay{padding:0;align-items:flex-end;z-index:10000}.plant-detail-modal{max-width:100%;width:100%;max-height:95vh;border-radius:1rem 1rem 0 0;animation:slideUpMobile .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}@keyframes slideUpMobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}.plant-detail-header{position:absolute;top:.75rem;right:.75rem;z-index:100}.close-button{width:3rem;height:3rem;font-size:1.75rem;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:rgba(255,255,255,.95)!important;color:#1a202c!important;border:2px solid rgba(0,0,0,.1)!important;box-shadow:0 4px 12px #00000026!important}.plant-detail-image-container{height:250px}.plant-detail-info{padding:1.5rem 1rem 1rem}.plant-detail-name{font-size:1.25rem}.care-item{padding:.5rem}.care-icon{width:2.5rem;height:2.5rem}.care-icon img{width:1.25rem;height:1.25rem}.plant-detail-modal{touch-action:pan-y}.plant-detail-overlay{touch-action:none}}.plant-barcode-section{margin-top:1.5rem}.plant-barcode-section h3{font-size:1.1rem;font-weight:600;color:#2d3748;margin:0 0 1rem}.barcode-loading,.barcode-error,.barcode-none{color:#718096;font-size:.875rem;font-style:italic;margin:0;padding:.75rem;background:#f7fafc;border-radius:.75rem;text-align:center}.barcode-error{color:#e53e3e;background:#fff5f5}.barcode-list{display:flex;flex-direction:column;gap:.75rem}.barcode-item{padding:1rem;background:#f7fafc;border-radius:.75rem;border:2px solid #e2e8f0;transition:all .2s ease;display:flex;flex-direction:column;align-items:center}.barcode-item:hover{background:#edf2f7;border-color:#cbd5e0;transform:translateY(-1px);box-shadow:0 2px 8px #0000000d}.barcode-image-container{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:.75rem;padding:.5rem;background:white;border-radius:.5rem}.barcode-image-container svg{max-width:100%;height:auto}.barcode-code{font-size:1.125rem;font-weight:700;color:#1a202c;font-family:Courier New,Courier,monospace;letter-spacing:.05em;margin-bottom:.25rem}.barcode-vendor{font-size:.875rem;color:#059669;font-weight:600;margin-bottom:.25rem}.barcode-size{font-size:.875rem;color:#718096;font-weight:500}.add-to-purchase-button{width:100%;padding:.75rem;margin-top:.75rem;background:#059669;color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.add-to-purchase-button:hover{background:#047857;transform:translateY(-1px);box-shadow:0 4px 8px #0596694d}.add-to-purchase-button:active{transform:translateY(0)}@media (max-width: 768px){.plant-barcode-section{margin-top:1rem}.barcode-item{padding:.75rem}.barcode-code{font-size:1rem}}.plant-tile{background:#FFFFFF;border-radius:20px;overflow:hidden;box-shadow:0 4px 60px #04060f14;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;width:327px;min-height:225px}.plant-tile:hover{transform:translateY(-4px);box-shadow:0 8px 80px #04060f1f}.plant-image-container{width:100%;height:160px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f8f9fa;flex-shrink:0}.plant-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.plant-tile:hover .plant-image{transform:scale(1.05)}.plant-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%)}.plant-emoji{font-size:3rem;opacity:.6}.plant-info{padding:16px 24px;background:white;display:flex;flex-direction:column;gap:4px}.plant-name{font-family:Poppins,Inter,sans-serif;font-size:20px;font-weight:500;line-height:1.64em;color:#13542d;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.plant-botanical-name{font-family:Inter,sans-serif;font-size:14px;color:#718096;margin:0;font-style:italic;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.plant-recommendations{margin:0}.plant-recommendations h3{color:#2d3748;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.plant-grid{display:flex;flex-direction:column;gap:16px}@media (max-width: 768px){.plant-tile{width:100%;max-width:327px}.plant-info{padding:12px 16px}.plant-name{font-size:18px}.plant-botanical-name{font-size:13px}}@media (max-width: 480px){.plant-tile{width:100%;min-height:auto}.plant-image-container{height:140px}.plant-emoji{font-size:2.5rem}}.filter-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;justify-content:center}.filter-tag{display:inline-flex;align-items:center;padding:.375rem .875rem;background:linear-gradient(135deg,#059669 0%,#047857 100%);color:#fff;border-radius:1rem;font-size:.875rem;font-weight:600;box-shadow:0 2px 4px #05966933;transition:all .2s ease}.filter-tag:hover{transform:translateY(-1px);box-shadow:0 4px 8px #0596694d}.plant-carousel-container{position:relative;display:flex;flex-direction:column;gap:12px}.plant-grid-carousel{display:flex;flex-direction:column;gap:16px;transition:opacity .3s ease}.plant-grid-carousel.animating{opacity:.7}.carousel-nav-container{display:flex;justify-content:center;align-items:center;gap:12px;margin-bottom:12px}.carousel-nav{width:40px;height:40px;border-radius:50%;border:1px solid #ECEDEE;background:#FFFFFF;color:#151515;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 1px 2px #1010100d}.carousel-nav:hover:not(.disabled){background:#F5F7F5;border-color:#13542d;color:#13542d;transform:scale(1.05)}.carousel-nav:active:not(.disabled){transform:scale(.95)}.carousel-nav.disabled{background:#F5F5F5;color:#cbd5e0;cursor:not-allowed;opacity:.5}.carousel-dots{display:flex;justify-content:center;align-items:center;gap:8px}.carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background:#E5E7EB;cursor:pointer;transition:all .2s ease;padding:0}.carousel-dot:hover{background:#9CA3AF;transform:scale(1.2)}.carousel-dot.active{background:#13542D;width:24px;border-radius:4px}.carousel-page-indicator{font-family:Inter,sans-serif;font-size:14px;color:#6b7280;min-width:60px;text-align:center}@media (max-width: 768px){.plant-grid-carousel{gap:16px}.carousel-nav{width:36px;height:36px}.carousel-nav svg{width:18px;height:18px}}@media (max-width: 480px){.carousel-nav{width:32px;height:32px}.carousel-nav svg{width:16px;height:16px}}.plant-recommendations-v2{display:flex;flex-direction:column;gap:16px;width:100%;max-width:100%;overflow:hidden}.plants-section-title{font-family:Poppins,Inter,sans-serif;font-size:18px;font-weight:600;color:#13542d;margin:0 0 8px}.carousel-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.carousel-nav-row{display:flex;align-items:center;gap:12px}.carousel-filter-tags{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.carousel-filter-tag{display:inline-flex;align-items:center;padding:6px 12px;background:linear-gradient(135deg,#13542D 0%,#1a6b3a 100%);color:#fff;border-radius:16px;font-family:Inter,sans-serif;font-size:12px;font-weight:600;box-shadow:0 2px 4px #13542d33;white-space:nowrap}.carousel-counter{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#6b7280;min-width:50px;text-align:center}.horizontal-carousel-wrapper{width:100%;overflow:hidden;position:relative}.horizontal-carousel{display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;padding:8px 4px 16px;scrollbar-width:thin;scrollbar-color:#13542D #f0f0f0;-webkit-overflow-scrolling:touch}.horizontal-carousel::-webkit-scrollbar{height:6px}.horizontal-carousel::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}.horizontal-carousel::-webkit-scrollbar-thumb{background:#13542D;border-radius:3px}.horizontal-carousel.animating{opacity:.8}.carousel-plant-item{flex-shrink:0;cursor:pointer;transition:all .3s ease;border-radius:20px;border:3px solid transparent}.carousel-plant-item:hover{transform:translateY(-4px)}.carousel-plant-item.selected{border-color:#13542d;box-shadow:0 4px 20px #13542d33}.carousel-plant-item .plant-tile{width:200px;min-height:auto}.carousel-plant-item .plant-image-container{height:120px}.carousel-plant-item .plant-info{padding:12px 16px}.carousel-plant-item .plant-name{font-size:15px;-webkit-line-clamp:1}.carousel-plant-item .plant-botanical-name{font-size:12px}.plant-detail-section{margin-top:8px}.find-retailers-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#13542D 0%,#1a6b3a 100%);color:#fff;border:none;border-radius:12px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #13542d40;margin-top:12px;width:100%;max-width:280px}.find-retailers-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #13542d59;background:linear-gradient(135deg,#1a6b3a 0%,#228B22 100%)}.find-retailers-btn:active{transform:translateY(0);box-shadow:0 2px 8px #13542d33}.find-retailers-btn svg{flex-shrink:0}@media (max-width: 768px){.carousel-plant-item .plant-tile{width:160px}.carousel-plant-item .plant-image-container{height:90px}.carousel-plant-item .plant-name{font-size:13px}}@media (max-width: 480px){.horizontal-carousel{gap:12px;padding:4px 2px 12px}.carousel-plant-item .plant-tile{width:140px}.carousel-plant-item .plant-image-container{height:80px}.carousel-plant-item .plant-info{padding:8px 10px}.carousel-plant-item .plant-name{font-size:12px}.carousel-plant-item .plant-botanical-name{font-size:10px}.carousel-counter{font-size:12px}.plant-recommendations-v2,.horizontal-carousel-wrapper{max-width:100vw;overflow-x:hidden}}.plant-detail-inline{background:white;border-radius:1rem;display:flex;flex-direction:column;box-shadow:0 4px 60px #04060f14}.plant-detail-inline::-webkit-scrollbar{width:6px}.plant-detail-inline::-webkit-scrollbar-track{background:#f0f0f0}.plant-detail-inline::-webkit-scrollbar-thumb{background:#13542D;border-radius:3px}.plant-detail-inline-header{padding:1.5rem 1.5rem 0;flex-shrink:0;display:flex;flex-direction:column;gap:16px}.plant-detail-inline-name{font-family:Inter,sans-serif;font-size:40px;font-weight:800;font-style:normal;color:#285534;margin:0;line-height:1.35em}.plant-detail-inline-botanical{font-family:Inter,sans-serif;font-size:20px;font-weight:500;color:#212320;margin:0;line-height:1.5em}.plant-detail-inline-image-container{position:relative;width:100%;max-width:1024px;aspect-ratio:4 / 3;overflow:hidden;flex-shrink:0;margin:1rem auto;border-radius:12px;background:#F5F5F5;touch-action:pan-y pinch-zoom}.plant-detail-inline-image-container.single-image{max-width:1024px}.plant-detail-inline-image{width:100%;height:100%;object-fit:contain;border-radius:12px}.plant-detail-inline-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border-radius:12px}.plant-detail-inline .plant-emoji-large{font-size:4rem;opacity:.6}.plant-detail-inline .image-nav-button{position:absolute;top:50%;transform:translateY(-50%);width:2.5rem;height:2.5rem;border-radius:50%;background:rgba(255,255,255,.9);border:none;color:#151515;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 8px #00000026;z-index:5;font-weight:700;line-height:1;padding:0}.plant-detail-inline .image-nav-button:hover{background:#FFFFFF;transform:translateY(-50%) scale(1.1)}.plant-detail-inline .image-nav-button.prev-button{left:.75rem}.plant-detail-inline .image-nav-button.next-button{right:.75rem}.plant-detail-inline .image-counter{position:absolute;bottom:.75rem;right:.75rem;background:rgba(0,0,0,.6);color:#fff;padding:.375rem .75rem;border-radius:16px;font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;z-index:5}.plant-detail-thumbnails{display:flex;gap:8px;padding:0 1.5rem;margin-bottom:1rem;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#13542D #f0f0f0;flex-shrink:0;min-height:68px}.plant-detail-thumbnails::-webkit-scrollbar{height:4px}.plant-detail-thumbnails::-webkit-scrollbar-track{background:#f0f0f0;border-radius:2px}.plant-detail-thumbnails::-webkit-scrollbar-thumb{background:#13542D;border-radius:2px}.thumbnail-button{flex-shrink:0;width:60px;height:60px;padding:0;border:2px solid transparent;border-radius:8px;background:#F5F5F5;cursor:pointer;overflow:hidden;transition:all .2s ease}.thumbnail-button:hover{border-color:#9ca3af;transform:scale(1.05)}.thumbnail-button.active{border-color:#13542d;box-shadow:0 2px 8px #13542d40}.thumbnail-image{width:100%;height:100%;object-fit:cover}.plant-detail-inline-info{padding:0 1.5rem 1.5rem;flex:1;min-height:0}.plant-detail-inline .buy-now-button{width:100%;padding:.875rem;background:#13542D;color:#fff;border:none;border-radius:.75rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:1.5rem}.plant-detail-inline .buy-now-button:hover{background:#0d3d20;transform:translateY(-1px);box-shadow:0 4px 12px #13542d4d}.plant-detail-inline .plant-description{margin-bottom:1.5rem}.plant-detail-inline .plant-description h3{font-family:Poppins,sans-serif;font-size:28px;font-weight:500;font-style:normal;color:#333;line-height:1.43em;margin:0 0 .75rem}.plant-detail-inline .plant-description p{font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:#333;line-height:1.625em;margin:0}.plant-detail-inline .show-more-button{background:none;border:none;font-family:Inter,sans-serif;color:#13542d;cursor:pointer;font-weight:500;font-size:14px;margin-top:.5rem;padding:0}.plant-detail-inline .show-more-button:hover{text-decoration:underline}.plant-detail-inline .plant-care-section h3{font-family:Poppins,sans-serif;font-size:28px;font-weight:500;font-style:normal;color:#333;line-height:1.43em;margin:0 0 1rem}.plant-detail-inline .care-items{display:flex;flex-direction:column;gap:.75rem}.plant-detail-inline .care-item{display:flex;align-items:center;gap:24px;padding:1rem;background:#F5F7F5;border-radius:16px}.plant-detail-inline .care-icon{width:60px;height:60px;border-radius:50%;background:#E1F4EA;display:flex;align-items:center;justify-content:center;flex-shrink:0}.plant-detail-inline .care-icon img{width:32px;height:32px;object-fit:contain}.plant-detail-inline .care-info{flex:1;display:flex;flex-direction:column;gap:4px}.plant-detail-inline .care-label{font-family:Inter,sans-serif;font-size:20px;font-weight:500;color:#090f24;line-height:1.5em}.plant-detail-inline .care-value{font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#777b8a;line-height:1.71em}.plant-detail-inline .plant-barcode-section{margin-top:1.5rem}.plant-detail-inline .plant-barcode-section h3{font-size:1.1rem;font-weight:600;color:#2d3748;margin:0 0 1rem}.plant-detail-inline .barcode-loading,.plant-detail-inline .barcode-error,.plant-detail-inline .barcode-none{color:#718096;font-size:.875rem;font-style:italic;margin:0;padding:.75rem;background:#f7fafc;border-radius:.75rem;text-align:center}.plant-detail-inline .barcode-error{color:#e53e3e;background:#fff5f5}.plant-detail-inline .barcode-list{display:flex;flex-direction:column;gap:.75rem}.plant-detail-inline .barcode-item{padding:1rem;background:#f7fafc;border-radius:.75rem;border:2px solid #e2e8f0;transition:all .2s ease;display:flex;flex-direction:column;align-items:center}.plant-detail-inline .barcode-item:hover{background:#edf2f7;border-color:#cbd5e0;transform:translateY(-1px);box-shadow:0 2px 8px #0000000d}.plant-detail-inline .barcode-image-container{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:.75rem;padding:.5rem;background:white;border-radius:.5rem}.plant-detail-inline .barcode-image-container svg{max-width:100%;height:auto}.plant-detail-inline .barcode-vendor{font-size:.875rem;color:#059669;font-weight:600;margin-bottom:.25rem}.plant-detail-inline .barcode-size{font-size:.875rem;color:#718096;font-weight:500}.plant-detail-inline .add-to-purchase-button{width:100%;padding:.75rem;margin-top:.75rem;background:#059669;color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.plant-detail-inline .add-to-purchase-button:hover{background:#047857;transform:translateY(-1px);box-shadow:0 4px 8px #0596694d}.plant-detail-inline .add-to-purchase-button:active{transform:translateY(0)}.plant-detail-inline .find-retailers-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:.875rem;background:linear-gradient(135deg,#13542D 0%,#1a6b3a 100%);color:#fff;border:none;border-radius:.75rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:1.5rem;box-shadow:0 4px 12px #13542d40}.plant-detail-inline .find-retailers-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #13542d59;background:linear-gradient(135deg,#1a6b3a 0%,#228B22 100%)}.plant-detail-inline .find-retailers-btn:active{transform:translateY(0);box-shadow:0 2px 8px #13542d33}.plant-detail-inline .find-retailers-btn svg{flex-shrink:0}@media (max-width: 768px){.plant-detail-inline{max-height:none}.plant-detail-inline-image-container,.plant-detail-inline-image-container.single-image{max-width:100%}.plant-detail-thumbnails{padding:0 1rem;gap:6px}.thumbnail-button{width:50px;height:50px}.plant-detail-inline-info{padding:1rem}.plant-detail-inline-name{font-size:1.25rem}.plant-detail-inline .care-item{padding:.5rem}.plant-detail-inline .care-icon{width:2.5rem;height:2.5rem}.plant-detail-inline .care-icon img{width:1.25rem;height:1.25rem}.plant-detail-inline .plant-barcode-section{margin-top:1rem}.plant-detail-inline .barcode-item{padding:.75rem}}@media (max-width: 480px){.plant-detail-inline{max-height:none}.plant-detail-inline-image-container,.plant-detail-inline-image-container.single-image{max-width:100%}.thumbnail-button{width:44px;height:44px}.plant-detail-inline .image-nav-button{width:2.5rem;height:2.5rem;font-size:1.5rem}}.products-carousel-container{width:100%;max-width:100%;padding:16px 0;box-sizing:border-box;overflow:hidden}.products-section-title{font-family:Poppins,Inter,sans-serif;font-size:18px;font-weight:600;color:#13542d;margin:0 0 16px}.products-loading,.products-error{font-family:Inter,sans-serif;font-size:14px;color:#6b7280;padding:16px;text-align:center;background:#F5F7F5;border-radius:12px}.products-error{color:#dc2626;background:#FEF2F2}.products-carousel-wrapper{position:relative;display:flex;align-items:center;gap:8px;max-width:100%;overflow:hidden}.products-nav{flex-shrink:0;width:36px;height:36px;border-radius:50%;border:1px solid #ECEDEE;background:#FFFFFF;color:#151515;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 1px 2px #1010100d;z-index:2}.products-nav:hover{background:#F5F7F5;border-color:#13542d;color:#13542d;transform:scale(1.05)}.products-nav:active{transform:scale(.95)}.products-carousel{display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;padding:8px 4px;flex:1;min-width:0;scrollbar-width:thin;scrollbar-color:#13542D #f0f0f0;-webkit-overflow-scrolling:touch}.products-carousel::-webkit-scrollbar{height:6px}.products-carousel::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}.products-carousel::-webkit-scrollbar-thumb{background:#13542D;border-radius:3px}.product-card{flex-shrink:0;width:260px;background:#FFFFFF;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #04060f14;transition:all .3s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-2px);box-shadow:0 6px 30px #04060f1f}.product-image-container{width:100%;height:140px;overflow:hidden;background:#F5F7F5;display:flex;align-items:center;justify-content:center}.product-image-container.no-image{display:none}.product-image{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.03)}.product-info{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.product-name,.product-name-link{font-family:Poppins,Inter,sans-serif;font-size:15px;font-weight:600;color:#13542d;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-name-link{text-decoration:none;transition:color .2s ease}.product-name-link:hover{color:#1a6b3a;text-decoration:underline}.product-description{font-family:Inter,sans-serif;font-size:13px;font-weight:400;color:#6b7280;margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 768px){.products-carousel-container{padding:12px 16px}.products-section-title{font-size:16px;margin-bottom:12px}.product-card{width:220px}.product-image-container{height:120px}.product-info{padding:12px}.product-name,.product-name-link{font-size:14px}.product-description{font-size:12px;-webkit-line-clamp:2}}@media (max-width: 480px){.products-carousel-container{padding:8px 12px}.products-nav{width:32px;height:32px}.products-nav svg{width:16px;height:16px}.product-card{width:180px}.product-image-container{height:100px}.product-info{padding:10px;gap:6px}.product-name,.product-name-link{font-size:13px}.product-description{font-size:11px}}.product-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;animation:fadeIn .2s ease-out}.product-modal{background:#FFFFFF;border-radius:16px;max-width:480px;width:100%;max-height:85vh;overflow-y:auto;position:relative;box-shadow:0 8px 40px #0003;animation:modalSlideIn .25s ease-out}.product-modal-close{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;border:none;background:rgba(0,0,0,.06);color:#374151;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:1}.product-modal-close:hover{background:rgba(0,0,0,.12);color:#111}.product-modal-image-container{width:100%;max-height:280px;overflow:hidden;background:#F5F7F5;display:flex;align-items:center;justify-content:center;border-radius:16px 16px 0 0}.product-modal-image{width:100%;height:100%;max-height:280px;object-fit:contain}.product-modal-body{padding:20px;display:flex;flex-direction:column;gap:12px}.product-modal-title{font-family:Poppins,Inter,sans-serif;font-size:20px;font-weight:600;color:#13542d;margin:0;line-height:1.3}.product-modal-category{display:inline-block;width:fit-content;padding:4px 10px;background:linear-gradient(135deg,#13542D 0%,#1a6b3a 100%);color:#fff;border-radius:12px;font-family:Inter,sans-serif;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.3px}.product-modal-description{font-family:Inter,sans-serif;font-size:14px;color:#4b5563;margin:0;line-height:1.6}.product-modal-link{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;background:#13542D;color:#fff;border-radius:8px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:background .2s ease;width:fit-content}.product-modal-link:hover{background:#1a6b3a}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 480px){.product-modal{max-width:100%;border-radius:12px}.product-modal-image-container{max-height:200px;border-radius:12px 12px 0 0}.product-modal-body{padding:16px}.product-modal-title{font-size:18px}.product-modal-description{font-size:13px}}.message{margin-bottom:1rem;display:flex;flex-direction:column}.message.user{align-items:flex-end}.message.ai{align-items:flex-start}.message-content{max-width:70%;padding:1rem;border-radius:1rem;position:relative}.message.user .message-content{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-bottom-right-radius:.25rem}.message.ai .message-content{background:white;color:#333;box-shadow:0 2px 8px #0000001a;border-bottom-left-radius:.25rem}.message-text{font-size:1rem;line-height:1.5;word-wrap:break-word}.message-audio{margin-top:.5rem;display:flex;align-items:center}.audio-control-btn{background:none;border:2px solid currentColor;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:all .2s ease;opacity:.8}.audio-control-btn:hover{opacity:1;transform:scale(1.05)}.audio-control-btn:disabled{opacity:.5;cursor:not-allowed}.message-timestamp{font-size:.75rem;opacity:.7;margin-top:.25rem;text-align:right}.message.user .message-timestamp{text-align:right}.message.ai .message-timestamp{text-align:left}.streaming-cursor{animation:plantGrow 1.5s ease-in-out infinite;font-size:1.1em;margin-left:4px;display:inline-block;transform-origin:bottom center}@keyframes plantGrow{0%{transform:scale(.8) rotate(-2deg);opacity:.7}50%{transform:scale(1.1) rotate(2deg);opacity:1}to{transform:scale(.8) rotate(-2deg);opacity:.7}}.message.ai .message-text h1,.message.ai .message-text h2,.message.ai .message-text h3{margin:.5rem 0;color:#2d3748}.message.ai .message-text h2{font-size:1.25rem;font-weight:600;border-bottom:2px solid #e2e8f0;padding-bottom:.25rem}.message.ai .message-text ul,.message.ai .message-text ol{margin:.5rem 0;padding-left:1.5rem}.message.ai .message-text li{margin:.25rem 0}.message.ai .message-text strong{font-weight:600;color:#2d3748}.message.ai .message-text em{font-style:italic;color:#4a5568}.message.ai .message-text code{background:#f7fafc;padding:.125rem .25rem;border-radius:.25rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem}.message.ai .message-text img{max-width:100%;max-height:60vh;width:auto;height:auto;border-radius:.5rem;margin:.5rem 0;box-shadow:0 2px 8px #0000001a;display:block;object-fit:contain}.message-content{overflow-x:hidden;word-wrap:break-word}.tool-calling-status{margin-bottom:.75rem;padding:.5rem .75rem;background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border:1px solid #0284c7;border-radius:.5rem;font-size:.875rem}.tool-indicator{display:flex;align-items:center;justify-content:space-between;gap:.5rem;color:#0369a1;font-weight:500}.tool-main-info{display:flex;align-items:center;gap:.5rem}.debug-toggle{background:none;border:1px solid #0284c7;color:#0284c7;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;cursor:pointer;transition:all .2s ease;font-weight:500}.debug-toggle:hover{background:#0284c7;color:#fff}.api-debug-section{margin-top:.75rem;border-top:1px solid #0284c7;padding-top:.75rem}.debug-section{margin-bottom:1rem}.debug-section:last-child{margin-bottom:0}.debug-section h4{font-size:.8rem;font-weight:600;color:#0369a1;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.05em}.debug-section.error h4{color:#dc2626}.debug-code{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.375rem;padding:.75rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.75rem;line-height:1.4;color:#334155}.api-debug-info{margin-bottom:1rem;padding:.75rem;background:linear-gradient(135deg,#e0f2fe 0%,#f0f9ff 100%);border:1px solid #0891b2;border-radius:.5rem;box-shadow:0 1px 3px #0000001a}.api-indicator{display:flex;align-items:center;justify-content:space-between}.api-main-info{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#0369a1}overflow-x: auto; margin: 0; white-space: pre-wrap; word-break: break-all; } .debug-section.error .debug-code{background:#fef2f2;border-color:#fecaca;color:#991b1b}.processing-timer{color:#0284c7;font-weight:600;animation:pulse 1s infinite}.final-time{color:#059669;font-weight:500}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.smooth-text-reveal{position:relative}.recommendations-fade-in{animation:fadeInUp .8s ease-out forwards;opacity:0;transform:translateY(20px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.message.ai .message-text img{max-height:50vh;margin:.25rem 0}}@media (max-width: 480px){.message.ai .message-text img{max-height:40vh;border-radius:.375rem}}.custom-select-container{display:flex;flex-direction:row;align-items:center;gap:.5rem}.custom-select-label{font-weight:500;color:#333;font-size:.85rem;white-space:nowrap}.custom-select{position:relative;min-width:160px}.custom-select-trigger{display:flex;align-items:center;justify-content:space-between;padding:.35rem .75rem;background:white;border:2px solid #e9ecef;border-radius:.5rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-family:inherit;font-size:.85rem;color:#333;-webkit-user-select:none;user-select:none}.custom-select:not(.disabled):hover .custom-select-trigger{border-color:#667eea;box-shadow:0 2px 4px #0000000d}.custom-select:focus .custom-select-trigger,.custom-select.open .custom-select-trigger{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.custom-select.disabled .custom-select-trigger{opacity:.6;cursor:not-allowed;background:#f8f9fa}.custom-select-value{flex:1;text-align:left}.custom-select-arrow{transition:transform .2s cubic-bezier(.4,0,.2,1);color:#666;flex-shrink:0}.custom-select.open .custom-select-arrow{transform:rotate(180deg)}.custom-select-dropdown{position:absolute;top:100%;left:0;right:0;z-index:50;margin-top:.25rem;background:white;border:2px solid #e9ecef;border-radius:.75rem;box-shadow:0 10px 25px #0000001a;overflow:hidden;animation:slideDown .15s cubic-bezier(.4,0,.2,1)}@keyframes slideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.custom-select-option{padding:.75rem 1rem;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);font-size:.95rem;color:#333;border-bottom:1px solid #f1f5f9}.custom-select-option:last-child{border-bottom:none}.custom-select-option:hover,.custom-select-option.focused{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);color:#0369a1}.custom-select-option.selected{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;font-weight:500}.custom-select-option.selected:hover,.custom-select-option.selected.focused{background:linear-gradient(135deg,#5a67d8 0%,#6b46c1 100%)}@media (max-width: 768px){.custom-select-container{flex-direction:row;align-items:center;gap:.5rem}.custom-select{min-width:140px;flex-shrink:0}.custom-select-trigger{padding:.3rem .6rem;font-size:.8rem}.custom-select-label{font-size:.8rem;flex-shrink:0}.custom-select-option{padding:.6rem .75rem;font-size:.85rem}}.location-sidebar{padding:1.5rem;height:100%;overflow-y:auto;display:flex;flex-direction:column}.location-loading{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.9rem}.location-error{color:#dc3545;font-size:.9rem;padding:.75rem;background:#f8d7da;border-radius:.5rem;border:1px solid #f5c6cb}.location-details{display:flex;flex-direction:column;gap:1.5rem}.location-section,.weather-section{background:white;padding:1rem;border-radius:.75rem;box-shadow:0 2px 4px #0000000d;border:1px solid #e9ecef}.location-section h3,.weather-section h3{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:#333}.location-text{font-weight:600;color:#212529;font-size:1rem;margin-bottom:.5rem}.hardiness-zone{font-size:.85rem;color:#6c757d;background:#f8f9fa;padding:.25rem .75rem;border-radius:.5rem;display:inline-block}.weather-current{display:flex;align-items:center;gap:.75rem}.weather-icon{font-size:2rem}.weather-details{display:flex;flex-direction:column;gap:.25rem}.temperature{font-weight:600;color:#212529;font-size:1.1rem}.condition{font-size:.9rem;color:#6c757d;text-transform:capitalize}.loading-spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.location-sidebar{padding:1rem;max-height:200px;overflow-y:auto}.location-details{flex-direction:row;gap:1rem}.location-section,.weather-section{flex:1;padding:.75rem}.location-section h3,.weather-section h3{font-size:.9rem;margin-bottom:.5rem}.location-text{font-size:.85rem}.hardiness-zone{font-size:.75rem;padding:.15rem .5rem}.weather-current{gap:.5rem}.weather-icon{font-size:1.5rem}.temperature{font-size:.95rem}.condition{font-size:.8rem}}@media (max-width: 480px){.location-sidebar{padding:.75rem}.location-details{gap:.75rem}.location-section,.weather-section{padding:.5rem}}.partner-retailer{background:linear-gradient(135deg,var(--retailer-secondary) 0%,white 100%);border:2px solid var(--retailer-primary);border-radius:.75rem;padding:.75rem;margin:.5rem 0;box-shadow:0 2px 8px #0000001a;position:relative;transition:all .2s ease}.partner-retailer:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.partner-content{display:flex;align-items:center;gap:.75rem}.partner-logo{flex-shrink:0;width:3rem;height:3rem;background:white;border-radius:.5rem;padding:.25rem;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000001a}.partner-logo img{max-width:100%;max-height:100%;object-fit:contain}.partner-info{flex:1;display:flex;flex-direction:column;gap:.15rem}.partner-label{font-size:.7rem;font-weight:600;color:var(--retailer-accent);text-transform:uppercase;letter-spacing:.05em}.partner-name{font-size:.95rem;font-weight:700;color:var(--retailer-primary);line-height:1.2}.partner-distance{font-size:.75rem;color:#6c757d;font-weight:500}.partner-close{position:absolute;top:.25rem;right:.25rem;width:1.5rem;height:1.5rem;border-radius:50%;background:rgba(255,255,255,.9);border:1px solid #dee2e6;color:#6c757d;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.partner-close:hover{background:white;color:#495057;transform:scale(1.1)}.partner-retailer{animation:slideInPartner .3s ease-out}@keyframes slideInPartner{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.partner-retailer{padding:.5rem;margin:.4rem 0}.partner-content{gap:.5rem}.partner-logo{width:2.5rem;height:2.5rem}.partner-name{font-size:.85rem}.partner-distance{font-size:.7rem}}@media (max-width: 480px){.partner-logo{width:2rem;height:2rem}.partner-name{font-size:.8rem}.partner-label{font-size:.65rem}}.partner-notification-overlay{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;animation:notificationSlideIn .3s cubic-bezier(.4,0,.2,1)}@keyframes notificationSlideIn{0%{opacity:0;transform:translate(-50%,-60%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.partner-notification{background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);color:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 10px 25px #22c55e4d;max-width:400px;min-width:300px;display:flex;align-items:flex-start;gap:1rem;position:relative;border:2px solid rgba(255,255,255,.2)}.notification-icon{font-size:2rem;flex-shrink:0;animation:celebrationBounce .6s ease-out}@keyframes celebrationBounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.notification-content{flex:1}.notification-title{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;line-height:1.3}.notification-message{font-size:.9rem;line-height:1.4;opacity:.95}.notification-close{position:absolute;top:.5rem;right:.5rem;width:2rem;height:2rem;border-radius:50%;background:rgba(255,255,255,.2);border:none;color:#fff;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.notification-close:hover{background:rgba(255,255,255,.3);transform:scale(1.1)}@media (max-width: 768px){.partner-notification{max-width:90vw;min-width:280px;padding:1.25rem}.notification-title{font-size:1rem}.notification-message{font-size:.85rem}.notification-icon{font-size:1.75rem}}@media (max-width: 480px){.partner-notification{padding:1rem;gap:.75rem}.notification-title{font-size:.95rem}.notification-message{font-size:.8rem}}.app-layout{width:100%;height:85vh;background:white;border-radius:1rem;box-shadow:0 10px 30px #0003;display:flex;flex-direction:column;overflow:hidden}@media (max-width: 768px){.app-layout{height:100vh;border-radius:0;box-shadow:none;display:flex;flex-direction:column}}.top-nav{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-bottom:1px solid #dee2e6;box-shadow:0 2px 4px #0000000d;position:relative;flex-shrink:0}.nav-left .zipcode-display{font-weight:600;color:#495057;font-size:.9rem}.nav-center h2{margin:0;font-size:1.5rem;font-weight:700;color:#333}@media (max-width: 768px){.top-nav{padding:.5rem 1rem}.nav-center h2{font-size:1.2rem}.nav-left .zipcode-display{display:none}.mobile-info-btn{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:.25rem;border-radius:4px;transition:background-color .2s;display:inline-block}.mobile-info-btn:hover{background-color:#0000001a}.mobile-location-info{display:block;background:#f8f9fa;border-bottom:1px solid #dee2e6;animation:slideDown .2s ease-out;width:100%;position:absolute;top:100%;left:0;z-index:1000;box-shadow:0 4px 6px #0000001a}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-location-content{padding:1rem;display:flex;flex-direction:column;gap:.75rem}.mobile-location-content .zipcode-display{font-weight:600;color:#495057;font-size:.9rem}.mobile-partner{border-top:1px solid #dee2e6;padding-top:.75rem}}.nav-right .mode-selector{display:flex;align-items:center;gap:.5rem}.mobile-info-btn,.mobile-location-info{display:none}.main-content{display:flex;flex:1;overflow:hidden}.left-sidebar{width:280px;background:#f8f9fa;border-right:1px solid #dee2e6;flex-shrink:0;display:flex;flex-direction:column}@media (max-width: 768px){.left-sidebar{display:none}}.sidebar-content{flex:1;overflow-y:auto}.sidebar-partner{border-top:1px solid #dee2e6;background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);padding:1rem}.chat-container{flex:1;display:flex;flex-direction:column;overflow:hidden}.chat-controls{padding:.75rem 1.5rem;background:linear-gradient(135deg,#fafbfc 0%,#f4f5f6 100%);border-bottom:1px solid #e9ecef;display:flex;justify-content:flex-end;align-items:center}.speed-control{display:flex;align-items:center;gap:.5rem;font-size:.85rem}.speed-control label{font-weight:500;color:#495057;white-space:nowrap}.speed-selector{padding:.25rem .5rem;border:1px solid #ced4da;border-radius:.375rem;background:white;font-size:.8rem;color:#495057;cursor:pointer;transition:all .2s ease;min-width:140px}.speed-selector:hover{border-color:#22c55e}.speed-selector:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 2px #22c55e1a}.plant-type-control{display:flex;align-items:center;gap:.5rem;font-size:.85rem;margin-left:1rem}.plant-type-control label{font-weight:500;color:#495057;white-space:nowrap}.plant-type-selector{padding:.25rem .5rem;border:1px solid #ced4da;border-radius:.375rem;background:white;font-size:.8rem;color:#495057;cursor:pointer;transition:all .2s ease;min-width:140px}.plant-type-selector:hover{border-color:#22c55e}.plant-type-selector:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 2px #22c55e1a}.chat-messages{flex:1;padding:1.5rem;overflow-y:auto;background:#f8f9fa}.welcome-message{text-align:center;padding:2rem;color:#666}.welcome-message h3{color:#333;margin-bottom:1rem}.welcome-message ul{text-align:left;max-width:400px;margin:1rem auto;padding-left:1.5rem}.welcome-message li{margin-bottom:.5rem;font-style:italic}.plant-count{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-weight:700;color:#059669;background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);padding:.125rem .375rem;border-radius:.375rem;font-style:normal}.nursery-logos{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1rem;padding:1rem;background:#f8f9fa;border-radius:.5rem;align-items:center;justify-items:center}.nursery-logos img{height:3rem;width:auto;object-fit:contain;filter:grayscale(.3) opacity(.8);transition:all .2s ease}.nursery-logos img[alt="Natorp's Nursery"]{height:4rem}.nursery-logos img:hover{filter:grayscale(0) opacity(1);transform:scale(1.05)}.loading-indicator{display:flex;align-items:center;gap:.5rem;color:#666}.typing-dots{display:flex;gap:.25rem}.typing-dots span{width:.5rem;height:.5rem;background:#666;border-radius:50%;animation:typing 1.4s infinite ease-in-out}.typing-dots span:nth-child(1){animation-delay:-.32s}.typing-dots span:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.error-message{background:#fee;color:#c33;padding:.75rem 1rem;margin:.5rem 1rem;border-radius:.5rem;border-left:4px solid #c33;font-size:.9rem}.chat-input-form{padding:1rem;background:white;border-top:1px solid #e9ecef}.suggestion-carousel-container{margin-bottom:.75rem;overflow:hidden;position:relative}.suggestion-carousel{display:flex;transition:transform .6s cubic-bezier(.4,0,.2,1);width:300%}.suggestion-buttons{display:flex;gap:.5rem;flex-wrap:wrap;min-width:33.333%;width:33.333%;flex-shrink:0}.suggestion-btn{flex:1;min-width:0;padding:.5rem .75rem;background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border:1px solid #22c55e;border-radius:.75rem;color:#15803d;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suggestion-btn:hover:not(:disabled){background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #22c55e4d}.suggestion-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.carousel-indicators{display:flex;justify-content:center;gap:.5rem;margin-top:.75rem}.indicator{width:8px;height:8px;border-radius:50%;border:none;background:rgba(34,197,94,.3);cursor:pointer;transition:all .3s ease;padding:0}.indicator.active{background:#22c55e;transform:scale(1.2)}.indicator:hover{background:#22c55e;transform:scale(1.1)}.input-container{display:flex;align-items:flex-end;gap:.75rem;background:#f8f9fa;border-radius:1.5rem;padding:.75rem;border:2px solid transparent;transition:border-color .2s ease}.input-container:focus-within{border-color:#667eea}.message-input{flex:1;background:transparent;resize:none;min-height:1.5rem;max-height:6rem;font-size:1rem;line-height:1.5;color:#333}.message-input::placeholder{color:#999}.input-buttons{display:flex;gap:.5rem;align-items:center}.voice-btn,.send-btn{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:all .2s ease;background:white;box-shadow:0 2px 4px #0000001a}.voice-btn:hover,.send-btn:hover{transform:scale(1.05);box-shadow:0 4px 8px #00000026}.voice-btn.listening{background:#ff6b6b;color:#fff;animation:pulse 1.5s infinite}.send-btn{background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);color:#fff;box-shadow:0 2px 8px #22c55e33}.send-btn:hover:not(:disabled){background:linear-gradient(135deg,#16a34a 0%,#15803d 100%);box-shadow:0 4px 12px #22c55e4d}.send-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.send-btn-icon{width:1.2rem;height:1.2rem;color:#fff}.partner-retailer-container{padding:.75rem;background:#f8f9fa;border-top:1px solid #e9ecef}@keyframes pulse{0%{box-shadow:0 0 #ff6b6bb3}70%{box-shadow:0 0 0 10px #ff6b6b00}to{box-shadow:0 0 #ff6b6b00}}.top-nav .mode-selector{font-size:.85rem}.mode-info{font-size:.75rem;color:#666;font-style:italic;margin-left:auto;white-space:nowrap}@media (max-width: 768px){.app-layout{height:100vh;max-width:100%;margin:0;border-radius:0;box-shadow:none;position:relative;overflow:hidden;display:flex;flex-direction:column}.top-nav{padding:.5rem 1rem;flex-wrap:nowrap;gap:.5rem}.nav-center h2{font-size:1.2rem}.main-content{flex-direction:column;flex:1;min-height:0}.left-sidebar{display:none}.chat-container{flex:1;display:flex;flex-direction:column;min-height:0}.chat-controls{padding:.3rem .5rem;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.speed-control{display:none}.plant-type-control{font-size:.8rem;gap:.4rem}.speed-selector{font-size:.75rem;min-width:120px;padding:.2rem .4rem}.plant-type-control{font-size:.8rem;gap:.4rem;margin-left:.5rem}.plant-type-selector{font-size:.75rem;min-width:120px;padding:.2rem .4rem}.message-content{max-width:90%;padding:.75rem}.chat-messages{padding:1.5rem .75rem 1rem;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.welcome-message{padding:1rem}.welcome-message h3{font-size:1.3rem}.welcome-message ul{max-width:100%;padding-left:1rem}.config-info{display:none}.chat-input-form{padding:.75rem;position:sticky;bottom:0;background:white;border-top:1px solid #e9ecef;z-index:10}.suggestion-carousel-container{margin-bottom:.5rem}.suggestion-buttons{flex-direction:column;gap:.4rem}.suggestion-btn{flex:none;font-size:.75rem;padding:.4rem .6rem;white-space:normal;text-align:center;line-height:1.3}.carousel-indicators{margin-top:.5rem}.indicator{width:6px;height:6px}.input-container{padding:.5rem .75rem;gap:.5rem}.message-input{font-size:1rem;line-height:1.4}.voice-btn,.send-btn{width:2.5rem;height:2.5rem;font-size:1.1rem;flex-shrink:0}.mode-selector{padding:.4rem .75rem;flex-direction:row;align-items:center;gap:.5rem}.mode-info{font-size:.7rem;margin-left:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.nursery-logos{gap:.75rem;padding:.75rem}.nursery-logos img{height:2.5rem}.nursery-logos img[alt="Natorp's Nursery"]{height:3.5rem}}@media (max-width: 480px){.chat-container{height:100%}.message-content{max-width:95%;padding:.6rem;font-size:.9rem}.chat-messages{padding:.75rem .5rem}.welcome-message{padding:.75rem}.welcome-message h3{font-size:1.2rem}.chat-input-form{padding:.5rem;position:sticky;bottom:0;background:white;border-top:1px solid #e9ecef;z-index:10}.suggestion-carousel-container{margin-bottom:.4rem}.suggestion-buttons{gap:.3rem}.suggestion-btn{font-size:.7rem;padding:.35rem .5rem}.carousel-indicators{margin-top:.4rem}.indicator{width:5px;height:5px}.input-container{padding:.4rem .6rem}.message-input{font-size:.9rem}.voice-btn,.send-btn{width:2.25rem;height:2.25rem;font-size:1rem}.message.ai .message-text h2{font-size:1.1rem}.message.ai .message-text ul,.message.ai .message-text ol{padding-left:1.2rem}.nursery-logos{gap:.5rem;padding:.5rem}.nursery-logos img{height:2rem}.nursery-logos img[alt="Natorp's Nursery"]{height:3rem}}.voice-agent-button-top{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:0;border-bottom:2px solid rgba(255,255,255,.2);color:#fff;cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:all .3s ease;box-shadow:0 2px 10px #667eea4d;flex-shrink:0}.voice-agent-button-top:hover{background:linear-gradient(135deg,#7689f0 0%,#8558b2 100%);box-shadow:0 4px 15px #667eea80}.voice-agent-button-top:active{transform:scale(.98)}.voice-button-icon{font-size:2rem;flex-shrink:0}.voice-button-content{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.voice-button-title{font-weight:700;font-size:1rem;margin-bottom:.15rem}.voice-button-subtitle{font-size:.75rem;opacity:.9;font-weight:400}@media (max-width: 768px){.voice-agent-button-top{display:none}.nav-right{display:flex;gap:.5rem}}.mobile-voice-btn{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;color:#fff;width:2.5rem;height:2.5rem;border-radius:50%;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #667eea66;transition:all .3s ease}.mobile-voice-btn:hover{transform:scale(1.1);box-shadow:0 4px 12px #667eea99}.mobile-voice-btn:active{transform:scale(.95)}@media (min-width: 769px){.mobile-voice-btn{display:none}}.voice-agent-container{display:flex;flex-direction:column;min-height:100vh;background:white;color:#151515;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;position:relative}.looking-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:100;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:rgba(255,255,255,.6);animation:overlayFadeIn .3s ease-out;cursor:pointer}.looking-text{font-family:Poppins,Inter,sans-serif;font-size:20px;font-weight:600;color:#13542d;text-align:center;line-height:30px;padding:0 40px;white-space:pre-line;min-height:30px}@keyframes overlayFadeIn{0%{opacity:0;backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px)}to{opacity:1;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}}.voice-agent-header{padding:1.5rem;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;gap:1rem;box-shadow:0 2px 10px #0000000d;border-bottom:1px solid rgba(0,0,0,.1)}.vendor-selector{margin-left:auto;display:flex;align-items:center;gap:.5rem}.vendor-selector label{font-size:1rem;font-weight:600;color:#2c5f2d}.vendor-dropdown{padding:.5rem 1rem;font-size:1rem;border:2px solid rgba(44,95,45,.3);border-radius:8px;background:white;color:#333;cursor:pointer;transition:all .3s ease;font-weight:500}.vendor-dropdown:hover:not(:disabled){border-color:#4caf50;box-shadow:0 2px 8px #4caf5033}.vendor-dropdown:disabled{opacity:.6;cursor:not-allowed;background:rgba(0,0,0,.05)}.vendor-dropdown:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 3px #4caf501a}.animation-selector{display:flex;align-items:center;gap:.5rem;margin-left:1rem}.animation-selector label{font-size:1rem;font-weight:600;color:#2c5f2d}.animation-dropdown{padding:.5rem 1rem;font-size:1rem;border:2px solid rgba(44,95,45,.3);border-radius:8px;background:white;color:#333;cursor:pointer;transition:all .3s ease;font-weight:500}.animation-dropdown:hover:not(:disabled){border-color:#4caf50;box-shadow:0 2px 8px #4caf5033}.animation-dropdown:disabled{opacity:.6;cursor:not-allowed;background:rgba(0,0,0,.05)}.animation-dropdown:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 3px #4caf501a}.back-button{background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.1);color:#333;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .3s ease}.back-button:hover{background:rgba(0,0,0,.1);transform:translate(-3px)}.voice-agent-header h1{margin:0;font-size:1.8rem;font-weight:700;color:#2c5f2d}.voice-agent-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:1.5rem;gap:1rem;overflow-x:hidden;max-width:100vw;box-sizing:border-box}.video-container{position:relative;transition:all .8s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 40px #0000001a;background:white;overflow:hidden}.video-container.circular{width:300px;height:300px;border-radius:50%;background:white}.video-container.expanded{width:400px;height:400px;border-radius:50%;background:white}.agent-avatar{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:104%;height:104%;object-fit:cover;transition:opacity .5s ease,transform .3s ease}.agent-avatar.static-image{width:100%;height:100%;object-fit:contain;transform:translate(-50%,-50%);opacity:1}.agent-avatar.video-element{opacity:0;pointer-events:none;object-fit:cover}.agent-avatar.avatar-canvas{width:105%;height:105%;object-fit:cover;border-radius:50%}.agent-avatar.video-element.active{opacity:1;pointer-events:auto}.agent-avatar.video-element.hidden{opacity:0}.speaking-indicator{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem}.pulse-ring{width:60px;height:60px;border-radius:50%;background:rgba(255,255,255,.2);animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.5}}.speaking-text{background:rgba(44,95,45,.9);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600}.status-container{display:flex;justify-content:center}.status-badge{padding:.5rem 1.5rem;border-radius:25px;font-weight:600;font-size:1rem;background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.1);color:#333}.status-connected{background:rgba(76,175,80,.1);border-color:#4caf504d;color:#2e7d32}.status-connecting{background:rgba(255,193,7,.1);border-color:#ffc1074d;color:#f57c00;animation:blink 1.5s infinite}.status-disconnected{background:rgba(158,158,158,.1);border-color:#9e9e9e4d;color:#757575}@keyframes blink{0%,to{opacity:1}50%{opacity:.5}}.error-message{background:rgba(244,67,54,.1);border:2px solid rgba(244,67,54,.3);padding:1rem;border-radius:12px;display:flex;align-items:center;gap:.75rem;max-width:500px;color:#d32f2f}.error-icon{font-size:1.5rem}.error-message p{margin:0;font-size:.95rem}.start-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:500px;text-align:center}.vendor-branding{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:.5rem}.vendor-logo{max-width:200px;max-height:80px;object-fit:contain}.start-container h2{margin:0;font-size:2rem;font-weight:700;color:#2c5f2d}.start-container p{margin:0;font-size:1.1rem;color:#555;line-height:1.6}.name-input-container{width:100%;display:flex;flex-direction:column;gap:.5rem;margin:.5rem 0}.name-input-container label{font-size:1rem;font-weight:600;color:#2c5f2d;text-align:left}.name-input{width:100%;padding:.875rem 1.25rem;font-size:1rem;border:2px solid rgba(44,95,45,.2);border-radius:12px;background:white;color:#333;transition:all .3s ease;box-sizing:border-box}.name-input:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 3px #4caf501a}.name-input::placeholder{color:#999}.start-button{background:linear-gradient(135deg,#4CAF50 0%,#45a049 100%);border:none;color:#fff;padding:1.25rem 2.5rem;font-size:1.3rem;font-weight:700;border-radius:50px;cursor:pointer;box-shadow:0 8px 20px #0000004d;transition:all .3s ease}.start-button:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0006}.start-button:active{transform:translateY(0)}.permission-note{font-size:.85rem;color:#777;font-style:italic}.conversation-container{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:1400px;width:100%;overflow-x:hidden;box-sizing:border-box}.filter-suggestions{background:rgba(66,133,244,.05);border:1px solid rgba(66,133,244,.1);padding:1.5rem;border-radius:16px;width:100%;margin-bottom:1rem;box-shadow:0 4px 15px #0000000d}.filter-suggestions h3{margin:0 0 1rem;font-size:1.2rem;font-weight:600;color:#4285f4}.filter-pills{display:flex;flex-wrap:wrap;gap:.5rem}.filter-pill{padding:.5rem 1rem;background:white;border:2px solid rgba(66,133,244,.3);border-radius:20px;font-size:.9rem;font-weight:500;color:#4285f4;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none;white-space:nowrap}.filter-pill:hover{background:rgba(66,133,244,.1);border-color:#4285f4;transform:translateY(-2px);box-shadow:0 4px 12px #4285f44d}.filter-pill:active{transform:translateY(0) scale(.98);background:rgba(66,133,244,.2)}.active-filters{background:rgba(76,175,80,.05);border:1px solid rgba(76,175,80,.15);padding:1.5rem;border-radius:16px;width:100%;margin-bottom:1rem;box-shadow:0 4px 15px #0000000d}.active-filters h3{margin:0 0 1rem;font-size:1.2rem;font-weight:600;color:#4caf50}.filter-category{margin-bottom:1rem}.filter-category:last-child{margin-bottom:0}.filter-category-title{margin:0 0 .5rem;font-size:.85rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.filter-pill.active{background:#4caf50;border-color:#4caf50;color:#fff;cursor:default;pointer-events:none}.filter-pill.pending{background:#2196F3;border-color:#2196f3;color:#fff;cursor:default;pointer-events:none;opacity:.9}.conversation-tips{background:rgba(44,95,45,.05);border:1px solid rgba(44,95,45,.1);padding:1.5rem;border-radius:16px;width:100%;box-shadow:0 4px 15px #0000000d}.conversation-tips h3{margin:0 0 1rem;font-size:1.3rem;font-weight:600;color:#2c5f2d}.conversation-tips ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.conversation-tips li{padding:.75rem 1rem;background:rgba(44,95,45,.05);border:1px solid rgba(44,95,45,.1);border-radius:10px;font-size:1rem;color:#333;transition:all .2s ease;cursor:pointer;-webkit-user-select:none;user-select:none}.conversation-tips li:hover{background:rgba(44,95,45,.15);border-color:#2c5f2d4d;transform:translate(5px);box-shadow:0 2px 8px #2c5f2d33}.conversation-tips li:active{transform:translate(3px) scale(.98);background:rgba(44,95,45,.2)}.tips-loading{margin:1rem 0 0;padding:.5rem 1rem;text-align:center;font-size:.9rem;color:#2c5f2d;background:rgba(44,95,45,.05);border-radius:8px;animation:pulse 1.5s ease-in-out infinite}.end-button{background:#f44336;border:2px solid #d32f2f;color:#fff;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:25px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #f443364d}.end-button:hover{background:#d32f2f;transform:scale(1.05);box-shadow:0 6px 16px #f4433666}.voice-agent-footer{padding:1.5rem;text-align:center;background:rgba(0,0,0,.02);border-top:1px solid rgba(0,0,0,.05);font-size:.9rem;color:#666}.voice-agent-footer p{margin:0}.debug-panel{background:rgba(0,0,0,.03);border:1px solid rgba(0,0,0,.1);border-radius:8px;padding:.5rem;max-width:100%;width:100%;margin-top:auto;margin-bottom:1rem}.debug-panel details{cursor:pointer}.debug-summary{font-size:.9rem;font-weight:600;color:#666;padding:.5rem;-webkit-user-select:none;user-select:none;list-style:none}.debug-summary::-webkit-details-marker{display:none}.debug-summary:before{content:"▶ ";display:inline-block;transition:transform .2s}.debug-panel details[open] .debug-summary:before{transform:rotate(90deg)}.debug-summary:hover{color:#333;background:rgba(0,0,0,.03);border-radius:4px}.debug-messages{background:white;border-radius:8px;padding:.75rem;margin-top:.5rem;max-height:200px;overflow-y:auto;font-family:Courier New,monospace;font-size:.8rem}.debug-msg{padding:.25rem 0;color:#555;border-bottom:1px solid rgba(0,0,0,.05)}.debug-msg:last-child{border-bottom:none}.transcript-panel{background:rgba(44,95,45,.05);border:1px solid rgba(44,95,45,.15);border-radius:8px;padding:.5rem;max-width:100%;width:100%;margin:0 0 1rem}.transcript-panel details{cursor:pointer}.transcript-panel h4{margin:0 0 .75rem;font-size:1rem;color:#2c5f2d}.transcript-messages{background:white;border-radius:8px;padding:.75rem;max-height:300px;overflow-y:auto}.transcript-item{padding:.75rem;margin-bottom:.75rem;border-radius:8px;border-left:3px solid #ddd}.transcript-item:last-child{margin-bottom:0}.transcript-user_transcript{background:rgba(66,133,244,.05);border-left-color:#4285f4}.transcript-user_interactive{background:rgba(103,58,183,.05);border-left-color:#673ab7}.transcript-agent_response{background:rgba(44,95,45,.05);border-left-color:#2c5f2d}.transcript-tool_call{background:rgba(255,152,0,.05);border-left-color:#ff9800}.transcript-tool_response{background:rgba(76,175,80,.05);border-left-color:#4caf50}.transcript-time{font-size:.75rem;color:#999;margin-bottom:.25rem}.transcript-content{font-size:.9rem;color:#333;line-height:1.5}.transcript-content strong{display:block;margin-bottom:.25rem;color:#2c5f2d}.tool-call strong,.tool-response strong{color:#f57c00}.transcript-content details{margin-top:.5rem;cursor:pointer}.transcript-content summary{font-size:.85rem;color:#666;padding:.25rem .5rem;background:rgba(0,0,0,.03);border-radius:4px;-webkit-user-select:none;user-select:none}.transcript-content summary:hover{background:rgba(0,0,0,.05)}.transcript-content pre{margin:.5rem 0 0;padding:.75rem;background:#f5f5f5;border-radius:4px;font-size:.75rem;overflow-x:auto;max-height:200px;overflow-y:auto}.tool-details{margin-top:.5rem}.tool-section{margin-bottom:1rem}.tool-section:last-of-type{margin-bottom:.5rem}.tool-section strong{display:block;margin-bottom:.25rem;color:#f57c00}.tool-meta{display:flex;gap:1rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(0,0,0,.1)}.tool-meta small{color:#999;font-size:.75rem}.plant-count{color:#4caf50;font-weight:600;font-size:.9rem}.fade-in{animation:fadeIn .5s ease-out forwards}.fade-in-staggered{animation:fadeIn .6s ease-out forwards}.plant-recommendations-container{width:100%;max-width:100%}.plant-recommendations-container .plant-recommendations{margin:0}.plant-recommendations-container .plant-recommendations h3{color:#2c5f2d;font-size:1.3rem;margin-bottom:1.5rem;text-align:center}.plant-recommendations-container .plant-tile{animation:fadeIn .6s ease-out forwards;opacity:0}.plant-recommendations-container .plant-tile:nth-child(1){animation-delay:.1s}.plant-recommendations-container .plant-tile:nth-child(2){animation-delay:.3s}.plant-recommendations-container .plant-tile:nth-child(3){animation-delay:.5s}.plant-recommendations-container .plant-tile:nth-child(4){animation-delay:.7s}.plant-recommendations-container .plant-tile:nth-child(5){animation-delay:.9s}@media (max-width: 768px){.voice-agent-header{padding:.75rem;flex-wrap:wrap;gap:.5rem}.voice-agent-header h1{font-size:1.2rem;order:1;flex:1;min-width:0}.back-button{order:0;padding:.4rem .6rem;font-size:.85rem}.vendor-selector{order:2;margin-left:0}.vendor-selector label,.animation-selector label{font-size:.8rem}.vendor-dropdown,.animation-dropdown{padding:.35rem .5rem;font-size:.85rem}.animation-selector{order:3;margin-left:0}.voice-agent-content{padding:1rem}.video-container.circular{width:250px;height:250px}.video-container.expanded{max-width:100%}.start-container h2{font-size:1.5rem}.start-button{padding:1rem 2rem;font-size:1.1rem}.conversation-tips{padding:1rem}.plant-recommendations-container .plant-recommendations h3{font-size:1.1rem}}@media (max-width: 480px){.voice-agent-header{padding:.5rem;gap:.4rem .5rem;flex-wrap:wrap}.back-button{order:0;padding:.3rem .5rem;font-size:.75rem;flex-shrink:0}.voice-agent-header h1{font-size:1rem;flex:1;order:1;text-align:center;min-width:0}.vendor-selector{order:2;flex:1 1 45%;justify-content:center;margin-left:0}.animation-selector{order:3;flex:1 1 45%;justify-content:center;margin-left:0}.vendor-selector label,.animation-selector label{font-size:.7rem;white-space:nowrap}.vendor-dropdown,.animation-dropdown{padding:.25rem .4rem;font-size:.75rem;min-width:0;max-width:110px}.connected-layout,.connected-layout.with-plants,.connected-right,.plants-section{max-width:100%;overflow-x:hidden}}.debug-controls{display:flex;justify-content:center;gap:.75rem;margin:1rem 0;width:100%}.text-mode-toggle{padding:.75rem 1.5rem;background:rgba(255,165,0,.1);border:2px solid rgba(255,165,0,.3);border-radius:12px;font-size:1rem;font-weight:600;color:#ff8c00;cursor:pointer;transition:all .3s ease;-webkit-user-select:none;user-select:none}.text-mode-toggle:hover{background:rgba(255,165,0,.2);border-color:#ff8c00;transform:translateY(-2px);box-shadow:0 4px 12px #ff8c004d}.text-mode-toggle.active{background:#ff8c00;color:#fff;border-color:#ff8c00}.text-mode-toggle.active:hover{background:#ff7700;box-shadow:0 4px 16px #ff8c0066}.mic-toggle{padding:.75rem 1.5rem;background:#4CAF50;border:2px solid #4CAF50;border-radius:12px;font-size:1rem;font-weight:600;color:#fff;cursor:pointer;transition:all .3s ease;-webkit-user-select:none;user-select:none}.mic-toggle:hover{background:#FFFFFF;border-color:#4caf50;color:#4caf50;transform:translateY(-2px);box-shadow:0 4px 12px #4caf504d}.mic-toggle.muted{background:#f44336;border-color:#f44336;color:#fff}.mic-toggle.muted:hover{background:#FFFFFF;border-color:#f44336;color:#f44336;box-shadow:0 4px 12px #f443364d}.text-input-container{background:rgba(255,165,0,.05);border:2px solid rgba(255,165,0,.2);padding:1.5rem;border-radius:16px;width:100%;max-width:600px;margin:1rem 0;box-shadow:0 4px 15px #0000000d}.debug-text-input{width:100%;padding:1rem;border:2px solid rgba(255,165,0,.3);border-radius:12px;font-size:1rem;font-family:inherit;resize:vertical;min-height:80px;margin-bottom:1rem;background:white;color:#333;transition:all .3s ease}.debug-text-input:focus{outline:none;border-color:#ff8c00;box-shadow:0 0 0 3px #ff8c001a}.debug-text-input::placeholder{color:#999}.send-text-button{width:100%;padding:1rem 2rem;background:#ff8c00;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;color:#fff;cursor:pointer;transition:all .3s ease;-webkit-user-select:none;user-select:none}.send-text-button:hover:not(:disabled){background:#ff7700;transform:translateY(-2px);box-shadow:0 6px 20px #ff8c0066}.send-text-button:active:not(:disabled){transform:translateY(0) scale(.98)}.send-text-button:disabled{background:rgba(255,140,0,.3);cursor:not-allowed;opacity:.5}.conversation-tips-centered{display:flex;justify-content:center;width:100%;max-width:600px;margin:2rem auto}.desktop-two-column{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start;margin:2rem 0;width:100%;max-width:1400px}.refine-search-placeholder{min-height:100px}@media (max-width: 1024px){.desktop-two-column{grid-template-columns:1fr;gap:1.5rem}}.main-container{display:flex;flex-direction:column;align-items:center;align-self:stretch;width:100%;max-width:800px;margin:0 auto;background:#FFFFFF;border:1px solid #ECEDEE;border-radius:24px;box-shadow:0 1px 2px #0000000d,0 2px 5px 1px #00000014;min-height:600px}.content-container{display:flex;flex-direction:column;align-items:center;align-self:stretch;gap:10px;padding:0 10px;flex:1}.greeting-container{display:flex;flex-direction:column;justify-content:center;gap:32px;width:100%;max-width:700px;padding:20px 0}.greeting-text-container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px}.avatar-wrapper{width:300px;height:300px;display:flex;align-items:center;justify-content:center}.gardensage-avatar{width:100%;height:100%;object-fit:cover;border-radius:0}.greeting-text{font-family:Inter,sans-serif;font-weight:400;font-size:48px;line-height:1.125em;letter-spacing:-.015em;color:#151515;margin:0;text-align:center}.status-indicator-row{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}.status-dot{font-size:16px;line-height:1.5em}.status-bubble{display:flex;flex-direction:column;justify-content:center;gap:16px;padding:8px 12px;background:transparent;border-radius:16px 4px 16px 16px}.status-text{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5em;color:#151515}.try-saying-container{display:flex;flex-direction:column;gap:12px;padding:16px;background:#F5F7F5;border-radius:10px}.try-saying-label{font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:1.5em;color:#333;margin:0}.options-container{display:flex;flex-direction:row;justify-content:stretch;align-items:stretch;gap:12px}.option-container{display:flex;flex-direction:column;justify-content:center;gap:24px;padding:16px;background:#EBF0EC;border:1px solid #EBF0EC;border-radius:8px;flex:1;cursor:pointer;transition:all .2s ease}.option-container:hover{background:#E0E8E1;border-color:#c5d3c7;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.option-container:active{transform:translateY(0)}.option-text-container{display:flex;flex-direction:column;gap:8px}.option-title{font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:1.43em;color:#151515;margin:0}.footer-container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:32px 40px;width:100%}.footer-text-container{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:700px}.name-input-wrapper{width:100%;max-width:400px}.name-input-wrapper .name-input{width:100%;padding:12px 16px;font-family:Inter,sans-serif;font-size:16px;border:1px solid #ECEDEE;border-radius:8px;background:#FFFFFF;color:#151515;box-shadow:0 1px 2px #1010100d;transition:all .2s ease}.name-input-wrapper .name-input:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 3px #4caf501a}.zipcode-input-wrapper{width:100%;max-width:400px;display:flex;flex-direction:column;gap:4px}.zipcode-input-wrapper .zipcode-input{width:100%;padding:12px 16px;font-family:Inter,sans-serif;font-size:16px;border:1px solid #ECEDEE;border-radius:8px;background:#FFFFFF;color:#151515;box-shadow:0 1px 2px #1010100d;transition:all .2s ease}.zipcode-input-wrapper .zipcode-input:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 3px #4caf501a}.zipcode-input-wrapper .zipcode-input::placeholder{color:#9ca3af}.zipcode-input-wrapper .zipcode-hint{font-family:Inter,sans-serif;font-size:12px;color:#6b7280;text-align:center}.btn-primary{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;padding:4px 12px;height:40px;background:#4CAF50;border:1px solid #4CAF50;border-radius:8px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #1010100d,0 1px 2px #1010100d}.btn-primary:hover{background:#43A047;border-color:#43a047}.btn-primary:hover .btn-text{color:#fff}.btn-primary:active{transform:translateY(0)}.btn-primary:disabled{background:#9CA3AF;border-color:#9ca3af;cursor:not-allowed;opacity:.7}.btn-primary:disabled:hover{background:#9CA3AF;border-color:#9ca3af}.btn-primary .btn-icon-emoji{font-size:18px}.btn-primary .btn-text{font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:1.5em;color:#fff}.conversation-footer{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px;margin-top:2rem;margin-bottom:1rem}.btn-secondary{display:flex;flex-direction:row;align-items:center;gap:8px;padding:4px 12px;height:36px;background:#4CAF50;border:1px solid #4CAF50;border-radius:8px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #1010100d,0 1px 2px #1010100d}.btn-secondary:hover{background:#FFFFFF;border-color:#4caf50}.btn-secondary:hover .btn-text{color:#4caf50}.btn-secondary:hover .btn-icon-svg{filter:none}.btn-secondary.active{background:#FFFFFF;border-color:#4caf50}.btn-secondary.active .btn-text{color:#4caf50}.btn-secondary .btn-icon-svg{width:16px;height:16px;filter:brightness(0) invert(1)}.btn-secondary .btn-text{font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:1.43em;color:#fff}.btn-danger{display:flex;flex-direction:row;align-items:center;gap:8px;padding:4px 12px;height:40px;background:#FFFFFF;border:1px solid #ECEDEE;border-radius:8px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #1010100d,0 1px 2px #1010100d}.btn-danger:hover{background:#FEF2F2;border-color:#df2e16}.btn-danger .btn-icon-svg{width:20px;height:20px}.btn-danger .btn-text{font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:1.5em;color:#df2e16}.connected-layout{display:flex;flex-direction:column;align-items:center;width:100%;gap:16px;transition:all .5s ease}.connected-layout.with-plants{flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:32px;width:100%;padding:0 24px;box-sizing:border-box}.connected-layout.centered{flex-direction:column;align-items:center}.connected-left{display:flex;flex-direction:column;align-items:center;gap:16px;max-width:640px;width:100%;transition:all .5s ease}.connected-left.compact{max-width:480px;flex-shrink:0}.connected-right{display:flex;flex-direction:column;gap:12px;flex:1;max-width:none;width:100%;min-width:0;overflow:hidden}.plants-section{display:flex;flex-direction:column;gap:12px;max-width:100%;overflow:hidden}.video-container.small{width:280px!important;height:280px!important}.status-indicator-row.connected{margin-top:8px}.status-dot.active{color:#22c55e}.status-text.active{color:#151515;font-weight:500}.status-dot.connecting{animation:blink 1s infinite}.status-text.connecting{color:#f59e0b}.try-saying-container.connected{width:100%;max-width:700px}.options-container-horizontal{display:flex;flex-direction:row;justify-content:stretch;align-items:stretch;gap:12px}.options-container-horizontal .option-container{flex:1;min-width:0}@media (max-width: 768px){.options-container-horizontal{flex-direction:column}.options-container-horizontal .option-container{width:100%}}.conversation-footer.stacked{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:2rem;margin-bottom:1rem}.conversation-footer.stacked .btn-secondary,.conversation-footer.stacked .btn-danger{min-width:200px;justify-content:center}.plant-tile-new{display:flex;flex-direction:column;background:#FFFFFF;border-radius:20px;box-shadow:0 4px 60px #04060f14;overflow:hidden;width:327px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.plant-tile-new:hover{transform:translateY(-4px);box-shadow:0 8px 80px #04060f1f}.plant-tile-new .plant-image{width:100%;height:160px;object-fit:cover}.plant-tile-new .plant-info{padding:16px 24px}.plant-tile-new .plant-title{font-family:Poppins,Inter,sans-serif;font-weight:500;font-size:20px;line-height:1.64em;color:#13542d;margin:0}.plants-found-title{font-family:Inter,sans-serif;font-weight:500;font-size:18px;line-height:1.4em;color:#212320;margin:0}@media (max-width: 1024px){.connected-layout.with-plants{flex-direction:column;align-items:center}.connected-left.compact{max-width:640px}.connected-right{max-width:100%;max-height:none}.video-container.small{width:350px!important;height:350px!important}}@media (max-width: 768px){.video-container.small{width:280px!important;height:280px!important}.plants-found-title{font-size:18px;text-align:center}.connected-layout,.connected-layout.with-plants,.connected-right,.plants-section{max-width:100%;overflow-x:hidden}}.plants-grid-new{display:flex;flex-direction:column;gap:24px;max-height:70vh;overflow-y:auto;padding-right:8px}@media (max-width: 768px){.main-container{border-radius:16px;margin:.5rem;min-height:auto}.greeting-text{font-size:32px}.avatar-wrapper{width:200px;height:200px}.options-container{flex-direction:column}.option-container{padding:12px}.option-title{font-size:13px}.footer-container{padding:24px 20px}.conversation-footer{flex-direction:column;gap:12px}.btn-secondary,.btn-danger{width:100%;justify-content:center}.connected-layout{flex-direction:column}.plant-tile-new{width:100%;max-width:327px}}.vector-svg-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:50%;background:white}.vector-svg-container svg{width:130%;height:130%;object-fit:cover;transform:translateY(-5%)}.natorp-map-inline{width:100%;margin:1rem 0;padding:1rem;background:#f8faf8;border-radius:12px;border:1px solid rgba(19,84,45,.15);position:relative}.natorp-map-close-btn{display:block;margin:.75rem auto 0;padding:.5rem 1rem;background:transparent;border:1px solid rgba(19,84,45,.3);border-radius:20px;color:#13542d;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.natorp-map-close-btn:hover{background:#13542D;color:#fff;border-color:#13542d}.connected-left .store-locations-container{width:100%;max-width:none;min-width:480px;align-self:stretch}.connected-left.compact .store-locations-container{min-width:480px;width:480px}.product-recommendations-section{width:100%;max-width:100%;padding:16px 0;display:flex;flex-direction:column;gap:12px;overflow:hidden}.product-section-header{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.product-section-title{font-family:Poppins,Inter,sans-serif;font-size:16px;font-weight:600;color:#13542d;margin:0}.product-nav-row{display:flex;align-items:center;gap:8px}.product-nav-btn{width:28px;height:28px;border-radius:50%;border:1px solid #ECEDEE;background:#FFFFFF;color:#151515;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0}.product-nav-btn:hover:not(.disabled){background:#F5F7F5;border-color:#13542d;color:#13542d}.product-nav-btn.disabled{background:#F5F5F5;color:#cbd5e0;cursor:not-allowed;opacity:.5}.product-nav-counter{font-family:Inter,sans-serif;font-size:12px;color:#6b7280;min-width:40px;text-align:center}.product-filter-tags{display:flex;flex-wrap:wrap;gap:6px}.product-filter-tag{display:inline-flex;align-items:center;padding:4px 10px;background:linear-gradient(135deg,#13542D 0%,#1a6b3a 100%);color:#fff;border-radius:12px;font-family:Inter,sans-serif;font-size:11px;font-weight:600;white-space:nowrap}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:100%}.product-tile{background:#FFFFFF;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #04060f0f;transition:all .2s ease;display:flex;flex-direction:column}.product-tile:hover{transform:translateY(-2px);box-shadow:0 4px 16px #04060f1a}.product-tile-image{width:100%;height:80px;overflow:hidden;background:#F5F7F5;display:flex;align-items:center;justify-content:center}.product-tile-image.no-image{display:none}.product-tile-image img{width:100%;height:100%;object-fit:contain}.product-tile-info{padding:10px;display:flex;flex-direction:column;gap:4px;flex:1}.product-tile-name,.product-tile-name-link{font-family:Poppins,Inter,sans-serif;font-size:13px;font-weight:600;color:#13542d;margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-tile-name-link{text-decoration:none;transition:color .2s ease}.product-tile-name-link:hover{color:#1a6b3a;text-decoration:underline}.product-tile-description{font-family:Inter,sans-serif;font-size:11px;font-weight:400;color:#6b7280;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.products-empty{padding:20px;text-align:center;color:#6b7280;font-family:Inter,sans-serif;font-size:13px;background:#F5F7F5;border-radius:12px}.product-dots{display:flex;justify-content:center;gap:6px;padding-top:8px}.product-dot{width:6px;height:6px;border-radius:50%;border:none;background:#E5E7EB;cursor:pointer;transition:all .2s ease;padding:0}.product-dot:hover{background:#9CA3AF}.product-dot.active{background:#13542D;width:16px;border-radius:3px}@media (max-width: 600px){.products-grid{grid-template-columns:repeat(2,1fr)}.product-tile-image{height:70px}.product-tile-info{padding:8px}.product-tile-name,.product-tile-name-link{font-size:12px}.product-tile-description{font-size:10px}}@media (max-width: 400px){.product-section-header{flex-direction:column;align-items:flex-start}.products-grid{grid-template-columns:repeat(2,1fr);gap:8px}.product-tile-image{height:60px}}.find-product-btn{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:8px;padding:6px 12px;background:linear-gradient(135deg,#13542D 0%,#1a6b3a 100%);color:#fff;border:none;border-radius:16px;font-family:Inter,sans-serif;font-size:11px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.find-product-btn:hover{background:linear-gradient(135deg,#1a6b3a 0%,#228B22 100%);transform:translateY(-1px);box-shadow:0 2px 8px #13542d4d}.find-product-btn:active{transform:translateY(0)}.find-product-btn svg{flex-shrink:0}@media (max-width: 600px){.find-product-btn{padding:5px 10px;font-size:10px}.find-product-btn svg{width:12px;height:12px}}.store-locations-container{width:100%;max-width:100%;display:flex;flex-direction:column;gap:16px;padding:16px 0;overflow:hidden;align-self:stretch;flex-shrink:0}.store-locations-header{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.back-to-products-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#FFFFFF;border:1px solid #E5E7EB;border-radius:20px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;color:#13542d;cursor:pointer;transition:all .2s ease}.back-to-products-btn:hover{background:#F5F7F5;border-color:#13542d}.back-to-products-btn svg{flex-shrink:0}.store-locations-title{font-family:Poppins,Inter,sans-serif;font-size:16px;font-weight:600;color:#13542d;margin:0;flex:1}.close-map-btn{width:32px;height:32px;border-radius:50%;border:1px solid #E5E7EB;background:#FFFFFF;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.close-map-btn:hover{background:#FEE2E2;border-color:#ef4444;color:#ef4444}.store-locations-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;background:#F5F7F5;border-radius:12px;gap:16px}.loading-spinner{width:40px;height:40px;border:3px solid #E5E7EB;border-top-color:#13542d;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.store-locations-loading p{font-family:Inter,sans-serif;font-size:14px;color:#6b7280;margin:0}.store-locations-error,.store-locations-empty{padding:30px 20px;text-align:center;background:#F5F7F5;border-radius:12px}.store-locations-error p,.store-locations-empty p{font-family:Inter,sans-serif;font-size:14px;color:#6b7280;margin:4px 0}.store-locations-content{display:grid;grid-template-columns:1fr 280px;gap:16px;min-height:350px}.store-locations-content.retailer-layout{display:flex;flex-direction:column;gap:12px;width:100%}.store-map-container{width:100%;height:350px;border-radius:12px;overflow:hidden;background:#E5E7EB}.store-map-container.retailer-map{height:400px;min-height:350px}.store-list{background:#FFFFFF;border-radius:12px;border:1px solid #E5E7EB;overflow:hidden;display:flex;flex-direction:column}.store-list-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #E5E7EB;background:#F9FAFB}.store-list-title{font-family:Poppins,Inter,sans-serif;font-size:14px;font-weight:600;color:#13542d;margin:0}.clear-selection-btn{padding:4px 10px;background:#FFFFFF;border:1px solid #13542D;border-radius:12px;font-family:Inter,sans-serif;font-size:11px;font-weight:500;color:#13542d;cursor:pointer;transition:all .2s ease}.clear-selection-btn:hover{background:#13542D;color:#fff}.store-list-items{flex:1;overflow-y:auto;max-height:300px}.store-list-item{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;border-bottom:1px solid #F3F4F6;cursor:pointer;transition:background .2s ease}.store-list-item:last-child{border-bottom:none}.store-list-item:hover{background:#F9FAFB}.store-list-item.selected{background:#ECFDF5;border-left:3px solid #13542D}.store-number{width:24px;height:24px;border-radius:50%;background:#13542D;color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.store-details{flex:1;min-width:0}.store-name{font-family:Poppins,Inter,sans-serif;font-size:13px;font-weight:600;color:#1f2937;margin:0 0 4px}.store-address{font-family:Inter,sans-serif;font-size:12px;color:#6b7280;margin:0 0 4px;line-height:1.4}.store-phone{font-family:Inter,sans-serif;font-size:12px;color:#13542d;text-decoration:none;font-weight:500}.store-phone:hover{text-decoration:underline}.map-info-window{padding:8px;max-width:200px}.map-info-window h4{font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:#1f2937;margin:0 0 8px}.map-info-window p{font-family:Inter,sans-serif;font-size:12px;color:#6b7280;margin:2px 0}.map-info-window a{color:#13542d;text-decoration:none}.map-info-window a:hover{text-decoration:underline}.store-detail-panel{background:#FFFFFF;border-radius:12px;border:1px solid #E5E7EB;overflow:hidden;box-shadow:0 2px 8px #00000014}.store-detail-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #E5E7EB;background:#F9FAFB}.store-detail-title{font-family:Poppins,Inter,sans-serif;font-size:14px;font-weight:600;color:#13542d;margin:0}.close-detail-btn{width:28px;height:28px;border-radius:50%;border:1px solid #E5E7EB;background:#FFFFFF;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.close-detail-btn:hover{background:#FEE2E2;border-color:#ef4444;color:#ef4444}.store-detail-content{padding:16px}.store-detail-name{font-family:Poppins,Inter,sans-serif;font-size:16px;font-weight:600;color:#1f2937;margin:0 0 8px}.store-detail-address{font-family:Inter,sans-serif;font-size:14px;color:#6b7280;margin:0 0 12px;line-height:1.5}.store-detail-phone{display:inline-block;font-family:Inter,sans-serif;font-size:14px;color:#13542d;text-decoration:none;font-weight:500;margin-right:16px}.store-detail-phone:hover{text-decoration:underline}.store-detail-website{display:inline-block;font-family:Inter,sans-serif;font-size:14px;color:#13542d;text-decoration:none;font-weight:500;padding:6px 12px;background:#F5F7F5;border-radius:6px;margin-top:8px}.store-detail-website:hover{background:#E5F0E8;text-decoration:none}@media (max-width: 768px){.store-locations-content{grid-template-columns:1fr}.store-map-container{height:250px}.store-map-container.retailer-map{height:300px}.store-list{max-height:250px}.store-list-items{max-height:200px}.store-locations-header{flex-direction:column;align-items:flex-start}}@media (max-width: 480px){.store-map-container{height:200px}.store-map-container.retailer-map{height:250px}.back-to-products-btn{padding:6px 12px;font-size:12px}.store-locations-title{font-size:14px}}.natorp-map-container{width:100%;max-width:700px;margin:20px auto;padding:0 20px;animation:fadeIn .5s ease-in}.natorp-map-wrapper{background:#ffffff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000026;border:1px solid #e5e7eb}.natorp-map{width:100%;height:200px;border-bottom:1px solid #e5e7eb}.natorp-info{padding:20px;color:#1f2937}.natorp-title{font-size:22px;font-weight:600;margin:0 0 12px;color:#111827}.natorp-details{display:flex;flex-direction:column;gap:12px}.natorp-rating{display:flex;align-items:center;gap:8px;font-size:14px}.rating-stars{font-size:16px}.rating-text{color:#6b7280}.natorp-type{color:#6b7280;margin:0;font-size:14px}.natorp-actions{display:flex;flex-wrap:wrap;gap:10px;margin:8px 0}.natorp-button{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:20px;background:#f3f4f6;color:#1d4ed8;text-decoration:none;font-size:14px;font-weight:500;border:1px solid #d1d5db;transition:all .2s ease;cursor:pointer}.natorp-button:hover{background:#e5e7eb;border-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.natorp-button:active{transform:translateY(0)}.button-icon{font-size:14px}.website-button{color:#1d4ed8}.call-button{color:#059669}.directions-button{color:#d97706}.natorp-contact-info{display:flex;flex-direction:column;gap:6px;padding:12px;background:#f9fafb;border-radius:8px;margin:8px 0;border:1px solid #e5e7eb}.contact-item{font-size:14px;line-height:1.5}.contact-item strong{color:#374151;margin-right:8px}.contact-item a{color:#1d4ed8;text-decoration:none}.contact-item a:hover{text-decoration:underline}.natorp-description{color:#4b5563;font-size:14px;line-height:1.5;margin:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.natorp-map-container{padding:0 16px}.natorp-map{height:180px}.natorp-info{padding:16px}.natorp-title{font-size:20px}.natorp-actions{flex-direction:column}.natorp-button{width:100%;justify-content:center}}.general-plant-info-list{display:flex;flex-direction:column;gap:12px;width:100%;margin:1rem 0}.general-plant-info-card{width:100%;max-width:100%;box-sizing:border-box;background:#FFFFFF;border-radius:12px;border:1px solid rgba(19,84,45,.15);box-shadow:0 2px 12px #04060f0f;overflow:hidden}.plant-info-header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:linear-gradient(135deg,#f8faf8 0%,#f0f4f0 100%);border-bottom:1px solid rgba(19,84,45,.1)}.plant-info-label{font-family:Inter,sans-serif;font-size:10px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.plant-info-close-btn{width:24px;height:24px;border-radius:50%;border:none;background:rgba(19,84,45,.1);color:#13542d;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0}.plant-info-close-btn:hover{background:#13542D;color:#fff}.plant-info-content{padding:12px;display:flex;gap:12px;overflow:hidden;max-width:100%}.plant-info-image-container{flex-shrink:0;width:100px;height:100px;border-radius:8px;overflow:hidden;background:#f5f7f5}.plant-info-image{width:100%;height:100%;object-fit:cover}.plant-info-details{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.plant-info-names{display:flex;flex-direction:column;gap:2px}.plant-common-name{font-family:Poppins,Inter,sans-serif;font-size:16px;font-weight:600;color:#13542d;margin:0;line-height:1.3}.plant-botanical-name{font-family:Inter,sans-serif;font-size:12px;font-style:italic;color:#6b7280;margin:0}.plant-info-section{display:flex;flex-direction:column;gap:4px}.plant-info-section-title{font-family:Inter,sans-serif;font-size:11px;font-weight:600;color:#374151;margin:0;text-transform:uppercase;letter-spacing:.3px}.plant-description{font-family:Inter,sans-serif;font-size:13px;color:#4b5563;margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;word-wrap:break-word;overflow-wrap:break-word}.plant-description-rich{display:block;-webkit-line-clamp:unset;max-height:300px;overflow-y:auto;word-wrap:break-word;overflow-wrap:break-word}.plant-description-rich h4{font-size:14px;font-weight:600;color:#13542d;margin:8px 0 4px}.plant-description-rich ul{margin:4px 0;padding-left:16px}.plant-description-rich li{margin-bottom:2px}.plant-description-rich strong{color:#13542d}.plant-care-info{font-family:Inter,sans-serif;font-size:12px;color:#4b5563;margin:0;line-height:1.5}.plant-care-details{display:flex;flex-wrap:wrap;gap:8px}.care-detail{display:flex;align-items:center;gap:4px;font-family:Inter,sans-serif;font-size:11px;color:#4b5563;background:#f5f7f5;padding:4px 8px;border-radius:6px}.care-icon{font-size:12px}.care-text{white-space:normal;word-wrap:break-word}.plant-info-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.plant-info-tag{display:inline-flex;align-items:center;gap:3px;padding:3px 8px;background:linear-gradient(135deg,#13542D 0%,#1a6b3a 100%);color:#fff;border-radius:10px;font-family:Inter,sans-serif;font-size:10px;font-weight:500}.tag-icon{font-size:10px}.plant-info-location{display:flex;align-items:center;gap:4px;margin-top:4px;padding:6px 8px;background:rgba(19,84,45,.05);border-radius:6px;border-left:3px solid #13542D}.location-icon{font-size:12px}.location-text{font-family:Inter,sans-serif;font-size:11px;color:#374151;font-weight:500}@media (max-width: 480px){.plant-info-content{flex-direction:column}.plant-info-image-container{width:100%;height:120px}.plant-common-name{font-size:15px}.plant-description{font-size:12px;-webkit-line-clamp:4}.plant-care-details{flex-direction:column}.care-detail{width:fit-content}}.general-plant-info-card.fade-in{animation:slideInFade .3s ease-out forwards}.general-answer-card{width:100%;background:#FFFFFF;border-radius:12px;border:1px solid rgba(19,84,45,.15);box-shadow:0 2px 12px #04060f0f;overflow:hidden}.general-answer-header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:linear-gradient(135deg,#f0f7f2 0%,#e8f0ea 100%);border-bottom:1px solid rgba(19,84,45,.1)}.general-answer-label{font-family:Inter,sans-serif;font-size:10px;font-weight:600;color:#13542d;text-transform:uppercase;letter-spacing:.5px}.general-answer-close-btn{width:24px;height:24px;border-radius:50%;border:none;background:rgba(19,84,45,.1);color:#13542d;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0}.general-answer-close-btn:hover{background:#13542D;color:#fff}.general-answer-content{padding:14px;display:flex;gap:12px}.general-answer-image-container{flex-shrink:0;width:100px;height:100px;border-radius:8px;overflow:hidden;background:#f5f7f5}.general-answer-image{width:100%;height:100%;object-fit:cover}.general-answer-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:10px}.general-answer-title{font-family:Poppins,Inter,sans-serif;font-size:16px;font-weight:600;color:#13542d;margin:0;line-height:1.3}.general-answer-summary{font-family:Inter,sans-serif;font-size:13px;font-weight:500;color:#374151;line-height:1.5}.general-answer-summary p{margin:0}.general-answer-description .markdown-content{font-family:Inter,sans-serif;font-size:13px;color:#4b5563;line-height:1.6}.general-answer-description .markdown-content.collapsed{overflow:hidden}.general-answer-description .markdown-content p{margin:0 0 8px}.general-answer-description .markdown-content p:last-child{margin-bottom:0}.general-answer-description .markdown-content h1,.general-answer-description .markdown-content h2,.general-answer-description .markdown-content h3,.general-answer-description .markdown-content h4{font-family:Poppins,Inter,sans-serif;color:#13542d;margin:12px 0 6px;line-height:1.3}.general-answer-description .markdown-content h1{font-size:16px}.general-answer-description .markdown-content h2{font-size:15px}.general-answer-description .markdown-content h3{font-size:14px}.general-answer-description .markdown-content h4{font-size:13px}.general-answer-description .markdown-content ul,.general-answer-description .markdown-content ol{margin:6px 0;padding-left:20px}.general-answer-description .markdown-content li{margin-bottom:4px;line-height:1.5}.general-answer-description .markdown-content li::marker{color:#13542d}.general-answer-description .markdown-content strong{color:#374151;font-weight:600}.general-answer-description .markdown-content em{font-style:italic;color:#6b7280}.general-answer-description .markdown-content code{background:#f5f7f5;padding:1px 4px;border-radius:3px;font-size:12px}.general-answer-description .markdown-content blockquote{border-left:3px solid #13542D;margin:8px 0;padding:6px 12px;background:rgba(19,84,45,.04);color:#374151}.general-answer-description .markdown-content hr{border:none;border-top:1px solid rgba(19,84,45,.15);margin:10px 0}.read-more-btn{background:none;border:none;color:#13542d;font-family:Inter,sans-serif;font-size:12px;font-weight:600;cursor:pointer;padding:2px 0;margin-top:2px}.read-more-btn:hover{text-decoration:underline}.general-answer-bullets{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:4px}.bullet-item{font-family:Inter,sans-serif;font-size:12px;color:#4b5563;line-height:1.5}.bullet-item::marker{color:#13542d}.general-answer-terms{display:flex;flex-direction:column;gap:6px;padding:8px;background:#f8faf8;border-radius:8px}.term-item{display:flex;flex-direction:column;gap:1px}.term-name{font-family:Inter,sans-serif;font-size:12px;font-weight:600;color:#13542d}.term-definition{font-family:Inter,sans-serif;font-size:12px;color:#4b5563;line-height:1.4}.general-answer-care{display:flex;flex-direction:column;gap:6px}.general-answer-section{display:flex;flex-direction:column;gap:3px}.section-title{font-family:Inter,sans-serif;font-size:11px;font-weight:600;color:#374151;margin:0;text-transform:uppercase;letter-spacing:.3px}.section-text{font-family:Inter,sans-serif;font-size:12px;color:#4b5563;margin:0;line-height:1.5}.care-details-row{display:flex;flex-wrap:wrap;gap:8px}.general-answer-card .care-detail{display:flex;align-items:center;gap:4px;font-family:Inter,sans-serif;font-size:11px;color:#4b5563;background:#f5f7f5;padding:4px 8px;border-radius:6px}.general-answer-card .care-icon{font-size:12px}.general-answer-card .care-text{white-space:nowrap}.general-answer-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:2px}.answer-tag{display:inline-flex;align-items:center;gap:3px;padding:3px 8px;background:linear-gradient(135deg,#13542D 0%,#1a6b3a 100%);color:#fff;border-radius:10px;font-family:Inter,sans-serif;font-size:10px;font-weight:500}.answer-tag .tag-icon{font-size:10px}.general-answer-tip{display:flex;align-items:flex-start;gap:6px;padding:8px 10px;background:rgba(19,84,45,.05);border-radius:8px;border-left:3px solid #13542D}.tip-icon{font-size:14px;flex-shrink:0}.tip-text{font-family:Inter,sans-serif;font-size:12px;color:#374151;line-height:1.5;font-style:italic}@media (max-width: 480px){.general-answer-content{flex-direction:column}.general-answer-image-container{width:100%;height:120px}.general-answer-title{font-size:15px}.care-details-row{flex-direction:column}.general-answer-card .care-detail{width:fit-content}}.general-answer-card.fade-in{animation:slideInFade .3s ease-out forwards}@keyframes slideInFade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.App{min-height:100vh;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;flex-direction:column}.App-header{text-align:center;padding:1rem;color:#fff}.App-header h1{margin:0;font-size:2.5rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3)}.App-header p{margin:.5rem 0 0;font-size:1.1rem;opacity:.9}main{flex:1;display:flex;justify-content:center;align-items:flex-start;padding:0 1rem 1rem}@media (max-width: 768px){.App{height:100vh;overflow:hidden;display:flex;flex-direction:column}.App-header{padding:1rem;flex-shrink:0}.App-header h1{font-size:2rem}.App-header p{font-size:1rem}main{flex:1;padding:0;overflow:hidden;display:flex;flex-direction:column}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}button{cursor:pointer;border:none;outline:none;font-family:inherit}input,textarea{font-family:inherit;border:none;outline:none}
