:root{--mf-color-soft-harvest-yellow: #F6D96B;--mf-color-fresh-green: #4F9D55;--mf-color-sprout-green: #A8D5A2;--mf-color-deep-green: #174D32;--mf-color-warm-ivory: #FFFDF2;--mf-color-soft-white: #FAF9F2;--mf-color-harvest-cream: #F3E8C8;--mf-color-pure-white: #FFFFFF;--mf-color-near-black: #1C241F;--mf-color-warm-gray: #727A74;--mf-primary: var(--mf-color-fresh-green);--mf-primary-dark: var(--mf-color-deep-green);--mf-primary-light: var(--mf-color-sprout-green);--mf-accent: var(--mf-color-soft-harvest-yellow);--mf-bg-main: var(--mf-color-soft-white);--mf-bg-warm: var(--mf-color-warm-ivory);--mf-bg-surface: var(--mf-color-pure-white);--mf-bg-secondary: var(--mf-color-harvest-cream);--mf-text-primary: var(--mf-color-near-black);--mf-text-secondary: var(--mf-color-warm-gray);--mf-border: #E3E8E3;--mf-border-light: #F0F3F0;--mf-status-success: #2E7D32;--mf-status-warning: #ED6C02;--mf-status-error: #D32F2F;--mf-status-info: #0288D1;--mf-font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--mf-font-family-display: "Plus Jakarta Sans", var(--mf-font-family);--mf-shadow-sm: 0 1px 2px 0 rgba(28, 36, 31, .05);--mf-shadow-md: 0 4px 6px -1px rgba(28, 36, 31, .08), 0 2px 4px -2px rgba(28, 36, 31, .06);--mf-shadow-lg: 0 10px 15px -3px rgba(28, 36, 31, .08), 0 4px 6px -4px rgba(28, 36, 31, .04);--mf-shadow-xl: 0 20px 25px -5px rgba(28, 36, 31, .1), 0 8px 10px -6px rgba(28, 36, 31, .05);--mf-radius-sm: 4px;--mf-radius-md: 8px;--mf-radius-lg: 12px;--mf-radius-xl: 16px;--mf-radius-full: 9999px;--mf-max-width: 1280px;--mf-header-height: 72px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{min-height:100%;font-family:var(--mf-font-family);color:var(--mf-text-primary);background-color:var(--mf-bg-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer;border:none;background:none}img,svg{display:block;max-width:100%}.public-navbar-container{position:sticky;top:0;z-index:1000;width:100%;height:74px;display:flex;align-items:center;background:#fff;border-bottom:1px solid rgba(226,232,240,.6);transition:all .2s ease}.public-navbar-inner{width:min(1280px,100%);margin:0 auto;padding:0 clamp(1rem,3vw,2rem);display:flex;align-items:center;justify-content:space-between;position:relative}.public-nav-brand{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.public-nav-logo-text{position:relative;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:clamp(1.4rem,2.5vw,1.65rem);font-weight:800;letter-spacing:-.03em;display:inline-flex;align-items:center}.logo-meet{color:#14532d}.logo-farmer{color:#ea580c;margin-left:1px}.logo-leaf-icon{position:absolute;top:-6px;right:-14px;width:18px;height:18px;color:#16a34a;transform:rotate(15deg)}.public-nav-desktop-menu{display:flex;align-items:center}.public-nav-links{display:flex;align-items:center;gap:clamp(1rem,2vw,1.8rem);margin:0;padding:0;list-style:none}.public-nav-divider{color:#d1d5db;font-size:.95rem;margin:0 -.4rem;-webkit-user-select:none;user-select:none}.public-nav-link{color:#374151;text-decoration:none;font-size:.95rem;font-weight:600;padding:.4rem .6rem;transition:all .15s ease-in-out;border-radius:8px}.public-nav-link:hover{color:#14532d;background-color:#15803d0d}.public-nav-link.active{color:#14532d;font-weight:700}.public-nav-link.for-buyers-link{border:1px solid #e5e7eb;padding:.42rem 1.15rem;border-radius:9999px;background-color:#fff}.public-nav-link.for-buyers-link:hover,.public-nav-link.for-buyers-link.active{border-color:#166534;color:#166534;background-color:#edf6ef}.public-nav-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.public-nav-join-btn{display:inline-flex;align-items:center;gap:.5rem;background-color:#19621d;color:#fff;font-size:clamp(.85rem,1.5vw,.95rem);font-weight:700;padding:.6rem clamp(1rem,2vw,1.45rem);border-radius:9999px;border:none;cursor:pointer;transition:background-color .2s ease,transform .1s ease;text-decoration:none;white-space:nowrap}.public-nav-join-btn:hover{background-color:#14532d;transform:translateY(-1px)}.btn-leaf-icon{width:17px;height:17px}.public-mobile-toggle{display:none;background:#f1f5f9;border:none;color:#1f2937;cursor:pointer;padding:.5rem;border-radius:8px;align-items:center;justify-content:center;transition:background-color .2s ease}.public-mobile-toggle:hover{background-color:#e2e8f0}.public-mobile-menu{display:none}@media (max-width: 920px){.public-nav-desktop-menu{display:none}.public-mobile-toggle{display:flex}.public-mobile-menu{display:flex;flex-direction:column;position:absolute;top:74px;left:0;width:100%;background:#fff;border-bottom:1.5px solid #e2e8f0;padding:1.25rem clamp(1rem,5vw,2rem) 1.75rem clamp(1rem,5vw,2rem);gap:.5rem;box-shadow:0 16px 35px #0000001a;animation:mobileMenuSlide .2s ease-out forwards}@keyframes mobileMenuSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.public-mobile-link{display:flex;align-items:center;justify-content:space-between;color:#1f2937;text-decoration:none;font-size:1.05rem;font-weight:700;padding:.75rem 1rem;border-radius:10px;transition:all .15s ease}.public-mobile-link:hover,.public-mobile-link.active{background-color:#edf6ef;color:#15803d}.public-mobile-cta{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #f1f5f9}.public-nav-join-btn.full-width{width:100%;justify-content:center;padding:.85rem}}@media (max-width: 480px){.public-navbar-container{height:64px}.public-mobile-menu{top:64px}.public-nav-actions .public-nav-join-btn{display:none}}.public-footer-wrapper{position:relative;width:100%;background:#0b2315;color:#fff;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;margin-top:3rem}.footer-top-wave-container{position:absolute;top:-55px;left:0;width:100%;height:60px;overflow:hidden;line-height:0;pointer-events:none}.footer-top-wave-svg{width:100%;height:100%;display:block}.public-footer-inner-content{width:min(1200px,100%);margin:0 auto;padding:4.5rem 2rem 3rem}.public-footer-main-grid{display:grid;grid-template-columns:1.4fr 1.2fr .9fr;gap:4rem;align-items:flex-start}.footer-brand-col{display:flex;flex-direction:column}.footer-brand-header{display:inline-flex;align-items:center;gap:.65rem;text-decoration:none;margin-bottom:1.15rem}.footer-logo-box{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#4ade80}.footer-leaf-logo{width:28px;height:28px}.footer-brand-name{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.6rem;font-weight:850;letter-spacing:-.03em}.brand-white{color:#fff}.brand-green{color:#4ade80}.footer-mission-lead{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.08rem;font-weight:700;color:#e2e8f0;line-height:1.4;margin:0 0 .45rem}.footer-mission-desc{font-size:.88rem;color:#94a3b8;line-height:1.55;margin:0 0 2rem;max-width:320px}.footer-copyright-text-desktop{font-size:.8rem;color:#64748b;margin-top:auto}.footer-links-col{display:flex;flex-direction:column}.footer-section-heading{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:.82rem;font-weight:850;letter-spacing:.14em;color:#4ade80;text-transform:uppercase;margin:0 0 1.65rem}.footer-links-dual-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}.footer-nav-sublist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.footer-menu-link{display:flex;align-items:center;justify-content:space-between;text-decoration:none;color:#cbd5e1;font-size:.92rem;font-weight:600;transition:all .2s ease;max-width:140px}.footer-menu-link:hover{color:#fff;transform:translate(2px)}.menu-chevron{color:#4ade80;flex-shrink:0;transition:transform .2s ease}.footer-menu-link:hover .menu-chevron{transform:translate(3px)}.footer-social-col{display:flex;flex-direction:column}.footer-social-icons-cluster{display:flex;align-items:center;gap:.85rem}.social-round-btn{width:44px;height:44px;border-radius:50%;background:#143d22;border:1px solid #1e5932;color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .2s ease}.social-round-btn:hover{background:#15803d;border-color:#4ade80;color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #00000040}.footer-copyright-text-mobile{display:none;font-size:.8rem;color:#64748b;margin-top:2.5rem;text-align:center;padding-top:1.5rem;border-top:1px solid #143d22}@media (max-width: 992px){.public-footer-inner-content{padding:3.5rem clamp(1rem,4vw,2rem) 2.5rem clamp(1rem,4vw,2rem)}.public-footer-main-grid{grid-template-columns:1fr 1fr;gap:3rem}.footer-social-col{grid-column:span 2}}@media (max-width: 640px){.public-footer-wrapper{margin-top:2rem}.public-footer-inner-content{padding:3rem 1.25rem 2rem}.public-footer-main-grid{grid-template-columns:1fr;gap:2.25rem}.footer-social-col{grid-column:auto}.footer-links-dual-grid{gap:1.5rem}.footer-copyright-text-desktop{display:none}.footer-copyright-text-mobile{display:block}.footer-social-icons-cluster{flex-wrap:wrap}}@media (max-width: 380px){.footer-links-dual-grid{grid-template-columns:1fr;gap:1rem}}.buyer-top-ad-banner{position:relative;width:100%;background:linear-gradient(90deg,#14532d,#15803d 28%,#ea580c 75%,#c2410c);color:#fff;z-index:850;height:64px;overflow:hidden;box-shadow:inset 0 -1px #00000026}.buyer-top-ad-container{max-width:1240px;width:100%;margin:0 auto;padding:0 1.25rem;height:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;box-sizing:border-box}.top-ad-festival-badge{display:flex;flex-direction:column;background:#00000059;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:.35rem .75rem;border-radius:8px;border:1px solid rgba(255,255,255,.2);text-decoration:none;color:#fff;flex-shrink:0;transition:transform .15s ease}.top-ad-festival-badge:hover{transform:scale(1.03)}.festival-title{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.78rem;font-weight:850;color:#fef08a;letter-spacing:.05em;white-space:nowrap}.festival-dates{font-size:.65rem;font-weight:700;color:#fff;letter-spacing:.02em;white-space:nowrap}.top-ad-marquee-wrap{flex:1;overflow:hidden;white-space:nowrap;mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 5%,black 95%,transparent 100%)}.top-ad-marquee-track{display:flex;align-items:center;gap:2.5rem;width:max-content;animation:adMarqueeScroll 28s linear infinite}.top-ad-marquee-track:hover{animation-play-state:paused}@keyframes adMarqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.top-ad-marquee-item{display:inline-flex;align-items:center;gap:.75rem;font-size:.8125rem}.ad-pill{background:#fff;color:#14532d;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-weight:850;font-size:.75rem;padding:.2rem .55rem;border-radius:6px;box-shadow:0 2px 4px #0000001f;white-space:nowrap}.ad-pill.momo{background:#fef08a;color:#713f12}.ad-message{font-weight:600;color:#fff}.ad-phone{background:#00000040;padding:.2rem .5rem;border-radius:6px;font-size:.75rem}.ad-phone strong{color:#fef08a}.ad-separator{color:#fff6;font-size:.7rem;margin-left:1rem}.top-ad-actions{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.top-ad-discover-btn{background:#fff;color:#14532d;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.75rem;font-weight:800;letter-spacing:.04em;padding:.4rem .85rem;border-radius:6px;text-decoration:none;box-shadow:0 2px 6px #00000026;transition:all .15s ease;white-space:nowrap}.top-ad-discover-btn:hover{background:#fef08a;color:#1c241f;transform:translateY(-1px)}.top-ad-close-btn{background:#00000059;border:1px solid rgba(255,255,255,.25);color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;padding:0}.top-ad-close-btn:hover{background:#000000a6;transform:scale(1.1)}@media (max-width: 768px){.buyer-top-ad-banner{height:52px}.top-ad-festival-badge{display:none}}.buyer-utility-strip{position:relative;width:100%;background-color:#fafaf9;border-bottom:1px solid #e7e5e4;height:32px;z-index:840}.buyer-utility-strip-container{max-width:1240px;width:100%;margin:0 auto;padding:0 1.5rem;height:100%;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box}.utility-sell-farmer-link{display:inline-flex;align-items:center;gap:.35rem;text-decoration:none;font-size:.76rem;font-weight:750;color:#ea580c;transition:all .15s ease}.utility-sell-farmer-link:hover{color:#c2410c;text-decoration:underline}.utility-sell-farmer-link .star-icon{font-size:.8rem}.utility-strip-right{display:flex;align-items:center;gap:.65rem;font-size:.72rem;color:#57534e}.utility-trust-item{display:inline-flex;align-items:center;gap:.3rem;font-weight:600}.trust-dot{width:6px;height:6px;border-radius:50%}.trust-dot.green{background-color:#16a34a}.trust-dot.orange{background-color:#ea580c}.trust-dot.blue{background-color:#0284c7}.utility-sep{color:#cbd5e1}@media (max-width: 768px){.utility-strip-right{display:none}}.buyer-header-v3{position:sticky;top:0;left:0;right:0;height:72px;background-color:#fff;border-bottom:1px solid #eef2ed;z-index:900;display:flex;align-items:center;box-shadow:0 1px 4px #00000005}.buyer-header-container{max-width:1240px;width:100%;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.buyer-nav-logo-text{position:relative;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:clamp(1.45rem,2.5vw,1.7rem);font-weight:800;letter-spacing:-.03em;display:inline-flex;align-items:center}.buyer-nav-logo-text .logo-leaf-icon{position:absolute;top:-6px;right:-14px;width:18px;height:18px;color:#16a34a;transform:rotate(15deg)}.buyer-search-bar-integrated{flex:1;max-width:600px;height:44px;background-color:#fff;border:1.5px solid #cbd5e1;border-radius:8px;display:flex;align-items:center;padding:0;transition:all .15s ease;overflow:hidden}.buyer-search-bar-integrated:focus-within{border-color:#ea580c;box-shadow:0 0 0 3px #ea580c1f}.buyer-search-input-wrap{flex:1;display:flex;align-items:center;gap:8px;padding:0 0 0 12px;min-width:0}.buyer-search-lead-icon{flex-shrink:0}.buyer-search-input-field{flex:1;border:none;outline:none;background:transparent;font-size:.84rem;color:#1c241f;font-family:inherit;min-width:0;padding:0}.buyer-search-input-field::placeholder{color:#94a3b8}.buyer-search-category-divider{width:1px;height:22px;background-color:#e2e8f0;margin:0 .5rem;flex-shrink:0}.buyer-search-category-selector{position:relative;display:flex;align-items:center;padding-right:.75rem;flex-shrink:0}.buyer-category-dropdown-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:none;outline:none;background:transparent;font-size:.8125rem;color:#475569;font-weight:600;padding-right:18px;cursor:pointer;font-family:inherit}.buyer-dropdown-arrow{position:absolute;right:.25rem;pointer-events:none}.buyer-search-gold-btn{background-color:#ea580c;color:#fff;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.84rem;font-weight:800;letter-spacing:.03em;padding:0 1.25rem;height:100%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease;flex-shrink:0}.buyer-search-gold-btn:hover{background-color:#c2410c}.buyer-header-right-actions{display:flex;align-items:center;gap:1.25rem;flex-shrink:0}.buyer-utility-btn{display:inline-flex;align-items:center;gap:.45rem;background:transparent;border:none;font-size:.875rem;font-weight:600;color:#1c241f;cursor:pointer;text-decoration:none;padding:6px 8px;border-radius:8px;transition:all .15s ease}.buyer-utility-btn:hover{background-color:#f4f7f4;color:#15803d}.buyer-user-dropdown-wrapper{position:relative}.buyer-user-btn{gap:.4rem}.buyer-user-icon-circle{display:flex;align-items:center;justify-content:center}.buyer-cart-pill-btn{position:relative;gap:.45rem}.buyer-cart-icon-wrapper{position:relative;display:flex;align-items:center}.buyer-cart-green-badge{position:absolute;top:-7px;right:-8px;background-color:#15803d;color:#fff;font-size:.65rem;font-weight:800;min-width:17px;height:17px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 3px;border:1.5px solid #ffffff;line-height:1}.buyer-inbox-orange-badge{position:absolute;top:4px;right:6px;background-color:#ea580c;color:#fff;font-size:.65rem;font-weight:800;min-width:17px;height:17px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px;border:1.5px solid #ffffff;line-height:1}.buyer-user-popover-card{position:absolute;top:calc(100% + 8px);right:0;width:240px;background-color:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 10px 25px #00000014;padding:.4rem 0;z-index:1000;display:flex;flex-direction:column;animation:mfPopFade .15s ease}.buyer-popover-head{padding:.75rem 1rem;display:flex;flex-direction:column;gap:2px}.buyer-popover-head strong{font-size:.88rem;color:#1c241f}.buyer-popover-head span{font-size:.75rem;color:#6b7280}.buyer-popover-separator{height:1px;background-color:#f3f4f6;margin:4px 0}.buyer-popover-link{display:flex;align-items:center;gap:.65rem;padding:.65rem 1rem;font-size:.84rem;font-weight:550;color:#374151;text-decoration:none;background:none;border:none;width:100%;text-align:left;cursor:pointer;box-sizing:border-box;transition:all .12s ease}.buyer-popover-link:hover{background-color:#f9fafb;color:#15803d}.buyer-popover-link.farmer-link{color:#174d32;font-weight:700}.buyer-popover-link.signout-link{color:#b91c1c}.buyer-popover-link.signout-link:hover{background-color:#fee2e2}@media (max-width: 900px){.buyer-header-v3{height:64px}.buyer-search-bar-integrated{max-width:240px}.buyer-search-category-selector,.buyer-search-category-divider{display:none}}@media (max-width: 640px){.buyer-top-ad-banner{height:48px}.top-ad-festival-badge{padding:.2rem .5rem}.festival-title{font-size:.7rem}.festival-dates{display:none}.top-ad-close-btn{width:24px;height:24px}.buyer-header-main-container{padding:0 .75rem;gap:.5rem}.buyer-logo-text{font-size:1.15rem}.buyer-search-bar-integrated{display:none}.buyer-header-actions-group{gap:.4rem}.buyer-header-action-btn{width:38px;height:38px}.buyer-user-popover-card{right:-10px;width:220px}}.buyer-footer-white{background-color:#fff;color:#374151;border-top:1px solid #e5e7eb;padding:3.5rem 1.5rem 2rem;margin-top:3rem;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.buyer-footer-container{max-width:1240px;margin:0 auto;width:100%}.buyer-footer-main-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.1fr 1.3fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid #f1f5f9}.buyer-footer-brand-col{display:flex;flex-direction:column;align-items:flex-start}.buyer-footer-logo-link{display:inline-flex;align-items:center;text-decoration:none;margin-bottom:.85rem}.buyer-footer-logo-text{position:relative;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.65rem;font-weight:800;letter-spacing:-.03em;display:inline-flex;align-items:center}.buyer-footer-logo-text .logo-meet{color:#14532d}.buyer-footer-logo-text .logo-farmer{color:#ea580c;margin-left:1px}.buyer-footer-logo-text .logo-leaf-icon{position:absolute;top:-6px;right:-14px;width:18px;height:18px;color:#16a34a;transform:rotate(15deg)}.buyer-footer-mission{font-size:.84rem;line-height:1.55;color:#6b7280;margin:0;max-width:330px}.buyer-footer-nav-col{display:flex;flex-direction:column}.buyer-footer-heading{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.88rem;font-weight:750;color:#111827;margin:0 0 1rem;letter-spacing:-.01em}.buyer-footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.65rem}.buyer-footer-links li a{color:#6b7280;text-decoration:none;font-size:.8125rem;font-weight:500;transition:all .15s ease;display:inline-flex;align-items:center}.buyer-footer-links li a:hover{color:#15803d;transform:translate(2px)}.buyer-footer-social-col{display:flex;flex-direction:column}.buyer-footer-social-subtext{font-size:.8125rem;color:#6b7280;line-height:1.45;margin:0 0 1rem}.buyer-footer-social-buttons{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.buyer-social-btn{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#4b5563;background-color:#f3f4f6;border:1px solid #e5e7eb;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1)}.buyer-social-btn:hover{transform:translateY(-2px);box-shadow:0 4px 10px #00000014}.buyer-social-btn.instagram:hover{background:radial-gradient(circle at 30% 107%,#fdf497,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);color:#fff;border-color:transparent}.buyer-social-btn.facebook:hover{background-color:#1877f2;color:#fff;border-color:#1877f2}.buyer-social-btn.x-twitter:hover{background-color:#000;color:#fff;border-color:#000}.buyer-social-btn.tiktok:hover{background-color:#010101;color:#fff;border-color:#010101}.buyer-social-btn.linkedin:hover{background-color:#0a66c2;color:#fff;border-color:#0a66c2}.buyer-social-btn.whatsapp:hover{background-color:#25d366;color:#fff;border-color:#25d366}.buyer-footer-bottom-row{display:flex;align-items:center;justify-content:center;padding-top:1.5rem}.buyer-footer-copyright{font-size:.78rem;color:#9ca3af;text-align:center}@media (max-width: 1024px){.buyer-footer-main-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.buyer-footer-brand-col{grid-column:span 3;margin-bottom:.5rem}}@media (max-width: 640px){.buyer-footer-white{padding:2.5rem 1rem 1.5rem}.buyer-footer-main-grid{grid-template-columns:1fr;gap:1.75rem}.buyer-footer-brand-col{grid-column:span 1}}.stagnant-docked-inbox-panel{position:fixed;right:1.25rem;top:86px;bottom:1.25rem;width:400px;background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 30px #0000001f;z-index:950;display:flex;flex-direction:column;overflow:hidden;font-family:var(--mf-font-family);color:#1e293b;animation:slideDockedIn .2s cubic-bezier(.16,1,.3,1);box-sizing:border-box}@keyframes slideDockedIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.inbox-chat-header-bar{height:60px;padding:0 1.15rem;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between;background-color:#fff;flex-shrink:0}.inbox-chat-farmer-identity{display:flex;align-items:center;gap:10px}.btn-back-to-inbox-list{background:none;border:none;color:#64748b;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center}.btn-back-to-inbox-list:hover{background-color:#f1f5f9;color:#0f172a}.inbox-global-title-row{display:flex;align-items:center;gap:8px}.inbox-global-heading{font-family:var(--mf-font-family-display);font-size:1.05rem;font-weight:800;color:#0f172a;margin:0}.inbox-chat-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover}.inbox-chat-name-col{display:flex;flex-direction:column}.inbox-chat-shop-name{font-family:var(--mf-font-family-display);font-size:.95rem;font-weight:750;color:#0f172a;margin:0}.inbox-chat-online-status{display:flex;align-items:center;gap:4px;font-size:.72rem;color:#16a34a;font-weight:600}.online-green-dot{width:7px;height:7px;border-radius:50%;background-color:#16a34a}.inbox-chat-header-icons{display:flex;align-items:center;gap:2px}.chat-action-tool-btn{background:none;border:none;color:#64748b;cursor:pointer;padding:6px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.chat-action-tool-btn:hover{background-color:#f8fafc;color:#0f172a}.chat-action-tool-btn.close-btn:hover{color:#ef4444}.inbox-privacy-notice-strip{display:flex;align-items:center;justify-content:center;gap:6px;background-color:#fffdf2;border-bottom:1px solid #fef3c7;padding:8px 12px;font-size:.74rem;color:#92400e;flex-shrink:0}.notice-shield-icon{color:#ca8a04}.inbox-messages-scroll-stream{flex:1;padding:1.15rem 1rem;overflow-y:auto;display:flex;flex-direction:column;gap:.85rem;background-color:#fff}.stream-date-divider{text-align:center;margin:.15rem 0 .5rem}.stream-date-divider span{font-size:.72rem;color:#94a3b8;font-weight:600}.message-bubble-wrapper{display:flex;width:100%}.message-bubble-wrapper.buyer-side{justify-content:flex-end}.message-bubble-wrapper.farmer-side{justify-content:flex-start}.message-content-bubble{max-width:82%;padding:.75rem .95rem;border-radius:14px}.message-bubble-wrapper.buyer-side .message-content-bubble{background-color:#eaf8ed;color:#14532d;border-bottom-right-radius:4px}.message-bubble-wrapper.farmer-side .message-content-bubble{background-color:#f8fafc;color:#1e293b;border-bottom-left-radius:4px}.message-text-body{font-size:.84rem;line-height:1.45;margin:0;word-break:break-word}.message-footer-meta{display:flex;align-items:center;justify-content:flex-end;gap:3px;margin-top:4px}.message-time-text{font-size:.68rem;color:#94a3b8}.msg-checkmarks-icon{color:#16a34a}.inbox-bottom-input-bar{padding:.75rem 1rem;border-top:1px solid #f1f5f9;background-color:#fff;display:flex;align-items:center;gap:.5rem;flex-shrink:0}.inbox-text-input-field{flex:1;height:40px;border:1px solid #e2e8f0;border-radius:20px;padding:0 1rem;font-size:.84rem;outline:none;background-color:#f8fafc}.inbox-text-input-field:focus{background-color:#fff;border-color:#15803d}.btn-add-attachment-plus{background:none;border:none;color:#64748b;cursor:pointer;padding:6px;border-radius:50%;display:flex;align-items:center;justify-content:center}.btn-add-attachment-plus:hover{background-color:#f1f5f9;color:#0f172a}.btn-send-message-circle{width:36px;height:36px;border-radius:50%;background-color:#15803d;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .15s ease}.btn-send-message-circle:hover:not(:disabled){opacity:.9}.btn-send-message-circle:disabled{background-color:#e2e8f0;color:#94a3b8;cursor:not-allowed}.inbox-conversations-list-body{display:flex;flex-direction:column;height:100%}.inbox-search-wrap{position:relative;padding:.75rem 1rem;border-bottom:1px solid #f1f5f9}.inbox-search-icon{position:absolute;left:1.5rem;top:50%;transform:translateY(-50%);color:#94a3b8}.inbox-search-input{width:100%;height:36px;border:1px solid #e2e8f0;border-radius:8px;padding:0 1rem 0 2.2rem;font-size:.82rem;outline:none;background-color:#f8fafc}.inbox-search-input:focus{border-color:#15803d;background-color:#fff}.inbox-convos-stream{flex:1;overflow-y:auto}.inbox-convo-row-item{display:flex;align-items:center;gap:10px;padding:.85rem 1rem;border-bottom:1px solid #f8fafc;cursor:pointer;transition:background-color .15s ease}.inbox-convo-row-item:hover{background-color:#f8fafc}.convo-avatar-box{position:relative;width:40px;height:40px;flex-shrink:0}.convo-avatar-box img{width:100%;height:100%;border-radius:50%;object-fit:cover}.convo-online-dot{position:absolute;bottom:0;right:0;width:9px;height:9px;background-color:#16a34a;border:2px solid #ffffff;border-radius:50%}.convo-meta-stack{flex:1;min-width:0}.convo-title-time-row{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:2px}.convo-shop-name{font-family:var(--mf-font-family-display);font-size:.88rem;font-weight:750;color:#0f172a}.convo-time-lbl{font-size:.7rem;color:#94a3b8}.convo-last-msg{font-size:.78rem;color:#64748b;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 768px){.stagnant-docked-inbox-panel{right:0;left:0;width:100%!important;border-radius:0}}@media (max-width: 640px){.stagnant-docked-inbox-panel{top:0!important;bottom:0!important;left:0!important;right:0!important;width:100vw!important;height:100%!important;max-height:100vh!important;border-radius:0!important;border:none!important;z-index:2000!important}.inbox-chat-header-bar{padding:0 .85rem;height:56px}.inbox-chat-input-container{padding:.75rem .85rem}}.buyer-shell{min-height:100vh;display:flex;flex-direction:column;background-color:#fafaf9;color:#1c241f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.buyer-main-content{flex:1}.buyer-header{position:sticky;top:0;left:0;right:0;height:70px;background-color:#fff;border-bottom:1px solid #e7e5e4;z-index:900;display:flex;align-items:center;box-shadow:0 1px 3px #00000008}.buyer-header-inner{max-width:1240px;width:100%;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.buyer-nav-brand{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.buyer-nav-logo-text{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1.4rem;font-weight:800;letter-spacing:-.03em;display:inline-flex;align-items:center;position:relative}.buyer-nav-logo-text .logo-meet{color:#14532d}.buyer-nav-logo-text .logo-farmer{color:#ea580c;margin-left:1px}.buyer-nav-logo-text .logo-leaf-icon{position:absolute;top:-5px;right:-13px;width:16px;height:16px;color:#16a34a;transform:rotate(15deg)}.buyer-search-form{flex:1;max-width:480px;height:40px;background-color:#fff;border:1px solid #d6d3d1;border-radius:24px;display:flex;align-items:center;padding:2px 4px 2px 16px;transition:all .15s ease;box-shadow:0 1px 2px #00000008}.buyer-search-form:focus-within{border-color:#ea580c;box-shadow:0 0 0 3px #ea580c26}.buyer-search-input{flex:1;border:none;outline:none;background:transparent;font-size:.84rem;color:#1c241f;font-family:inherit}.buyer-search-input::placeholder{color:#a8a29e}.buyer-search-submit-btn{background-color:#ea580c;color:#fff;border:none;height:32px;padding:0 1.15rem;border-radius:16px;font-size:.8125rem;font-weight:700;cursor:pointer;transition:background-color .15s ease;flex-shrink:0}.buyer-search-submit-btn:hover{background-color:#c2410c}.buyer-header-actions{display:flex;align-items:center;gap:1.25rem;flex-shrink:0}.buyer-action-btn{display:inline-flex;align-items:center;gap:.45rem;background:transparent;border:none;font-size:.875rem;font-weight:600;color:#1c241f;cursor:pointer;text-decoration:none;padding:6px 8px;border-radius:8px;transition:all .15s ease;position:relative}.buyer-action-btn:hover{background-color:#f5f5f4;color:#14532d}.buyer-profile-btn{gap:.5rem}.buyer-avatar-circle{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#15803d,#14532d);color:#fff;font-size:.8125rem;font-weight:800;display:flex;align-items:center;justify-content:center}.buyer-avatar-img{width:28px;height:28px;border-radius:50%;object-fit:cover}.buyer-cart-badge{background-color:#ea580c;color:#fff;font-size:.6875rem;font-weight:800;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1}.buyer-user-dropdown-container{position:relative}.buyer-user-menu{position:absolute;top:calc(100% + 8px);right:0;width:240px;background-color:#fff;border-radius:12px;border:1px solid #e7e5e4;box-shadow:0 10px 25px #00000014;padding:.5rem 0;z-index:1000;display:flex;flex-direction:column;animation:mfPopFade .15s ease}.buyer-menu-user-info{padding:.65rem 1rem;display:flex;flex-direction:column;gap:2px}.buyer-menu-user-info strong{font-size:.88rem;color:#1c241f}.buyer-menu-user-info span{font-size:.75rem;color:#78716c}.buyer-user-menu-item{display:flex;align-items:center;gap:.65rem;padding:.65rem 1rem;font-size:.84rem;font-weight:550;color:#44403c;text-decoration:none;background:none;border:none;width:100%;text-align:left;cursor:pointer;box-sizing:border-box;transition:all .12s ease}.buyer-user-menu-item:hover{background-color:#f5f5f4;color:#15803d}.buyer-menu-divider{height:1px;background-color:#f5f5f4;margin:4px 0}.buyer-main-content{flex:1;display:flex;flex-direction:column}.buyer-mobile-nav{display:none;position:fixed;bottom:0;left:0;right:0;height:60px;background-color:#fff;border-top:1px solid #e7e5e4;z-index:800;padding:0 .5rem;box-shadow:0 -2px 8px #0000000d}.buyer-mobile-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-decoration:none;color:#78716c;font-size:.6875rem;font-weight:600;transition:color .15s ease}.buyer-mobile-nav-item.active{color:#15803d}@media (max-width: 860px){.buyer-header{height:62px}.buyer-search-form{max-width:240px}.buyer-mobile-nav{display:flex}.buyer-main-content{padding-bottom:60px}}.farmer-settings-fullscreen-overlay{position:fixed;top:60px;left:0;right:0;bottom:0;z-index:90;display:flex;justify-content:center;align-items:flex-end}.farmer-settings-overlay-backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#00000073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:mfFadeIn .15s ease-out}.farmer-settings-takeover-panel{position:relative;z-index:95;width:100vw;height:calc(100vh - 60px);background-color:#ebebeb;border-radius:16px 16px 0 0;border-top:1px solid #e1e3e5;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 -4px 20px #0000001f;animation:slideUpTakeover .22s cubic-bezier(.16,1,.3,1)}@keyframes slideUpTakeover{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.farmer-settings-shopify-layout{flex:1;display:grid;grid-template-columns:240px 1fr;overflow:hidden;height:100%}.farmer-settings-shopify-sidebar{background-color:#f6f6f7;border-right:1px solid #e1e3e5;padding:1.25rem .85rem 1.5rem;display:flex;flex-direction:column;gap:.85rem;overflow-y:auto;box-sizing:border-box}.farmer-settings-shopify-brand{display:flex;align-items:center;gap:.65rem;padding:.25rem .35rem}.farmer-settings-shopify-avatar{width:34px;height:34px;border-radius:8px;background-color:#a855f7;color:#fff;font-weight:800;font-size:.8125rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.farmer-settings-shopify-meta{display:flex;flex-direction:column;line-height:1.2}.farmer-settings-shopify-name{font-size:.84rem;font-weight:700;color:#202223;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:155px}.farmer-settings-shopify-domain{font-size:.72rem;color:#6d7175;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:155px}.farmer-settings-shopify-search{height:32px;background-color:#fff;border:1px solid #d2d5d8;border-radius:8px;display:flex;align-items:center;padding:0 .65rem;gap:.45rem;transition:all .15s ease}.farmer-settings-shopify-search:focus-within{border-color:#202223;box-shadow:0 0 0 2px #20222326}.farmer-settings-search-icon{width:15px;height:15px;color:#6d7175;display:flex;align-items:center;justify-content:center;flex-shrink:0}.farmer-settings-shopify-search-input{flex:1;border:none;outline:none;background:transparent;font-size:.8125rem;color:#202223;font-family:inherit}.farmer-settings-shopify-search-input::placeholder{color:#8c9196}.farmer-settings-shopify-nav{display:flex;flex-direction:column;gap:2px}.farmer-settings-shopify-nav-item{display:flex;align-items:center;gap:.65rem;padding:.45rem .65rem;border-radius:8px;border:none;background:transparent;color:#202223;font-size:.8125rem;font-weight:500;cursor:pointer;text-align:left;transition:all .12s ease;width:100%}.farmer-settings-shopify-nav-item:hover{background-color:#e4e4e7}.farmer-settings-shopify-nav-item.active{background-color:#e4e4e7;color:#202223;font-weight:650}.farmer-settings-shopify-nav-icon{width:17px;height:17px;color:#5c5f62;display:flex;align-items:center;justify-content:center;flex-shrink:0}.farmer-settings-shopify-nav-item.active .farmer-settings-shopify-nav-icon{color:#202223}.farmer-settings-shopify-content{flex:1;overflow-y:auto;padding:1.5rem 3rem 4rem;display:flex;flex-direction:column;position:relative;box-sizing:border-box}.farmer-settings-pinned-close-btn{position:absolute;top:1.15rem;right:1.5rem;width:30px;height:30px;border-radius:6px;background-color:#e4e4e7;border:none;color:#202223;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;z-index:10}.farmer-settings-pinned-close-btn:hover{background-color:#d4d4d8;color:#000}.farmer-settings-pinned-close-btn svg{width:15px;height:15px}.farmer-settings-shopify-header{display:flex;align-items:center;margin-bottom:1.25rem;max-width:720px;width:100%}.farmer-settings-shopify-title-wrap{display:flex;align-items:center;gap:.55rem}.farmer-settings-shopify-title-icon{width:20px;height:20px;color:#202223;display:flex;align-items:center;justify-content:center}.farmer-settings-shopify-title{font-size:1.2rem;font-weight:750;color:#202223;margin:0;letter-spacing:-.01em}.farmer-settings-cards-stack{width:100%;max-width:720px;display:flex;flex-direction:column;gap:1rem}.farmer-settings-form-stack{display:flex;flex-direction:column;gap:1rem}.farmer-settings-shopify-card{background-color:#fff;border-radius:12px;border:1px solid #e1e3e5;box-shadow:0 1px 2px #0000000a;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1.15rem;box-sizing:border-box}.farmer-settings-card-head{display:flex;flex-direction:column;gap:2px;padding-bottom:.65rem;border-bottom:1px solid #f1f2f4}.farmer-settings-card-title{font-size:.88rem;font-weight:700;color:#202223;margin:0}.farmer-settings-card-subtitle{font-size:.76rem;color:#6d7175;margin:0;line-height:1.35}.form-group{display:flex;flex-direction:column;gap:.35rem;width:100%;box-sizing:border-box}.form-label{font-size:.8125rem;font-weight:600;color:#202223;margin:0;line-height:1.2}.form-input{width:100%;height:38px;padding:0 .75rem;border:1px solid #c9cccf;border-radius:8px;background-color:#fff;font-size:.8125rem;color:#202223;box-sizing:border-box;font-family:inherit;outline:none;transition:all .15s ease;box-shadow:inset 0 1px 2px #0000000a}.form-input:focus{border-color:#15803d;box-shadow:0 0 0 3px #15803d2e}textarea.form-input{height:auto;min-height:85px;padding:.65rem .75rem;resize:vertical;line-height:1.45}select.form-input{height:38px;cursor:pointer;background-color:#fff}.farmer-settings-avatar-uploader{display:flex;align-items:center;gap:1.25rem;padding:.25rem 0}.farmer-settings-avatar-preview-wrapper{width:64px;height:64px;border-radius:12px;border:1px solid #c9cccf;background-color:#f6f6f7;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 1px 3px #0000000f}.farmer-settings-avatar-img{width:100%;height:100%;object-fit:cover}.farmer-settings-avatar-fallback{width:100%;height:100%;background:linear-gradient(135deg,#15803d,#14532d);color:#fff;font-size:1.5rem;font-weight:800;display:flex;align-items:center;justify-content:center}.farmer-settings-avatar-actions{display:flex;flex-direction:column;gap:.45rem}.farmer-settings-upload-btn{display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 .85rem;background-color:#fff;border:1px solid #c9cccf;border-radius:6px;font-size:.8125rem;font-weight:600;color:#202223;cursor:pointer;transition:all .15s ease;box-shadow:0 1px 2px #0000000a}.farmer-settings-upload-btn:hover{background-color:#f6f6f7;border-color:#8c9196}.farmer-settings-remove-btn{display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 .75rem;background-color:transparent;border:1px solid transparent;border-radius:6px;font-size:.8125rem;font-weight:600;color:#b91c1c;cursor:pointer;transition:all .15s ease}.farmer-settings-remove-btn:hover{background-color:#fee2e2}.farmer-settings-avatar-hint{font-size:.72rem;color:#6d7175;line-height:1.3}.farmer-settings-alert{display:flex;align-items:center;gap:.65rem;padding:.75rem 1.25rem;border-radius:8px;font-size:.8125rem;font-weight:650;max-width:720px}@media (max-width: 860px){.farmer-settings-shopify-layout{grid-template-columns:1fr;height:auto;overflow-y:auto}.farmer-settings-shopify-sidebar{border-right:none;border-bottom:1px solid #e1e3e5;padding:.85rem 1rem}.farmer-settings-shopify-nav{flex-direction:row;overflow-x:auto}.farmer-settings-shopify-nav-item{white-space:nowrap;width:auto}.farmer-settings-shopify-content{padding:1.25rem 1rem 4rem}.farmer-settings-pinned-close-btn{top:.75rem;right:.75rem}}.farmer-app-shell{height:100vh;max-height:100vh;width:100vw;display:flex;flex-direction:column;background-color:#f8fafc;font-family:Inter,Plus Jakarta Sans,system-ui,-apple-system,sans-serif;color:#0f172a;overflow:hidden;box-sizing:border-box}.farmer-unified-loader{padding:6rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.85rem;width:100%}.farmer-unified-spinner{color:#15803d;animation:mfSpin .85s linear infinite}.farmer-unified-loader-text{font-size:.875rem;font-weight:550;color:#64748b;margin:0}.farmer-topbar{height:60px;background-color:var(--mf-color-warm-ivory, #FFFDF2);border-bottom:1.5px solid var(--mf-border, #E3E8E3);display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1rem,2.5vw,1.75rem);flex-shrink:0;z-index:100;box-shadow:0 1px 3px #1c241f08;gap:1.5rem}.farmer-topbar-left{display:flex;align-items:center;flex-shrink:0}.farmer-brand-title{text-decoration:none;display:flex;align-items:center;gap:.65rem}.farmer-nav-logo{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.35rem;font-weight:800;letter-spacing:-.03em;display:inline-flex;align-items:center;position:relative}.farmer-nav-logo .logo-meet{color:#14532d}.farmer-nav-logo .logo-farmer{color:#ea580c;margin-left:1px}.farmer-nav-logo .logo-leaf-icon{position:absolute;top:-4px;right:-13px;width:15px;height:15px;color:#16a34a;transform:rotate(15deg)}.farmer-badge-tag{font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;background-color:#15803d;color:#fff;padding:2px 7px;border-radius:6px;margin-left:8px}.farmer-topbar-center{flex:1;max-width:480px;display:flex;justify-content:center}.farmer-topbar-search-box{width:100%;height:36px;background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;display:flex;align-items:center;padding:0 .75rem;gap:.5rem;transition:all .15s ease;box-shadow:0 1px 2px #00000008}.farmer-topbar-search-box:focus-within{border-color:#15803d;box-shadow:0 0 0 3px #15803d26}.farmer-search-icon{width:16px;height:16px;color:#64748b;display:flex;align-items:center;justify-content:center;flex-shrink:0}.farmer-topbar-search-input{flex:1;border:none;outline:none;background:transparent;font-size:.8125rem;color:#0f172a;font-family:inherit}.farmer-topbar-search-input::placeholder{color:#94a3b8}.farmer-search-kbd{font-size:.6875rem;font-weight:700;color:#64748b;background-color:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;padding:1px 5px;font-family:inherit}.farmer-topbar-right{display:flex;align-items:center;gap:.85rem;flex-shrink:0}.farmer-topbar-inbox-btn{width:36px;height:36px;padding:0;border-radius:8px;border:1px solid #cbd5e1;background-color:#fff;color:#334155;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;position:relative}.farmer-topbar-inbox-btn:hover{background-color:#f1f5f9;border-color:#94a3b8;color:#0f172a}.farmer-topbar-inbox-btn.active{background-color:#edf7ed;border-color:#15803d;color:#15803d}.farmer-inbox-badge{position:absolute;top:-4px;right:-4px;background-color:#ea580c;color:#fff;font-size:.65rem;font-weight:800;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 4px;border:1.5px solid #ffffff}.farmer-account-dropdown{position:relative}.farmer-account-trigger{display:flex;align-items:center;gap:.6rem;background-color:transparent;border:1px solid transparent;padding:4px 8px;border-radius:8px;cursor:pointer;transition:all .15s ease;text-align:left}.farmer-account-trigger:hover{background-color:#0f172a0d}.farmer-account-trigger.active{background-color:#0f172a14}.farmer-avatar-placeholder{width:32px;height:32px;border-radius:50%;background-color:#14532d;color:#fff;font-weight:800;font-size:.8125rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid rgba(0,0,0,.08)}.farmer-account-meta{display:flex;flex-direction:column;line-height:1.2}.farmer-account-name{font-size:.8125rem;font-weight:700;color:#0f172a}.farmer-account-shop{font-size:.6875rem;font-weight:500;color:#64748b;max-width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.farmer-account-chevron{width:14px;height:14px;color:#64748b;display:flex;align-items:center;justify-content:center;transition:transform .15s ease;flex-shrink:0}.farmer-account-chevron.open{transform:rotate(180deg)}.farmer-menu-popover{position:absolute;top:calc(100% + 8px);right:0;width:240px;background-color:#fff;border-radius:10px;border:1px solid #e2e8f0;box-shadow:0 10px 25px #00000014;padding:.4rem 0;z-index:1200;animation:mfPopFade .15s ease}@keyframes mfPopFade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.farmer-menu-popover-header{padding:.75rem 1rem;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;gap:.65rem}.farmer-popover-avatar{width:32px;height:32px;border-radius:50%;background-color:#14532d;color:#fff;font-weight:800;font-size:.8125rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.farmer-popover-user-info{display:flex;flex-direction:column}.farmer-popover-full-name{font-size:.85rem;color:#0f172a;display:block}.farmer-popover-location{font-size:.75rem;color:#64748b}.farmer-dropdown-item{display:flex;align-items:center;gap:.6rem;padding:.65rem 1rem;color:#334155;text-decoration:none;background:none;border:none;width:100%;text-align:left;cursor:pointer;box-sizing:border-box}.farmer-dropdown-item:hover{background-color:#f8fafc;color:#15803d}.farmer-dropdown-divider{border-top:1px solid #f1f5f9;margin:4px 0}.farmer-signout-item{color:#b91c1c}.farmer-signout-item:hover{background-color:#fef2f2;color:#dc2626}.farmer-body-wrapper{display:flex;flex:1;height:calc(100vh - 60px);overflow:hidden;position:relative}.farmer-sidebar{width:230px;background-color:#fff;border-right:1.5px solid #e2e8f0;padding:1.5rem .85rem 1.25rem;display:flex;flex-direction:column;justify-content:space-between;flex-shrink:0;height:100%;box-sizing:border-box;overflow-y:auto}.farmer-sidebar-nav-list{display:flex;flex-direction:column;gap:.25rem}.farmer-sidebar-group{display:flex;flex-direction:column}.farmer-sidebar-nav-item{padding:.5rem .75rem;border-radius:8px;font-size:.8125rem;font-weight:500;color:#475569;text-decoration:none;display:flex;align-items:center;justify-content:space-between;transition:all .15s ease}.farmer-sidebar-item-inner{display:flex;align-items:center;gap:.6rem}.farmer-sidebar-nav-item:hover{color:#12381d;background-color:#f1f5f9}.farmer-sidebar-nav-item.active{color:#12381d;background-color:#edf7ed;font-weight:600}.farmer-sidebar-badge{font-size:.6875rem;font-weight:700;padding:1px 5px;border-radius:10px;background-color:#ea580c;color:#fff}.farmer-sidebar-subnav{display:flex;flex-direction:column;gap:1px;padding-left:2rem;margin:2px 0 6px}.farmer-sidebar-subnav-item{padding:.35rem .65rem;border-radius:6px;font-size:.75rem;font-weight:500;color:#64748b;text-decoration:none;transition:all .15s ease}.farmer-sidebar-subnav-item:hover{color:#12381d;background-color:#f1f5f9}.farmer-sidebar-subnav-item.active{color:#12381d;font-weight:600;background-color:#edf7ed}.farmer-sidebar-bottom-switch{padding-top:.85rem;border-top:1px solid #f1f5f9}.farmer-sidebar-switch-link{display:flex;align-items:center;gap:.55rem;padding:.5rem .75rem;border-radius:8px;font-size:.8125rem;font-weight:500;color:#475569;text-decoration:none;transition:all .15s ease}.farmer-sidebar-switch-link:hover{color:#12381d;background-color:#f8fafc}.farmer-center-workspace{flex:1;height:100%;overflow-y:auto;overflow-x:hidden;padding:2rem 2.5rem 4rem;min-width:0;box-sizing:border-box}.farmer-center-workspace::-webkit-scrollbar{width:6px}.farmer-center-workspace::-webkit-scrollbar-track{background:transparent}.farmer-center-workspace::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:9999px}.farmer-center-workspace::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}.farmer-mobile-bottom-nav{display:none}@media (max-width: 960px){.farmer-sidebar,.farmer-topbar-shop-tag{display:none}.farmer-center-workspace{padding:1.25rem 1rem 5.5rem}.farmer-mobile-bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:60px;background-color:#fff;border-top:1px solid #e2e8f0;z-index:1000;justify-content:space-around;align-items:center;box-shadow:0 -2px 10px #0000000a}.farmer-mobile-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#64748b;font-size:.72rem;font-weight:650;text-decoration:none;position:relative;padding:4px 12px}.farmer-mobile-nav-item.active{color:#15803d}.farmer-mobile-badge-dot{position:absolute;top:4px;right:14px;width:6px;height:6px;border-radius:50%;background-color:#ea580c}}@media (max-width: 600px){.farmer-topbar{padding:0 .85rem}.farmer-topbar-buy-btn span{display:none}.farmer-topbar-buy-btn{padding:0 .6rem}}.farmer-inbox-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0f172a59;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1050;animation:mfFadeIn .2s ease}@keyframes mfFadeIn{0%{opacity:0}to{opacity:1}}.farmer-right-inbox-panel{position:fixed;top:0;right:0;width:420px;max-width:92vw;height:100vh;background-color:#fff;box-shadow:-10px 0 35px #0000001f;z-index:1100;display:flex;flex-direction:column;animation:mfSlideInRight .25s cubic-bezier(.16,1,.3,1);box-sizing:border-box}@keyframes mfSlideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.farmer-inbox-list-wrap,.farmer-inbox-thread-wrap{display:flex;flex-direction:column;height:100%}.farmer-inbox-panel-header{height:60px;padding:0 1.25rem;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;background-color:#fff;flex-shrink:0}.farmer-inbox-header-title-zone{display:flex;align-items:center;gap:.65rem}.farmer-inbox-icon-avatar{width:32px;height:32px;border-radius:8px;background-color:#ecfdf5;display:flex;align-items:center;justify-content:center}.farmer-inbox-back-btn,.farmer-inbox-close-btn{background:none;border:none;padding:6px;border-radius:8px;cursor:pointer;color:#64748b;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.farmer-inbox-back-btn:hover,.farmer-inbox-close-btn:hover{background-color:#f1f5f9;color:#0f172a}.farmer-inbox-title{font-size:.9375rem;font-weight:700;color:#0f172a;display:block}.farmer-inbox-sub{font-size:.75rem;color:#64748b;display:block}.farmer-inbox-panel-body{flex:1;overflow-y:auto;background-color:#fff}.farmer-inbox-convo-row{display:flex;align-items:center;gap:.85rem;padding:.9rem 1.25rem;border-bottom:1px solid #f1f5f9;cursor:pointer;transition:background-color .15s ease}.farmer-inbox-convo-row:hover{background-color:#f8fafc}.farmer-inbox-avatar{width:40px;height:40px;border-radius:50%;background-color:#ecfdf5;color:#059669;font-weight:750;font-size:.95rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.farmer-inbox-convo-meta{flex:1;min-width:0}.farmer-inbox-convo-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:2px}.farmer-inbox-buyer-name{font-size:.875rem;font-weight:700;color:#0f172a}.farmer-inbox-timestamp{font-size:.72rem;color:#94a3b8}.farmer-inbox-snippet{margin:0;font-size:.8125rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.farmer-inbox-unread-badge{background-color:#ea580c;color:#fff;font-size:.7rem;font-weight:800;padding:1px 6px;border-radius:10px}.farmer-inbox-empty-box{padding:4rem 1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.4rem}.farmer-inbox-empty-icon{color:#cbd5e1;margin-bottom:.5rem}.farmer-inbox-empty-title{font-size:.95rem;font-weight:700;color:#0f172a}.farmer-inbox-empty-desc{font-size:.8125rem;color:#64748b;margin:0;max-width:280px;line-height:1.45}.farmer-inbox-messages-stream{flex:1;overflow-y:auto;padding:1.25rem 1rem;display:flex;flex-direction:column;gap:.75rem;background-color:#f8fafc}.farmer-inbox-msg-row{display:flex;flex-direction:column}.farmer-inbox-msg-row.farmer{align-items:flex-end}.farmer-inbox-msg-row.buyer{align-items:flex-start}.farmer-inbox-bubble{max-width:82%;padding:8px 12px;font-size:.875rem;line-height:1.4;box-shadow:0 1px 2px #0000000a}.farmer-inbox-bubble.farmer{background-color:#1b4d3e;color:#fff;border-radius:14px 14px 2px}.farmer-inbox-bubble.buyer{background-color:#fff;color:#0f172a;border:1px solid #e2e8f0;border-radius:14px 14px 14px 2px}.farmer-inbox-time{font-size:.6875rem;color:#94a3b8;margin-top:3px;padding:0 4px}.farmer-inbox-input-bar{padding:.75rem 1rem;border-top:1px solid #e2e8f0;display:flex;align-items:center;gap:.5rem;background-color:#fff;flex-shrink:0}.farmer-inbox-text-input{flex:1;height:38px;padding:0 .85rem;border-radius:8px;border:1px solid #cbd5e1;font-size:.875rem;outline:none;font-family:inherit}.farmer-inbox-text-input:focus{border-color:#059669}.farmer-inbox-send-btn{width:38px;height:38px;border-radius:8px;background-color:#1b4d3e;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .15s ease}.farmer-inbox-send-btn:disabled{opacity:.5;cursor:not-allowed}.farmer-inbox-loader-box{padding:3rem 0;display:flex;align-items:center;justify-content:center}.farmer-inbox-spinner{color:#059669;animation:mfSpin .85s linear infinite}.mf-skeleton-list-container{display:flex;flex-direction:column;padding:1rem 1.25rem;gap:.85rem;width:100%;box-sizing:border-box}.mf-skeleton-card-row{display:flex;align-items:center;gap:1rem;padding:.85rem 1rem;border-radius:8px;background-color:#fff;border:1px solid #f1f5f9;position:relative;overflow:hidden}.mf-skeleton-thumb-box{width:48px;height:48px;border-radius:8px;background-color:#e2e8f0;flex-shrink:0;animation:mfPulse 1.5s ease-in-out infinite}.mf-skeleton-text-col{display:flex;flex-direction:column;gap:8px;flex:1}.mf-skeleton-line{border-radius:4px;background-color:#e2e8f0;animation:mfPulse 1.5s ease-in-out infinite}.mf-skeleton-line.title{width:35%;height:14px}.mf-skeleton-line.sub{width:55%;height:10px;background-color:#f1f5f9}.mf-skeleton-line.eyebrow{width:40%;height:11px}.mf-skeleton-line.big-metric{width:60%;height:26px;margin-top:4px}.mf-skeleton-pill{width:65px;height:22px;border-radius:9999px;background-color:#f1f5f9;flex-shrink:0;animation:mfPulse 1.5s ease-in-out infinite}.mf-skeleton-caption{font-size:.75rem;color:#94a3b8;text-align:center;margin-top:.5rem}.mf-skeleton-kpi-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;width:100%}.mf-skeleton-kpi-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}@keyframes mfPulse{0%,to{opacity:1}50%{opacity:.45}}.landing-container{width:100%;overflow-x:hidden;background-color:#fdf5d8;color:#1f2937;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif}.hero-landing-wrapper{position:relative;width:100%;min-height:590px;height:clamp(580px,78vh,670px);background:linear-gradient(135deg,#fdf5d8,#fdf4d4 45%,#faeec6);overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}.hero-bg-leaf-watermark{position:absolute;top:15px;left:20px;width:200px;height:200px;pointer-events:none;z-index:2}.hero-slideshow-backdrop{position:absolute;top:0;right:0;bottom:0;width:55%;height:100%;z-index:1;pointer-events:none;overflow:hidden;mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.3) 6%,rgba(0,0,1) 20%);-webkit-mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.3) 6%,rgba(0,0,1) 20%)}.hero-slide-backdrop-item{position:absolute;top:0;right:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity .85s cubic-bezier(.4,0,.2,1),transform .85s cubic-bezier(.4,0,.2,1);transform:scale(.995);display:flex;align-items:center;justify-content:flex-end}.hero-slide-backdrop-item.active{opacity:1;visibility:visible;transform:scale(1)}.hero-slide-backdrop-img{width:100%;height:100%;object-fit:cover;object-position:center center}.hero-landing-container{position:relative;z-index:10;width:min(1320px,100%);margin:0 auto;padding:3.5rem 2rem 5rem;display:flex;align-items:center;flex:1}.hero-left-col{max-width:540px}.hero-market-tag{display:inline-flex;align-items:center;gap:.5rem;color:#19621d;font-size:.98rem;font-weight:600;margin-bottom:1.35rem;letter-spacing:-.01em}.hero-tag-leaf-icon{width:18px;height:18px;color:#19621d}.hero-main-title{position:relative;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:clamp(2.85rem,4.4vw,3.85rem);font-weight:850;line-height:1.06;color:#13381e;letter-spacing:-.04em;margin:0 0 1rem;display:flex;flex-direction:column}.title-line-one,.title-line-two{display:block}.highlight-directly{color:#ea580c}.hero-title-brush{position:absolute;bottom:-4px;left:0;width:220px;height:10px;pointer-events:none}.hero-green-subheading{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;color:#15803d;font-size:1.18rem;font-weight:700;margin:1.25rem 0 .65rem;letter-spacing:-.01em}.hero-narrative-text{color:#374151;font-size:1.02rem;line-height:1.62;margin:0 0 2rem;max-width:460px;min-height:50px;transition:opacity .3s ease}.hero-action-group{display:flex;align-items:center}.hero-explore-btn{display:inline-flex;align-items:center;gap:.6rem;background-color:#19621d;color:#fff;text-decoration:none;font-size:1rem;font-weight:600;padding:.85rem 1.75rem;border-radius:8px;transition:all .2s ease;box-shadow:0 2px 6px #19621d40}.hero-explore-btn:hover{background-color:#14532d;transform:translateY(-1px);box-shadow:0 4px 12px #19621d59}.btn-tag-icon{width:18px;height:18px}.hero-explore-btn:hover .btn-arrow-icon{transform:translate(4px)}.hero-bottom-wave-container{position:relative;width:100%;line-height:0;z-index:5;margin-top:-30px}.hero-bottom-wave{width:100%;height:85px;display:block}.for-farmers-section-wrapper{width:100%;background:transparent;padding:3.5rem 2rem 5.5rem;position:relative}.for-farmers-container{width:min(1280px,100%);margin:0 auto}.for-farmers-top-header{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:3rem}.for-farmers-header-line{flex:1;max-width:240px;height:1.5px;background:#cbd5e1}.for-farmers-header-badge{display:flex;align-items:center;gap:.45rem}.for-farmers-tag-text{color:#155d27;font-size:.92rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.for-farmers-tag-leaf{width:18px;height:18px;color:#155d27}.for-farmers-grid{display:grid;grid-template-columns:1fr 1.25fr;gap:3.5rem;align-items:center}.for-farmers-left-col{max-width:520px;display:flex;flex-direction:column;justify-content:center}.for-farmers-main-headline{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:clamp(2.15rem,3.2vw,2.75rem);font-weight:850;line-height:1.12;letter-spacing:-.035em;margin:0 0 1.1rem;display:flex;flex-direction:column}.headline-green{color:#12381d}.headline-orange{color:#ea580c;margin-top:.15rem}.for-farmers-description{color:#4b5563;font-size:1.02rem;line-height:1.62;margin:0 0 1.85rem;max-width:480px}.for-farmers-cards-stack{display:flex;flex-direction:column;gap:.9rem;margin-bottom:2rem}.for-farmers-card{display:flex;align-items:center;gap:1.15rem;padding:.95rem 1.3rem;border-radius:15px;transition:transform .2s ease,box-shadow .2s ease}.for-farmers-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000000a}.for-farmers-card.without-card{background-color:#fdf5f1;border:1px solid #fae2d8}.for-farmers-card.with-card{background-color:#f2f8f3;border:1px solid #d8ede0}.card-avatar-wrapper{flex-shrink:0;width:68px;height:68px;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#ffffff80}.card-avatar-img{width:100%;height:100%;object-fit:cover}.card-body-content{flex:1}.card-status-title{font-size:.86rem;font-weight:800;letter-spacing:.06em;margin:0 0 .2rem;text-transform:uppercase}.card-status-title.without-title{color:#c2410c}.card-status-title.with-title{color:#155d27}.card-status-desc{color:#4b5563;font-size:.93rem;line-height:1.45;margin:0}.for-farmers-cta-group{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.for-farmers-primary-btn{display:inline-flex;align-items:center;gap:.65rem;background-color:#12381d;color:#fff;text-decoration:none;font-size:1rem;font-weight:700;padding:.9rem 2.1rem;border-radius:10px;transition:all .2s ease;box-shadow:0 3px 8px #12381d33}.for-farmers-primary-btn:hover{background-color:#0d2915;transform:translateY(-1px);box-shadow:0 5px 15px #12381d4d}.for-farmers-guarantee{display:flex;align-items:center;gap:.45rem;color:#6b7280;font-size:.88rem;font-weight:500}.guarantee-check-icon{width:16px;height:16px;border-radius:50%;border:1.5px solid #16a34a;color:#16a34a;display:flex;align-items:center;justify-content:center}.for-farmers-right-col{width:100%;display:flex;justify-content:center;align-items:center}.for-farmers-artwork-wrapper{width:100%;max-width:660px;display:flex;align-items:center;justify-content:center}.for-farmers-artwork-img{width:100%;height:auto;object-fit:contain}.selling-journey-wrapper{width:100%;background:transparent;padding:5rem 2rem 7rem;position:relative}.journey-botanical-top{position:absolute;top:10px;right:15px;width:190px;pointer-events:none;z-index:2;opacity:.85}.journey-botanical-bottom{position:absolute;bottom:25px;left:15px;width:175px;pointer-events:none;z-index:2;opacity:.85}.botanical-leaves-img{width:100%;height:auto;display:block}.selling-journey-container{width:min(1200px,100%);margin:0 auto;position:relative;z-index:5}.selling-journey-top-tag{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:3.5rem}.journey-tag-rule{flex:1;max-width:240px;height:1.5px;background:#cbd5e1}.journey-tag-label-wrap{display:flex;align-items:center;gap:.45rem}.journey-tag-label{color:#155d27;font-size:.92rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.journey-tag-leaf-icon{width:18px;height:18px;color:#155d27}.journey-step-block{display:grid;grid-template-columns:1fr 1fr;gap:4.5rem;align-items:center;margin-bottom:6rem}.journey-step-block.reversed{grid-template-columns:1fr 1fr}.journey-headline-group{margin-bottom:2rem}.journey-main-title{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:clamp(2.3rem,3.8vw,3.2rem);font-weight:850;line-height:1.08;letter-spacing:-.04em;color:#13381e;margin:0 0 .85rem;display:flex;flex-direction:column}.title-line-dark,.title-line-accent{display:block}.text-orange{color:#ea580c}.text-green-bold{color:#15803d;font-weight:700}.text-orange-bold{color:#ea580c;font-weight:700}.journey-main-subtitle{color:#374151;font-size:1.08rem;line-height:1.55;margin:0;max-width:480px}.journey-blob-card{width:100%;max-width:480px;padding:3.2rem 2.8rem;position:relative;transition:transform .25s ease,box-shadow .25s ease;box-shadow:0 10px 30px #00000008}.journey-blob-card:hover{transform:translateY(-2px);box-shadow:0 14px 35px #0000000d}.journey-blob-card.card-sage-bg{background:#edf6ef;border-radius:50px 130px 65px 100px/80px 105px 95px 125px}.journey-blob-card.card-yellow-bg{background:#fdf3de;border-radius:120px 65px 105px 75px/95px 115px 85px 130px}.blob-pill-badge{display:inline-flex;align-items:center;gap:.55rem;padding:.35rem .95rem .35rem .35rem;border-radius:9999px;font-size:.78rem;font-weight:800;letter-spacing:.08em;margin-bottom:1.35rem;text-transform:uppercase}.blob-pill-badge.badge-sage{background:#d9edd8;color:#14532d}.blob-pill-badge.badge-yellow{background:#faeac5;color:#92400e}.badge-num-pill{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:800;color:#fff}.badge-num-pill.bg-green{background:#14532d}.badge-num-pill.bg-orange{background:#d97706}.blob-card-title-wrap{margin-bottom:.85rem}.blob-card-title{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:clamp(2rem,3vw,2.65rem);font-weight:850;line-height:1.1;letter-spacing:-.035em;color:#12381d;margin:0;display:flex;flex-direction:column}.blob-card-desc{color:#374151;font-size:1.02rem;line-height:1.58;margin:0 0 1.25rem;max-width:420px}.blob-wavy-accent{width:58px;height:8px;margin-bottom:1.5rem}.blob-checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.15rem}.blob-check-item{display:flex;align-items:center;gap:1rem;color:#1f2937;font-size:.98rem;font-weight:600}.check-icon-circle{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.check-icon-circle.icon-sage{background:#d1ebd2;color:#14532d}.check-icon-circle.icon-yellow{background:#f7e3b5;color:#92400e}.phone-scene-stage{position:relative;display:flex;justify-content:center;align-items:center;width:100%}.phone-sparkles-accent{position:absolute;top:-15px;right:15%;width:24px;height:24px;z-index:5}.scene-backdrop-cottage{position:absolute;right:-55px;top:12%;width:230px;z-index:1;pointer-events:none;opacity:.85}.backdrop-cottage-img{width:100%;height:auto;display:block}.scene-crates-accent{position:absolute;left:-65px;bottom:-25px;width:220px;z-index:5;pointer-events:none}.crates-basket-img{width:100%;height:auto;display:block;filter:drop-shadow(0 10px 20px rgba(0,0,0,.08))}.scene-farmer-character-accent{position:absolute;right:-80px;bottom:-15px;width:230px;z-index:5;pointer-events:none}.farmer-holding-img{width:100%;height:auto;display:block;filter:drop-shadow(0 12px 25px rgba(0,0,0,.1))}.native-phone-frame{width:320px;height:590px;background:#fff;border-radius:46px;border:3px solid #165b28;box-shadow:0 20px 45px #165b2814;padding:1rem 1.25rem 1.4rem;display:flex;flex-direction:column;position:relative;z-index:3}.native-phone-status-bar{display:flex;justify-content:space-between;align-items:center;font-size:.76rem;font-weight:700;color:#000;margin-bottom:.85rem}.status-time{width:35px}.status-dynamic-island{width:76px;height:18px;background:#000;border-radius:9999px}.status-icons{display:flex;align-items:center;gap:.35rem;color:#000}.native-phone-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.1rem}.phone-nav-back{background:none;border:none;cursor:pointer;color:#165b28;padding:0;display:flex;align-items:center}.phone-nav-dots{display:flex;gap:.35rem;align-items:center}.nav-dot{width:7px;height:7px;border-radius:50%;background:#e2e8f0}.nav-dot.active{background:#165b28}.phone-nav-skip{font-size:.82rem;font-weight:700;color:#165b28;cursor:pointer}.phone-nav-skip.placeholder{width:24px}.native-phone-body{flex:1;display:flex;flex-direction:column}.phone-step1-header-box{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.1rem}.step1-text-wrap{flex:1}.phone-screen-title{font-size:1.05rem;font-weight:800;color:#12381d;margin:0 0 .25rem}.phone-screen-subtitle{font-size:.78rem;color:#4b5563;margin:0;line-height:1.4}.step1-farmer-avatar-box{width:58px;height:58px;border-radius:50%;overflow:hidden;border:2px solid #16a34a;flex-shrink:0;background:#fdf5d8;margin-left:.5rem}.farmer-avatar-img{width:100%;height:100%;object-fit:cover}.phone-form-fields{display:flex;flex-direction:column;gap:.85rem}.phone-field-group{display:flex;flex-direction:column;gap:.3rem}.phone-field-label{font-size:.74rem;font-weight:600;color:#374151}.phone-field-input-box{display:flex;justify-content:space-between;align-items:center;padding:.65rem .85rem;background:#fff;border:1.2px solid #cbd5e1;border-radius:9px;font-size:.82rem;font-weight:600;color:#1e293b}.phone-field-input-box.split{justify-content:space-between}.field-value{color:#1e293b}.field-icon{color:#64748b}.field-unit{color:#64748b;font-size:.8rem}.phone-action-btn-box{margin-top:auto;padding-top:1rem}.phone-continue-btn{width:100%;height:42px;background:#12381d;color:#fff;border:none;border-radius:10px;font-size:.88rem;font-weight:700;cursor:pointer;transition:background .2s ease}.phone-continue-btn:hover{background:#0d2915}.step2-header-box{margin-bottom:1.1rem}.phone-upload-section{margin-bottom:.85rem}.phone-upload-slots-row{display:flex;gap:.85rem;margin-top:.35rem}.upload-thumb-card{width:72px;height:72px;border-radius:12px;overflow:hidden;border:1px solid #cbd5e1}.thumb-crop-img{width:100%;height:100%;object-fit:cover}.upload-add-slot{width:72px;height:72px;border-radius:12px;border:1.5px dashed #cbd5e1;display:flex;align-items:center;justify-content:center;color:#94a3b8;background:#f8fafc}.phone3-frame{position:relative;overflow:visible}.phone-search-bar-wrap{display:flex;align-items:center;gap:.65rem;margin-bottom:.75rem}.phone-search-input-box{flex:1;display:flex;align-items:center;justify-content:space-between;background:#f1f5f9;border-radius:8px;padding:.45rem .75rem}.search-query-text{font-size:.82rem;font-weight:600;color:#1e293b}.search-clear-icon{color:#64748b;cursor:pointer}.phone-filter-btn{background:none;border:none;color:#1e293b;cursor:pointer;display:flex;align-items:center}.phone-search-results-sub{font-size:.74rem;color:#64748b;margin-bottom:.85rem}.phone-popout-topmatch-card{position:relative;width:114%;left:-7%;background:#fff;border:1.5px solid #86efac;border-radius:16px;box-shadow:0 12px 30px #00000014;padding:.85rem 1rem;margin-bottom:1.15rem;z-index:10}.popout-topmatch-badge{display:inline-block;background:#14532d;color:#fff;font-size:.68rem;font-weight:700;padding:.2rem .55rem;border-radius:4px;margin-bottom:.65rem}.popout-topmatch-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.65rem}.popout-shop-info{display:flex;flex-direction:column}.popout-shop-name-row{display:flex;align-items:center;gap:.35rem}.popout-shop-name{font-size:.88rem;font-weight:800;color:#12381d}.popout-verified-icon{width:14px;height:14px;border-radius:50%;background:#16a34a;color:#fff;display:flex;align-items:center;justify-content:center}.popout-shop-location,.popout-shop-category{font-size:.72rem;color:#64748b}.popout-thumb-box{width:58px;height:58px;border-radius:10px;overflow:hidden}.popout-thumb-img{width:100%;height:100%;object-fit:cover}.popout-product-footer{display:flex;justify-content:space-between;align-items:flex-end;border-top:1px solid #f1f5f9;padding-top:.5rem}.popout-produce-desc{display:flex;flex-direction:column}.produce-title{font-size:.8rem;font-weight:700;color:#1e293b}.produce-notes{font-size:.7rem;color:#64748b}.popout-produce-pricing{display:flex;flex-direction:column;text-align:right}.produce-price{font-size:.8rem;font-weight:800;color:#ea580c}.produce-stock{font-size:.7rem;font-weight:700;color:#16a34a}.phone-secondary-result-card{display:flex;justify-content:space-between;align-items:center;padding:.65rem .85rem;background:#f8fafc;border-radius:12px}.sec-shop-name{font-size:.82rem;font-weight:700;color:#1e293b;display:block}.sec-shop-location,.sec-shop-category{font-size:.7rem;color:#64748b;display:block}.sec-thumb-box{width:42px;height:42px;border-radius:8px;overflow:hidden}.sec-thumb-img{width:100%;height:100%;object-fit:cover}.journey-bottom-cta-banner{width:min(1080px,100%);margin:0 auto}.cta-banner-card-box{background:#edf6ef;border-radius:28px;border:1.5px solid #d4ebd6;padding:1.25rem 2.2rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.cta-banner-basket-box{width:72px;height:56px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.cta-basket-img{width:100%;height:100%;object-fit:contain}.cta-banner-text-box{flex:1}.cta-banner-headline{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.25rem;font-weight:800;color:#12381d;margin:0 0 .2rem}.cta-banner-subheadline{color:#4b5563;font-size:.95rem;margin:0}.cta-banner-btn-box{flex-shrink:0}.cta-pill-action-btn{display:inline-flex;align-items:center;gap:.65rem;background-color:#0d3819;color:#fff;text-decoration:none;font-size:1rem;font-weight:700;padding:.85rem 1.85rem;border-radius:12px;transition:all .2s ease;box-shadow:0 3px 8px #12381d33}.cta-pill-action-btn:hover{background-color:#082410;transform:translateY(-1px);box-shadow:0 5px 15px #12381d4d}.cta-btn-arrow{transition:transform .2s ease}.cta-pill-action-btn:hover .cta-btn-arrow{transform:translate(4px)}.buyer-story-section-wrapper{width:100%;background:transparent;padding:5rem 2rem 7rem;position:relative}.buyer-story-container{width:min(1200px,100%);margin:0 auto}.buyer-story-header-block{text-align:center;max-width:780px;margin:0 auto 4rem}.buyer-story-tag-badge{display:inline-flex;align-items:center;gap:.45rem;background:#155d2714;color:#155d27;font-size:.82rem;font-weight:800;letter-spacing:.08em;padding:.4rem 1rem;border-radius:9999px;margin-bottom:1.25rem;text-transform:uppercase}.buyer-tag-basket{width:16px;height:16px}.buyer-story-main-title{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:clamp(2.3rem,3.8vw,3.2rem);font-weight:850;line-height:1.1;letter-spacing:-.035em;color:#13381e;margin:0 0 1rem;display:flex;flex-direction:column}.title-row-two{position:relative;display:inline-block}.buyer-sparkles{position:absolute;top:-6px;right:-24px;width:22px;height:22px}.buyer-story-subtext{color:#4b5563;font-size:1.1rem;line-height:1.6;margin:0}.buyer-story-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:4rem;align-items:center}.buyer-phone-slideshow-wrap{display:flex;flex-direction:column;align-items:center}.slideshow-carousel-stage{position:relative;display:flex;align-items:center;justify-content:center;width:100%}.buyer-native-phone-frame{width:320px;height:590px;background:#fff;border-radius:46px;border:3px solid #165b28;box-shadow:0 20px 45px #165b2814;padding:1rem 1.25rem 1.4rem;display:flex;flex-direction:column;position:relative;overflow:hidden}.buyer-live-slide{position:absolute;top:52px;left:1.25rem;right:1.25rem;bottom:1.4rem;opacity:0;visibility:hidden;transition:opacity .35s ease,transform .35s ease;transform:scale(.97);display:flex;flex-direction:column}.buyer-live-slide.active{opacity:1;visibility:visible;transform:scale(1);z-index:2}.phone-nav-bar-simple{display:flex;justify-content:space-between;align-items:center;margin-bottom:.85rem}.text-forest{color:#155d27}.slide-step-badge{font-size:.75rem;font-weight:700;color:#155d27;background:#edf6ef;padding:.2rem .6rem;border-radius:9999px}.buyer-screen-title{font-size:1.05rem;font-weight:800;color:#12381d;margin:0 0 .25rem}.buyer-screen-desc{font-size:.78rem;color:#64748b;margin:0 0 1.2rem;line-height:1.4}.buyer-phone-form{display:flex;flex-direction:column;gap:.85rem;flex:1}.buyer-input-group{display:flex;flex-direction:column;gap:.3rem}.buyer-input-label{font-size:.74rem;font-weight:600;color:#374151}.buyer-input-box{display:flex;justify-content:space-between;align-items:center;padding:.65rem .85rem;background:#fff;border:1.2px solid #cbd5e1;border-radius:9px;font-size:.82rem;font-weight:600;color:#1e293b}.input-icon{color:#64748b}.buyer-tags-row{display:flex;gap:.45rem;flex-wrap:wrap}.buyer-interest-tag{font-size:.72rem;font-weight:600;padding:.35rem .65rem;border-radius:8px;background:#f1f5f9;color:#64748b}.buyer-interest-tag.active{background:#dcfce7;color:#15803d;font-weight:700}.buyer-submit-btn{width:100%;height:42px;background:#12381d;color:#fff;border:none;border-radius:10px;font-size:.88rem;font-weight:700;cursor:pointer;margin-top:auto;transition:background .2s ease}.buyer-submit-btn:hover{background:#0d2915}.buyer-submit-btn.buy-now{background:#ea580c}.buyer-submit-btn.buy-now:hover{background:#c2410c}.phone-search-input-pill{display:flex;align-items:center;gap:.45rem;background:#f1f5f9;border-radius:9999px;padding:.5rem .85rem;font-size:.75rem;color:#64748b;margin-bottom:1rem}.search-icon-muted{color:#64748b}.buyer-farmer-feed{display:flex;flex-direction:column;gap:.85rem}.buyer-feed-farmer-card{background:#f8fafc;border:1.2px solid #e2e8f0;border-radius:14px;padding:.85rem}.buyer-feed-farmer-card.featured{background:#fff;border-color:#86efac;box-shadow:0 8px 20px #0000000a}.feed-farmer-header{display:flex;align-items:center;gap:.65rem;margin-bottom:.65rem}.feed-avatar-dot{width:32px;height:32px;border-radius:50%;background:#dcfce7;display:flex;align-items:center;justify-content:center;font-size:1rem}.feed-avatar-dot.yellow{background:#fef08a}.feed-info{flex:1;display:flex;flex-direction:column}.feed-name-row{display:flex;align-items:center;gap:.35rem}.feed-farmer-name{font-size:.84rem;font-weight:800;color:#12381d}.verified-badge{width:13px;height:13px;border-radius:50%;background:#16a34a;color:#fff;display:flex;align-items:center;justify-content:center}.feed-location{font-size:.7rem;color:#64748b;display:flex;align-items:center;gap:.2rem}.feed-rating{display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:700;color:#1e293b}.feed-produce-showcase{display:flex;align-items:center;gap:.75rem;background:#f8fafc;padding:.5rem .65rem;border-radius:10px}.showcase-item{position:relative;width:52px;height:52px;border-radius:8px;overflow:hidden}.showcase-img{width:100%;height:100%;object-fit:cover}.showcase-price{position:absolute;bottom:0;left:0;right:0;background:#12381dd9;color:#fff;font-size:.6rem;font-weight:700;text-align:center;padding:.1rem 0}.showcase-info-text{display:flex;flex-direction:column}.showcase-label{font-size:.78rem;font-weight:700;color:#1e293b}.showcase-stock{font-size:.7rem;color:#16a34a;font-weight:600}.buyer-checkout-box{display:flex;flex-direction:column;gap:.85rem;flex:1}.checkout-summary-card{background:#f8fafc;border:1.2px solid #e2e8f0;border-radius:14px;padding:.85rem}.summary-farm-row{display:flex;align-items:center;gap:.45rem;margin-bottom:.75rem;font-size:.8rem;font-weight:700;color:#12381d}.summary-item-row{display:flex;align-items:center;gap:.65rem}.summary-thumb-box{width:44px;height:44px;border-radius:8px;overflow:hidden}.summary-thumb-img{width:100%;height:100%;object-fit:cover}.summary-item-details{flex:1;display:flex;flex-direction:column}.summary-item-name{font-size:.78rem;font-weight:700;color:#1e293b}.summary-item-qty{font-size:.7rem;color:#64748b}.summary-item-cost{font-size:.82rem;font-weight:800;color:#ea580c}.summary-total-divider{height:1px;background:#e2e8f0;margin:.75rem 0}.summary-total-row{display:flex;justify-content:space-between;align-items:center;font-size:.78rem;color:#4b5563}.total-bold-price{font-size:.95rem;font-weight:800;color:#12381d}.checkout-guarantee-pill{display:flex;align-items:center;gap:.45rem;background:#edf6ef;border:1px solid #d4ebd6;padding:.5rem .75rem;border-radius:8px;font-size:.72rem;font-weight:600;color:#15803d}.slideshow-bottom-indicator{display:flex;flex-direction:column;align-items:center;margin-top:1rem}.slideshow-dots-row{display:flex;gap:.6rem;align-items:center;margin-bottom:.5rem}.slideshow-dot{width:9px;height:9px;border-radius:50%;background:#cbd5e1;border:none;cursor:pointer;transition:all .25s ease;padding:0}.slideshow-dot.active{background:#14532d;width:22px;border-radius:9999px}.slideshow-active-caption{text-align:center;color:#4b5563;font-size:.95rem;font-weight:600;margin:0}.buyer-steps-flow-col{display:flex;flex-direction:column;gap:.65rem}.buyer-flow-card{display:flex;align-items:center;gap:1.5rem;padding:1.4rem 1.8rem;border-radius:24px;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.buyer-flow-card.card-sage{background:#edf6ef;border:1.5px solid #d4ebd6}.buyer-flow-card.card-yellow{background:#fdf3de;border:1.5px solid #fae7ba}.buyer-flow-card:hover{transform:translate(4px);box-shadow:0 8px 24px #0000000a}.buyer-flow-card.card-active{transform:scale(1.02) translate(4px);box-shadow:0 12px 30px #0000000f;border-color:#16a34a}.flow-card-num{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:2.8rem;font-weight:850;line-height:1;flex-shrink:0;width:36px;text-align:center}.flow-card-num.num-sage{color:#84a98c}.flow-card-num.num-yellow{color:#e5b958}.flow-card-icon-circle{width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.flow-card-icon-circle.icon-sage{background:#14532d;color:#fff}.flow-card-icon-circle.icon-yellow{background:#d97706;color:#fff}.flow-card-text{flex:1}.flow-card-title{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.35rem;font-weight:800;color:#12381d;margin:0 0 .25rem}.flow-card-desc{color:#4b5563;font-size:.98rem;line-height:1.45;margin:0}.flow-connecting-arrow{display:flex;justify-content:center;color:#15803d;opacity:.6;padding:.2rem 0}.meeting-point-section-wrapper{width:100%;background:transparent;padding:5rem 2rem 6.5rem;position:relative}.meeting-point-main-container{width:min(1200px,100%);margin:0 auto}.meeting-point-top-header{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.25rem}.meeting-point-tag-badge{display:inline-flex;align-items:center;gap:.45rem}.meeting-tag-leaf{width:18px;height:18px;color:#155d27}.meeting-tag-text{color:#155d27;font-size:.92rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.meeting-tag-line{width:50px;height:1.5px;background:#cbd5e1}.meeting-point-headline-wrap{text-align:center;max-width:820px;margin:0 auto 3.5rem}.meeting-point-main-title{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:clamp(2.3rem,3.8vw,3.2rem);font-weight:850;line-height:1.1;letter-spacing:-.035em;color:#13381e;margin:0 0 1rem}.meeting-point-description{color:#4b5563;font-size:1.08rem;line-height:1.62;margin:0}.highlight-farmer{color:#15803d;font-weight:700}.meeting-point-stage-wrapper{position:relative;width:100%;max-width:1150px;margin:0 auto 4rem}.meeting-arc-line-svg-wrap{position:absolute;top:10px;left:50%;transform:translate(-50%);width:78%;height:100px;pointer-events:none;z-index:2}.meeting-arc-svg{width:100%;height:100%}.meeting-point-columns-grid{display:grid;grid-template-columns:1fr 280px 1fr;gap:2rem;align-items:flex-end;position:relative;z-index:5}.meeting-role-col{display:flex;flex-direction:column;align-items:center;width:100%}.role-bubble-card{background:#fff;border-radius:24px;padding:1.35rem 1.4rem;box-shadow:0 14px 35px #0000000f;border:1.5px solid #e2e8f0;position:relative;text-align:center;width:100%;max-width:320px;margin-bottom:1.5rem;z-index:10}.bubble-sparks{position:absolute;top:-8px;right:-10px;width:20px;height:20px}.bubble-icon-circle{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem}.bubble-icon-circle.icon-green{background:#dcfce7;color:#15803d}.bubble-icon-circle.icon-orange{background:#ffedd5;color:#ea580c}.bubble-role-title{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.15rem;font-weight:800;color:#12381d;margin:0 0 .35rem}.bubble-role-desc{font-size:.84rem;color:#4b5563;line-height:1.45;margin:0 0 .65rem}.bubble-curved-arrow{width:50px;height:16px;display:block;margin:0 auto}.role-photo-stage{width:100%;max-width:360px;height:380px;border-radius:32px;overflow:hidden;box-shadow:0 16px 40px #00000014;border:3px solid #ffffff;background:#fff}.role-hero-img{width:100%;height:100%;object-fit:cover;display:block}.meeting-center-hub-col{display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:8;margin-bottom:2.5rem}.hub-map-pin{margin-bottom:.5rem;animation:hubBounce 2s infinite ease-in-out}.hub-center-card{background:#fff;border-radius:24px;padding:1.4rem 2rem;box-shadow:0 16px 40px #0000001a;border:1.5px solid #e2e8f0;text-align:center;margin-bottom:1rem;width:230px}.hub-leaf-logo{display:flex;justify-content:center;margin-bottom:.35rem}.hub-leaf-svg{width:28px;height:28px}.hub-brand-name{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.3rem;font-weight:850;margin:0 0 .15rem}.brand-meet{color:#12381d}.brand-farmer{color:#ea580c}.hub-subtitle{font-size:.82rem;color:#64748b;font-weight:600}.hub-pillars-capsule{background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:9999px;padding:.55rem 1.25rem;border:1.2px solid #d4ebd6;box-shadow:0 8px 20px #0000000f;display:flex;align-items:center;gap:.85rem;font-size:.82rem;font-weight:700;color:#15803d}.pillar-item{display:flex;align-items:center;gap:.35rem}.pillar-divider{width:1px;height:14px;background:#cbd5e1}.meeting-point-bottom-cta-banner{position:relative;width:100%;max-width:1050px;margin:0 auto}.meeting-bottom-capsule-card{background:#edf6ef;border:1.5px solid #d4ebd6;border-radius:28px;padding:1.25rem 2.2rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.meeting-crate-box{width:120px;height:65px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.meeting-crate-img{width:100%;height:100%;object-fit:contain}.meeting-banner-text{flex:1;text-align:left}.meeting-banner-title{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.25rem;font-weight:800;color:#12381d;margin:0 0 .2rem}.meeting-banner-sub{color:#4b5563;font-size:.95rem;margin:0}.meeting-banner-btn-box{flex-shrink:0}.meeting-banner-btn{display:inline-flex;align-items:center;gap:.65rem;background-color:#0d3819;color:#fff;text-decoration:none;font-size:1rem;font-weight:700;padding:.85rem 1.85rem;border-radius:12px;transition:all .2s ease;box-shadow:0 3px 8px #12381d33}.meeting-banner-btn:hover{background-color:#082410;transform:translateY(-1px);box-shadow:0 5px 15px #12381d4d}.btn-leaf-icon{width:16px;height:16px}.meeting-banner-btn:hover .cta-arrow-icon{transform:translate(4px)}.faq-section-wrapper{width:100%;background:transparent;padding:5.5rem 2rem 6.5rem;position:relative}.faq-main-container{width:min(1200px,100%);margin:0 auto}.faq-top-header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;margin-bottom:1.25rem}.faq-tag-badge{display:inline-flex;align-items:center;gap:.45rem;color:#155d27;font-size:.92rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.faq-tag-leaf{width:18px;height:18px;color:#155d27}.faq-wavy-accent{width:40px;height:8px}.faq-headline-wrap{text-align:center;max-width:780px;margin:0 auto 3.5rem}.faq-main-title{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:clamp(2.3rem,3.8vw,3.2rem);font-weight:850;line-height:1.1;letter-spacing:-.035em;color:#13381e;margin:0 0 1rem}.faq-description{color:#4b5563;font-size:1.08rem;line-height:1.6;margin:0}.faq-content-grid{display:grid;grid-template-columns:340px 1fr;gap:3.5rem;align-items:flex-start}.faq-left-column{display:flex;flex-direction:column;gap:1.5rem}.faq-agent-stage-box{position:relative;width:100%;max-width:320px;height:270px;margin:0 auto;display:flex;align-items:center;justify-content:center;background:#edf6ef;border-radius:120px 140px 90px 110px/110px 90px 130px 100px}.faq-agent-photo-frame{width:100%;height:100%;border-radius:inherit;overflow:hidden;display:flex;align-items:center;justify-content:center}.faq-agent-img{width:100%;height:100%;object-fit:cover;object-position:center top}.agent-speech-bubble{position:absolute;background:#fff;border:1.5px solid #d4ebd6;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #00000014;z-index:5;font-weight:800}.agent-speech-bubble.bubble-q{top:10px;left:10px;color:#15803d;font-size:1.25rem}.agent-speech-bubble.bubble-dots{top:45%;right:-10px;color:#15803d;font-size:1.1rem;letter-spacing:.1em}.faq-sparks{position:absolute;top:15px;right:15px;width:22px;height:22px;z-index:5}.faq-support-card{background:#f2f8f3;border:1.5px solid #d8ede0;border-radius:24px;padding:1.5rem 1.6rem;display:flex;flex-direction:column;gap:1rem}.support-card-header{display:flex;align-items:flex-start;gap:.85rem}.support-icon-circle{width:44px;height:44px;border-radius:50%;background:#dcfce7;display:flex;align-items:center;justify-content:center;flex-shrink:0}.support-title{font-size:1.05rem;font-weight:800;color:#12381d;margin:0 0 .2rem}.support-subtitle{font-size:.84rem;color:#4b5563;line-height:1.45;margin:0}.support-card-btn-box{margin-top:.2rem}.support-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:#fff;color:#12381d;border:1.5px solid #12381d;font-size:.88rem;font-weight:700;padding:.65rem 1.4rem;border-radius:9999px;text-decoration:none;transition:all .2s ease;box-shadow:0 2px 6px #0000000a}.support-action-btn:hover{background:#12381d;color:#fff}.support-card-hours{display:flex;align-items:center;gap:.45rem;color:#64748b;font-size:.78rem;font-weight:600}.hours-icon{color:#15803d}.faq-accordion-column{display:flex;flex-direction:column;gap:.85rem}.faq-accordion-item{background:#fff;border:1.5px solid #e2e8f0;border-radius:18px;overflow:hidden;transition:all .25s ease}.faq-accordion-item:hover{border-color:#cbd5e1;box-shadow:0 6px 18px #00000008}.faq-accordion-item.open{background:#f4faf5;border-color:#a7f3d0;box-shadow:0 8px 24px #1665340f}.faq-accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.15rem 1.4rem;background:none;border:none;cursor:pointer;text-align:left}.faq-trigger-left{display:flex;align-items:center;gap:1rem}.faq-item-icon-circle{width:36px;height:36px;border-radius:50%;background:#f0fdf4;display:flex;align-items:center;justify-content:center;flex-shrink:0}.faq-question-text{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.02rem;font-weight:800;color:#12381d}.faq-chevron-box{color:#64748b;display:flex;align-items:center;width:28px;height:28px;border-radius:50%;justify-content:center;background:#f8fafc}.faq-chevron.active{color:#15803d}.faq-accordion-content{padding:0 1.4rem 1.25rem 4.1rem}.faq-answer-text{color:#4b5563;font-size:.95rem;line-height:1.6;margin:0}.final-cta-section-wrapper{width:100%;background:transparent;padding:4.5rem 2rem 7rem;position:relative}.final-cta-main-container{width:min(1200px,100%);margin:0 auto}.final-cta-stage-box{background:#fff;border:1.5px solid #d4ebd6;border-radius:36px;padding:3.5rem 2.5rem 3rem;display:grid;grid-template-columns:280px 1fr 280px;gap:2rem;align-items:center;box-shadow:0 20px 45px #155d270a;margin-bottom:2rem;position:relative;overflow:hidden}.final-cta-side-col{display:flex;flex-direction:column;align-items:center;position:relative}.side-character-stage{width:100%;max-width:250px;height:280px;border-radius:120px 140px 90px 110px/110px 90px 130px 100px;overflow:hidden;background:#edf6ef;display:flex;align-items:center;justify-content:center;margin-bottom:-30px;z-index:1}.side-character-img{width:100%;height:100%;object-fit:cover;object-position:center top}.side-floating-role-card{position:relative;z-index:5;background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;padding:1.1rem 1.25rem;box-shadow:0 12px 30px #00000014;display:flex;align-items:center;gap:.85rem;width:100%;max-width:260px}.role-card-icon-box{width:42px;height:42px;border-radius:50%;background:#dcfce7;display:flex;align-items:center;justify-content:center;flex-shrink:0}.role-card-title{font-size:.82rem;font-weight:800;color:#15803d;letter-spacing:.06em;margin:0 0 .2rem}.role-card-desc{font-size:.76rem;color:#4b5563;line-height:1.35;margin:0}.final-cta-center-col{display:flex;flex-direction:column;align-items:center;text-align:center}.final-cta-tag-badge{display:inline-flex;align-items:center;gap:.45rem;color:#155d27;font-size:.92rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;margin-bottom:.2rem}.cta-tag-leaf{width:18px;height:18px;color:#155d27}.cta-wavy-accent{width:40px;height:8px;margin-bottom:1.25rem}.final-cta-headline{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:clamp(2.3rem,3.8vw,3.2rem);font-weight:850;line-height:1.1;letter-spacing:-.035em;color:#13381e;margin:0 0 1.1rem;display:flex;flex-direction:column}.text-forest-highlight{color:#15803d}.final-cta-narrative{color:#4b5563;font-size:1.05rem;line-height:1.6;margin:0 0 2rem}.final-cta-pillars-row{display:flex;align-items:flex-start;justify-content:center;gap:1.25rem;margin-bottom:2.2rem;width:100%}.cta-pillar-item{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:140px}.cta-pillar-icon-circle{width:38px;height:38px;border-radius:50%;background:#dcfce7;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.cta-pillar-title{font-size:.88rem;font-weight:800;color:#12381d;margin:0 0 .2rem}.cta-pillar-desc{font-size:.74rem;color:#64748b;line-height:1.35;margin:0}.cta-pillar-divider{width:1px;height:50px;background:#e2e8f0;margin-top:.5rem}.final-cta-join-btn{display:inline-flex;align-items:center;gap:.65rem;background-color:#165b28;color:#fff;text-decoration:none;font-size:1.05rem;font-weight:700;padding:.95rem 2.4rem;border-radius:12px;transition:all .2s ease;box-shadow:0 3px 8px #165b2840}.final-cta-join-btn:hover{background-color:#0d3819;transform:translateY(-1px);box-shadow:0 6px 16px #165b2859}.final-cta-bottom-leaf-sep{display:flex;align-items:center;gap:.65rem;margin-top:1.8rem;width:140px}.leaf-line{flex:1;height:1px;background:#cbd5e1}.final-cta-bottom-ribbon{background:#edf6ef;border:1.5px solid #d4ebd6;border-radius:24px;padding:1.25rem 2.2rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.ribbon-left-copy{display:flex;align-items:center;gap:1rem}.ribbon-leaf-circle{width:44px;height:44px;border-radius:50%;background:#dcfce7;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ribbon-title{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.05rem;font-weight:800;color:#12381d;margin:0 0 .15rem}.ribbon-subtitle{color:#4b5563;font-size:.86rem;margin:0}.ribbon-scenery-graphic{width:220px;height:45px;flex-shrink:0}.scenery-svg{width:100%;height:100%}@media (max-width: 1024px){.hero-landing-wrapper{height:auto;min-height:auto;padding-bottom:2rem}.hero-slideshow-backdrop{position:relative;width:100%;height:380px;opacity:1;mask-image:none;-webkit-mask-image:none}.hero-landing-container{padding:2.5rem clamp(1rem,4vw,2rem) 1.5rem;flex-direction:column;text-align:center}.hero-left-col{max-width:100%;display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.hero-main-title{align-items:center}.hero-title-brush{left:50%;transform:translate(-50%)}.hero-action-group{justify-content:center;flex-wrap:wrap}.for-farmers-grid{grid-template-columns:1fr;gap:2.5rem}.for-farmers-left-col{max-width:100%;text-align:center}.for-farmers-main-headline,.for-farmers-cta-group{align-items:center}.journey-step-block,.journey-step-block.reversed{grid-template-columns:1fr;gap:2.5rem;justify-items:center}.journey-step-block.reversed .journey-step-left-col{order:2}.journey-step-block.reversed .journey-step-right-col{order:1}.scene-backdrop-cottage,.scene-crates-accent,.scene-farmer-character-accent{display:none}.buyer-story-grid{grid-template-columns:1fr;gap:3rem}.meeting-arc-line-svg-wrap{display:none}.meeting-point-columns-grid{grid-template-columns:1fr;gap:2rem}.meeting-bottom-capsule-card{flex-direction:column;text-align:center}.meeting-banner-text{text-align:center}.faq-content-grid{grid-template-columns:1fr;gap:2.5rem}.final-cta-stage-box{grid-template-columns:1fr;padding:2.5rem 1.5rem;gap:2.5rem}.final-cta-side-col.buyer-side-col{order:2}.final-cta-center-col{order:1}.final-cta-side-col.farmer-side-col{order:3}.final-cta-pillars-row{flex-direction:column;align-items:center;gap:1.25rem}.cta-pillar-divider{display:none}.final-cta-bottom-ribbon,.ribbon-left-copy{flex-direction:column;text-align:center}}@media (max-width: 768px){.hero-main-title{font-size:clamp(2.2rem,7vw,3rem)}.hero-action-group{width:100%;flex-direction:column;gap:.75rem}.hero-action-group .hero-primary-cta,.hero-action-group .hero-secondary-cta{width:100%;justify-content:center}.journey-step-left-col,.journey-step-right-col{width:100%;display:flex;flex-direction:column;align-items:center}.journey-blob-card{width:100%;max-width:500px;padding:2rem clamp(1rem,4vw,2rem)}.native-phone-frame,.buyer-native-phone-frame{width:min(310px,88vw);height:auto;min-height:540px;border-width:6px;border-radius:32px}.role-choice-card{padding:2rem 1.5rem}.final-cta-stage-box{padding:2rem 1.25rem}.cta-join-btn{width:100%;justify-content:center}}@media (max-width: 480px){.hero-landing-container{padding:1.75rem 1rem 1rem}.hero-slideshow-backdrop{height:280px}.hero-main-title{font-size:2.1rem}.for-farmers-main-headline{font-size:1.85rem}.journey-main-title{font-size:1.95rem}.journey-blob-card{padding:1.75rem 1.25rem;border-radius:20px}.blob-card-title{font-size:1.45rem}.native-phone-frame,.buyer-native-phone-frame{width:min(290px,92vw);min-height:500px;border-width:5px;border-radius:28px}.faq-accordion-trigger{padding:.95rem 1rem}.faq-accordion-content{padding:0 1rem 1rem}.faq-q-title{font-size:.98rem}}.farmers-page-wrapper{position:relative;width:100%;background-color:#fdf5d8;color:#1f2937;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;overflow-x:hidden;padding-bottom:4rem}.farmers-bg-leaf-watermark{position:absolute;top:40px;right:5%;width:180px;height:180px;pointer-events:none;z-index:1}.farmers-container{position:relative;z-index:5;width:min(1200px,100%);margin:0 auto;padding:0 2rem}.farmers-section-header-wrap{display:flex;flex-direction:column;align-items:center;margin-bottom:3.5rem}.farmers-section-heading{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:clamp(2.1rem,3.4vw,2.85rem);font-weight:850;line-height:1.15;letter-spacing:-.035em;color:#13381e;margin:0 0 .4rem}.farmers-hero-section{padding:4.5rem 0 5.5rem}.farmers-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:4.5rem;align-items:center}.farmers-hero-left{display:flex;flex-direction:column}.farmers-hero-badge{display:inline-flex;align-items:center;gap:.45rem;color:#155d27;font-size:.88rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;margin-bottom:1.1rem}.farmers-hero-title{position:relative;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:clamp(2.9rem,4.5vw,4.1rem);font-weight:850;line-height:1.05;letter-spacing:-.04em;color:#13381e;margin:0 0 1.25rem;display:flex;flex-direction:column}.hero-title-brush-svg{position:absolute;bottom:-4px;left:0;width:140px;height:8px;pointer-events:none}.farmers-hero-desc{color:#4b5563;font-size:1.12rem;line-height:1.62;margin:0 0 2.2rem;max-width:500px}.farmers-hero-actions{display:flex;align-items:center;gap:1rem;margin-bottom:2.2rem;flex-wrap:wrap}.farmers-btn-primary{display:inline-flex;align-items:center;gap:.65rem;background-color:#12381d;color:#fff;text-decoration:none;font-size:1.02rem;font-weight:700;padding:.95rem 2.2rem;border-radius:12px;transition:all .2s ease;box-shadow:0 4px 12px #12381d40}.farmers-btn-primary:hover{background-color:#082410;transform:translateY(-1px);box-shadow:0 6px 18px #12381d59}.farmers-btn-primary:hover .btn-arrow-icon{transform:translate(4px)}.farmers-btn-outline{display:inline-flex;align-items:center;background-color:#fff;color:#12381d;border:1.5px solid #cbd5e1;text-decoration:none;font-size:1.02rem;font-weight:700;padding:.95rem 2rem;border-radius:12px;transition:all .2s ease}.farmers-btn-outline:hover{border-color:#12381d;background-color:#f8fafc;transform:translateY(-1px)}.farmers-hero-trust-row{display:flex;align-items:center;gap:.85rem;color:#4b5563;font-size:.9rem;font-weight:600}.trust-icon-circle{width:18px;height:18px;border-radius:50%;background:#16a34a;color:#fff;display:flex;align-items:center;justify-content:center}.farmers-hero-right{display:flex;justify-content:center;align-items:center}.farmers-hero-photo-wrapper{position:relative;width:100%;max-width:450px}.farmers-hero-photo-stage{width:100%;height:490px;border-radius:160px 160px 45px 45px;overflow:hidden;box-shadow:0 24px 50px #155d271a;background:#edf6ef;border:4px solid #ffffff}.farmers-hero-img{width:100%;height:100%;object-fit:cover;object-position:center 20%}.hero-floating-stat-badge{position:absolute;bottom:20px;left:-20px;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1.5px solid #d4ebd6;border-radius:18px;padding:.85rem 1.25rem;display:flex;align-items:center;gap:.75rem;box-shadow:0 12px 30px #00000014;z-index:10}.stat-badge-title{display:block;font-size:.84rem;font-weight:800;color:#12381d}.stat-badge-sub{display:block;font-size:.72rem;color:#64748b}.farmers-narrative-section{padding:2rem 0 5rem}.farmers-narrative-banner-card{background:#fff;border:1.5px solid #d4ebd6;border-radius:32px;padding:2.5rem 2.8rem;display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:center;box-shadow:0 16px 40px #00000008;overflow:hidden}.narrative-left-content{display:flex;align-items:flex-start;gap:1.35rem}.narrative-avatar-circle{width:54px;height:54px;border-radius:50%;background:#dcfce7;display:flex;align-items:center;justify-content:center;flex-shrink:0}.narrative-text-box{flex:1}.narrative-headline{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.65rem;font-weight:850;color:#12381d;line-height:1.25;margin:0 0 .75rem}.narrative-body{color:#4b5563;font-size:1.02rem;line-height:1.6;margin:0}.narrative-right-graphic{width:100%;height:160px;border-radius:20px;overflow:hidden;box-shadow:0 8px 24px #0000000f}.narrative-field-img{width:100%;height:100%;object-fit:cover}.farmers-features-section{padding:3rem 0 6rem}.farmers-features-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1.25rem}.farmers-journey-section{position:relative;padding:4rem 0 6.5rem}.journey-bg-leaves-top{position:absolute;top:10px;right:15px;width:180px;pointer-events:none;opacity:.8}.journey-bg-leaves-top img{width:100%;height:auto}.selling-steps-3col-grid{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.mini-brand-logo{display:flex;align-items:center;gap:.35rem;margin-bottom:.65rem}.mini-brand-name{font-size:.82rem;font-weight:800;color:#12381d}.mini-screen-heading{font-size:.88rem;font-weight:800;color:#12381d;margin:0 0 .75rem}.mini-form-group{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.65rem}.mini-form-group label{font-size:.7rem;color:#64748b;font-weight:600}.mini-form-group input{padding:.45rem .65rem;border:1px solid #cbd5e1;border-radius:7px;font-size:.75rem;font-weight:600;color:#1e293b;background:#f8fafc}.mini-phone-btn{margin-top:auto;width:100%;padding:.55rem;background:#12381d;color:#fff;border:none;border-radius:8px;font-size:.78rem;font-weight:700;cursor:pointer;transition:background .2s ease}.mini-phone-btn:hover{background:#082410}.mini-screen-top-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.mini-produce-preview-box{display:flex;align-items:center;justify-content:space-between;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:.55rem .65rem;margin-bottom:.75rem}.mini-produce-info{display:flex;flex-direction:column}.mini-prod-name{font-size:.78rem;font-weight:700;color:#1e293b}.mini-prod-price{font-size:.7rem;color:#ea580c;font-weight:700}.mini-prod-img-box{width:36px;height:36px;border-radius:8px;overflow:hidden}.mini-prod-img{width:100%;height:100%;object-fit:cover}.mini-shop-feed-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:.55rem;display:flex;flex-direction:column;gap:.4rem}.mini-shop-banner-box{width:100%;height:58px;border-radius:8px;overflow:hidden}.mini-shop-thumb{width:100%;height:100%;object-fit:cover}.mini-shop-card-content{display:flex;flex-direction:column}.mini-shop-name{font-size:.75rem;font-weight:800;color:#12381d}.mini-shop-loc{font-size:.65rem;color:#64748b}.mini-shop-stock{font-size:.68rem;color:#ea580c;font-weight:700}.mini-view-btn{width:100%;padding:.4rem;background:#fff;border:1px solid #cbd5e1;border-radius:6px;font-size:.68rem;font-weight:700;color:#12381d;cursor:pointer}.farmers-shop-showcase-section{padding:4rem 0 6.5rem}.shop-showcase-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:4.5rem;align-items:center}.farmer-shop-preview-card{background:#fff;border:1.5px solid #d4ebd6;border-radius:32px;overflow:hidden;box-shadow:0 18px 45px #0000000d}.shop-cover-banner{width:100%;height:130px;background:linear-gradient(135deg,#15803d,#166534);position:relative;padding:0 1.5rem}.shop-avatar-profile{position:absolute;bottom:-32px;left:2rem;width:72px;height:72px;border-radius:50%;border:3.5px solid #ffffff;overflow:hidden;box-shadow:0 6px 16px #0000001f;background:#fff}.shop-profile-avatar-img{width:100%;height:100%;object-fit:cover;display:block}.shop-header-details{padding:2.6rem 1.75rem 1.25rem}.shop-title-row{display:flex;align-items:center;gap:.65rem;margin-bottom:.25rem}.shop-main-name{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.4rem;font-weight:850;color:#12381d;margin:0}.verified-pill{display:inline-flex;align-items:center;gap:.25rem;background:#dcfce7;color:#15803d;font-size:.74rem;font-weight:700;padding:.15rem .55rem;border-radius:9999px}.shop-meta-row{display:flex;align-items:center;gap:1.15rem;font-size:.84rem;color:#64748b;margin-bottom:.65rem}.shop-meta-loc,.shop-meta-rating{display:flex;align-items:center;gap:.3rem}.shop-bio-snippet{color:#4b5563;font-size:.95rem;margin:0 0 1.1rem}.shop-action-buttons-row{display:flex;gap:.75rem}.shop-btn{display:inline-flex;align-items:center;gap:.45rem;padding:.6rem 1.25rem;border-radius:10px;font-size:.84rem;font-weight:700;cursor:pointer;border:none;transition:transform .2s ease}.shop-btn:hover{transform:translateY(-1px)}.message-btn{background:#12381d;color:#fff}.follow-btn{background:#f1f5f9;color:#1e293b;border:1px solid #cbd5e1}.shop-nav-tabs-bar{display:flex;border-bottom:1px solid #e2e8f0;padding:0 1.75rem}.tab-link{background:none;border:none;padding:.85rem 1.1rem;font-size:.9rem;font-weight:700;color:#64748b;cursor:pointer;border-bottom:2.5px solid transparent;transition:all .2s ease}.tab-link.active{color:#12381d;border-bottom-color:#12381d}.shop-inventory-area{padding:1.35rem 1.75rem 1.85rem}.inventory-section-title{font-size:.98rem;font-weight:800;color:#12381d;margin:0 0 1.1rem}.inventory-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.85rem}.inventory-item-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:.75rem;display:flex;flex-direction:column;transition:transform .2s ease}.inventory-item-card:hover{transform:translateY(-2px)}.inventory-img-box{width:100%;height:80px;border-radius:10px;overflow:hidden;margin-bottom:.55rem}.inventory-img-box img{width:100%;height:100%;object-fit:cover}.inv-title{font-size:.8rem;font-weight:700;color:#1e293b;margin-bottom:.15rem}.inv-price{font-size:.75rem;font-weight:800;color:#15803d}.showcase-narrative-col{display:flex;flex-direction:column}.showcase-headline{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:clamp(2.2rem,3.5vw,2.9rem);font-weight:850;line-height:1.1;letter-spacing:-.035em;color:#13381e;margin:0 0 1.25rem;display:flex;flex-direction:column}.showcase-desc{color:#4b5563;font-size:1.08rem;line-height:1.62;margin:0 0 2rem}.showcase-checkpoints-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.1rem}.showcase-checkpoints-list li{display:flex;align-items:center;gap:.95rem;color:#1f2937;font-size:1.02rem;font-weight:600}.farmers-orders-chat-section{padding:4rem 0 6.5rem}.orders-chat-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:4rem;align-items:center}.orders-narrative-col{display:flex;flex-direction:column}.orders-headline{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:clamp(2.2rem,3.5vw,2.85rem);font-weight:850;line-height:1.12;letter-spacing:-.035em;color:#13381e;margin:0 0 1.25rem}.orders-desc{color:#4b5563;font-size:1.08rem;line-height:1.62;margin:0 0 2.2rem}.orders-pipeline-row{display:flex;align-items:center;gap:.75rem;margin-bottom:2.2rem}.pipeline-node{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4rem;font-size:.78rem;font-weight:700;color:#374151}.node-icon-circle{width:44px;height:44px;border-radius:50%;background:#fff;border:1.5px solid #cbd5e1;display:flex;align-items:center;justify-content:center;color:#64748b;transition:all .2s ease}.node-icon-circle.active{background:#15803d;border-color:#15803d;color:#fff}.pipeline-arrow{color:#94a3b8;font-weight:800;margin-bottom:1.35rem}.inbox-chat-tip-box{display:inline-flex;align-items:center;gap:.65rem;background:#edf6ef;border:1.5px solid #d4ebd6;padding:.85rem 1.4rem;border-radius:14px;font-size:.92rem;font-weight:600;color:#15803d}.split-mockup-frame{background:#fff;border:1.5px solid #d4ebd6;border-radius:30px;padding:1.35rem;display:grid;grid-template-columns:1fr 1fr;gap:1.35rem;box-shadow:0 18px 45px #0000000d}.mockup-subpanel{border:1px solid #e2e8f0;border-radius:20px;padding:1.15rem;display:flex;flex-direction:column}.panel-header{margin-bottom:.85rem}.panel-title{font-size:1rem;font-weight:800;color:#12381d}.panel-tabs-row{display:flex;gap:.35rem;margin-bottom:.95rem}.tab-pill{font-size:.72rem;font-weight:700;padding:.3rem .65rem;border-radius:9999px;background:#f1f5f9;color:#64748b}.tab-pill.active{background:#dcfce7;color:#15803d}.orders-mockup-feed{display:flex;flex-direction:column;gap:.75rem}.order-mockup-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:.75rem}.order-card-row{display:flex;align-items:center;gap:.75rem}.order-thumb-box{width:46px;height:46px;border-radius:10px;overflow:hidden;flex-shrink:0}.order-thumb-box img{width:100%;height:100%;object-fit:cover}.order-details-box{flex:1;display:flex;flex-direction:column}.order-id{font-size:.7rem;font-weight:700;color:#64748b}.order-summary{font-size:.8rem;font-weight:700;color:#1e293b}.order-cost{font-size:.76rem;font-weight:800;color:#15803d}.order-dest{font-size:.65rem;color:#64748b}.order-status-badge{font-size:.68rem;font-weight:700;padding:.25rem .55rem;border-radius:6px}.order-status-badge.new{background:#fef08a;color:#854d0e}.order-status-badge.confirmed{background:#dcfce7;color:#15803d}.chat-panel-header{display:flex;align-items:center;gap:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0;margin-bottom:.95rem}.chat-avatar-dot{width:36px;height:36px;border-radius:50%;overflow:hidden}.chat-avatar-dot img{width:100%;height:100%;object-fit:cover}.chat-user-info{display:flex;flex-direction:column}.chat-name{font-size:.84rem;font-weight:800;color:#1e293b}.chat-status{font-size:.68rem;color:#16a34a}.chat-bubbles-stream{flex:1;display:flex;flex-direction:column;gap:.75rem;margin-bottom:.95rem}.chat-bubble{padding:.65rem .85rem;border-radius:14px;font-size:.76rem;line-height:1.4;max-width:85%;display:flex;flex-direction:column}.chat-bubble p{margin:0 0 .15rem}.bubble-time{font-size:.6rem;color:#94a3b8;align-self:flex-end}.chat-bubble.incoming{background:#f1f5f9;color:#1e293b;align-self:flex-start}.chat-bubble.outgoing{background:#15803d;color:#fff;align-self:flex-end}.chat-bubble.outgoing .bubble-time{color:#ffffffbf}.chat-input-bar{display:flex;align-items:center;gap:.5rem;background:#f1f5f9;padding:.45rem .65rem;border-radius:10px}.chat-input-bar input{flex:1;border:none;background:transparent;font-size:.76rem;outline:none}.chat-send-btn{background:#15803d;color:#fff;border:none;border-radius:8px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}.chat-send-btn:hover{background:#12381d}.farmers-pillars-section{padding:4rem 0 6.5rem}.farmers-three-pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.2rem}.pillar-feature-card{border-radius:28px;padding:2.5rem 2rem;display:flex;flex-direction:column;box-shadow:0 14px 35px #00000008;transition:transform .25s ease}.pillar-feature-card:hover{transform:translateY(-3px)}.pillar-feature-card.card-theme-white{background:#fff;border:1.5px solid #d4ebd6}.pillar-feature-card.card-theme-warm{background:#fdf6e6;border:1.5px solid #fae8c3}.pillar-feature-card.card-theme-sage{background:#edf6ef;border:1.5px solid #d4ebd6}.pillar-heading{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.4rem;font-weight:850;color:#12381d;margin:0 0 .5rem}.pillar-lead{color:#64748b;font-size:.92rem;line-height:1.5;margin:0 0 1.65rem}.pillar-bullets-list{list-style:none;padding:0;margin:0 0 1.65rem;display:flex;flex-direction:column;gap:.95rem}.pillar-bullets-list li{display:flex;align-items:center;gap:.75rem;font-size:.95rem;font-weight:600;color:#1e293b}.pillar-bottom-box{margin-top:auto;padding-top:1.15rem;border-top:1px solid #e2e8f0;display:flex;align-items:center;gap:.65rem;font-size:.82rem;font-weight:700;color:#15803d}.pillar-metrics-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem}.metric-box{background:#fff;border:1px solid #fae2b8;border-radius:14px;padding:.75rem .5rem;text-align:center;display:flex;flex-direction:column}.metric-num{font-size:1.05rem;font-weight:850;color:#12381d}.metric-label{font-size:.68rem;color:#64748b}.top-selling-produce-box{background:#fff;border:1px solid #fae2b8;border-radius:14px;padding:.95rem 1.1rem;margin-bottom:1.35rem;display:flex;flex-direction:column;gap:.55rem}.box-title{font-size:.8rem;font-weight:800;color:#12381d;margin-bottom:.25rem}.ranking-row{display:flex;justify-content:space-between;align-items:center;font-size:.82rem;color:#4b5563}.pillar-link{display:inline-flex;align-items:center;gap:.4rem;color:#15803d;font-size:.88rem;font-weight:700;text-decoration:none;transition:transform .2s ease}.pillar-link:hover{transform:translate(3px)}.grower-types-stack{display:flex;flex-direction:column;gap:.85rem;margin-bottom:1.65rem}.grower-type-pill{display:flex;align-items:center;gap:.85rem;background:#fff;border:1px solid #d4ebd6;padding:.85rem 1.15rem;border-radius:14px;font-size:.92rem;font-weight:700;color:#12381d}.grower-footer-note{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:1.15rem;border-top:1px solid #d4ebd6;font-size:.88rem;font-weight:700;color:#4b5563}.farmers-faq-section{padding:4rem 0 6.5rem}.farmers-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.35rem}.farmer-faq-item{background:#fff;border:1.5px solid #e2e8f0;border-radius:18px;overflow:hidden;transition:all .25s ease}.farmer-faq-item:hover{border-color:#cbd5e1;box-shadow:0 6px 18px #00000008}.farmer-faq-item.open{border-color:#86efac;background:#f4faf5;box-shadow:0 8px 24px #1665340f}.farmer-faq-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:none;border:none;cursor:pointer;text-align:left}.farmer-faq-body{padding:0 1.5rem 1.35rem;color:#4b5563;font-size:.95rem;line-height:1.6}.farmers-final-banner-section{padding:2rem 0 5.5rem}.farmers-final-cta-card{background:#edf6ef;border:1.5px solid #d4ebd6;border-radius:36px;padding:2.5rem 3.5rem;display:grid;grid-template-columns:260px 1fr;gap:4rem;align-items:center;box-shadow:0 20px 45px #155d270d}.final-cta-farmer-visual{width:100%;height:230px;border-radius:24px;overflow:hidden;box-shadow:0 12px 30px #00000014}.final-cta-farmer-img{width:100%;height:100%;object-fit:cover}.final-cta-text-content{display:flex;flex-direction:column}.final-cta-main-title{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:clamp(1.9rem,3vw,2.45rem);font-weight:850;line-height:1.15;letter-spacing:-.035em;color:#12381d;margin:0 0 .65rem}.final-cta-subtitle{color:#4b5563;font-size:1.1rem;margin:0 0 1.75rem}.final-cta-action-button{display:inline-flex;align-items:center;gap:.65rem;background-color:#12381d;color:#fff;text-decoration:none;font-size:1.05rem;font-weight:700;padding:.95rem 2.4rem;border-radius:12px;align-self:flex-start;transition:all .2s ease;box-shadow:0 4px 12px #12381d40}.final-cta-action-button:hover{background-color:#082410;transform:translateY(-1px);box-shadow:0 6px 18px #12381d59}@media (max-width: 1024px){.farmers-features-grid{grid-template-columns:repeat(2,1fr)}.farmers-three-pillars-grid{grid-template-columns:1fr;gap:1.75rem}.selling-steps-3col-grid{flex-direction:column;gap:2.5rem;align-items:center}.journey-step-arrow-divider{transform:rotate(90deg)}.laptop-base{width:100%}}@media (max-width: 860px){.farmers-hero-grid{grid-template-columns:1fr;text-align:center;gap:2.5rem}.farmers-hero-left{align-items:center}.farmers-hero-actions{justify-content:center;width:100%}.farmers-hero-actions .hero-find-btn,.farmers-hero-actions .hero-whatsapp-btn{width:100%;justify-content:center}.farmers-hero-trust-row{justify-content:center;flex-wrap:wrap}.farmers-narrative-banner-card{grid-template-columns:1fr;padding:2.5rem 1.5rem;gap:2rem}.shop-showcase-grid{grid-template-columns:1fr}.orders-chat-grid{grid-template-columns:1fr;gap:2rem}.split-mockup-frame,.farmers-faq-grid{grid-template-columns:1fr}.farmers-final-cta-card{grid-template-columns:1fr;text-align:center;padding:2.5rem 1.5rem;gap:2rem}.final-cta-action-button{align-self:center;width:100%;justify-content:center}}@media (max-width: 600px){.farmers-features-grid{grid-template-columns:1fr}.inventory-cards-grid{grid-template-columns:1fr 1fr;gap:.75rem}.farmers-hero-title{font-size:2.2rem}.step-screen-phone-frame{width:min(290px,90vw)}.laptop-frame{border-width:6px}}@media (max-width: 400px){.inventory-cards-grid{grid-template-columns:1fr}}.buyers-page-wrapper{position:relative;width:100%;background-color:#fdf5d8;color:#1f2937;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;overflow-x:hidden;padding-bottom:4rem}.buyers-bg-leaf-watermark{position:absolute;top:40px;right:5%;width:180px;height:180px;pointer-events:none;z-index:1}.buyers-container{position:relative;z-index:5;width:min(1200px,100%);margin:0 auto;padding:0 2rem}.buyers-section-header-wrap{display:flex;flex-direction:column;align-items:center;margin-bottom:3.5rem}.buyers-section-heading{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:clamp(2.1rem,3.4vw,2.85rem);font-weight:850;line-height:1.15;letter-spacing:-.035em;color:#13381e;margin:0 0 .4rem}.heading-wavy-accent{width:50px;height:8px}.buyers-hero-section{padding:4.5rem 0 5.5rem}.buyers-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:4.5rem;align-items:center}.buyers-hero-left{display:flex;flex-direction:column}.buyers-hero-badge{display:inline-flex;align-items:center;gap:.45rem;color:#155d27;font-size:.88rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;margin-bottom:1.1rem}.hero-tag-leaf{width:17px;height:17px;color:#155d27}.buyers-hero-title{position:relative;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:clamp(2.9rem,4.5vw,4.1rem);font-weight:850;line-height:1.05;letter-spacing:-.04em;color:#13381e;margin:0 0 1.25rem;display:flex;flex-direction:column}.title-highlight-wrap{position:relative;display:inline-block}.hero-title-brush-svg{position:absolute;bottom:-4px;left:0;width:160px;height:8px;pointer-events:none}.buyers-hero-desc{color:#4b5563;font-size:1.12rem;line-height:1.62;margin:0 0 2.2rem;max-width:500px}.buyers-hero-actions{display:flex;align-items:center;gap:1rem;margin-bottom:2.2rem}.buyers-btn-primary{display:inline-flex;align-items:center;gap:.65rem;background-color:#12381d;color:#fff;text-decoration:none;font-size:1.02rem;font-weight:700;padding:.95rem 2.2rem;border-radius:12px;transition:all .2s ease;box-shadow:0 4px 12px #12381d40}.buyers-btn-primary:hover{background-color:#082410;transform:translateY(-1px);box-shadow:0 6px 18px #12381d59}.btn-arrow-icon{transition:transform .2s ease}.buyers-btn-primary:hover .btn-arrow-icon{transform:translate(4px)}.buyers-hero-trust-row{display:flex;align-items:center;gap:.85rem;color:#4b5563;font-size:.9rem;font-weight:600}.trust-badge-item{display:flex;align-items:center;gap:.4rem}.trust-bullet{color:#cbd5e1}.buyers-hero-right{display:flex;justify-content:center;align-items:center}.buyers-hero-photo-wrapper{position:relative;width:100%;max-width:450px}.buyers-hero-photo-stage{width:100%;height:490px;border-radius:160px 160px 45px 45px;overflow:hidden;box-shadow:0 24px 50px #155d271a;background:#edf6ef;border:4px solid #ffffff}.buyers-hero-img{width:100%;height:100%;object-fit:cover;object-position:center top}.hero-floating-shop-card{position:absolute;top:40px;right:-25px;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1.5px solid #d4ebd6;border-radius:20px;padding:1rem 1.15rem;box-shadow:0 16px 35px #00000014;width:210px;z-index:10}.floating-shop-header{display:flex;align-items:center;gap:.65rem;margin-bottom:.75rem}.floating-shop-avatar{width:38px;height:38px;border-radius:50%;overflow:hidden;flex-shrink:0}.floating-shop-avatar img{width:100%;height:100%;object-fit:cover}.floating-shop-name{font-size:.8rem;font-weight:800;color:#12381d;display:block}.floating-shop-loc{font-size:.68rem;color:#64748b;display:block}.floating-shop-rating{font-size:.68rem;color:#1e293b;font-weight:700;display:flex;align-items:center;gap:.2rem}.floating-shop-produce-row{display:flex;align-items:center;justify-content:space-between;background:#f8fafc;border-radius:8px;padding:.45rem .6rem;margin-bottom:.75rem}.floating-prod-title{font-size:.75rem;font-weight:700;color:#1e293b;display:block}.floating-prod-price{font-size:.68rem;color:#15803d;font-weight:800;display:block}.floating-prod-thumb{width:32px;height:32px;border-radius:6px;overflow:hidden}.floating-prod-thumb img{width:100%;height:100%;object-fit:cover}.floating-shop-btn{display:block;text-align:center;width:100%;padding:.45rem;background:#edf6ef;color:#15803d;font-size:.74rem;font-weight:800;border-radius:8px;text-decoration:none;transition:background .2s ease}.floating-shop-btn:hover{background:#dcfce7}.buyers-narrative-section{padding:2rem 0 5rem}.buyers-narrative-banner-card{background:#fff;border:1.5px solid #d4ebd6;border-radius:32px;padding:2.2rem 2.5rem;display:grid;grid-template-columns:200px 1.4fr 1fr;gap:2.5rem;align-items:center;box-shadow:0 16px 40px #00000008;overflow:hidden}.narrative-left-image-box{width:100%;height:160px;border-radius:20px;overflow:hidden;box-shadow:0 8px 24px #0000000f}.narrative-shopper-img{width:100%;height:100%;object-fit:cover}.narrative-center-text-box{display:flex;flex-direction:column}.narrative-headline{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.55rem;font-weight:850;color:#12381d;line-height:1.25;margin:0 0 .65rem}.narrative-body{color:#4b5563;font-size:.98rem;line-height:1.6;margin:0}.narrative-status-list{display:flex;flex-direction:column;gap:.65rem}.status-pill-item{display:flex;align-items:center;gap:.65rem;font-size:.84rem;font-weight:600;color:#4b5563;background:#f8fafc;border:1px solid #e2e8f0;padding:.45rem .85rem;border-radius:10px}.status-dot{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:800;flex-shrink:0}.status-dot.grey{background:#e2e8f0;color:#64748b}.status-dot.red{background:#fee2e2;color:#dc2626}.status-dot.orange{background:#ffedd5;color:#ea580c}.buyers-features-section{padding:3rem 0 6rem}.buyers-features-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1.25rem}.feature-card-item{background:#fff;border:1.5px solid #e2e8f0;border-radius:22px;padding:1.75rem 1.25rem;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.feature-card-item:hover{transform:translateY(-4px);box-shadow:0 14px 30px #0000000f;border-color:#86efac}.feature-icon-circle{width:50px;height:50px;border-radius:50%;background:#dcfce7;display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem}.feature-card-title{font-size:.98rem;font-weight:800;color:#12381d;margin:0 0 .45rem;line-height:1.3}.feature-card-desc{font-size:.8rem;color:#64748b;line-height:1.45;margin:0}.buyers-journey-section{position:relative;padding:4rem 0 6.5rem}.buying-steps-3col-grid{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.journey-step-cell{flex:1;display:flex;flex-direction:column;align-items:center}.step-cell-header{display:flex;align-items:flex-start;gap:.85rem;margin-bottom:1.5rem;width:100%;max-width:280px}.step-cell-num{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.05rem;font-weight:850;color:#fff;background:#15803d;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-cell-titles{display:flex;flex-direction:column}.step-cell-title{font-size:1.1rem;font-weight:800;color:#12381d;margin:0 0 .15rem}.step-cell-desc{font-size:.8rem;color:#64748b;line-height:1.4;margin:0}.journey-step-arrow-divider{display:flex;align-items:center;justify-content:center;opacity:.5;padding:0 .5rem}.native-journey-phone{width:255px;height:370px;background:#fff;border-radius:34px;border:2.5px solid #165b28;box-shadow:0 16px 40px #165b2817;padding:.85rem 1rem;display:flex;flex-direction:column;position:relative;transition:transform .25s ease}.native-journey-phone:hover{transform:translateY(-3px)}.phone-mini-notch{width:54px;height:13px;background:#000;border-radius:9999px;margin:0 auto .75rem}.phone-screen-inner{flex:1;display:flex;flex-direction:column}.mini-search-bar{display:flex;align-items:center;gap:.35rem;background:#f1f5f9;padding:.4rem .65rem;border-radius:8px;font-size:.72rem;color:#1e293b;margin-bottom:.65rem}.text-muted{color:#94a3b8}.mini-section-label{font-size:.7rem;font-weight:700;color:#64748b;margin-bottom:.45rem;display:block}.mini-search-results-list{display:flex;flex-direction:column;gap:.55rem}.mini-search-shop-row{display:flex;align-items:center;gap:.55rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:.45rem .55rem}.mini-shop-avatar-circle{width:32px;height:32px;border-radius:50%;overflow:hidden;flex-shrink:0}.mini-shop-avatar-circle img{width:100%;height:100%;object-fit:cover}.mini-shop-info-col{flex:1;display:flex;flex-direction:column}.mini-shop-name{font-size:.72rem;font-weight:800;color:#12381d}.mini-shop-loc{font-size:.62rem;color:#64748b}.mini-shop-stock{font-size:.64rem;color:#ea580c;font-weight:700}.mini-shop-star{font-size:.65rem;font-weight:800;color:#1e293b;display:flex;align-items:center;gap:.15rem}.mini-shop-detail-header{display:flex;align-items:center;gap:.55rem;margin-bottom:.85rem}.mini-shop-prod-feature{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:.65rem;margin-bottom:.85rem;display:flex;flex-direction:column}.feature-prod-title{font-size:.78rem;font-weight:800;color:#1e293b}.feature-prod-price{font-size:.72rem;font-weight:800;color:#15803d;margin-bottom:.45rem}.feature-prod-img-box{width:100%;height:70px;border-radius:8px;overflow:hidden}.feature-prod-img-box img{width:100%;height:100%;object-fit:cover}.mini-shop-btn-actions{display:flex;gap:.45rem;margin-top:auto}.mini-phone-btn{flex:1;padding:.5rem;background:#12381d;color:#fff;border:none;border-radius:8px;font-size:.75rem;font-weight:700;cursor:pointer}.mini-phone-icon-btn{width:32px;height:32px;border-radius:8px;border:1px solid #cbd5e1;background:#f8fafc;color:#12381d;display:flex;align-items:center;justify-content:center;cursor:pointer}.mini-screen-top-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:.45rem}.mini-top-title{font-size:.84rem;font-weight:800;color:#12381d}.mini-cart-shop-name{font-size:.7rem;font-weight:700;color:#64748b;margin-bottom:.65rem;display:block}.mini-cart-items-list{display:flex;flex-direction:column;gap:.45rem;margin-bottom:.75rem}.mini-cart-item-row{display:flex;align-items:center;gap:.55rem;background:#f8fafc;border-radius:8px;padding:.35rem .5rem}.mini-cart-thumb{width:30px;height:30px;border-radius:6px;overflow:hidden}.mini-cart-thumb img{width:100%;height:100%;object-fit:cover}.mini-cart-item-info{flex:1;display:flex;flex-direction:column}.cart-item-name{font-size:.72rem;font-weight:700;color:#1e293b}.cart-item-qty{font-size:.62rem;color:#64748b}.cart-item-price{font-size:.72rem;font-weight:800;color:#12381d}.mini-cart-total-row{display:flex;justify-content:space-between;align-items:center;padding-top:.45rem;border-top:1px solid #e2e8f0;font-size:.75rem;margin-bottom:.75rem;color:#4b5563}.mini-cart-total-row strong{font-size:.84rem;font-weight:850;color:#12381d}.checkout-btn{background:#15803d}.buyers-laptop-showcase-section{padding:4rem 0 6.5rem}.laptop-showcase-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:3.5rem;align-items:center}.laptop-mockup-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;max-width:580px}.laptop-frame{position:relative;width:100%;background:#0f172a;border:10px solid #1e293b;border-bottom:none;border-radius:24px 24px 0 0;box-shadow:0 25px 50px -12px #00000040;overflow:hidden}.laptop-camera-dot{position:absolute;top:4px;left:50%;transform:translate(-50%);width:6px;height:6px;border-radius:50%;background:#334155;box-shadow:0 0 2px #fff6;z-index:10}.laptop-display-inner{background:#fff;padding:1.1rem 1.25rem 1.4rem;overflow:hidden}.laptop-base{position:relative;width:108%;height:16px;background:linear-gradient(180deg,#cbd5e1,#94a3b8 60%,#64748b);border-radius:0 0 16px 16px;box-shadow:0 18px 35px #0000002e;display:flex;justify-content:center}.laptop-base:after{content:"";position:absolute;top:0;width:65px;height:5px;background:#475569;border-radius:0 0 5px 5px}.webpage-header-banner{background:linear-gradient(135deg,#15803d,#166534);border-radius:14px;padding:.95rem 1.15rem;display:flex;align-items:center;gap:.85rem;color:#fff;margin-bottom:.85rem;box-shadow:inset 0 1px 1px #fff3}.webpage-avatar{width:48px;height:48px;border-radius:50%;border:2.5px solid #ffffff;overflow:hidden;flex-shrink:0;box-shadow:0 4px 10px #00000026;background:#fff}.webpage-avatar img{width:100%;height:100%;object-fit:cover;display:block}.webpage-shop-info{flex:1;display:flex;flex-direction:column}.webpage-shop-name{font-size:1.05rem;font-weight:850;letter-spacing:-.01em}.webpage-shop-sub{font-size:.72rem;opacity:.9}.webpage-action-row{display:flex;gap:.45rem}.web-btn{padding:.4rem .85rem;border-radius:8px;font-size:.72rem;font-weight:700;border:none;cursor:pointer;transition:opacity .2s ease}.web-btn.primary{background:#fff;color:#12381d;box-shadow:0 2px 6px #00000014}.web-btn.secondary{background:#ffffff38;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.webpage-nav-bar{display:flex;gap:1.35rem;border-bottom:1.5px solid #f1f5f9;padding-bottom:.55rem;margin-bottom:.95rem}.web-tab{font-size:.82rem;font-weight:700;color:#64748b;cursor:pointer}.web-tab.active{color:#15803d;border-bottom:2.5px solid #15803d;padding-bottom:.55rem}.webpage-produce-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.web-produce-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding:.55rem;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 12px #00000005}.web-produce-card:hover{transform:translateY(-2px);box-shadow:0 8px 18px #0000000f}.web-produce-card img{width:100%;height:65px;object-fit:cover;border-radius:8px;margin-bottom:.45rem;background:#f8fafc}.web-prod-title{font-size:.75rem;font-weight:800;color:#1e293b;margin-bottom:.15rem}.web-prod-price{font-size:.72rem;font-weight:850;color:#15803d}.laptop-right-content-wrapper{display:flex;flex-direction:column;gap:1.85rem}.laptop-main-heading{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:clamp(2.2rem,3.5vw,2.9rem);font-weight:850;line-height:1.1;letter-spacing:-.035em;color:#13381e;margin:0 0 1.25rem;display:flex;flex-direction:column}.laptop-checkpoints-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.1rem}.laptop-checkpoints-list li{display:flex;align-items:center;gap:.95rem;color:#1f2937;font-size:1.02rem;font-weight:600}.check-bullet{width:26px;height:26px;border-radius:50%;background:#15803d;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.laptop-farmer-portrait-box{width:100%;height:220px;border-radius:24px;overflow:hidden;box-shadow:0 16px 35px #155d2714}.farmer-portrait-img{width:100%;height:100%;object-fit:cover;object-position:center top}.buyers-value-cards-section{padding:3.5rem 0 6rem}.buyers-four-cards-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.value-card-box{background:#fff;border:1.5px solid #d4ebd6;border-radius:28px;padding:2.2rem 2rem;display:flex;flex-direction:column;box-shadow:0 14px 35px #00000008}.value-card-title{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.35rem;font-weight:850;color:#12381d;margin:0 0 .45rem}.value-card-desc{color:#64748b;font-size:.92rem;line-height:1.5;margin:0 0 1.5rem}.mini-checkout-preview-card{margin-top:auto;display:flex;align-items:center;gap:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:.85rem 1rem}.preview-basket-img-box{width:52px;height:52px;border-radius:10px;overflow:hidden}.preview-basket-img-box img{width:100%;height:100%;object-fit:cover}.preview-cart-meta{flex:1;display:flex;flex-direction:column}.preview-shop-name{font-size:.82rem;font-weight:800;color:#12381d}.preview-cart-total{font-size:.75rem;color:#4b5563;margin-bottom:.35rem}.preview-buy-btn{padding:.4rem .85rem;background:#12381d;color:#fff;border:none;border-radius:6px;font-size:.74rem;font-weight:700;cursor:pointer;align-self:flex-start}.payment-flow-preview{margin-top:auto;display:flex;align-items:center;justify-content:space-between;background:#edf6ef;border:1px solid #d4ebd6;border-radius:16px;padding:1rem 1.25rem}.flow-step-node{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.35rem;font-size:.72rem;font-weight:700;color:#374151}.flow-icon-circle{width:36px;height:36px;border-radius:50%;background:#fff;border:1.5px solid #cbd5e1;display:flex;align-items:center;justify-content:center;color:#64748b}.flow-icon-circle.active{background:#15803d;border-color:#15803d;color:#fff}.flow-arrow{color:#94a3b8;font-weight:800;margin-bottom:1rem}.order-tracking-preview{margin-top:auto;display:flex;align-items:center;justify-content:space-between;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:.85rem 1rem;margin-bottom:.75rem}.track-step-node{display:flex;flex-direction:column;align-items:center;gap:.25rem;font-size:.68rem;font-weight:700;color:#4b5563}.track-icon-dot{width:28px;height:28px;border-radius:50%;background:#fff;border:1.5px solid #cbd5e1;display:flex;align-items:center;justify-content:center;color:#64748b}.track-icon-dot.active{background:#15803d;border-color:#15803d;color:#fff}.track-arrow{color:#cbd5e1;margin-bottom:.75rem}.view-orders-pill-btn{padding:.45rem 1rem;background:#fff;border:1px solid #cbd5e1;border-radius:8px;font-size:.75rem;font-weight:700;color:#12381d;align-self:flex-start;cursor:pointer}.chat-preview-box{margin-top:auto;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:.85rem 1rem}.chat-preview-header{display:flex;align-items:center;gap:.55rem;margin-bottom:.65rem}.chat-avatar-mini{width:28px;height:28px;border-radius:50%;overflow:hidden}.chat-avatar-mini img{width:100%;height:100%;object-fit:cover}.chat-preview-name{font-size:.76rem;font-weight:800;color:#12381d;display:block}.chat-preview-status{font-size:.62rem;color:#16a34a;display:block}.mini-bubbles-flow{display:flex;flex-direction:column;gap:.45rem;margin-bottom:.65rem}.mini-bubble{padding:.45rem .65rem;border-radius:10px;font-size:.72rem;max-width:85%}.mini-bubble.outgoing{background:#15803d;color:#fff;align-self:flex-end}.mini-bubble.incoming{background:#fff;border:1px solid #e2e8f0;color:#1e293b;align-self:flex-start}.mini-bubble p{margin:0}.mini-chat-input{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:.35rem .65rem;font-size:.7rem;color:#94a3b8}.buyers-reorder-section{padding:2rem 0 5.5rem}.buyers-two-wide-cards-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.2rem}.wide-reorder-card,.wide-become-farmer-card{background:#fff;border:1.5px solid #d4ebd6;border-radius:32px;padding:2.5rem 2.2rem;display:grid;grid-template-columns:1.2fr .8fr;gap:1.5rem;align-items:center;box-shadow:0 16px 40px #00000008}.wide-card-title{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.35rem;font-weight:850;color:#12381d;margin:0 0 .45rem}.wide-card-desc{color:#64748b;font-size:.92rem;line-height:1.5;margin:0 0 1.5rem}.wide-card-btn{display:inline-flex;align-items:center;gap:.45rem;padding:.75rem 1.65rem;border-radius:10px;font-size:.92rem;font-weight:700;text-decoration:none;background-color:#12381d;color:#fff;transition:all .2s ease}.wide-card-btn.outline{background-color:transparent;color:#12381d;border:1.5px solid #12381d}.wide-card-btn:hover{transform:translateY(-1px)}.reorder-produce-graphic{position:relative;display:flex;flex-direction:column;align-items:center}.reorder-bowl-img{width:100px;height:100px;border-radius:50%;overflow:hidden;border:3px solid #dcfce7;margin-bottom:.5rem}.reorder-bowl-img img{width:100%;height:100%;object-fit:cover}.reorder-floating-checklist{display:flex;flex-direction:column;gap:.35rem}.reorder-item-chip{display:flex;align-items:center;gap:.35rem;background:#edf6ef;padding:.25rem .55rem;border-radius:6px;font-size:.7rem;font-weight:700;color:#15803d}.become-farmer-visual{width:100%;height:150px;border-radius:18px;overflow:hidden}.farmer-holding-crate-img{width:100%;height:100%;object-fit:cover}.buyers-faq-section{padding:4rem 0 6.5rem}.buyers-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.35rem}.buyer-faq-item{background:#fff;border:1.5px solid #e2e8f0;border-radius:18px;overflow:hidden;transition:all .25s ease}.buyer-faq-item:hover{border-color:#cbd5e1;box-shadow:0 6px 18px #00000008}.buyer-faq-item.open{border-color:#86efac;background:#f4faf5;box-shadow:0 8px 24px #1665340f}.buyer-faq-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:none;border:none;cursor:pointer;text-align:left}.faq-question-label{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.02rem;font-weight:800;color:#12381d}.faq-chevron-icon{color:#64748b;display:flex;align-items:center}.buyer-faq-body{padding:0 1.5rem 1.35rem;color:#4b5563;font-size:.95rem;line-height:1.6}@media (max-width: 1024px){.buyers-features-grid{grid-template-columns:repeat(2,1fr)}.buyers-four-cards-grid,.buyers-two-wide-cards-grid{grid-template-columns:1fr}.buying-steps-3col-grid{flex-direction:column;gap:2.5rem;align-items:center}.journey-step-arrow-divider{transform:rotate(90deg)}.laptop-base{width:100%}}@media (max-width: 860px){.buyers-hero-grid{grid-template-columns:1fr;text-align:center;gap:2.5rem}.buyers-hero-left{align-items:center}.buyers-hero-actions{justify-content:center;width:100%}.buyers-hero-actions .hero-find-btn,.buyers-hero-actions .hero-whatsapp-btn{width:100%;justify-content:center}.buyers-hero-trust-row{justify-content:center;flex-wrap:wrap}.buyers-narrative-banner-card{grid-template-columns:1fr;padding:2.5rem 1.5rem;gap:2rem}.laptop-showcase-grid{grid-template-columns:1fr;gap:2.5rem}.buyers-faq-grid{grid-template-columns:1fr}}@media (max-width: 600px){.buyers-features-grid{grid-template-columns:1fr}.buyers-hero-title{font-size:2.2rem}.buyer-phone-frame{width:min(290px,90vw)}.laptop-frame{border-width:6px}}.news-page-wrapper{position:relative;width:100%;background-color:#fdf5d8;color:#1f2937;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;overflow-x:hidden;padding:3rem 0 5rem;min-height:85vh}.news-bg-leaf-watermark{position:absolute;top:40px;right:5%;width:180px;height:180px;pointer-events:none;z-index:1}.news-container{position:relative;z-index:5;width:min(1200px,100%);margin:0 auto;padding:0 2rem}.text-forest{color:#15803d}.news-hub-header-bar{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2.2rem;gap:2rem;flex-wrap:wrap}.news-brand-headline-wrap{display:flex;flex-direction:column}.news-hub-label{font-size:.85rem;font-weight:850;color:#15803d;letter-spacing:.16em;text-transform:uppercase;margin-bottom:.35rem}.news-hub-title{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:clamp(2.2rem,3.8vw,3.1rem);font-weight:850;color:#12381d;line-height:1.1;letter-spacing:-.035em;margin:0}.news-search-input-box{position:relative;display:flex;align-items:center;background:#fff;border:1.5px solid #d4ebd6;border-radius:12px;padding:.65rem 1rem;width:320px;box-shadow:0 4px 12px #00000008;transition:all .2s ease}.news-search-input-box:focus-within{border-color:#15803d;box-shadow:0 6px 18px #15803d1f}.search-icon{margin-right:.65rem;flex-shrink:0}.news-search-input{border:none;outline:none;background:transparent;width:100%;font-size:.9rem;color:#1f2937}.search-clear-btn{background:none;border:none;color:#94a3b8;font-size:.85rem;cursor:pointer;padding:0 .25rem}.news-categories-nav-strip{border-bottom:1.5px solid #e2e8f0;padding-bottom:1.25rem;margin-bottom:3rem}.categories-scroll-wrapper{display:flex;align-items:center;gap:.65rem;overflow-x:auto;scrollbar-width:none}.categories-scroll-wrapper::-webkit-scrollbar{display:none}.category-pill-btn{padding:.6rem 1.35rem;border-radius:9999px;background:#fff;border:1.5px solid #e2e8f0;font-size:.88rem;font-weight:700;color:#4b5563;cursor:pointer;white-space:nowrap;transition:all .2s ease}.category-pill-btn:hover{border-color:#86efac;color:#12381d}.category-pill-btn.active{background:#12381d;border-color:#12381d;color:#fff;box-shadow:0 4px 12px #12381d33}.news-hero-carousel-section{margin-bottom:4rem}.hero-featured-card{position:relative;border-radius:28px;overflow:hidden;box-shadow:0 20px 45px #00000014}.hero-featured-bg{width:100%;min-height:480px;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:flex-end}.hero-featured-gradient-overlay{width:100%;background:linear-gradient(0deg,#081c0ef2,#081c0ea6,#081c0e1a);padding:3.5rem 3rem 2.5rem}.hero-featured-content{max-width:800px;display:flex;flex-direction:column}.hero-featured-badge{display:inline-block;background:#15803d;color:#fff;font-size:.76rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase;padding:.35rem .85rem;border-radius:6px;margin-bottom:1.25rem;align-self:flex-start}.hero-featured-title-link{text-decoration:none}.hero-featured-headline{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:clamp(1.85rem,3.2vw,2.6rem);font-weight:850;color:#fff;line-height:1.2;letter-spacing:-.03em;margin:0 0 .85rem;transition:color .2s ease}.hero-featured-title-link:hover .hero-featured-headline{color:#86efac}.hero-featured-excerpt{color:#e2e8f0;font-size:1.05rem;line-height:1.6;margin:0 0 1.75rem}.hero-featured-meta-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.meta-left{display:flex;align-items:center;gap:.6rem;color:#cbd5e1;font-size:.88rem;font-weight:600}.meta-divider{color:#64748b}.hero-featured-read-btn{display:inline-flex;align-items:center;gap:.55rem;background:#fff;color:#12381d;padding:.65rem 1.35rem;border-radius:10px;font-size:.88rem;font-weight:800;text-decoration:none;transition:all .2s ease}.hero-featured-read-btn:hover{background:#dcfce7;transform:translate(3px)}.carousel-nav-controls{position:absolute;top:1.75rem;right:1.75rem;display:flex;gap:.5rem;z-index:10}.carousel-arrow-btn{width:40px;height:40px;border-radius:50%;background:#fff3;border:1px solid rgba(255,255,255,.4);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:all .2s ease}.carousel-arrow-btn:hover{background:#fff;color:#12381d}.news-stories-feed-section{margin-bottom:5.5rem}.stories-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.2rem}.news-story-card{background:#fff;border:1.5px solid #d4ebd6;border-radius:24px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 12px 30px #00000008;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.news-story-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #00000012;border-color:#86efac}.story-card-image-link{text-decoration:none;display:block}.story-card-image-stage{position:relative;width:100%;height:220px;overflow:hidden;background:#edf6ef}.story-card-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.news-story-card:hover .story-card-img{transform:scale(1.04)}.story-category-tag{position:absolute;bottom:1rem;left:1rem;background:#12381de6;color:#fff;font-size:.72rem;font-weight:800;padding:.25rem .65rem;border-radius:6px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.story-card-body{padding:1.75rem 1.65rem 1.5rem;display:flex;flex-direction:column;flex:1}.story-card-meta{display:flex;align-items:center;gap:.45rem;color:#64748b;font-size:.8rem;font-weight:600;margin-bottom:.75rem}.story-dot{color:#cbd5e1}.story-title-link{text-decoration:none}.story-title{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.15rem;font-weight:850;color:#12381d;line-height:1.35;margin:0 0 .65rem;transition:color .2s ease}.story-title-link:hover .story-title{color:#15803d}.story-excerpt{color:#4b5563;font-size:.9rem;line-height:1.55;margin:0 0 1.5rem;flex:1}.story-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #f1f5f9}.story-author-name{font-size:.78rem;font-weight:700;color:#64748b}.story-arrow-link{display:inline-flex;align-items:center;gap:.35rem;color:#15803d;font-size:.82rem;font-weight:800;text-decoration:none;transition:transform .2s ease}.story-arrow-link:hover{transform:translate(3px)}.news-empty-state-card{background:#fff;border:1.5px dashed #cbd5e1;border-radius:24px;padding:4rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.news-empty-state-card h3{font-size:1.35rem;font-weight:850;color:#12381d;margin:0}.news-empty-state-card p{color:#64748b;font-size:.95rem;margin:0}.reset-search-btn{margin-top:.85rem;padding:.65rem 1.5rem;background:#12381d;color:#fff;border:none;border-radius:10px;font-size:.88rem;font-weight:700;cursor:pointer}.news-newsletter-section{margin-top:2rem}.news-newsletter-card{background:#fff;border:1.5px solid #d4ebd6;border-radius:32px;padding:3rem 3.5rem;display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:center;box-shadow:0 16px 40px #00000008}.newsletter-badge{display:inline-flex;align-items:center;gap:.45rem;color:#15803d;font-size:.8rem;font-weight:850;letter-spacing:.14em;margin-bottom:.65rem}.newsletter-title{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.65rem;font-weight:850;color:#12381d;line-height:1.25;margin:0 0 .65rem}.newsletter-desc{color:#4b5563;font-size:.95rem;line-height:1.6;margin:0}.newsletter-form-col{display:flex;flex-direction:column;gap:.65rem}.newsletter-subscribe-form{display:flex;align-items:center;gap:.65rem;background:#f8fafc;border:1.5px solid #cbd5e1;border-radius:14px;padding:.4rem .4rem .4rem 1.1rem}.newsletter-email-input{border:none;outline:none;background:transparent;flex:1;font-size:.92rem;color:#1f2937}.newsletter-submit-btn{display:inline-flex;align-items:center;gap:.45rem;background:#12381d;color:#fff;border:none;border-radius:10px;padding:.75rem 1.45rem;font-size:.88rem;font-weight:800;cursor:pointer;transition:all .2s ease}.newsletter-submit-btn:hover{background:#082410;transform:translateY(-1px)}.newsletter-privacy-note{font-size:.78rem;color:#64748b}.article-detail-wrap{max-width:840px;margin:0 auto}.article-back-nav-btn{display:inline-flex;align-items:center;gap:.55rem;color:#15803d;font-size:.92rem;font-weight:800;text-decoration:none;margin-bottom:2rem;transition:transform .2s ease}.article-back-nav-btn:hover{transform:translate(-4px)}.article-header{margin-bottom:2.2rem}.article-meta-chips{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap;margin-bottom:1.25rem}.article-category-chip{background:#edf6ef;color:#15803d;font-size:.78rem;font-weight:850;padding:.3rem .75rem;border-radius:6px;text-transform:uppercase;letter-spacing:.08em}.meta-item{display:flex;align-items:center;gap:.35rem;color:#64748b;font-size:.86rem;font-weight:600}.meta-sep{color:#cbd5e1}.article-main-title{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:clamp(2.2rem,3.6vw,3rem);font-weight:850;color:#12381d;line-height:1.15;letter-spacing:-.035em;margin:0 0 1.5rem}.article-author-row{display:flex;align-items:center;gap:.75rem;padding-bottom:1.5rem;border-bottom:1.5px solid #e2e8f0}.author-avatar-circle{width:42px;height:42px;border-radius:50%;background:#edf6ef;display:flex;align-items:center;justify-content:center}.author-name{font-size:.95rem;font-weight:800;color:#12381d;display:block}.author-subtitle{font-size:.78rem;color:#64748b;display:block}.article-hero-banner-box{width:100%;height:420px;border-radius:28px;overflow:hidden;box-shadow:0 16px 40px #00000014;margin-bottom:2.75rem}.article-hero-banner-img{width:100%;height:100%;object-fit:cover}.article-body-content{display:flex;flex-direction:column;gap:1.5rem;font-size:1.12rem;line-height:1.8;color:#374151;margin-bottom:4rem}.article-lead-paragraph{font-size:1.25rem;font-weight:700;color:#12381d;line-height:1.65;margin:0}.article-body-para{margin:0}.article-pull-quote{background:#edf6ef;border-left:4px solid #15803d;border-radius:0 18px 18px 0;padding:1.75rem 2rem;margin:1.5rem 0;display:flex;flex-direction:column;gap:.65rem}.pull-quote-icon{color:#15803d}.article-pull-quote p{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.18rem;font-weight:700;font-style:italic;color:#12381d;line-height:1.5;margin:0}.article-footer-actions{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding:1.75rem 0;border-top:1.5px solid #e2e8f0;border-bottom:1.5px solid #e2e8f0;margin-top:2rem}.article-tags-wrap{display:flex;gap:.55rem}.tag-pill{background:#f1f5f9;color:#4b5563;padding:.35rem .75rem;border-radius:6px;font-size:.8rem;font-weight:700}.article-share-btn{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1.5px solid #cbd5e1;border-radius:10px;padding:.55rem 1.15rem;font-size:.85rem;font-weight:800;color:#12381d;cursor:pointer;transition:all .2s ease}.article-share-btn:hover{border-color:#15803d;color:#15803d}.article-related-section{margin-top:3.5rem}.related-section-title{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.65rem;font-weight:850;color:#12381d;margin:0 0 1.85rem}.related-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.related-story-card{background:#fff;border:1.5px solid #d4ebd6;border-radius:18px;overflow:hidden;text-decoration:none;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.related-story-card:hover{transform:translateY(-3px);box-shadow:0 12px 25px #0000000d}.related-card-img-box{position:relative;width:100%;height:140px;overflow:hidden}.related-card-img-box img{width:100%;height:100%;object-fit:cover}.related-cat-badge{position:absolute;bottom:.65rem;left:.65rem;background:#12381de6;color:#fff;font-size:.68rem;font-weight:800;padding:.2rem .5rem;border-radius:4px}.related-card-info{padding:1.15rem 1rem;display:flex;flex-direction:column;flex:1}.related-card-date{font-size:.72rem;color:#64748b;font-weight:600;margin-bottom:.4rem}.related-card-title{font-size:.95rem;font-weight:800;color:#12381d;line-height:1.35;margin:0 0 .85rem;flex:1}.related-read-more{font-size:.78rem;font-weight:800;color:#15803d}@media (max-width: 1024px){.stories-cards-grid,.related-cards-grid{grid-template-columns:repeat(2,1fr)}.news-newsletter-card{grid-template-columns:1fr;padding:2.5rem 2rem;gap:2rem}}@media (max-width: 768px){.news-hub-header-bar{flex-direction:column;align-items:flex-start;gap:1.5rem}.news-search-input-box{width:100%}.stories-cards-grid,.related-cards-grid{grid-template-columns:1fr}.hero-featured-gradient-overlay{padding:2.5rem 1.5rem 2rem}.hero-featured-headline{font-size:1.65rem}.hero-featured-meta-row{flex-direction:column;align-items:flex-start;gap:1rem}.hero-featured-read-btn{width:100%;justify-content:center}.article-hero-banner-box{height:260px}.article-headline-main{font-size:1.85rem}.news-newsletter-card{padding:2rem 1.5rem}.newsletter-subscribe-form{flex-direction:column;align-items:stretch;padding:.75rem}.newsletter-submit-btn{justify-content:center}}@media (max-width: 480px){.news-hub-title{font-size:1.85rem}.hero-featured-card{height:480px}.story-card-image-stage{height:190px}.story-title{font-size:1.12rem}}.faq-page-wrapper{position:relative;width:100%;background-color:#fdf5d8;color:#1f2937;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;overflow-x:hidden;padding:3.5rem 0 5.5rem;min-height:85vh}.faq-bg-leaf-watermark{position:absolute;top:40px;right:5%;width:180px;height:180px;pointer-events:none;z-index:1}.faq-container{position:relative;z-index:5;width:min(1200px,100%);margin:0 auto;padding:0 2rem}.text-center{text-align:center}.text-forest,.text-forest-highlight{color:#15803d}.faq-hero-section{display:flex;flex-direction:column;align-items:center;margin-bottom:3rem}.faq-hero-badge{display:inline-flex;align-items:center;gap:.45rem;color:#155d27;font-size:.85rem;font-weight:850;letter-spacing:.16em;text-transform:uppercase;margin-bottom:.85rem}.hero-tag-sparkle{color:#155d27}.faq-hero-title{position:relative;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:clamp(2.4rem,4.2vw,3.5rem);font-weight:850;line-height:1.1;letter-spacing:-.04em;color:#13381e;margin:0 0 1rem}.faq-title-brush-svg{position:absolute;bottom:-4px;left:0;width:100%;height:8px;pointer-events:none}.faq-hero-subtitle{color:#4b5563;font-size:1.12rem;line-height:1.6;max-width:620px;margin:0 0 2.2rem}.faq-hero-search-box{position:relative;display:flex;align-items:center;background:#fff;border:2px solid #d4ebd6;border-radius:20px;padding:.85rem 1.4rem;width:100%;max-width:650px;box-shadow:0 16px 35px #0000000a;transition:all .25s ease}.faq-hero-search-box:focus-within{border-color:#15803d;box-shadow:0 20px 45px #15803d24}.faq-hero-search-box .search-icon{margin-right:.85rem;flex-shrink:0}.faq-search-input{border:none;outline:none;background:transparent;width:100%;font-size:1.02rem;color:#1f2937}.faq-search-clear-btn{background:none;border:none;color:#94a3b8;font-size:1rem;cursor:pointer;padding:0 .5rem}.faq-search-results-count{margin-top:.85rem;font-size:.88rem;font-weight:700;color:#15803d}.faq-categories-strip{margin-bottom:3.5rem;border-bottom:1.5px solid #e2e8f0;padding-bottom:1.25rem}.faq-categories-scroll{display:flex;align-items:center;justify-content:center;gap:.65rem;overflow-x:auto;scrollbar-width:none;flex-wrap:wrap}.faq-categories-scroll::-webkit-scrollbar{display:none}.faq-cat-pill{display:inline-flex;align-items:center;gap:.55rem;padding:.65rem 1.35rem;border-radius:9999px;background:#fff;border:1.5px solid #e2e8f0;font-size:.88rem;font-weight:700;color:#4b5563;cursor:pointer;white-space:nowrap;transition:all .2s ease}.faq-cat-pill:hover{border-color:#86efac;color:#12381d}.faq-cat-pill.active{background:#12381d;border-color:#12381d;color:#fff;box-shadow:0 4px 12px #12381d33}.faq-matrix-grid{display:grid;grid-template-columns:360px 1fr;gap:3rem;align-items:flex-start;margin-bottom:5.5rem}.faq-support-aside{position:sticky;top:100px}.support-card-stage{background:#fff;border:1.5px solid #d4ebd6;border-radius:28px;padding:1.75rem;box-shadow:0 16px 35px #00000008;display:flex;flex-direction:column}.agent-photo-frame{position:relative;width:100%;height:220px;border-radius:20px;overflow:hidden;margin-bottom:1.35rem;background:#edf6ef}.agent-photo-img{width:100%;height:100%;object-fit:cover}.agent-live-status-chip{position:absolute;bottom:.85rem;left:.85rem;background:#12381deb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;padding:.35rem .75rem;border-radius:9999px;font-size:.74rem;font-weight:800;display:flex;align-items:center;gap:.45rem}.live-pulse-dot{width:8px;height:8px;border-radius:50%;background:#4ade80;box-shadow:0 0 8px #4ade80}.agent-card-title{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.25rem;font-weight:850;color:#12381d;margin:0 0 .45rem}.agent-card-desc{color:#64748b;font-size:.88rem;line-height:1.5;margin:0 0 1.1rem}.agent-hours-row{display:flex;align-items:center;gap:.45rem;font-size:.78rem;font-weight:700;color:#4b5563;margin-bottom:1.35rem;background:#f8fafc;padding:.45rem .65rem;border-radius:8px}.agent-action-buttons{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1.35rem}.support-action-btn{display:flex;align-items:center;justify-content:center;gap:.55rem;padding:.75rem 1rem;border-radius:12px;font-size:.88rem;font-weight:800;text-decoration:none;transition:all .2s ease}.support-action-btn.whatsapp{background:#15803d;color:#fff}.support-action-btn.whatsapp:hover{background:#0f5c29}.support-action-btn.email{background:#f1f5f9;color:#1e293b;border:1px solid #cbd5e1}.support-action-btn.email:hover{background:#e2e8f0}.support-escrow-trust-pill{display:flex;align-items:center;justify-content:center;gap:.45rem;font-size:.78rem;font-weight:700;color:#15803d;background:#edf6ef;padding:.55rem;border-radius:8px}.faq-accordion-list{display:flex;flex-direction:column;gap:1.1rem}.faq-accordion-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;overflow:hidden;transition:all .25s ease;box-shadow:0 4px 14px #00000005}.faq-accordion-card:hover{border-color:#cbd5e1;box-shadow:0 8px 24px #0000000a}.faq-accordion-card.open{border-color:#86efac;box-shadow:0 12px 30px #1665340f;background:#fff}.faq-accordion-header-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.4rem 1.65rem;background:none;border:none;cursor:pointer;text-align:left;gap:1.25rem}.faq-header-text-wrap{display:flex;flex-direction:column;gap:.35rem}.faq-item-category-tag{font-size:.72rem;font-weight:850;color:#15803d;text-transform:uppercase;letter-spacing:.08em}.faq-item-question-title{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.08rem;font-weight:800;color:#12381d;line-height:1.35;margin:0}.faq-accordion-chevron{width:32px;height:32px;border-radius:50%;background:#f8fafc;color:#64748b;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.faq-accordion-card.open .faq-accordion-chevron{background:#12381d;color:#fff}.faq-accordion-body-content{padding:0 1.65rem 1.5rem}.faq-item-answer-text{color:#4b5563;font-size:.98rem;line-height:1.65;margin:0 0 1.25rem}.faq-feedback-widget{display:flex;align-items:center;gap:.85rem;padding-top:.85rem;border-top:1px solid #f1f5f9;font-size:.82rem}.feedback-prompt{color:#64748b;font-weight:600}.feedback-buttons-row{display:flex;gap:.45rem}.feedback-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .65rem;border-radius:6px;border:1px solid #cbd5e1;background:#fff;font-size:.75rem;font-weight:700;color:#4b5563;cursor:pointer;transition:all .15s ease}.feedback-btn:hover{background:#f1f5f9;border-color:#94a3b8}.feedback-thank-you{display:inline-flex;align-items:center;gap:.35rem;color:#15803d;font-weight:700;font-size:.8rem}.faq-empty-card{background:#fff;border:1.5px dashed #cbd5e1;border-radius:20px;padding:3.5rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.faq-empty-card h3{font-size:1.35rem;font-weight:850;color:#12381d;margin:0}.faq-empty-card p{color:#64748b;margin:0}.faq-reset-btn{margin-top:.85rem;padding:.65rem 1.35rem;background:#12381d;color:#fff;border:none;border-radius:8px;font-size:.88rem;font-weight:700;cursor:pointer}.faq-quick-inquiry-section{margin-top:2rem}.faq-quick-inquiry-card{background:#fff;border:1.5px solid #d4ebd6;border-radius:32px;padding:3rem 3.5rem;display:grid;grid-template-columns:1.15fr 1fr;gap:3.5rem;align-items:center;box-shadow:0 16px 40px #00000008}.inquiry-badge{display:inline-flex;align-items:center;gap:.45rem;color:#15803d;font-size:.8rem;font-weight:850;letter-spacing:.14em;margin-bottom:.65rem}.inquiry-title{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.85rem;font-weight:850;color:#12381d;line-height:1.2;margin:0 0 .75rem}.inquiry-desc{color:#4b5563;font-size:.98rem;line-height:1.6;margin:0 0 1.5rem}.inquiry-guarantees-row{display:flex;gap:1.5rem;flex-wrap:wrap}.guarantee-item{display:flex;align-items:center;gap:.45rem;font-size:.84rem;font-weight:700;color:#12381d}.inquiry-quick-form{display:flex;flex-direction:column;gap:.85rem}.inquiry-form-row{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}.inquiry-input,.inquiry-textarea{background:#f8fafc;border:1.5px solid #cbd5e1;border-radius:12px;padding:.75rem 1rem;font-size:.92rem;color:#1f2937;outline:none;font-family:inherit;transition:all .2s ease}.inquiry-input:focus,.inquiry-textarea:focus{border-color:#15803d;background:#fff;box-shadow:0 4px 12px #15803d1a}.inquiry-textarea{resize:vertical}.inquiry-submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;background:#12381d;color:#fff;border:none;border-radius:12px;padding:.85rem 1.5rem;font-size:.95rem;font-weight:800;cursor:pointer;transition:all .2s ease}.inquiry-submit-btn:hover{background:#082410;transform:translateY(-1px)}.inquiry-success-message{background:#edf6ef;border:1.5px solid #86efac;border-radius:20px;padding:2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.65rem}.inquiry-success-message h3{font-size:1.25rem;font-weight:850;color:#12381d;margin:0}.inquiry-success-message p{color:#4b5563;font-size:.92rem;margin:0 0 .85rem}.send-another-btn{background:#12381d;color:#fff;border:none;border-radius:8px;padding:.5rem 1.15rem;font-size:.82rem;font-weight:700;cursor:pointer}@media (max-width: 1024px){.faq-matrix-grid{grid-template-columns:1fr;gap:3rem}.faq-support-aside{position:static}.faq-quick-inquiry-card{grid-template-columns:1fr;padding:2.5rem 2rem;gap:2.5rem}}@media (max-width: 768px){.faq-hero-title{font-size:clamp(2rem,7vw,2.75rem)}.faq-hero-search-box{padding:.75rem 1.15rem}.faq-categories-strip{margin-bottom:2.5rem}.faq-cat-pill{padding:.5rem 1rem;font-size:.82rem}.support-card-stage{padding:1.5rem}.faq-accordion-header-btn{padding:1.15rem 1.25rem}.faq-accordion-body-content{padding:0 1.25rem 1.25rem}.faq-item-question-title{font-size:1rem}.faq-quick-inquiry-card{padding:2rem 1.5rem}.inquiry-form-row{grid-template-columns:1fr}.inquiry-title{font-size:1.65rem}.inquiry-submit-btn{width:100%}}@media (max-width: 480px){.faq-page-wrapper{padding:2.5rem 0 4rem}.agent-photo-frame{height:180px}.faq-feedback-widget{flex-direction:column;align-items:flex-start;gap:.5rem}}.supporting-page-container{width:100%;background-color:var(--mf-bg-main);padding:4rem 1.5rem 6rem}.supporting-page-inner{max-width:920px;margin:0 auto}.supporting-card{background:var(--mf-color-pure-white);border-radius:var(--mf-radius-xl);border:1px solid var(--mf-border);padding:3.5rem;box-shadow:var(--mf-shadow-sm)}.supporting-card h1{font-family:var(--mf-font-family-display);font-size:2.5rem;font-weight:800;color:var(--mf-text-primary);margin-bottom:1rem}.supporting-card h2{font-family:var(--mf-font-family-display);font-size:1.6rem;font-weight:700;color:var(--mf-primary-dark);margin:2.25rem 0 1rem;padding-top:1rem;border-top:1px solid var(--mf-border)}.supporting-card h3{font-size:1.2rem;font-weight:700;color:var(--mf-text-primary);margin:1.5rem 0 .5rem}.supporting-card p,.supporting-card li{font-size:1.05rem;line-height:1.7;color:var(--mf-text-primary)}.supporting-card p{margin-bottom:1.25rem}.supporting-card ul{padding-left:1.5rem;margin-bottom:1.5rem}.supporting-card li{margin-bottom:.5rem}@media (max-width: 768px){.supporting-card{padding:2rem 1.5rem}.supporting-card h1{font-size:2rem}}.auth-container{display:flex;height:100vh;max-height:100vh;width:100vw;background-color:#fdf5d8;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;overflow:hidden;position:relative}.auth-submitting-top-bar{position:fixed;top:0;left:0;width:100%;height:3.5px;background:linear-gradient(90deg,#15803d,#22c55e,#86efac);background-size:200% 100%;z-index:9999;animation:authTopBarGlow 1.2s ease-in-out infinite;box-shadow:0 0 10px #22c55e99}@keyframes authTopBarGlow{0%{background-position:100% 0}to{background-position:-100% 0}}.auth-form-side{flex:0 0 580px;width:580px;height:100vh;max-height:100vh;display:flex;flex-direction:column;justify-content:space-between;padding:2.25rem 3.5rem 2rem;background-color:#fff;border-right:1.5px solid #e2e8f0;box-shadow:0 10px 35px #0000000d;z-index:20;overflow-y:auto}@media (min-width: 1440px){.auth-form-side{flex:0 0 640px;width:640px;padding:3rem 4.5rem 2.5rem}}.auth-header{display:flex;flex-direction:column;gap:1rem}.auth-back-link{display:inline-flex;align-items:center;gap:.45rem;color:#15803d;font-size:.82rem;font-weight:700;text-decoration:none;transition:transform .2s ease;align-self:flex-start}.auth-back-link:hover{transform:translate(-3px)}.auth-brand-link{display:inline-flex;align-items:center;gap:.55rem;text-decoration:none}.auth-brand-logo-circle{width:28px;height:28px;border-radius:50%;background:#edf6ef;display:flex;align-items:center;justify-content:center;color:#15803d}.auth-leaf-icon{width:17px;height:17px}.auth-brand-title{font-size:1.3rem;font-weight:850;letter-spacing:-.03em}.brand-dark{color:#12381d}.brand-green{color:#15803d}.auth-step-wrapper{display:flex;flex-direction:column}.auth-step-header{margin-bottom:1.25rem}.auth-page-headline{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.85rem;font-weight:850;color:#12381d;line-height:1.1;letter-spacing:-.035em;margin:0 0 .2rem}.auth-page-subheadline{font-size:1.02rem;font-weight:700;color:#15803d;margin:0 0 .45rem}.auth-page-instructions{color:#64748b;font-size:.88rem;line-height:1.5;margin:0}.auth-error-alert-banner{display:flex;align-items:flex-start;gap:.55rem;background:#fee2e2;border:1px solid #fca5a5;color:#dc2626;padding:.65rem .85rem;border-radius:10px;font-size:.82rem;font-weight:600;margin-bottom:1rem}.error-icon{flex-shrink:0;margin-top:1px}.auth-form-body{display:flex;flex-direction:column;gap:1.1rem;margin-bottom:1.25rem}.auth-field-group{display:flex;flex-direction:column;gap:.35rem}.auth-field-label{font-size:.82rem;font-weight:700;color:#374151}.auth-input-container{position:relative;display:flex;align-items:center;background:#f8fafc;border:1.5px solid #cbd5e1;border-radius:10px;padding:.65rem .85rem;transition:all .2s ease}.auth-input-container:focus-within{border-color:#15803d;background:#fff;box-shadow:0 3px 10px #15803d1a}.auth-input-icon{margin-right:.65rem;flex-shrink:0}.auth-text-input{border:none;outline:none;background:transparent;width:100%;font-size:.92rem;color:#1f2937;font-family:inherit}.auth-submit-action-btn{display:flex;align-items:center;justify-content:center;gap:.55rem;background:#12381d;color:#fff;border:none;border-radius:10px;padding:.8rem 1.25rem;font-size:.95rem;font-weight:800;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 10px #12381d33}.auth-submit-action-btn:hover:not(:disabled){background:#082410;transform:translateY(-1px)}.auth-submit-action-btn:disabled{opacity:.65;cursor:not-allowed}.auth-spin-icon{animation:spin 1s linear infinite}.auth-btn-arrow{transition:transform .2s ease}.auth-submit-action-btn:hover:not(:disabled) .auth-btn-arrow{transform:translate(3px)}.auth-features-checklist{display:flex;flex-direction:column;gap:.45rem;padding:.85rem 1rem;background:#edf6ef;border:1px solid #d4ebd6;border-radius:10px}.checklist-item{display:flex;align-items:center;gap:.45rem;font-size:.78rem;font-weight:700;color:#12381d}.checklist-icon-circle{width:16px;height:16px;border-radius:50%;background:#15803d;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.auth-footer-bar{display:flex;flex-direction:column;gap:.45rem;padding-top:1rem;border-top:1px solid #f1f5f9;font-size:.74rem;color:#64748b}.auth-footer-trust-row{display:flex;align-items:center;gap:.35rem;color:#15803d;font-weight:700}.auth-footer-legal{margin:0}.auth-footer-legal a{color:#12381d;font-weight:700;text-decoration:underline}.auth-media-side{flex:1;height:100vh;max-height:100vh;position:relative;overflow:hidden}.auth-slide-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transform:scale(1);transition:opacity 1.2s cubic-bezier(.4,0,.2,1),transform 7s ease-out;z-index:1}.auth-slide-bg.active{opacity:1;transform:scale(1.05)}.auth-media-bottom-vignette{position:absolute;bottom:0;left:0;width:100%;height:140px;background:linear-gradient(to top,#0000008c,#0000);pointer-events:none;z-index:2}.auth-media-minimal-footer{position:absolute;bottom:2rem;right:2.5rem;left:2.5rem;z-index:5;display:flex;justify-content:space-between;align-items:center}.auth-minimal-dots{display:flex;align-items:center;gap:.55rem}.auth-dot-pill{width:28px;height:4px;background:#fff6;border:none;border-radius:9999px;cursor:pointer;transition:all .3s ease;padding:0}.auth-dot-pill.active{background:#4ade80;width:48px;box-shadow:0 0 8px #4ade80b3}.auth-slide-arrow-btns{display:flex;gap:.45rem}.auth-arrow-btn-mini{width:32px;height:32px;border-radius:50%;background:#0006;border:1px solid rgba(255,255,255,.3);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .2s ease}.auth-arrow-btn-mini:hover{background:#fff;color:#12381d}@media (max-width: 992px){.auth-container{flex-direction:column;height:auto;max-height:none;overflow-y:auto}.auth-form-side{flex:1;width:100%;max-width:100%;height:auto;max-height:none;border-right:none;border-bottom:1.5px solid #e2e8f0;padding:2.5rem clamp(1.25rem,5vw,2.5rem)}.auth-media-side{height:420px;max-height:420px}}@media (max-width: 480px){.auth-form-side{padding:2rem 1.25rem 1.5rem}.auth-page-headline{font-size:1.65rem}.auth-media-side{height:320px;max-height:320px}.auth-media-minimal-footer{left:1.25rem;right:1.25rem;bottom:1.25rem}}.mf-verify-page-wrapper{min-height:100vh;width:100vw;background-color:#fdf5d8;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.25rem;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;color:#12381d;box-sizing:border-box}.mf-verify-center-card{width:100%;max-width:440px;background:#fff;border-radius:20px;border:1.5px solid #e2e8f0;padding:2.25rem 2.25rem 2rem;box-shadow:0 12px 35px #0000000a;display:flex;flex-direction:column;box-sizing:border-box;animation:mfFadeIn .2s ease-out forwards}@keyframes mfFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.mf-verify-card-top-nav{margin-bottom:1.5rem}.mf-verify-brand-link{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;transition:transform .2s ease}.mf-verify-brand-link:hover{transform:translate(-2px)}.mf-brand-logo-leaf-wrap{width:28px;height:28px;border-radius:7px;background:#edf6ef;display:flex;align-items:center;justify-content:center;color:#15803d}.mf-brand-leaf-icon{width:16px;height:16px}.mf-brand-logo-text{font-size:1.25rem;font-weight:850;letter-spacing:-.03em}.mf-logo-meet{color:#12381d}.mf-logo-farmer{color:#ea580c}.mf-verify-header-section{margin-bottom:1.5rem}.mf-verify-headline{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.55rem;font-weight:800;color:#12381d;letter-spacing:-.03em;margin:0 0 .45rem;line-height:1.2}.mf-verify-instruction-copy{font-size:.9rem;color:#4b5563;line-height:1.5;margin:0}.mf-email-highlight{color:#12381d;font-weight:750;word-break:break-all}.mf-verify-alert{display:flex;align-items:center;gap:.55rem;padding:.65rem .85rem;border-radius:8px;font-size:.82rem;font-weight:600;margin-bottom:1.25rem}.mf-verify-alert-error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.mf-verify-alert-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d}.mf-verify-form{width:100%;display:flex;flex-direction:column}.mf-otp-boxes-cluster{display:flex;justify-content:space-between;gap:.55rem;width:100%;margin-bottom:1.5rem}.mf-otp-digit-box{flex:1;max-width:52px;height:54px;border-radius:10px;border:1.5px solid #cbd5e1;background:#fff;font-size:1.45rem;font-weight:800;color:#12381d;text-align:center;outline:none;transition:all .15s ease;font-family:inherit}.mf-otp-digit-box:focus{border-color:#15803d;box-shadow:0 0 0 3px #15803d2e;background:#f0fdf4}.mf-otp-digit-box.filled{border-color:#94a3b8;background:#f8fafc}.mf-otp-digit-box.error{border-color:#ef4444;background:#fef2f2}.mf-verify-submit-btn{width:100%;height:44px;border-radius:10px;border:none;background-color:#12381d;color:#fff;font-size:.92rem;font-weight:750;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.45rem;transition:all .2s ease;box-shadow:0 4px 12px #12381d2e}.mf-verify-submit-btn:hover:not(:disabled){background-color:#082410;transform:translateY(-1px);box-shadow:0 6px 16px #12381d40}.mf-verify-submit-btn:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.mf-verify-bottom-links-row{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid #f1f5f9;display:flex;flex-direction:column;gap:.65rem;font-size:.84rem}.mf-subtle-label{color:#64748b;font-weight:500}.mf-resend-action-link,.mf-change-email-action-link{background:transparent;border:none;color:#15803d;font-weight:700;cursor:pointer;text-decoration:underline;padding:0;font-size:.84rem;font-family:inherit;transition:color .15s ease}.mf-resend-action-link:hover,.mf-change-email-action-link:hover{color:#0d5526}.mf-cooldown-timer{color:#94a3b8;font-weight:600}.mf-verify-loading-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1rem}.mf-loading-pulse-ring{width:60px;height:60px;border-radius:50%;background:#edf6ef;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.mf-verifying-spinner{color:#15803d;animation:mfSpin .9s linear infinite}@keyframes mfSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mf-verify-success-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1rem}.mf-success-checkmark-circle{width:60px;height:60px;border-radius:50%;background:#15803d;color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;box-shadow:0 6px 20px #15803d4d;animation:mfPopIn .3s cubic-bezier(.175,.885,.32,1.275) forwards}@keyframes mfPopIn{0%{transform:scale(.6);opacity:0}to{transform:scale(1);opacity:1}}.mf-success-spinner{margin-top:1.25rem;animation:mfSpin .9s linear infinite}@media (max-width: 480px){.mf-verify-center-card{padding:1.75rem 1.25rem 1.5rem;border-radius:16px}.mf-verify-headline{font-size:1.4rem}.mf-otp-boxes-cluster{gap:.4rem}.mf-otp-digit-box{height:48px;font-size:1.3rem;border-radius:8px}}@media (max-width: 360px){.mf-otp-boxes-cluster{gap:.25rem}.mf-otp-digit-box{height:44px;font-size:1.15rem}}.mf-setup-exact-page{min-height:100vh;width:100vw;background-color:#fff;display:flex;flex-direction:column;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;color:#0f172a;box-sizing:border-box}.mf-setup-exact-navbar{width:100%;padding:1.75rem clamp(1.5rem,5vw,3.5rem);display:flex;align-items:center;justify-content:space-between;box-sizing:border-box}.mf-setup-exact-brand{display:inline-flex;align-items:center;gap:.55rem;text-decoration:none}.mf-exact-leaf-icon{width:24px;height:24px;color:#2e7d32}.mf-exact-brand-name{font-size:1.35rem;font-weight:850;letter-spacing:-.03em;color:#12381d}.mf-setup-exact-help{display:inline-flex;align-items:center;gap:.45rem;color:#0f172a;font-size:.92rem;font-weight:650;text-decoration:none;transition:opacity .2s ease}.mf-setup-exact-help:hover{opacity:.75}.mf-exact-help-icon{color:#0f172a}.mf-setup-exact-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem 1.5rem 4rem}.mf-setup-exact-container{width:100%;max-width:480px;display:flex;flex-direction:column;align-items:center;text-align:center}.mf-fade-seq-1{opacity:0;animation:mfSlowFadeIn .8s cubic-bezier(.16,1,.3,1) .15s forwards;margin-bottom:.85rem}.mf-fade-seq-2{opacity:0;animation:mfSlowFadeIn .8s cubic-bezier(.16,1,.3,1) .45s forwards;width:100%}.mf-fade-seq-3{opacity:0;animation:mfSlowFadeIn .8s cubic-bezier(.16,1,.3,1) .75s forwards;width:100%;display:flex;flex-direction:column;align-items:center}@keyframes mfSlowFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.mf-setup-eyebrow-text{display:inline-block;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.05rem;font-weight:800;color:#2e6b20;letter-spacing:-.02em}.mf-setup-exact-title{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:clamp(2rem,5vw,2.35rem);font-weight:850;color:#0f172a;letter-spacing:-.035em;margin:0 0 .65rem;line-height:1.15}.mf-setup-exact-subtitle{font-size:1rem;color:#64748b;line-height:1.5;margin:0 0 2.25rem}.mf-setup-exact-alert{width:100%;display:flex;align-items:center;gap:.55rem;padding:.75rem 1rem;border-radius:10px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:.86rem;font-weight:600;margin-bottom:1.5rem;text-align:left}.mf-setup-exact-form{width:100%;display:flex;flex-direction:column;gap:1.5rem}.mf-setup-field-group{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.mf-setup-field-label{font-size:.92rem;font-weight:750;color:#0f172a}.mf-setup-input-container{width:100%;height:56px;border-radius:12px;border:1.5px solid #2e6b20;background:#fff;display:flex;align-items:center;padding:0 1.15rem;box-sizing:border-box;transition:all .15s ease}.mf-setup-input-container:focus-within{box-shadow:0 0 0 3.5px #2e6b2029}.mf-setup-text-input{flex:1;height:100%;border:none;outline:none;background:transparent;font-size:1.05rem;font-weight:650;color:#0f172a;font-family:inherit}.mf-setup-text-input::placeholder{color:#94a3b8;font-weight:450}.mf-setup-check-icon{color:#2e6b20;flex-shrink:0;margin-left:.5rem;animation:mfCheckPop .2s ease-out forwards}@keyframes mfCheckPop{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.mf-setup-continue-btn{width:100%;height:56px;border-radius:12px;border:none;background-color:#2e6b20;color:#fff;font-size:1.05rem;font-weight:750;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.65rem;transition:all .2s ease;box-shadow:0 4px 14px #2e6b2038}.mf-setup-continue-btn:hover:not(:disabled){background-color:#245618;transform:translateY(-1px);box-shadow:0 6px 18px #2e6b204d}.mf-setup-continue-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.mf-setup-spin{animation:mfSetupSpinner .85s linear infinite}@keyframes mfSetupSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mf-setup-trust-row{margin-top:1.75rem;display:inline-flex;align-items:center;gap:.45rem;font-size:.85rem;color:#64748b;font-weight:550}.mf-setup-lock-icon{color:#64748b}@media (max-width: 520px){.mf-setup-exact-navbar{padding:1.25rem}.mf-setup-exact-title{font-size:1.85rem}.mf-setup-exact-subtitle{font-size:.94rem;margin-bottom:1.75rem}.mf-setup-input-container{height:52px}.mf-setup-continue-btn{height:52px;font-size:1rem}}.mf-role-select-page{min-height:100vh;width:100vw;background-color:#fff;display:flex;flex-direction:column;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;color:#0f172a;box-sizing:border-box}.mf-role-select-navbar{width:100%;padding:1.5rem clamp(1.25rem,4vw,3rem);display:flex;align-items:center;justify-content:space-between;box-sizing:border-box}.mf-role-brand-link{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none}.mf-role-leaf-icon{width:22px;height:22px;color:#2e7d32}.mf-role-brand-name{font-size:1.25rem;font-weight:850;letter-spacing:-.03em;color:#12381d}.mf-role-nav-right{display:flex;align-items:center;gap:1rem}.mf-role-help-link{display:inline-flex;align-items:center;gap:.4rem;color:#0f172a;font-size:.88rem;font-weight:650;text-decoration:none;transition:opacity .2s ease}.mf-role-help-link:hover{opacity:.75}.mf-role-help-icon{color:#0f172a}.mf-role-select-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem 1.25rem 3.5rem}.mf-role-select-content{width:100%;max-width:720px;display:flex;flex-direction:column;align-items:center;text-align:center;animation:mfRoleFade .25s ease-out forwards}@keyframes mfRoleFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.mf-role-header-box{margin-bottom:2.25rem}.mf-role-main-title{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:clamp(1.85rem,4vw,2.2rem);font-weight:850;color:#0f172a;letter-spacing:-.035em;margin:0 0 .5rem;line-height:1.2}.mf-role-subtitle{font-size:.96rem;color:#64748b;line-height:1.5;margin:0}.mf-role-cards-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;width:100%}.mf-role-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;padding:1.85rem 1.65rem 1.65rem;display:flex;flex-direction:column;justify-content:space-between;text-align:left;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);position:relative;box-shadow:0 4px 18px #00000008}.mf-role-card:hover{transform:translateY(-3px);border-color:#2e6b20;box-shadow:0 12px 28px #2e6b2017}.mf-role-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.mf-role-badge{font-size:.7rem;font-weight:800;letter-spacing:.1em;padding:.25rem .65rem;border-radius:5px;text-transform:uppercase}.buyer-badge{background:#edf7ed;color:#15803d}.farmer-badge{background:#fef3c7;color:#b45309}.mf-role-icon-box{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.buyer-icon{background:#edf7ed;color:#15803d}.farmer-icon{background:#fef3c7;color:#b45309}.mf-role-card:hover .mf-role-icon-box{transform:scale(1.06)}.mf-role-card-body{flex:1;margin-bottom:1.5rem}.mf-role-card-heading{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:1.18rem;font-weight:800;color:#0f172a;letter-spacing:-.02em;margin:0 0 .5rem;line-height:1.3}.mf-role-card-desc{font-size:.88rem;color:#64748b;line-height:1.55;margin:0}.mf-role-card-footer{width:100%}.mf-role-action-btn{width:100%;height:44px;border-radius:10px;border:1.5px solid #cbd5e1;background:#fff;font-size:.9rem;font-weight:750;color:#0f172a;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.45rem;transition:all .2s ease}.mf-role-card:hover .mf-role-action-btn.buyer-btn{background:#15803d;border-color:#15803d;color:#fff;box-shadow:0 4px 12px #15803d38}.mf-role-card:hover .mf-role-action-btn.farmer-btn{background:#12381d;border-color:#12381d;color:#fff;box-shadow:0 4px 12px #12381d38}.mf-role-btn-arrow{transition:transform .2s ease}.mf-role-card:hover .mf-role-btn-arrow{transform:translate(3px)}@media (max-width: 680px){.mf-role-cards-grid{grid-template-columns:1fr;gap:1.25rem}.mf-role-select-navbar{padding:1.25rem 1rem}.mf-role-header-box{margin-bottom:1.75rem}.mf-role-main-title{font-size:1.75rem}.mf-role-card{padding:1.65rem 1.35rem}}.buyer-onboard-screen{min-height:100vh;width:100vw;background-color:#fff;display:flex;flex-direction:column;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;color:#0f172a;box-sizing:border-box}.buyer-onboard-top-nav{width:100%;padding:1.5rem clamp(1.25rem,5vw,3.5rem);display:flex;align-items:center;justify-content:space-between;box-sizing:border-box}.buyer-onboard-brand{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none}.buyer-onboard-leaf-icon{width:22px;height:22px;color:#2e7d32}.buyer-onboard-brand-name{font-size:1.25rem;font-weight:850;letter-spacing:-.03em;color:#12381d}.buyer-onboard-step-tracker{display:flex;flex-direction:column;align-items:flex-end;gap:.4rem}.buyer-step-count-label{font-size:.8rem;font-weight:750;color:#64748b}.buyer-progress-segmented-track{display:flex;gap:.35rem;width:140px}.buyer-progress-segment{flex:1;height:4px;border-radius:9999px;background-color:#e2e8f0;transition:background-color .3s ease}.buyer-progress-segment.completed{background-color:#2e6b20}.buyer-onboard-canvas-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem 1.5rem 5rem}.buyer-canvas-inner{width:100%;max-width:760px;display:flex;flex-direction:column;text-align:left}.buyer-step-canvas-view{animation:mfBuyerFade .25s ease-out forwards}@keyframes mfBuyerFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.buyer-canvas-title{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:clamp(2rem,4.5vw,2.45rem);font-weight:850;color:#0f172a;letter-spacing:-.035em;margin:0 0 .65rem;line-height:1.15}.buyer-canvas-desc{font-size:1rem;color:#64748b;line-height:1.55;margin:0 0 2.5rem;max-width:620px}.buyer-canvas-alert{display:flex;align-items:center;gap:.55rem;padding:.75rem 1rem;border-radius:10px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:.86rem;font-weight:600;margin-bottom:1.5rem}.buyer-options-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2.75rem}.buyer-purpose-block{border:1.5px solid #e2e8f0;border-radius:12px;padding:1.25rem 1.35rem;background-color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .2s cubic-bezier(.16,1,.3,1)}.buyer-purpose-block:hover{border-color:#94a3b8;transform:translateY(-2px)}.buyer-purpose-block.active{border-color:#2e6b20;background-color:#f6fbf7;box-shadow:0 0 0 3px #2e6b201f}.buyer-purpose-text{font-size:.96rem;font-weight:750;color:#0f172a}.buyer-purpose-block.active .buyer-purpose-text{color:#12381d}.buyer-purpose-check{color:#2e6b20;flex-shrink:0}.buyer-location-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2.75rem}.buyer-input-group{display:flex;flex-direction:column;gap:.5rem}.buyer-field-label{font-size:.88rem;font-weight:750;color:#0f172a}.buyer-select-input,.buyer-text-input{width:100%;height:52px;border-radius:10px;border:1.5px solid #cbd5e1;background:#fff;padding:0 1rem;font-size:.96rem;font-weight:600;color:#0f172a;font-family:inherit;outline:none;transition:all .15s ease;box-sizing:border-box}.buyer-select-input:focus,.buyer-text-input:focus{border-color:#2e6b20;box-shadow:0 0 0 3px #2e6b2026}.buyer-categories-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2.75rem}.buyer-category-block{border:1.5px solid #e2e8f0;border-radius:12px;padding:1.15rem 1.35rem;background-color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .2s ease}.buyer-category-block:hover{border-color:#94a3b8;transform:translateY(-2px)}.buyer-category-block.active{border-color:#2e6b20;background-color:#f6fbf7}.buyer-category-info{display:flex;flex-direction:column;gap:.25rem}.buyer-category-name{font-size:.98rem;font-weight:800;color:#0f172a}.buyer-category-block.active .buyer-category-name{color:#12381d}.buyer-category-desc{font-size:.8rem;color:#64748b}.buyer-category-check{color:#2e6b20;flex-shrink:0}.buyer-canvas-action-row{display:flex;align-items:center;justify-content:flex-end;gap:1rem}.buyer-canvas-submit-btn{height:48px;padding:0 1.75rem;border-radius:10px;border:none;background-color:#2e6b20;color:#fff;font-size:.94rem;font-weight:750;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease;box-shadow:0 4px 14px #2e6b2038}.buyer-canvas-submit-btn:hover:not(:disabled){background-color:#245618;transform:translateY(-1px);box-shadow:0 6px 18px #2e6b2047}.buyer-canvas-submit-btn:disabled{opacity:.5;cursor:not-allowed}.buyer-canvas-back-btn{height:48px;padding:0 1.25rem;border-radius:10px;border:1.5px solid #cbd5e1;background:#fff;color:#475569;font-size:.92rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem;transition:all .15s ease}.buyer-canvas-back-btn:hover{background:#f8fafc;color:#0f172a}.buyer-onboard-spinner{animation:mfSpin .85s linear infinite}@media (max-width: 680px){.buyer-options-grid,.buyer-location-grid,.buyer-categories-grid{grid-template-columns:1fr;gap:.85rem}.buyer-onboard-top-nav{padding:1.25rem 1rem}.buyer-canvas-title{font-size:1.85rem}.buyer-onboard-step-tracker{width:110px}}.marketplace-page{display:flex;flex-direction:column;background-color:#fafaf9;padding-bottom:5rem}.meetfarmer-hero-3section{position:relative;width:100%;min-height:500px;display:grid;grid-template-columns:1.15fr 1fr .9fr;gap:6px;background-color:#0b2416;overflow:hidden}.meetfarmer-hero-col{position:relative;overflow:hidden;min-width:0;min-height:500px;background:#143823}.meetfarmer-hero-card-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;transform:translateY(14px);transition:opacity .4s ease,transform .4s cubic-bezier(.16,1,.3,1);text-decoration:none;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}.meetfarmer-hero-card-slide.active{opacity:1;pointer-events:auto;transform:translateY(0);z-index:2}.meetfarmer-hero-card-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .9s ease}.meetfarmer-hero-card-slide:hover .meetfarmer-hero-card-bg{transform:scale(1.035)}.meetfarmer-hero-card-wash{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0b241614 15%,#0b241673 50%,#0b2416eb);z-index:1}.meetfarmer-hero-card-copy{position:relative;z-index:2;padding:clamp(1.5rem,3vw,2.5rem);display:flex;flex-direction:column;gap:.25rem}.meetfarmer-hero-kicker{color:#86efac;font-size:.65rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.meetfarmer-hero-card-title{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:clamp(1.6rem,2.4vw,2.35rem);font-weight:850;line-height:1.15;letter-spacing:-.03em;color:#fff;margin:.25rem 0 .35rem}.meetfarmer-hero-col-3 .meetfarmer-hero-card-title{font-size:clamp(1.4rem,2vw,1.85rem)}.meetfarmer-hero-card-desc{font-size:.85rem;color:#d1fae5;line-height:1.4;margin:0 0 .5rem;max-width:340px}.meetfarmer-hero-rating-row{display:flex;align-items:center;gap:.4rem;font-size:.72rem;color:#fef08a;margin-top:2px}.rating-stars{display:flex;gap:1px}.rating-reviews-text{color:#d1fae5}.meetfarmer-hero-link-action{display:inline-flex;align-items:center;gap:.35rem;font-size:.8125rem;font-weight:750;color:#fff;margin-top:.85rem;transition:transform .15s ease;width:fit-content}.meetfarmer-hero-card-slide:hover .meetfarmer-hero-link-action{transform:translate(3px);color:#86efac}.meetfarmer-hero-controls{position:absolute;top:1.25rem;right:1.5rem;z-index:10;background:#0b2416bf;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);border-radius:12px;display:flex;align-items:center;gap:.5rem;padding:.35rem .5rem;box-shadow:0 8px 24px #0003}.hero-control-btn{background:#ffffff1f;border:none;color:#fff;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.hero-control-btn:hover{background:#ffffff40}.hero-progress-bars{display:flex;align-items:center;gap:6px;padding:0 4px}.hero-progress-bar-btn{width:24px;height:3px;border-radius:2px;background:#ffffff4d;border:none;cursor:pointer;padding:0;transition:all .25s ease}.hero-progress-bar-btn.active{background:#22c55e;width:36px}.hero-nav-arrow-group{display:flex;align-items:center;gap:4px}.meetfarmer-hero-mobile-stage{display:none;position:relative;height:380px;overflow:hidden;background:#0b2416}.marketplace-category-bar-section{padding:2.25rem 1.5rem 1rem}.marketplace-category-bar-container{max-width:1240px;margin:0 auto;background:transparent;border:none;box-shadow:none;padding:0 0 .5rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.marketplace-category-bar-container::-webkit-scrollbar{display:none;width:0;height:0}.marketplace-photo-category-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;background:transparent;border:none;cursor:pointer;padding:0;border-radius:0;transition:all .25s cubic-bezier(.16,1,.3,1);flex-shrink:0;width:96px}.marketplace-photo-category-item:hover{background:transparent;transform:translateY(-8px)}.marketplace-category-photo-wrapper{width:90px;height:90px;border-radius:50%;overflow:hidden;border:3.5px solid #ffffff;box-shadow:0 6px 18px #00000014;transition:all .25s cubic-bezier(.16,1,.3,1);background-color:#faf7ec;position:relative}.marketplace-photo-category-item:hover .marketplace-category-photo-wrapper{border-color:#15803d;box-shadow:0 12px 28px #15803d47;transform:scale(1.08)}.marketplace-category-real-img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.marketplace-photo-category-item:hover .marketplace-category-real-img{transform:scale(1.12)}.marketplace-category-photo-label{font-size:.8125rem;font-weight:750;color:#1c241f;text-align:center;white-space:nowrap;letter-spacing:-.01em;transition:color .15s ease}.marketplace-photo-category-item:hover .marketplace-category-photo-label{color:#15803d}.marketplace-trust-strip-section{max-width:1240px;margin:1.5rem auto 0;padding:0 1.5rem;box-sizing:border-box}.marketplace-trust-strip-container{background:#fff;border:1px solid #e7e5e4;border-radius:16px;padding:1.25rem 1.75rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;box-shadow:0 2px 8px #00000008}.trust-strip-item{display:flex;align-items:center;gap:1rem;flex:1}.trust-icon-box{width:46px;height:46px;border-radius:12px;background:#ecfdf5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-text-box h4{margin:0 0 2px;font-size:.875rem;font-weight:750;color:#1c241f}.trust-text-box p{margin:0;font-size:.75rem;color:#78716c;line-height:1.35}.trust-strip-divider{width:1px;height:40px;background:#e7e5e4;flex-shrink:0}@media (max-width: 900px){.marketplace-trust-strip-container{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.trust-strip-divider{display:none}}@media (max-width: 550px){.marketplace-trust-strip-container{grid-template-columns:1fr}}.marketplace-main-body{max-width:1240px;margin:2.5rem auto 0;padding:0 1.5rem;display:flex;flex-direction:column;gap:3.5rem;width:100%;box-sizing:border-box}.marketplace-section{display:flex;flex-direction:column;gap:1.5rem}.marketplace-section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap}.section-title-with-badge{display:flex;align-items:center;gap:.5rem}.marketplace-section-title{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1.35rem;font-weight:800;color:#1c241f;margin:0;letter-spacing:-.025em}.marketplace-section-subtitle{margin:4px 0 0;font-size:.84rem;color:#78716c}.marketplace-title-with-location{display:flex;flex-direction:column;gap:2px}.nearby-section-header{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;flex-wrap:wrap;padding-bottom:.25rem}.nearby-header-left{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.nearby-header-left .marketplace-section-title{margin:0;white-space:nowrap}.marketplace-location-indicator{display:inline-flex;align-items:center;gap:.4rem;background:#f0fdf4;border:1px solid #bbf7d0;padding:.35rem .75rem;border-radius:9999px;font-size:.8125rem;color:#166534}.location-town-text{font-weight:750;color:#15803d}.location-divider{color:#86efac;margin:0 1px}.change-location-link{color:#15803d;font-weight:700;text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}.change-location-link:hover{color:#14532d}.marketplace-view-all-link{display:inline-flex;align-items:center;gap:.25rem;font-size:.84rem;font-weight:750;color:#15803d;text-decoration:none;transition:all .15s ease}.marketplace-view-all-link:hover{color:#14532d;transform:translate(3px)}.radius-filter-pills{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.radius-pill{border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:.78rem;font-weight:650;padding:.4rem .85rem;border-radius:9999px;cursor:pointer;transition:all .15s ease}.radius-pill:hover{border-color:#15803d;color:#15803d}.radius-pill.active{background:#15803d;border-color:#15803d;color:#fff;font-weight:700;box-shadow:0 2px 6px #15803d33}.farmer-avatar-initial-badge{border-radius:50%;background:linear-gradient(135deg,#15803d,#166534);color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:inset 0 0 0 1px #ffffff40;-webkit-user-select:none;user-select:none}.farmer-avatar-img{border-radius:50%;object-fit:cover;flex-shrink:0}.marketplace-flash-section{background:#fff;border-radius:8px;border:1px solid #fee2e2;overflow:hidden;box-shadow:0 2px 8px #0000000a}.flash-header-banner{background:#e61601;padding:.6rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;color:#fff;min-height:44px}.flash-header-left{display:flex;align-items:center;gap:.65rem}.flash-bolt-icon{width:28px;height:28px;border-radius:6px;background:#fff3;display:flex;align-items:center;justify-content:center}.flash-title-wrap{display:flex;align-items:center;gap:.5rem}.flash-main-heading{margin:0;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1rem;font-weight:800;letter-spacing:-.01em;text-transform:uppercase}.flash-sub-heading{display:none}.flash-header-right{display:flex;align-items:center;gap:1rem}.flash-timer-box{display:flex;align-items:center;gap:.45rem;background:#00000047;padding:.25rem .65rem;border-radius:6px}.flash-timer-label{font-size:.65rem;font-weight:800;letter-spacing:.05em;color:#fef08a}.flash-timer-digits{display:flex;align-items:center;gap:2px;font-family:SF Mono,Monaco,monospace;font-size:.84rem;font-weight:800;color:#fff}.timer-unit{background:#00000059;padding:1px 4px;border-radius:3px}.timer-colon{font-weight:800;color:#fef08a}.flash-see-all-link{display:inline-flex;align-items:center;gap:2px;color:#fff;text-decoration:none;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.03em;transition:opacity .15s ease}.flash-see-all-link:hover{opacity:.85}.flash-deals-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.65rem;padding:.85rem;background:#fff}.flash-deal-card{background:#fff;border:1px solid #f0f0f0;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:all .2s ease}.flash-deal-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000014;border-color:#fca5a5}.flash-deal-media{position:relative;height:135px;background:#fdfaf6;overflow:hidden}.flash-deal-img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.flash-deal-card:hover .flash-deal-img{transform:scale(1.05)}.flash-discount-tag{position:absolute;top:6px;right:6px;background:#fee2e2;color:#dc2626;font-size:.68rem;font-weight:800;padding:2px 6px;border-radius:4px}.flash-deal-body{padding:.6rem .65rem .75rem;display:flex;flex-direction:column;flex:1}.flash-deal-farmer-row{display:flex;align-items:center;gap:4px;margin-bottom:3px}.flash-farmer-thumb{width:16px;height:16px;border-radius:50%;object-fit:cover}.flash-farmer-name{font-size:.65rem;font-weight:700;color:#15803d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.flash-deal-title{margin:0 0 4px;font-size:.8rem;font-weight:650;color:#1c241f;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.flash-price-row{display:flex;flex-direction:column;gap:1px;margin-bottom:6px}.flash-current-price{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.95rem;font-weight:850;color:#1c241f;display:flex;align-items:baseline;gap:2px}.flash-current-price .currency{font-size:.75rem;font-weight:700}.flash-original-price{font-size:.7rem;color:#a8a29e;text-decoration:line-through}.flash-stock-wrap{display:flex;flex-direction:column;gap:3px;margin-top:auto}.flash-stock-bar-bg{width:100%;height:5px;background:#fee2e2;border-radius:9999px;overflow:hidden}.flash-stock-bar-fill{height:100%;background:#e61601;border-radius:9999px}.stock-left-text{font-size:.65rem;color:#78716c;font-weight:600}@media (max-width: 1150px){.flash-deals-grid{grid-template-columns:repeat(3,1fr)}}.jumia-farmers-section{background:#fff;border-radius:6px;padding:14px 16px 16px;box-shadow:0 1px 4px #0000000d;border:1px solid #f0f0f0}.jumia-farmers-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #f5f5f5}.jumia-farmers-title{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1.15rem;font-weight:700;color:#282828;margin:0;letter-spacing:-.01em}.jumia-farmers-see-all{display:inline-flex;align-items:center;gap:2px;font-size:.78rem;font-weight:800;color:#15803d;text-decoration:none;text-transform:uppercase;letter-spacing:.04em;transition:opacity .15s ease}.jumia-farmers-see-all:hover{opacity:.8}.jumia-farmers-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.jumia-farmer-card{background:#fff;border-radius:4px;overflow:hidden;display:flex;flex-direction:column;cursor:pointer;padding:4px;transition:all .2s ease;-webkit-user-select:none;user-select:none}.jumia-farmer-card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.jumia-farmer-media{position:relative;width:100%;aspect-ratio:1 / 1;background:#fcfbf9;border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center}.jumia-farmer-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.jumia-farmer-card:hover .jumia-farmer-img{transform:scale(1.06)}.jumia-farmer-discount-tag{position:absolute;top:6px;right:6px;background:#fef3e9;color:#f68b1e;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.72rem;font-weight:800;padding:2px 6px;border-radius:3px;letter-spacing:-.01em;box-shadow:0 1px 3px #f68b1e26;z-index:2}.jumia-farmer-avatar-badge{position:absolute;bottom:6px;left:6px;width:26px;height:26px;border-radius:50%;border:1.5px solid #ffffff;box-shadow:0 2px 6px #00000040;overflow:hidden;background:#15803d;z-index:2}.jumia-farmer-avatar-img{width:100%;height:100%;object-fit:cover}.jumia-farmer-avatar-fallback{width:100%;height:100%;background:#15803d;color:#fff;font-size:.7rem;font-weight:800;display:flex;align-items:center;justify-content:center}.jumia-farmer-info{padding:8px 2px 4px;display:flex;flex-direction:column;gap:3px}.jumia-farmer-name{margin:0;font-size:.84rem;font-weight:750;color:#282828;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.jumia-farmer-specialty-row{display:flex;align-items:center}.jumia-farmer-specialty{font-size:.72rem;color:#78716c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.jumia-farmer-location-row{display:flex;align-items:center;gap:2px;font-size:.72rem;color:#15803d;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.jumia-farmer-rating-row{display:flex;align-items:center;justify-content:space-between;margin-top:2px}.jumia-rating-stars{display:inline-flex;align-items:center;gap:3px;font-size:.74rem;color:#282828}.jumia-rating-num{font-weight:750;color:#282828}.jumia-orders-num{font-size:.68rem;color:#8e8e93}.jumia-farmer-pill-tag{font-size:.62rem;font-weight:750;color:#15803d;background:#f0fdf4;padding:1px 5px;border-radius:4px;white-space:nowrap;border:1px solid #bbf7d0}@media (max-width: 1100px){.jumia-farmers-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 640px){.jumia-farmers-grid{grid-template-columns:repeat(2,1fr)}}.jumia-nearby-section{background:#fff;border-radius:6px;padding:14px 16px 16px;box-shadow:0 1px 4px #0000000d;border:1px solid #f0f0f0}.jumia-nearby-header{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;flex-wrap:wrap;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid #f5f5f5}.jumia-nearby-title{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1.15rem;font-weight:700;color:#282828;margin:0;letter-spacing:-.01em;white-space:nowrap}.jumia-nearby-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.jumia-nearby-card{background:#fff;border-radius:4px;overflow:hidden;display:flex;flex-direction:column;cursor:pointer;padding:4px;transition:all .2s ease;-webkit-user-select:none;user-select:none}.jumia-nearby-card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.jumia-nearby-media{position:relative;width:100%;aspect-ratio:1 / 1;background:#fcfbf9;border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center}.jumia-nearby-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.jumia-nearby-card:hover .jumia-nearby-img{transform:scale(1.06)}.jumia-nearby-distance-tag{position:absolute;top:6px;right:6px;background:#fef3e9;color:#f68b1e;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.72rem;font-weight:800;padding:2px 6px;border-radius:3px;letter-spacing:-.01em;box-shadow:0 1px 3px #f68b1e26;z-index:2}.jumia-nearby-avatar-badge{position:absolute;bottom:6px;left:6px;width:26px;height:26px;border-radius:50%;border:1.5px solid #ffffff;box-shadow:0 2px 6px #00000040;overflow:hidden;background:#15803d;z-index:2}.jumia-nearby-avatar-img{width:100%;height:100%;object-fit:cover}.jumia-nearby-avatar-fallback{width:100%;height:100%;background:#15803d;color:#fff;font-size:.7rem;font-weight:800;display:flex;align-items:center;justify-content:center}.jumia-nearby-info{padding:8px 2px 4px;display:flex;flex-direction:column;gap:3px}.jumia-nearby-name{margin:0;font-size:.84rem;font-weight:750;color:#282828;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.jumia-nearby-specialty-row{display:flex;align-items:center}.jumia-nearby-specialty{font-size:.72rem;color:#78716c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.jumia-nearby-town-row{display:flex;align-items:center;gap:2px;font-size:.72rem;color:#15803d;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.jumia-nearby-lead-row{display:flex;align-items:center;font-size:.7rem;color:#475569;font-weight:600}.jumia-nearby-lead{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.jumia-nearby-rating-row{display:flex;align-items:center;justify-content:space-between;margin-top:2px}.jumia-visit-shop-pill{font-size:.62rem;font-weight:750;color:#15803d;background:#f0fdf4;padding:1px 5px;border-radius:4px;white-space:nowrap;border:1px solid #bbf7d0}@media (max-width: 1100px){.jumia-nearby-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 640px){.jumia-nearby-grid{grid-template-columns:repeat(2,1fr)}}.verified-farms-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.verified-farm-card{background:#fff;border-radius:16px;border:1px solid #e7e5e4;overflow:hidden;display:flex;flex-direction:column;transition:all .25s ease;box-shadow:0 2px 6px #00000005}.verified-farm-card:hover{transform:translateY(-4px);border-color:#15803d;box-shadow:0 10px 24px #15803d1f}.verified-farm-cover{position:relative;height:110px;background:#e2e8f0;overflow:hidden}.farm-cover-img{width:100%;height:100%;object-fit:cover}.verified-cover-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000001a,#00000073)}.verified-official-badge{position:absolute;top:10px;left:10px;display:inline-flex;align-items:center;gap:4px;background:#15803de6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;font-size:.68rem;font-weight:800;padding:2px 7px;border-radius:9999px;letter-spacing:.02em}.verified-farm-fav-btn{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:50%;background:#00000059;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.verified-farm-fav-btn:hover{background:#0009;transform:scale(1.1)}.verified-farm-fav-btn.active{background:#fff}.verified-farm-body{padding:0 1.1rem 1.1rem;display:flex;flex-direction:column;position:relative;flex:1}.verified-avatar-wrapper{position:relative;width:54px;height:54px;border-radius:50%;margin-top:-27px;margin-bottom:.5rem;border:3px solid #ffffff;box-shadow:0 2px 8px #0000001f;background:#fff}.verified-farmer-avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.verified-check-pin{position:absolute;bottom:-2px;right:-2px;background:#fff;border-radius:50%;display:flex}.verified-farm-title{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1rem;font-weight:800;color:#1c241f;text-decoration:none;margin-bottom:2px;transition:color .15s ease}.verified-farm-title:hover{color:#15803d}.verified-farm-location{display:flex;align-items:center;gap:.3rem;font-size:.75rem;color:#78716c;margin-bottom:.75rem}.distance-badge{margin-left:auto;background:#f5f5f4;color:#44403c;font-size:.7rem;font-weight:700;padding:2px 6px;border-radius:4px}.verified-stats-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.85rem;flex-wrap:wrap}.verified-stat-pill{display:inline-flex;align-items:center;gap:3px;font-size:.72rem;color:#44403c;background:#fefce8;padding:2px 6px;border-radius:4px}.verified-stat-pill.fulfillment{background:#ecfdf5;color:#15803d;font-weight:700}.verified-crops-tags{display:flex;gap:4px;flex-wrap:wrap;margin-bottom:1.1rem}.verified-crop-chip{background:#f4f7f4;color:#1b4332;font-size:.68rem;font-weight:700;padding:2px 6px;border-radius:4px}.verified-enter-shop-btn{margin-top:auto;display:flex;align-items:center;justify-content:center;gap:.35rem;background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0;padding:.55rem .85rem;border-radius:9px;font-size:.8125rem;font-weight:750;text-decoration:none;transition:all .15s ease}.verified-enter-shop-btn:hover{background:#15803d;color:#fff;border-color:#15803d}.verified-enter-shop-btn:hover .material-icon{color:#fff!important}@media (max-width: 1024px){.verified-farms-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 580px){.verified-farms-grid{grid-template-columns:1fr}}.nearby-farmers-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.nearby-grower-card{background:#fff;border:1px solid #e7e5e4;border-radius:14px;padding:1.1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;transition:all .2s ease}.nearby-grower-card:hover{border-color:#15803d;transform:translateY(-2px);box-shadow:0 6px 18px #0000000d}.nearby-grower-left{display:flex;align-items:flex-start;gap:1rem;flex:1}.nearby-grower-avatar-box{position:relative;width:58px;height:58px;border-radius:12px;overflow:hidden;flex-shrink:0;background:#f5f5f4}.nearby-grower-avatar{width:100%;height:100%;object-fit:cover}.nearby-grower-avatar-box .nearby-distance-chip{position:absolute;bottom:0;left:0;right:0;background:#000000b3;color:#fff;font-size:.65rem;font-weight:800;text-align:center;padding:1px 0}.nearby-grower-details{display:flex;flex-direction:column;gap:2px}.nearby-grower-title{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.95rem;font-weight:800;color:#1c241f;text-decoration:none}.nearby-grower-title:hover{color:#15803d}.nearby-grower-town{font-size:.75rem;color:#78716c}.nearby-grower-crop-summary{margin:3px 0 6px;font-size:.75rem;color:#44403c;line-height:1.3}.nearby-meta-row{display:flex;align-items:center;gap:.75rem;font-size:.72rem}.nearby-rating{display:inline-flex;align-items:center;gap:2px;color:#44403c}.nearby-lead-time{color:#15803d;font-weight:700}.nearby-grower-right{display:flex;flex-direction:column;align-items:flex-end;gap:.65rem;flex-shrink:0}.nearby-inventory-pill{background:#f0fdf4;color:#15803d;border:1px solid #dcfce7;font-size:.7rem;font-weight:750;padding:3px 8px;border-radius:6px;white-space:nowrap}.nearby-shop-btn{display:inline-flex;align-items:center;gap:2px;background:#15803d;color:#fff;font-size:.78rem;font-weight:750;padding:.45rem .85rem;border-radius:8px;text-decoration:none;transition:all .15s ease}.nearby-shop-btn:hover{background:#14532d}@media (max-width: 900px){.nearby-farmers-cards-grid{grid-template-columns:1fr}}.jumia-wholesale-section{background:#fff;border-radius:6px;padding:16px 18px 18px;box-shadow:0 1px 4px #0000000d;border:1px solid #f0f0f0}.jumia-wholesale-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid #f5f5f5;flex-wrap:wrap}.wholesale-header-titles{display:flex;flex-direction:column;gap:2px}.jumia-wholesale-kicker{font-size:.68rem;font-weight:800;color:#ea580c;letter-spacing:.06em;text-transform:uppercase}.jumia-wholesale-title{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1.18rem;font-weight:750;color:#1c241f;margin:0;letter-spacing:-.01em}.jumia-wholesale-desc{font-size:.78rem;color:#78716c;margin:0;max-width:600px;line-height:1.35}.jumia-wholesale-see-all{display:inline-flex;align-items:center;gap:2px;font-size:.78rem;font-weight:800;color:#15803d;text-decoration:none;text-transform:uppercase;letter-spacing:.04em;margin-top:4px;transition:opacity .15s ease}.jumia-wholesale-see-all:hover{opacity:.8}.jumia-wholesale-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.jumia-wholesale-card{background:#fff;border-radius:4px;overflow:hidden;display:flex;flex-direction:column;cursor:pointer;padding:4px;transition:all .2s ease;-webkit-user-select:none;user-select:none}.jumia-wholesale-card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.jumia-wholesale-media{position:relative;width:100%;aspect-ratio:1 / 1;background:#fcfbf9;border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center}.jumia-wholesale-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.jumia-wholesale-card:hover .jumia-wholesale-img{transform:scale(1.06)}.jumia-wholesale-tag{position:absolute;top:6px;left:6px;background:#174d32d9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;font-size:.65rem;font-weight:750;padding:2px 6px;border-radius:3px;z-index:2}.jumia-wholesale-discount-badge{position:absolute;top:6px;right:6px;background:#fef3e9;color:#f68b1e;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.7rem;font-weight:800;padding:2px 5px;border-radius:3px;z-index:2;box-shadow:0 1px 3px #f68b1e26}.jumia-wholesale-avatar-badge{position:absolute;bottom:6px;left:6px;width:26px;height:26px;border-radius:50%;border:1.5px solid #ffffff;box-shadow:0 2px 6px #00000040;overflow:hidden;background:#15803d;z-index:2}.jumia-wholesale-avatar-img{width:100%;height:100%;object-fit:cover}.jumia-wholesale-avatar-fallback{width:100%;height:100%;background:#15803d;color:#fff;font-size:.7rem;font-weight:800;display:flex;align-items:center;justify-content:center}.jumia-wholesale-info{padding:8px 2px 4px;display:flex;flex-direction:column;gap:3px}.jumia-wholesale-card-title{margin:0;font-size:.82rem;font-weight:750;color:#1c241f;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.jumia-wholesale-farmer-row{display:flex;align-items:center;gap:3px;font-size:.7rem;color:#15803d;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.jumia-wholesale-min-row{font-size:.68rem;color:#78716c;font-weight:550;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.jumia-wholesale-pricing-row{display:flex;align-items:center;justify-content:space-between;margin-top:2px}.jumia-wholesale-price{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.88rem;font-weight:850;color:#1c241f}.jumia-wholesale-book-pill{font-size:.62rem;font-weight:750;color:#15803d;background:#f0fdf4;padding:1px 5px;border-radius:4px;white-space:nowrap;border:1px solid #bbf7d0}@media (max-width: 1100px){.jumia-wholesale-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 640px){.jumia-wholesale-grid{grid-template-columns:repeat(2,1fr)}}.marketplace-farmer-cta-section{margin-top:1rem;margin-bottom:3rem}.jumia-promo-carousel-section{margin-top:1rem;margin-bottom:2.5rem;width:100%}.jumia-promo-banner-container{position:relative;width:100%;height:280px;border-radius:4px;overflow:hidden;cursor:pointer;box-shadow:0 1px 4px #00000014;-webkit-user-select:none;user-select:none;background-color:#15803d;transition:transform .2s ease,box-shadow .2s ease}.jumia-promo-banner-container:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0000001f}.jumia-promo-slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;opacity:0;visibility:hidden;transition:opacity .6s cubic-bezier(.16,1,.3,1),visibility .6s;z-index:1}.jumia-promo-slide.active{opacity:1;visibility:visible;z-index:2}.jumia-promo-left{flex:1.1;padding:2.25rem 3rem 2.5rem 3.5rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;color:#fff;z-index:3}.jumia-promo-title{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:2.4rem;font-weight:700;line-height:1.12;color:#fff;margin:0 0 .85rem;letter-spacing:-.02em}.jumia-promo-badge-box{background:#f68b1e;color:#fff;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1.55rem;font-weight:900;padding:6px 16px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;letter-spacing:-.01em;margin-bottom:.85rem;box-shadow:0 2px 8px #f68b1e4d}.jumia-promo-subtitle{font-size:.95rem;font-weight:500;line-height:1.4;color:#fffffff2;margin:0 0 .4rem;max-width:540px}.jumia-promo-terms{font-size:.72rem;color:#ffffffbf;font-style:normal;letter-spacing:.02em}.jumia-promo-right{flex:.9;height:100%;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:flex-end}.jumia-promo-img{width:100%;height:100%;object-fit:cover;object-position:center 25%;transition:transform .6s ease}.jumia-promo-banner-container:hover .jumia-promo-img{transform:scale(1.03)}.jumia-promo-img-blend{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(21,128,61,1) 0%,rgba(21,128,61,.6) 20%,transparent 60%);pointer-events:none}.jumia-promo-dots{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:6px;z-index:10}.jumia-promo-dot{width:6px;height:6px;border-radius:50%;background:#ffffff73;border:none;padding:0;cursor:pointer;transition:all .2s ease}.jumia-promo-dot.active{background:#f68b1e;transform:scale(1.2)}@media (max-width: 1024px){.jumia-promo-banner-container{height:240px}.jumia-promo-left{padding:1.5rem 1.75rem}.jumia-promo-title{font-size:1.85rem}.jumia-promo-badge-box{font-size:1.25rem;padding:4px 12px}}@media (max-width: 768px){.jumia-promo-banner-container{height:auto;min-height:220px}.jumia-promo-slide{position:relative;flex-direction:column;height:auto}.jumia-promo-slide:not(.active){display:none}.jumia-promo-left{padding:1.25rem 1.25rem .5rem;width:100%}.jumia-promo-title{font-size:1.45rem}.jumia-promo-badge-box{font-size:1.1rem;padding:4px 10px}.jumia-promo-right{width:100%;height:140px}.jumia-promo-img-blend{background:linear-gradient(0deg,rgba(21,128,61,1) 0%,transparent 100%)}}.featured-farmers-hero-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.15rem}.featured-farmer-hero-card{position:relative;height:230px;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #00000017;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1);background-color:#0f2e1b;border:1px solid rgba(22,101,52,.18);-webkit-user-select:none;user-select:none}.featured-farmer-hero-card:hover{transform:translateY(-5px);box-shadow:0 14px 32px #0003}.featured-farmer-bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:16px;transition:transform .5s cubic-bezier(.16,1,.3,1);display:block}.featured-farmer-hero-card:hover .featured-farmer-bg-img{transform:scale(1.08)}.featured-farmer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000073,#0000000d 35%,#00000040 60%,#000000e0);z-index:1;pointer-events:none}.featured-card-top-bar{position:absolute;top:12px;left:12px;right:12px;display:flex;align-items:center;justify-content:space-between;z-index:2}.featured-top-rated-badge{display:inline-flex;align-items:center;gap:4px;background:#15803deb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.72rem;font-weight:800;padding:.28rem .65rem;border-radius:9999px;letter-spacing:.02em;box-shadow:0 2px 8px #00000040;border:1px solid rgba(255,255,255,.2)}.featured-heart-btn{width:32px;height:32px;border-radius:50%;background:#00000073;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0003}.featured-heart-btn:hover{background:#000000bf;transform:scale(1.1)}.featured-heart-btn.active{background:#fff}.featured-card-bottom-info{position:absolute;bottom:0;left:0;right:0;padding:1rem 1rem .9rem;z-index:2;color:#fff;display:flex;flex-direction:column;gap:8px;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.6) 30%,rgba(0,0,0,.92) 100%)}.featured-farmer-profile-row{display:flex;align-items:center;gap:10px}.featured-farmer-avatar-wrap{position:relative;flex-shrink:0}.featured-farmer-mini-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #ffffff;box-shadow:0 2px 8px #00000059;flex-shrink:0;display:block}.featured-avatar-initial-fallback{width:36px;height:36px;border-radius:50%;background:#15803d;color:#fff;font-size:.9rem;font-weight:800;display:flex;align-items:center;justify-content:center;border:2px solid #ffffff;box-shadow:0 2px 8px #00000059;flex-shrink:0}.featured-farmer-name-col{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.featured-farmer-name-link{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1.05rem;font-weight:850;color:#fff;text-decoration:none;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 1px 3px rgba(0,0,0,.6);transition:color .15s ease}.featured-farmer-hero-card:hover .featured-farmer-name-link{color:#fef08a}.featured-farmer-town{display:inline-flex;align-items:center;gap:3px;font-size:.74rem;color:#dcfce7;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.5);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.featured-farmer-meta-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding-top:2px}.featured-rating-pill{display:inline-flex;align-items:center;gap:3px;font-size:.74rem;color:#fff;font-weight:650;text-shadow:0 1px 2px rgba(0,0,0,.5)}.featured-fast-delivery-tag{display:inline-flex;align-items:center;gap:3px;background:#166534d9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(187,247,208,.3);font-size:.65rem;font-weight:800;color:#fff;padding:2px 7px;border-radius:6px;white-space:nowrap;box-shadow:0 1px 4px #0003}@media (max-width: 1024px){.featured-farmers-hero-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 580px){.featured-farmers-hero-grid{grid-template-columns:1fr}}.produce-filter-pills-row{display:flex;align-items:center;gap:.5rem;margin-bottom:1.25rem;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.produce-filter-pills-row::-webkit-scrollbar{display:none}.produce-cat-pill{background:#f5f5f4;border:1px solid #e7e5e4;color:#44403c;font-family:inherit;font-size:.8125rem;font-weight:600;padding:.45rem 1rem;border-radius:9999px;cursor:pointer;transition:all .15s ease;white-space:nowrap}.produce-bento-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.produce-bento-card{background:#fff;border-radius:8px;padding:16px 16px 14px;box-shadow:0 1px 4px #0000000d;border:1px solid #f0f0f0;display:flex;flex-direction:column;justify-content:space-between;transition:transform .2s ease,box-shadow .2s ease}.produce-bento-card:hover{box-shadow:0 6px 18px #00000014;transform:translateY(-2px)}.produce-bento-card-title{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1.12rem;font-weight:750;color:#1c241f;margin:0;line-height:1.25;letter-spacing:-.01em}.produce-bento-quad-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 10px;margin:12px 0 14px}.produce-bento-quad-item{display:flex;flex-direction:column;cursor:pointer;-webkit-user-select:none;user-select:none}.produce-bento-thumb-box{width:100%;aspect-ratio:1 / 1;border-radius:4px;overflow:hidden;background:#fbfbfa;display:flex;align-items:center;justify-content:center;position:relative}.produce-bento-thumb-img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.produce-bento-quad-item:hover .produce-bento-thumb-img{transform:scale(1.08)}.produce-bento-item-label{font-size:.76rem;font-weight:550;color:#282828;margin-top:5px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .15s ease}.produce-bento-quad-item:hover .produce-bento-item-label{color:#15803d}.produce-bento-discover-link{font-size:.82rem;font-weight:650;color:#007185;text-decoration:none;display:inline-block;margin-top:auto;transition:color .15s ease}.produce-bento-discover-link:hover{color:#c7511f;text-decoration:underline}@media (max-width: 1200px){.produce-bento-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 860px){.produce-bento-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 520px){.produce-bento-grid{grid-template-columns:1fr}}.shop-produce-cards-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem}.produce-item-card{background:#fff;border:1px solid #e7e5e4;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.produce-item-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000000f;border-color:#cbd5e1}.produce-item-media{position:relative;height:140px;background:#f5f5f4;overflow:hidden;cursor:pointer}.produce-item-img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.produce-item-card:hover .produce-item-img{transform:scale(1.06)}.produce-fav-btn{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;background:#00000059;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.produce-fav-btn:hover{background:#0009;transform:scale(1.1)}.produce-fav-btn.active{background:#fff}.produce-item-body{padding:.75rem .85rem .85rem;display:flex;flex-direction:column;flex:1}.produce-item-title{margin:0 0 4px;font-size:.875rem;font-weight:750;color:#1c241f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.produce-item-price-from{font-size:.75rem;color:#78716c;margin-bottom:.75rem}.produce-item-price-from strong{color:#15803d;font-weight:850}.produce-view-farmers-btn{margin-top:auto;width:100%;background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0;border-radius:6px;padding:.45rem .5rem;font-family:inherit;font-size:.75rem;font-weight:750;cursor:pointer;transition:all .15s ease;text-align:center}.produce-view-farmers-btn:hover{background:#15803d;color:#fff;border-color:#15803d}@media (max-width: 1100px){.shop-produce-cards-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 640px){.shop-produce-cards-grid{grid-template-columns:repeat(2,1fr)}}.product-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem;animation:modalBackdropFade .2s ease-out}@keyframes modalBackdropFade{0%{opacity:0}to{opacity:1}}.product-modal-card{position:relative;background:#fff;border-radius:20px;max-width:820px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 45px #00000040;animation:modalCardSlide .25s cubic-bezier(.16,1,.3,1)}@keyframes modalCardSlide{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.product-modal-close-btn{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;background:#f1f5f9;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .15s ease}.product-modal-close-btn:hover{background:#e2e8f0;transform:rotate(90deg)}.product-modal-body{display:grid;grid-template-columns:1fr 1.15fr;gap:2rem;padding:2rem}.product-modal-media-col{display:flex;flex-direction:column;gap:.75rem}.product-modal-main-img-wrap{position:relative;width:100%;height:280px;border-radius:14px;overflow:hidden;background:#f8fafc}.product-modal-main-img{width:100%;height:100%;object-fit:cover}.product-modal-stock-badge{position:absolute;top:12px;left:12px;background:#dcfce7;color:#15803d;font-size:.72rem;font-weight:800;padding:.25rem .6rem;border-radius:6px}.product-modal-thumbs{display:flex;gap:.5rem}.product-thumb{width:64px;height:64px;border-radius:8px;object-fit:cover;cursor:pointer;border:2px solid transparent;transition:border-color .15s ease}.product-thumb.active,.product-thumb:hover{border-color:#15803d}.product-modal-info-col{display:flex;flex-direction:column}.product-modal-farmer-attract{display:flex;align-items:center;gap:6px;margin-bottom:.5rem}.modal-farmer-link{font-size:.8125rem;color:#15803d;text-decoration:none}.modal-farmer-link:hover{text-decoration:underline}.product-modal-title{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1.45rem;font-weight:850;color:#1c241f;margin:0 0 .5rem;letter-spacing:-.02em}.product-modal-pricing{display:flex;align-items:baseline;gap:6px;margin-bottom:1rem}.modal-price-amount{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1.5rem;font-weight:850;color:#15803d}.modal-price-amount .currency{font-size:1rem}.modal-price-unit{font-size:.875rem;color:#78716c}.product-modal-quality-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.modal-tag{display:inline-flex;align-items:center;gap:4px;background:#f8fafc;border:1px solid #e2e8f0;font-size:.72rem;font-weight:700;color:#475569;padding:.25rem .55rem;border-radius:6px}.product-modal-desc{font-size:.84rem;line-height:1.55;color:#57534e;margin:0 0 1.25rem}.product-modal-spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;background:#fafaf9;border-radius:10px;padding:.75rem;margin-bottom:1.25rem}.modal-spec-item{display:flex;flex-direction:column;gap:2px}.spec-label{font-size:.68rem;color:#78716c;text-transform:uppercase;letter-spacing:.03em}.spec-val{font-size:.78rem;color:#1c241f;font-weight:750}.product-modal-actions-box{display:flex;flex-direction:column;gap:.85rem;margin-bottom:1.25rem}.modal-qty-control{display:flex;align-items:center;gap:.75rem}.qty-label{font-size:.8125rem;font-weight:700;color:#44403c}.qty-stepper{display:inline-flex;align-items:center;border:1px solid #cbd5e1;border-radius:8px;overflow:hidden}.stepper-btn{background:#f8fafc;border:none;width:32px;height:32px;font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .15s ease}.stepper-btn:hover{background:#e2e8f0}.stepper-value{padding:0 12px;font-size:.84rem;font-weight:750;color:#1c241f}.modal-btn-row{display:flex;gap:.75rem}.modal-wishlist-btn{display:inline-flex;align-items:center;gap:6px;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;padding:.75rem 1rem;font-family:inherit;font-size:.8125rem;font-weight:750;color:#475569;cursor:pointer;transition:all .15s ease}.modal-wishlist-btn:hover{border-color:#ea580c;color:#ea580c}.modal-wishlist-btn.active{background:#fff7ed;border-color:#ea580c;color:#ea580c}.modal-add-cart-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#15803d;color:#fff;border:none;border-radius:8px;padding:.75rem 1.25rem;font-family:inherit;font-size:.875rem;font-weight:800;cursor:pointer;transition:all .15s ease;box-shadow:0 4px 12px #15803d40}.modal-add-cart-btn:hover{background:#166534;transform:translateY(-1px)}.modal-trust-footer{display:flex;align-items:center;gap:6px;font-size:.72rem;color:#78716c}@media (max-width: 768px){.product-modal-body{grid-template-columns:1fr;padding:1.5rem;gap:1.25rem}.product-modal-main-img-wrap{height:220px}.jumia-deals-grid,.jumia-farmers-grid,.nearby-farmers-grid,.jumia-wholesale-grid,.bento-produce-categories-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}}@media (max-width: 480px){.buyer-marketplace-container{padding:.75rem .5rem 2rem!important}.jumia-deals-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.jumia-farmers-grid,.nearby-farmers-grid{grid-template-columns:1fr!important;gap:10px!important}.jumia-wholesale-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.bento-produce-categories-grid{grid-template-columns:1fr!important}.category-tile-btn{padding:.5rem .35rem!important}.category-tile-label{font-size:.68rem!important}}.buyer-explore-page-wrapper{max-width:1240px;width:100%;margin:0 auto;padding:1.25rem 1.5rem 4rem;font-family:var(--mf-font-family);color:#1e293b;box-sizing:border-box}.explore-breadcrumbs{display:flex;align-items:center;gap:6px;font-size:.82rem;color:#64748b;margin-bottom:1.25rem}.explore-breadcrumbs a{color:#64748b;text-decoration:none}.explore-breadcrumbs a:hover{color:var(--mf-primary-dark)}.explore-breadcrumbs .crumb-sep{color:#cbd5e1;font-size:.75rem}.explore-breadcrumbs .crumb-current{color:#1e293b;font-weight:600}.explore-two-col-layout{display:grid;grid-template-columns:280px 1fr;gap:2.5rem;align-items:start}.explore-filters-sidebar.stagnant-sticky-sidebar{position:sticky;top:86px;max-height:calc(100vh - 100px);overflow-y:auto;padding-right:4px}.filters-card-container{background-color:#fff;border-radius:8px;display:flex;flex-direction:column}.filters-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.filters-matched-heading{display:flex;align-items:baseline;gap:6px}.matched-count-num{font-family:var(--mf-font-family-display);font-size:1.25rem;font-weight:850;color:#15803d}.matched-text-label{font-family:var(--mf-font-family-display);font-size:1.1rem;font-weight:700;color:#111827}.btn-text-clear-filters{background:none;border:none;font-size:.88rem;font-weight:600;color:#2563eb;cursor:pointer;padding:0;transition:color .15s ease}.btn-text-clear-filters:hover{color:#1d4ed8;text-decoration:underline}.filter-search-box-clean{margin-bottom:1.5rem}.filter-clean-input{width:100%;height:48px;border:1.5px solid #d1d5db;border-radius:8px;padding:0 1rem;font-size:.95rem;color:#111827;outline:none;background-color:#fff;box-sizing:border-box;transition:border-color .15s ease}.filter-clean-input::placeholder{color:#6b7280}.filter-clean-input:focus{border-color:#15803d;box-shadow:0 0 0 3px #15803d1a}.filter-accordion-section{border-top:1px solid #e5e7eb;padding:1.15rem 0}.filter-accordion-section:last-child{border-bottom:1px solid #e5e7eb}.filter-accordion-header{width:100%;display:flex;align-items:center;justify-content:space-between;background:none;border:none;cursor:pointer;padding:0;text-align:left}.accordion-title-text{font-family:var(--mf-font-family-display);font-size:1.02rem;font-weight:750;color:#111827}.filter-accordion-content{padding-top:.85rem;display:flex;flex-direction:column;gap:.65rem;animation:fadeInAccordion .15s ease-out}@keyframes fadeInAccordion{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.filter-checkbox-row{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#374151;cursor:pointer}.filter-checkbox-row input{accent-color:#15803d;width:16px;height:16px;cursor:pointer}.price-inputs-row{display:flex;align-items:center;gap:8px}.price-num-input{width:100%;height:38px;border:1px solid #d1d5db;border-radius:6px;padding:0 8px;font-size:.84rem;outline:none}.price-num-input:focus{border-color:#15803d}.price-dash{color:#94a3b8}.explore-results-center{display:flex;flex-direction:column}.results-top-bar-clean{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid #f1f5f9}.results-clean-title{font-family:var(--mf-font-family-display);font-size:1.35rem;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.01em}.view-buttons-box{display:flex;align-items:center;gap:2px;background-color:#f1f5f9;padding:2px;border-radius:8px}.view-btn{background:none;border:none;width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#64748b;cursor:pointer}.view-btn.active{background-color:#fff;color:#15803d;box-shadow:0 1px 2px #0000000d}.active-chips-row{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:1.25rem}.filter-chip{display:inline-flex;align-items:center;gap:4px;background-color:#ecfdf5;color:#166534;font-size:.74rem;font-weight:600;padding:3px 8px;border-radius:20px}.filter-chip button{background:none;border:none;cursor:pointer;display:flex;align-items:center;padding:0}.explore-catalog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.15rem;margin-bottom:2rem}.explore-crop-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;transition:all .2s ease}.explore-crop-card:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 6px 16px #0000000d}.crop-card-img-wrap{position:relative;width:100%;height:150px;background-color:#f8fafc;cursor:pointer}.crop-img{width:100%;height:100%;object-fit:cover}.crop-heart-btn{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:50%;background-color:#ffffffeb;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 4px #0000001a;transition:transform .15s ease}.crop-heart-btn:hover{transform:scale(1.1)}.crop-card-content{padding:.95rem;display:flex;flex-direction:column;flex:1}.crop-card-title{font-family:var(--mf-font-family-display);font-size:.95rem;font-weight:750;color:#0f172a;margin:0 0 4px;cursor:pointer}.crop-shop-row{display:flex;align-items:center;gap:4px;margin-bottom:2px}.crop-shop-name{font-size:.8rem;color:#334155}.crop-location-text{font-size:.74rem;color:#64748b;margin-bottom:6px}.crop-pricing-row{display:flex;align-items:baseline;gap:3px;margin-bottom:6px}.crop-price-val{font-family:var(--mf-font-family-display);font-size:1.05rem;font-weight:800;color:#15803d}.crop-unit-val{font-size:.75rem;color:#64748b}.crop-stock-row{margin-bottom:10px}.crop-stock-pill{background-color:#ecfdf5;color:#059669;font-size:.65rem;font-weight:700;padding:1px 6px;border-radius:4px}.btn-view-farmer-shop-icon{margin-top:auto;width:100%;height:36px;border-radius:20px;background-color:#f0fdf4;color:#16a34a;border:1.5px solid #16a34a;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .15s ease}.btn-view-farmer-shop-icon:hover{background-color:#16a34a;color:#fff}.explore-pagination-bar{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:1rem}.pag-btn{width:36px;height:36px;border-radius:50%;background-color:#fff;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b}.pag-num{width:36px;height:36px;border-radius:50%;background-color:#fff;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.84rem;font-weight:600;color:#334155}.pag-num.active{background-color:#15803d;color:#fff;border-color:#15803d}.pag-dots{color:#94a3b8;padding:0 4px}@media (max-width: 1024px){.explore-catalog-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.explore-two-col-layout{grid-template-columns:1fr}.explore-filters-sidebar.stagnant-sticky-sidebar{position:static;max-height:none}.explore-catalog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.explore-page-wrapper{padding:.75rem .5rem 2rem}.explore-catalog-grid{grid-template-columns:repeat(2,1fr);gap:8px}.crop-card-inner{padding:8px}.crop-card-title{font-size:.82rem}.crop-card-price-row{flex-direction:column;align-items:flex-start;gap:4px}}.farmer-detail-page-wrapper{max-width:1200px;width:100%;margin:0 auto;padding:1.25rem 1.5rem 4rem;font-family:var(--mf-font-family);color:#1e293b;box-sizing:border-box;transition:max-width .25s ease}@media (min-width: 1300px){.farmer-detail-page-wrapper.chat-panel-active{margin-right:430px;max-width:calc(100vw - 460px)}}.farmer-page-breadcrumbs{display:flex;align-items:center;gap:6px;font-size:.82rem;color:#64748b;margin-bottom:1.25rem}.farmer-page-breadcrumbs a{color:#64748b;text-decoration:none}.farmer-page-breadcrumbs a:hover{color:var(--mf-primary-dark)}.farmer-page-breadcrumbs .crumb-sep{color:#cbd5e1;font-size:.75rem}.farmer-page-breadcrumbs .crumb-current{color:#1e293b;font-weight:600}.farmer-profile-hero-card{background-color:#fff;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #00000005;padding:1.5rem;display:grid;grid-template-columns:320px 1fr;gap:2rem;align-items:center;margin-bottom:1.25rem}.farmer-hero-landscape-wrap{position:relative;width:100%;height:210px;border-radius:12px;overflow:hidden;background-color:#15803d}.farmer-landscape-img{width:100%;height:100%;border-radius:12px;object-fit:cover}.farmer-rating-overlay-badge{position:absolute;bottom:10px;left:10px;background-color:#0f172ad9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;font-size:.75rem;font-weight:600;padding:3px 10px;border-radius:20px;display:inline-flex;align-items:center;gap:4px}.farmer-hero-info-stack{display:flex;flex-direction:column}.farmer-top-rated-tag{display:inline-flex;align-items:center;gap:4px;background-color:#ecfdf5;color:#166534;font-size:.74rem;font-weight:700;padding:2px 8px;border-radius:6px;margin-bottom:4px;width:fit-content}.farmer-name-badges-row{display:flex;align-items:center;gap:6px;margin-bottom:2px}.farmer-hero-shop-title{font-family:var(--mf-font-family-display);font-size:1.7rem;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.02em}.badge-verified-check{display:flex;align-items:center}.farmer-location-distance-row{display:flex;align-items:center;gap:4px;font-size:.82rem;color:#64748b;margin-bottom:6px}.dot-sep{color:#cbd5e1}.distance-badge{color:#166534;font-weight:600}.farmer-bio-paragraph{font-size:.86rem;color:#475569;line-height:1.45;margin:0 0 1rem}.farmer-stats-quad-row{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;background-color:#f8fafc;border-radius:8px;padding:.75rem 1rem;margin-bottom:1.15rem;border:1px solid #f1f5f9}.stat-quad-item{display:flex;flex-direction:column}.stat-quad-lbl{font-size:.68rem;color:#64748b}.stat-quad-val{font-family:var(--mf-font-family-display);font-size:.82rem;color:#0f172a;font-weight:750}.farmer-hero-ctas-row{display:flex;align-items:center;gap:.75rem}.btn-material-icon-action{width:44px;height:44px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 3px #0000001a;transition:all .15s ease}.btn-material-icon-action.message-btn{background-color:#14532d;color:#fff}.btn-material-icon-action.message-btn:hover{background-color:#166534;transform:scale(1.05);box-shadow:0 3px 8px #14532d40}.btn-material-icon-action.follow-btn{background-color:#fff;border:1px solid #cbd5e1;color:#1e293b}.btn-material-icon-action.follow-btn:hover{background-color:#f8fafc;border-color:#94a3b8;transform:scale(1.05)}.btn-material-icon-action.follow-btn.following{background-color:#fef2f2;border-color:#fecaca}.farmer-search-match-banner{display:flex;align-items:center;justify-content:space-between;background-color:#ecfdf5;border:1px solid #a7f3d0;border-radius:12px;padding:.75rem 1.25rem;margin-bottom:1.5rem}.match-banner-left{display:flex;align-items:center;gap:8px}.match-check-circle{width:24px;height:24px;border-radius:50%;background-color:#15803d;color:#fff;display:flex;align-items:center;justify-content:center}.match-banner-text{font-size:.85rem;color:#14532d}.view-match-icon-btn{width:36px;height:36px;border-radius:50%;background-color:#fff;border:1px solid #a7f3d0;box-shadow:none}.view-match-icon-btn:hover{background-color:#dcfce7;transform:translate(2px)}.farmer-main-catalog-grid{display:grid;grid-template-columns:1fr 340px;gap:1.75rem;align-items:start}.produce-catalog-main-col{display:flex;flex-direction:column}.produce-catalog-head-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.all-produce-title{font-family:var(--mf-font-family-display);font-size:1.25rem;font-weight:800;color:#0f172a;margin:0}.produce-sort-dropdown{display:flex;align-items:center;gap:6px;font-size:.8rem;color:#64748b}.sort-select-input{border:1px solid #e2e8f0;border-radius:8px;padding:4px 8px;font-size:.8rem;outline:none;background-color:#fff;color:#0f172a}.equal-produce-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.15rem}.equal-produce-item-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;cursor:pointer;transition:all .2s ease}.equal-produce-item-card:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 6px 16px #0000000d}.equal-img-wrap{position:relative;width:100%;height:160px;background-color:#f8fafc}.equal-card-img{width:100%;height:100%;object-fit:cover}.match-tag-pill{position:absolute;top:8px;left:8px;background-color:#15803d;color:#fff;font-size:.65rem;font-weight:750;padding:2px 8px;border-radius:4px}.equal-heart-btn{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:50%;background-color:#fffffff0;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 4px #0000001a;transition:transform .15s ease}.equal-heart-btn:hover{transform:scale(1.1)}.equal-card-body{padding:.95rem;display:flex;flex-direction:column;flex:1}.equal-title-stock-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:2px}.equal-crop-name{font-family:var(--mf-font-family-display);font-size:.95rem;font-weight:750;color:#0f172a;margin:0}.equal-instock-tag{background-color:#ecfdf5;color:#059669;font-size:.65rem;font-weight:700;padding:1px 6px;border-radius:4px}.equal-price-tag-row{display:flex;align-items:baseline;gap:3px;margin-bottom:6px}.equal-price-tag-row strong{font-family:var(--mf-font-family-display);font-size:1.05rem;font-weight:800;color:#15803d}.equal-price-tag-row span{font-size:.75rem;color:#64748b}.equal-crop-snippet{font-size:.78rem;color:#64748b;line-height:1.35;margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.equal-card-action-box{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:8px}.equal-stepper-box{display:inline-flex;align-items:center;gap:6px;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:3px 8px}.equal-step-btn{background:none;border:none;color:#64748b;cursor:pointer;display:flex;align-items:center;padding:2px}.equal-step-btn:disabled{opacity:.35;cursor:not-allowed}.equal-step-num{font-family:var(--mf-font-family-display);font-size:.78rem;font-weight:750;color:#0f172a}.btn-material-cart-icon{width:36px;height:36px;border-radius:50%;background-color:#f0fdf4;color:#16a34a;border:1.5px solid #16a34a;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.btn-material-cart-icon:hover{background-color:#16a34a;color:#fff;transform:scale(1.06)}.btn-material-cart-icon.added{background-color:#15803d;color:#fff;border-color:#15803d}.farmer-shop-sidebar-col{display:flex;flex-direction:column;gap:1.25rem}.shop-info-card,.shop-why-buy-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.25rem;box-shadow:0 1px 3px #00000005}.sidebar-card-title{font-family:var(--mf-font-family-display);font-size:.98rem;font-weight:800;color:#0f172a;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid #f1f5f9}.info-row-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:1rem}.info-text-group{display:flex;flex-direction:column;flex:1}.info-label{font-size:.74rem;color:#64748b}.info-val{font-size:.85rem;color:#0f172a;font-weight:700}.delivery-areas-head{display:flex;align-items:center;justify-content:space-between}.delivery-areas-list{font-size:.82rem;color:#334155;margin:2px 0 0;line-height:1.35}.payment-brands-row{display:flex;gap:6px;margin:4px 0}.pay-brand{font-size:.65rem;font-weight:800;padding:2px 6px;border-radius:4px}.pay-brand.visa{background-color:#1d4ed8;color:#fff}.pay-brand.mc{background-color:#ea580c;color:#fff}.pay-brand.ps{background-color:#0ba4db;color:#fff}.cod-label{font-size:.75rem;color:#64748b}.why-buy-points-list{display:flex;flex-direction:column;gap:.85rem}.why-point-row{display:flex;align-items:flex-start;gap:8px}.why-point-row p{font-size:.8rem;color:#475569;line-height:1.4;margin:0}.product-bottom-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0f172a73;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000;display:flex;align-items:flex-end;justify-content:flex-start;animation:fadeInBackdrop .2s ease-out}.product-bottom-sheet-dialog{position:relative;width:100%;max-width:1080px;margin:0 auto;height:60vh;min-height:440px;max-height:70vh;background-color:#fff;border-radius:22px 22px 0 0;box-shadow:0 -10px 40px #00000026;overflow-y:auto;padding:1rem 2rem 2rem;box-sizing:border-box;animation:slideUpProductSheet .28s cubic-bezier(.16,1,.3,1)}@keyframes slideUpProductSheet{0%{transform:translateY(100%)}to{transform:translateY(0)}}.product-sheet-close{position:absolute;top:1rem;right:1.25rem;z-index:10}.product-detail-modal-grid{display:grid;grid-template-columns:340px 1fr;gap:2.25rem;align-items:start}.detail-modal-gallery{display:flex;flex-direction:column;gap:.75rem}.detail-main-img-wrap{width:100%;height:280px;border-radius:12px;overflow:hidden;background-color:#f8fafc;border:1px solid #f1f5f9}.detail-main-img-wrap img{width:100%;height:100%;object-fit:cover}.detail-modal-thumbs-row{display:flex;gap:8px}.modal-thumb-btn{width:56px;height:56px;border-radius:8px;border:2px solid transparent;overflow:hidden;background-color:#f8fafc;cursor:pointer;padding:0}.modal-thumb-btn.active{border-color:#15803d}.modal-thumb-btn img{width:100%;height:100%;object-fit:cover}.detail-modal-info-stack{display:flex;flex-direction:column}.detail-title-stock-row{display:flex;align-items:center;gap:8px;margin-bottom:2px}.detail-modal-title{font-family:var(--mf-font-family-display);font-size:1.65rem;font-weight:800;color:#0f172a;margin:0}.detail-modal-instock{background-color:#ecfdf5;color:#059669;font-size:.72rem;font-weight:700;padding:2px 8px;border-radius:4px}.detail-modal-attribution{display:flex;align-items:center;gap:4px;font-size:.84rem;color:#64748b;margin-bottom:.75rem}.detail-modal-attribution strong{color:#0f172a}.detail-modal-pricing-row{display:flex;align-items:baseline;gap:4px;margin-bottom:.85rem}.detail-modal-price{font-family:var(--mf-font-family-display);font-size:1.65rem;font-weight:850;color:#15803d}.detail-modal-unit{font-size:.88rem;color:#64748b}.detail-modal-features-row{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:1rem}.detail-feat-pill{background-color:#f1f5f9;color:#334155;font-size:.72rem;font-weight:600;padding:3px 9px;border-radius:20px}.detail-modal-desc-box{margin-bottom:1.15rem}.desc-heading-lbl{display:block;font-size:.74rem;font-weight:750;color:#0f172a;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}.desc-text-copy{font-size:.85rem;color:#475569;line-height:1.45;margin:0}.detail-modal-specs-table{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;background-color:#f8fafc;border-radius:8px;padding:.75rem 1rem;margin-bottom:1.15rem}.spec-table-item{display:flex;flex-direction:column}.spec-item-lbl{font-size:.68rem;color:#64748b}.spec-item-val{font-size:.82rem;color:#0f172a;font-weight:700}.detail-modal-stepper-row{display:flex;align-items:center;gap:10px;margin-bottom:1.25rem}.stepper-title-lbl{font-size:.84rem;font-weight:700;color:#0f172a}.detail-modal-stepper{display:inline-flex;align-items:center;gap:10px;background-color:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:4px 12px}.modal-step-btn{background:none;border:none;color:#64748b;cursor:pointer;display:flex;align-items:center;padding:2px}.modal-step-btn:disabled{opacity:.35;cursor:not-allowed}.modal-step-val{font-family:var(--mf-font-family-display);font-size:.88rem;font-weight:750;color:#0f172a}.modal-min-note{font-size:.75rem;color:#64748b}.btn-modal-add-to-cart-icon{width:100%;height:48px;background-color:#15803d;color:#fff;border:none;border-radius:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;box-shadow:0 1px 3px #0000001f;transition:all .15s ease}.btn-modal-add-to-cart-icon:hover{background-color:#166534;box-shadow:0 2px 6px #0000002e;transform:translateY(-1px)}.btn-modal-add-to-cart-icon.added{background-color:#166534}.detail-modal-security-footnote{display:flex;align-items:center;justify-content:center;gap:5px;font-size:.74rem;color:#64748b}@media (max-width: 900px){.farmer-profile-hero-card,.farmer-main-catalog-grid{grid-template-columns:1fr}.equal-produce-cards-grid{grid-template-columns:repeat(2,1fr)}.product-detail-modal-grid{grid-template-columns:1fr}}@media (max-width: 600px){.farmer-shop-page-wrapper{padding:.75rem .5rem 2rem}.equal-produce-cards-grid{grid-template-columns:repeat(2,1fr);gap:8px}.equal-produce-card-box{padding:8px}.farmer-stats-quad-row{grid-template-columns:repeat(2,1fr);gap:6px}.farmer-action-btn-row{flex-direction:column;width:100%}.btn-farmer-message-trigger{width:100%;justify-content:center}.product-detail-modal-card.bottom-sheet{max-height:80vh!important;padding:1.25rem 1rem!important}}.cart-page-wrapper{max-width:1200px;width:100%;margin:0 auto;padding:1.25rem 1.5rem 4rem;font-family:var(--mf-font-family);color:#1e293b;box-sizing:border-box}.cart-page-breadcrumbs{display:flex;align-items:center;gap:6px;font-size:.82rem;color:#64748b;margin-bottom:1.25rem}.cart-page-breadcrumbs a{color:#64748b;text-decoration:none}.cart-page-breadcrumbs a:hover{color:var(--mf-primary-dark)}.cart-page-breadcrumbs .crumb-sep{color:#cbd5e1;font-size:.75rem}.cart-page-breadcrumbs .crumb-current{color:#1e293b;font-weight:600}.cart-header-title-row{margin-bottom:1.5rem}.cart-main-heading{font-family:var(--mf-font-family-display);font-size:1.65rem;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.02em}.cart-two-column-layout{display:grid;grid-template-columns:1fr 360px;gap:2rem;align-items:start}.cart-shops-column{display:flex;flex-direction:column;gap:1.75rem}.farmer-shop-cart-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #00000005}.shop-card-header-row{display:flex;align-items:center;justify-content:space-between;padding:1.15rem 1.25rem;border-bottom:1px solid #f1f5f9;background-color:#fff}.shop-identity-wrap{display:flex;align-items:center;gap:12px}.shop-farmer-avatar-img{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid #e2e8f0}.shop-title-meta-col{display:flex;flex-direction:column}.shop-name-tag-row{display:flex;align-items:center;gap:8px}.shop-brand-name{font-family:var(--mf-font-family-display);font-size:1.05rem;font-weight:800;color:#0f172a;margin:0}.shop-status-badge{font-size:.68rem;font-weight:700;padding:2px 7px;border-radius:4px}.shop-status-badge.organic{background-color:#ecfdf5;color:#059669}.shop-status-badge.top-rated{background-color:#fef9c3;color:#ca8a04}.shop-geo-distance{font-size:.78rem;color:#64748b;margin-top:2px}.btn-material-icon-trash{width:36px;height:36px;border-radius:50%;background-color:#fff1f2;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.btn-material-icon-trash:hover{background-color:#ffe4e6;transform:scale(1.05)}.shop-items-table-wrap{padding:0 1.25rem}.shop-table-header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 40px;padding:.85rem 0;border-bottom:1px solid #f1f5f9;font-size:.74rem;font-weight:750;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.shop-items-rows-list{display:flex;flex-direction:column}.shop-item-table-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 40px;align-items:center;padding:1rem 0;border-bottom:1px solid #f8fafc}.shop-item-table-row:last-child{border-bottom:none}.td-item-cell{display:flex;align-items:center;gap:12px}.item-thumb-img{width:52px;height:52px;border-radius:8px;object-fit:cover;background-color:#f8fafc;border:1px solid #f1f5f9}.item-details-stack{display:flex;flex-direction:column}.item-title-text{font-family:var(--mf-font-family-display);font-size:.92rem;font-weight:750;color:#0f172a;margin:0 0 4px}.item-unit-badge-row{display:flex;align-items:center;gap:6px}.item-unit-label{font-size:.74rem;color:#64748b}.item-fresh-pill{background-color:#ecfdf5;color:#059669;font-size:.65rem;font-weight:700;padding:1px 6px;border-radius:4px}.td-price-cell{font-size:.88rem;color:#334155;font-weight:600}.td-qty-cell{display:flex;align-items:center}.pill-stepper-box{display:inline-flex;align-items:center;gap:6px;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:3px 8px}.stepper-decrement-btn,.stepper-increment-btn{background:none;border:none;cursor:pointer;display:flex;align-items:center;padding:2px}.stepper-decrement-btn:disabled{opacity:.35;cursor:not-allowed}.stepper-number-val{font-family:var(--mf-font-family-display);font-size:.82rem;font-weight:750;color:#0f172a}.td-subtotal-cell{font-family:var(--mf-font-family-display);font-size:.95rem;font-weight:800;color:#0f172a}.item-trash-btn{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:6px;border-radius:50%;transition:all .15s ease}.item-trash-btn:hover{background-color:#fee2e2}.shop-delivery-notice-strip{display:flex;align-items:center;justify-content:space-between;background-color:#ecfdf5;border-top:1px solid #d1fae5;border-bottom:1px solid #d1fae5;padding:.75rem 1.25rem;font-size:.78rem;color:#14532d}.delivery-time-left{display:flex;align-items:center;gap:6px}.shop-min-right{display:flex;align-items:center;gap:4px}.shop-action-footer-row{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background-color:#fff}.shop-subtotal-text-group{display:flex;align-items:baseline;gap:6px}.shop-subtotal-label-prefix{font-size:.84rem;color:#64748b}.shop-subtotal-price-figure{font-family:var(--mf-font-family-display);font-size:1.25rem;font-weight:850;color:#15803d}.btn-shop-proceed-buy-icon{width:44px;height:44px;border-radius:50%;background-color:#15803d;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 6px #15803d40;transition:all .15s ease}.btn-shop-proceed-buy-icon:hover{background-color:#166534;transform:scale(1.06)}.cart-order-summary-sidebar{display:flex;flex-direction:column;gap:1.25rem}.order-summary-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;box-shadow:0 1px 3px #00000005}.order-summary-heading{font-family:var(--mf-font-family-display);font-size:1.15rem;font-weight:800;color:#0f172a;margin:0 0 1.15rem;padding-bottom:.75rem;border-bottom:1px solid #f1f5f9}.summary-shops-breakdown-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.summary-shop-breakdown-item{display:flex;align-items:center;justify-content:space-between;font-size:.84rem}.shop-name-item-count{color:#475569}.shop-price-arrow{display:flex;align-items:center;gap:4px}.breakdown-price{font-family:var(--mf-font-family-display);font-weight:750;color:#0f172a}.summary-grand-total-row{display:flex;align-items:baseline;justify-content:space-between;padding:1rem 0;border-top:1px dashed #e2e8f0;border-bottom:1px solid #f1f5f9;margin-bottom:1rem}.total-shops-label{font-size:.95rem;font-weight:750;color:#0f172a}.total-shops-price{font-family:var(--mf-font-family-display);font-size:1.45rem;font-weight:850;color:#15803d}.each-shop-alert-box{display:flex;align-items:flex-start;gap:10px;background-color:#fefce8;border:1px solid #fef08a;border-radius:10px;padding:.75rem 1rem;margin-bottom:1rem}.alert-bag-icon{font-size:1.1rem}.alert-copy-col strong{display:block;font-size:.8rem;color:#854d0e;margin-bottom:2px}.alert-copy-col p{font-size:.74rem;color:#a16207;margin:0}.savings-offer-row{background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:.75rem 1rem;margin-bottom:1.15rem}.savings-title-row{display:flex;align-items:baseline;justify-content:space-between}.savings-green-label{font-size:.8rem;color:#166534;font-weight:600}.savings-green-figure{font-family:var(--mf-font-family-display);font-size:.95rem;font-weight:800;color:#15803d}.savings-sub-row{display:flex;align-items:center;justify-content:space-between;font-size:.72rem;color:#16a34a;margin-top:2px}.cart-security-badge-box{display:flex;align-items:flex-start;gap:8px;padding:.85rem 0;border-top:1px solid #f1f5f9}.sec-badge-text-col strong{display:block;font-size:.78rem;color:#0f172a;margin-bottom:2px}.sec-badge-text-col p{font-size:.72rem;color:#64748b;margin:0;line-height:1.35}.cart-need-help-strip{display:flex;align-items:center;justify-content:space-between;padding-top:.75rem;border-top:1px solid #f1f5f9}.help-left{display:flex;align-items:center;gap:6px;font-size:.78rem;color:#64748b}.btn-need-help-chat-icon{width:32px;height:32px;border-radius:50%;background-color:#f0fdf4;border:1px solid #bbf7d0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.btn-need-help-chat-icon:hover{background-color:#dcfce7;transform:scale(1.08)}.cart-three-trust-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;text-align:center}.pillar-item{display:flex;flex-direction:column;align-items:center;gap:4px;background-color:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:.75rem .5rem;font-size:.7rem;color:#334155;font-weight:600}.delivery-confirm-dialog{background-color:#fff;border-radius:16px;max-width:680px;width:100%;padding:2rem;box-shadow:0 20px 40px #00000026}.delivery-confirm-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}.delivery-confirm-title{font-family:var(--mf-font-family-display);font-size:1.5rem;font-weight:800;color:#0f172a;margin:0 0 4px}.delivery-confirm-subtitle{font-size:.88rem;color:#64748b;margin:0}.delivery-confirm-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.confirm-order-summary-box,.confirm-delivery-loc-box{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;display:flex;flex-direction:column}.confirm-box-title{display:block;font-size:.74rem;font-weight:750;color:#64748b;letter-spacing:.04em;margin-bottom:.5rem}.confirm-shop-title{font-family:var(--mf-font-family-display);font-size:1rem;font-weight:800;color:#0f172a;margin:0 0 .85rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}.confirm-items-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.confirm-item-row{display:flex;align-items:center;justify-content:space-between;font-size:.82rem}.confirm-item-name{color:#334155}.confirm-item-price{font-weight:700;color:#0f172a}.confirm-total-row{display:flex;align-items:baseline;justify-content:space-between;margin-top:auto;padding-top:.75rem;border-top:1px dashed #cbd5e1}.confirm-total-row span{font-weight:700;color:#0f172a}.confirm-total-row strong{font-family:var(--mf-font-family-display);font-size:1.25rem;font-weight:850;color:#15803d}.loc-display-card{display:flex;flex-direction:column;gap:4px;margin-bottom:1.25rem}.loc-title{font-family:var(--mf-font-family-display);font-size:.95rem;font-weight:750;color:#0f172a}.loc-desc{font-size:.84rem;color:#475569;margin:0;line-height:1.4}.loc-phone{font-size:.82rem;color:#15803d;font-weight:600}.edit-loc-form{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.btn-material-save-loc{background-color:#15803d;color:#fff;border:none;border-radius:6px;padding:6px;font-size:.8rem;font-weight:700;cursor:pointer}.confirm-action-buttons-row{margin-top:auto;display:flex;flex-direction:column;gap:.5rem}.btn-change-loc-outline{width:100%;background:#fff;border:1px solid #cbd5e1;color:#334155;border-radius:8px;padding:.55rem;font-size:.82rem;font-weight:700;cursor:pointer}.btn-continue-paystack-solid{width:100%;background-color:#15803d;color:#fff;border:none;border-radius:8px;padding:.65rem;font-family:var(--mf-font-family-display);font-size:.86rem;font-weight:750;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;box-shadow:0 1px 3px #15803d40;transition:opacity .15s ease}.btn-continue-paystack-solid:hover{opacity:.92}.paystack-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1200;display:flex;align-items:center;justify-content:center;padding:1.5rem}.btn-close-paystack-modal{background:#f1f5f9;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.paystack-handoff-state{text-align:center;padding:2.5rem 1rem;display:flex;flex-direction:column;align-items:center}.paystack-spinner{width:44px;height:44px;border:3px solid #e2e8f0;border-top-color:#0ba4db;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1.25rem}.paystack-handoff-state h3{font-family:var(--mf-font-family-display);font-size:1.25rem;font-weight:800;color:#0f172a;margin:0 0 6px}.paystack-handoff-state p{font-size:.86rem;color:#64748b;margin:0}.paystack-badge-title{display:flex;align-items:center;gap:8px;margin-bottom:1.25rem}.paystack-logo-badge{background-color:#0ba4db;color:#fff;font-size:.7rem;font-weight:800;padding:2px 6px;border-radius:4px}.paystack-dialog-title{font-family:var(--mf-font-family-display);font-size:1rem;font-weight:750;color:#0f172a;margin:0}.payment-method-selector-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:1.25rem}.pay-tab-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:.65rem;border-radius:8px;border:1px solid #e2e8f0;background-color:#fff;font-size:.82rem;font-weight:600;cursor:pointer}.pay-tab-btn.active{background-color:#ecfdf5;border-color:#15803d;color:#15803d}.momo-network-radios{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:1rem}.network-radio-card{border:1px solid #e2e8f0;border-radius:6px;padding:6px;text-align:center;cursor:pointer;font-size:.72rem;font-weight:750}.network-radio-card.selected{border-color:#15803d;background-color:#f0fdf4}.form-group-field{display:flex;flex-direction:column;gap:4px;margin-bottom:1rem}.form-group-field label{font-size:.75rem;color:#64748b;font-weight:600}.momo-phone-input{height:40px;border:1px solid #e2e8f0;border-radius:8px;padding:0 .85rem;font-size:.86rem;outline:none}.paystack-amount-summary-box{display:flex;align-items:baseline;justify-content:space-between;background-color:#f8fafc;border-radius:8px;padding:.85rem 1rem;margin-bottom:1.25rem;font-size:.88rem}.btn-paystack-submit-icon{width:100%;height:46px;background-color:#0ba4db;color:#fff;border:none;border-radius:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .15s ease}.btn-paystack-submit-icon:hover{opacity:.9}.success-check-circle{width:56px;height:56px;border-radius:50%;background-color:#15803d;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.empty-cart-container{max-width:500px;margin:4rem auto;text-align:center;display:flex;flex-direction:column;align-items:center}.empty-cart-icon-circle{width:80px;height:80px;border-radius:50%;background-color:#f1f5f9;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.empty-cart-title{font-family:var(--mf-font-family-display);font-size:1.45rem;font-weight:800;color:#0f172a;margin:0 0 6px}.empty-cart-subtitle{font-size:.88rem;color:#64748b;margin:0 0 1.5rem}@media (max-width: 900px){.cart-two-column-layout,.delivery-confirm-grid{grid-template-columns:1fr}}@media (max-width: 600px){.buyer-cart-page-wrapper{padding:.75rem .5rem 2rem}.cart-item-row{padding:.85rem;gap:10px}.cart-item-thumbnail-box{width:54px;height:54px}.cart-item-controls-col{gap:6px}.shop-action-footer-row{padding:.75rem 1rem}}.delivery-confirmation-page-wrapper{max-width:1200px;width:100%;margin:0 auto;padding:1.25rem 1.5rem 4rem;font-family:var(--mf-font-family);color:#1e293b;box-sizing:border-box}.delivery-page-breadcrumbs{display:flex;align-items:center;gap:6px;font-size:.82rem;color:#64748b;margin-bottom:1.25rem}.delivery-page-breadcrumbs a{color:#64748b;text-decoration:none}.delivery-page-breadcrumbs a:hover{color:var(--mf-primary-dark)}.delivery-page-breadcrumbs .crumb-sep{color:#cbd5e1;font-size:.75rem}.delivery-page-breadcrumbs .crumb-current{color:#1e293b;font-weight:600}.delivery-header-title-row{margin-bottom:1.75rem}.delivery-main-heading{font-family:var(--mf-font-family-display);font-size:1.65rem;font-weight:800;color:#0f172a;margin:0 0 4px;letter-spacing:-.02em}.delivery-main-subtitle{font-size:.88rem;color:#64748b;margin:0}.delivery-error-banner{display:flex;align-items:center;gap:8px;background-color:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:.85rem 1.25rem;border-radius:10px;font-size:.86rem;margin-bottom:1.5rem}.delivery-two-column-layout{display:grid;grid-template-columns:400px 1fr;gap:2.25rem;align-items:start}.delivery-order-summary-col{display:flex;flex-direction:column}.delivery-summary-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;box-shadow:0 1px 3px #00000005;display:flex;flex-direction:column;gap:1.15rem}.summary-section-label-row{display:flex;align-items:center;justify-content:space-between}.summary-sec-tag{font-size:.72rem;font-weight:800;color:#64748b;letter-spacing:.05em;text-transform:uppercase}.summary-shop-header-strip{display:flex;align-items:center;gap:12px;padding-bottom:.85rem;border-bottom:1px solid #f1f5f9}.summary-shop-avatar-img{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid #e2e8f0}.summary-shop-meta-stack{display:flex;flex-direction:column}.summary-shop-title-text{font-family:var(--mf-font-family-display);font-size:1.05rem;font-weight:800;color:#0f172a;margin:0 0 2px}.summary-shop-location-text{font-size:.78rem;color:#64748b}.summary-produce-items-list{display:flex;flex-direction:column;gap:.75rem;max-height:240px;overflow-y:auto;padding-right:4px}.summary-produce-item-row{display:flex;align-items:center;gap:10px}.summary-item-thumbnail{width:44px;height:44px;border-radius:8px;object-fit:cover;background-color:#f8fafc;border:1px solid #f1f5f9}.summary-item-desc-col{display:flex;flex-direction:column;flex:1}.summary-item-name{font-size:.86rem;color:#0f172a;font-weight:700}.summary-item-quantity{font-size:.75rem;color:#64748b}.summary-item-price-figure{font-family:var(--mf-font-family-display);font-size:.95rem;font-weight:800;color:#0f172a}.summary-price-breakdown-stack{display:flex;flex-direction:column;gap:.65rem;padding-top:1rem;border-top:1px dashed #e2e8f0}.summary-price-row{display:flex;align-items:center;justify-content:space-between;font-size:.85rem;color:#475569}.summary-price-row.total-highlight-row{padding-top:.75rem;border-top:1px solid #f1f5f9;font-size:.95rem;font-weight:750;color:#0f172a}.summary-price-row.total-highlight-row .total-price-figure{font-family:var(--mf-font-family-display);font-size:1.45rem;font-weight:850;color:#15803d}.delivery-escrow-trust-pill{display:flex;align-items:center;gap:8px;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:.75rem;font-size:.76rem;color:#166534;line-height:1.35}.delivery-form-center-col{display:flex;flex-direction:column}.delivery-details-form-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.75rem;box-shadow:0 1px 3px #00000005;display:flex;flex-direction:column;gap:1.5rem}.delivery-form-title-wrap{display:flex;flex-direction:column;gap:4px}.delivery-form-card-title{font-family:var(--mf-font-family-display);font-size:1.2rem;font-weight:800;color:#0f172a;margin:0}.delivery-form-card-sub{font-size:.84rem;color:#64748b;margin:0}.delivery-form-inputs-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.15rem}.delivery-field-group{display:flex;flex-direction:column;gap:6px}.delivery-field-group.full-row{grid-column:span 2}.delivery-field-group label{font-size:.8rem;font-weight:700;color:#334155;display:flex;align-items:center;gap:2px}.field-required-asterisk{color:#dc2626}.field-input-box{position:relative;display:flex;align-items:center}.field-input-box .material-symbols-outlined{position:absolute;left:12px;pointer-events:none}.field-input-box input,.field-input-box select{width:100%;height:46px;border:1.5px solid #d1d5db;border-radius:8px;padding:0 1rem 0 2.65rem;font-size:.92rem;color:#111827;outline:none;background-color:#fff;box-sizing:border-box;transition:border-color .15s ease}.field-input-box input:focus,.field-input-box select:focus{border-color:#15803d;box-shadow:0 0 0 3px #15803d1a}.delivery-field-group textarea{width:100%;border:1.5px solid #d1d5db;border-radius:8px;padding:.75rem 1rem;font-size:.9rem;color:#111827;outline:none;font-family:inherit;box-sizing:border-box;resize:vertical}.delivery-field-group textarea:focus{border-color:#15803d;box-shadow:0 0 0 3px #15803d1a}.delivery-form-action-footer{display:flex;flex-direction:column;align-items:flex-end;gap:.85rem;padding-top:1.25rem;border-top:1px solid #f1f5f9}.compact-button-wrapper{display:flex;justify-content:flex-end;width:100%}.btn-paystack-proceed-compact{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:46px;padding:0 1.75rem;background-color:#15803d;color:#fff;border:none;border-radius:24px;font-family:var(--mf-font-family-display);font-size:.96rem;font-weight:800;cursor:pointer;box-shadow:0 2px 8px #15803d33;transition:all .15s ease}.btn-paystack-proceed-compact:hover{background-color:#166534;transform:translateY(-1px);box-shadow:0 4px 12px #15803d4d}.btn-paystack-proceed-compact:disabled{opacity:.7;cursor:not-allowed}.btn-action-spinner{width:18px;height:18px;border:2px solid #ffffff;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}.paystack-secure-badge-footer{display:flex;align-items:center;justify-content:flex-end;gap:6px;font-size:.74rem;color:#64748b;width:100%}@media (max-width: 900px){.delivery-two-column-layout,.delivery-form-inputs-grid{grid-template-columns:1fr}.delivery-field-group.full-row{grid-column:span 1}}@media (max-width: 600px){.delivery-confirmation-page-wrapper{padding:.75rem .5rem 2rem}.compact-button-wrapper,.btn-paystack-proceed-compact{width:100%}.delivery-form-action-footer{align-items:center}.paystack-secure-badge-footer{justify-content:center}}.orders-dashboard-wrapper{max-width:1200px;width:100%;margin:0 auto;padding:1.5rem 1.5rem 4rem;font-family:var(--mf-font-family);color:#1e293b;box-sizing:border-box}.orders-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.orders-main-heading{font-family:var(--mf-font-family-display);font-size:1.65rem;font-weight:800;color:#0f172a;margin:0 0 4px;letter-spacing:-.02em}.orders-main-subtitle{font-size:.88rem;color:#64748b;margin:0}.orders-search-and-filter-row{display:flex;align-items:center;gap:8px}.orders-search-input-box input{height:40px;width:240px;border:1px solid #d1d5db;border-radius:8px;padding:0 12px;font-size:.86rem;outline:none;background-color:#fff}.orders-search-input-box input:focus{border-color:#15803d}.btn-orders-filter-trigger{height:40px;display:flex;align-items:center;gap:6px;border:1px solid #d1d5db;background-color:#fff;border-radius:8px;padding:0 14px;font-size:.86rem;font-weight:600;color:#334155;cursor:pointer}.orders-filter-tabs-strip{display:flex;align-items:center;gap:8px;margin-bottom:1.5rem;overflow-x:auto;padding-bottom:4px}.order-tab-chip{background-color:#f1f5f9;border:1px solid transparent;border-radius:20px;padding:6px 14px;font-size:.82rem;font-weight:600;color:#475569;cursor:pointer;white-space:nowrap;transition:all .15s ease}.order-tab-chip:hover{background-color:#e2e8f0;color:#0f172a}.order-tab-chip.active{background-color:#ecfdf5;border-color:#a7f3d0;color:#065f46;font-weight:750}.orders-card-stream-list{display:flex;flex-direction:column;gap:1rem}.order-dashboard-row-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.25rem 1.5rem;display:grid;grid-template-columns:240px 140px 1fr auto;align-items:center;gap:1.5rem;box-shadow:0 1px 3px #00000005;transition:all .15s ease}.order-dashboard-row-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0000000a}.order-left-identity-col{display:flex;align-items:center;gap:12px}.order-farmer-avatar-img{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid #e2e8f0}.order-identity-text{display:flex;flex-direction:column}.order-shop-status-line{display:flex;align-items:center;gap:6px;margin-bottom:2px}.order-shop-name-txt{font-size:.94rem;font-weight:750;color:#0f172a}.order-status-badge{font-size:.68rem;font-weight:700;padding:1px 6px;border-radius:4px}.order-status-badge.in_delivery{background-color:#ecfdf5;color:#059669}.order-status-badge.delivered{background-color:#f0fdf4;color:#16a34a}.order-status-badge.confirmed{background-color:#eff6ff;color:#2563eb}.order-id-sub{font-size:.76rem;color:#64748b}.order-date-sub{font-size:.72rem;color:#94a3b8}.order-price-items-col{display:flex;flex-direction:column}.order-items-count-lbl{font-size:.75rem;color:#64748b}.order-price-val{font-family:var(--mf-font-family-display);font-size:1.15rem;font-weight:850;color:#0f172a}.order-paid-tag{display:inline-block;background-color:#ecfdf5;color:#059669;font-size:.65rem;font-weight:750;padding:1px 6px;border-radius:4px;width:fit-content;margin-top:2px}.order-mini-timeline-col{display:flex;align-items:center;gap:6px}.mini-timeline-step{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:.68rem;color:#94a3b8;min-width:65px;text-align:center}.mini-dot{width:22px;height:22px;border-radius:50%;background-color:#f1f5f9;color:#64748b;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.68rem}.mini-timeline-step.done{color:#15803d}.mini-timeline-step.done .mini-dot{background-color:#15803d;color:#fff}.mini-lbl{font-weight:700}.mini-time{font-size:.62rem;color:#94a3b8}.mini-track{flex:1;height:2px;background-color:#e2e8f0;margin-bottom:16px}.mini-track.done{background-color:#15803d}.order-actions-right-col{display:flex;align-items:center;gap:6px}.btn-view-order-clean{background-color:#fff;border:1px solid #15803d;color:#15803d;border-radius:20px;padding:6px 14px;font-size:.8rem;font-weight:700;cursor:pointer;transition:all .15s ease}.btn-view-order-clean:hover{background-color:#15803d;color:#fff}.btn-more-options-icon{background:none;border:none;cursor:pointer;display:flex;align-items:center;padding:4px;color:#64748b}.order-bottom-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0f172a73;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000;display:flex;align-items:flex-end;justify-content:flex-start;animation:fadeInBackdrop .2s ease-out}@keyframes fadeInBackdrop{0%{opacity:0}to{opacity:1}}.order-bottom-sheet-dialog{width:100%;max-width:1200px;margin:0 auto;height:60vh;min-height:440px;max-height:70vh;background-color:#fff;border-radius:22px 22px 0 0;box-shadow:0 -10px 40px #00000026;overflow-y:auto;padding:1rem 2rem 2rem;box-sizing:border-box;animation:slideUpSheet .28s cubic-bezier(.16,1,.3,1)}@keyframes slideUpSheet{0%{transform:translateY(100%)}to{transform:translateY(0)}}.sheet-drag-handle-pill{width:54px;height:6px;background-color:#cbd5e1;border-radius:4px;margin:0 auto .85rem;cursor:pointer;transition:all .15s ease}.sheet-drag-handle-pill:hover{background-color:#94a3b8;transform:scaleY(1.2)}.sheet-header-top-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.sheet-header-left{display:flex;align-items:center;gap:12px}.sheet-order-id-title{font-family:var(--mf-font-family-display);font-size:1.55rem;font-weight:850;color:#0f172a;margin:0;letter-spacing:-.02em}.sheet-status-badge{display:inline-flex;align-items:center;gap:5px;font-size:.78rem;font-weight:750;padding:3px 10px;border-radius:20px}.sheet-status-badge.in-delivery{background-color:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.sheet-close-round-btn{width:36px;height:36px;border-radius:50%;background-color:#f1f5f9;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.sheet-close-round-btn:hover{background-color:#e2e8f0;transform:scale(1.05)}.sheet-farmer-and-meta-row{display:flex;align-items:center;justify-content:space-between;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1rem 1.25rem;margin-bottom:1rem}.sheet-farmer-identity-box{display:flex;align-items:center;gap:12px}.sheet-farmer-avatar{width:46px;height:46px;border-radius:50%;object-fit:cover;border:2px solid #e2e8f0}.sheet-farmer-text-col{display:flex;flex-direction:column;gap:4px}.farmer-name-badge-line{display:flex;align-items:center;gap:6px}.sheet-farmer-name{font-size:1rem;font-weight:800;color:#0f172a}.verified-green-tag{display:inline-flex;align-items:center;gap:3px;background-color:#ecfdf5;color:#059669;font-size:.68rem;font-weight:750;padding:1px 6px;border-radius:4px}.sheet-farmer-action-buttons{display:flex;align-items:center;gap:8px}.btn-sheet-message-farmer{display:inline-flex;align-items:center;gap:5px;background-color:#fff;border:1px solid #cbd5e1;color:#15803d;font-size:.76rem;font-weight:700;padding:4px 10px;border-radius:6px;cursor:pointer}.btn-sheet-view-shop{background-color:#fff;border:1px solid #cbd5e1;color:#334155;font-size:.76rem;font-weight:600;padding:4px 10px;border-radius:6px;cursor:pointer}.sheet-timestamps-box{display:flex;gap:2rem;text-align:right}.timestamp-item{display:flex;flex-direction:column;gap:2px}.time-lbl{font-size:.72rem;color:#64748b}.time-val{font-size:.84rem;color:#0f172a;font-weight:700}.time-val.green{color:#15803d}.sheet-delivery-alert-banner{display:flex;align-items:center;gap:12px;background-color:#ecfdf5;border:1px solid #a7f3d0;border-radius:10px;padding:.85rem 1.25rem;margin-bottom:1.5rem}.banner-copy-col strong{display:block;font-size:.88rem;color:#065f46;margin-bottom:2px}.banner-copy-col p{font-size:.8rem;color:#047857;margin:0}.sheet-two-column-grid{display:grid;grid-template-columns:1fr 380px;gap:1.75rem;align-items:start}.sheet-left-column{display:flex;flex-direction:column;gap:1.5rem}.sheet-card-section{background-color:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.5rem;box-shadow:0 1px 3px #00000005}.section-card-heading{font-family:var(--mf-font-family-display);font-size:1.05rem;font-weight:800;color:#0f172a;margin:0 0 1.25rem}.sheet-progression-timeline{display:flex;align-items:center;justify-content:space-between;padding:0 1rem}.progression-node{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:.78rem;color:#94a3b8;text-align:center;min-width:80px}.progression-node .node-circle{width:28px;height:28px;border-radius:50%;background-color:#f1f5f9;color:#64748b;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.78rem}.progression-node.done{color:#15803d}.progression-node.done .node-circle{background-color:#15803d;color:#fff}.progression-node.active{color:#15803d;font-weight:800}.progression-node.active .node-circle{background-color:#15803d;color:#fff;box-shadow:0 0 0 4px #15803d33}.node-title{font-weight:750}.node-time{font-size:.68rem;color:#64748b}.progression-line{flex:1;height:3px;background-color:#e2e8f0;margin:0 6px 20px}.progression-line.done{background-color:#15803d}.sheet-items-table{display:flex;flex-direction:column;margin-bottom:1.25rem}.items-table-header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;padding:.75rem 0;border-bottom:1px solid #e2e8f0;font-size:.76rem;font-weight:750;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.items-table-body{display:flex;flex-direction:column}.items-table-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;align-items:center;padding:.95rem 0;border-bottom:1px solid #f8fafc}.items-table-row:last-child{border-bottom:none}.product-cell{display:flex;align-items:center;gap:12px}.product-table-thumb{width:48px;height:48px;border-radius:8px;object-fit:cover;border:1px solid #f1f5f9;background-color:#f8fafc}.product-title-group{display:flex;flex-direction:column}.table-item-name{font-size:.92rem;color:#0f172a}.table-item-farm{font-size:.74rem;color:#64748b}.col-price,.col-qty,.col-sub{font-size:.86rem;color:#334155}.col-sub strong{font-family:var(--mf-font-family-display);font-weight:800;color:#0f172a}.btn-buy-again-from-shop{display:inline-flex;align-items:center;gap:6px;background-color:#fff;border:1px solid #cbd5e1;color:#15803d;font-size:.82rem;font-weight:700;padding:8px 16px;border-radius:8px;cursor:pointer;transition:all .15s ease}.btn-buy-again-from-shop:hover{background-color:#f0fdf4;border-color:#15803d}.sheet-right-column{display:flex;flex-direction:column;gap:1.25rem}.sheet-side-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.25rem;box-shadow:0 1px 3px #00000005}.summary-key-val-list{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1rem}.summary-kv-row{display:flex;align-items:center;justify-content:space-between;font-size:.84rem}.kv-key{color:#64748b}.kv-val{color:#0f172a;font-weight:700}.kv-val.code{font-family:monospace;font-size:.78rem}.paystack-brand-pill{font-family:var(--mf-font-family-display);font-size:.74rem;font-weight:800;color:#0ba4db}.paid-green-pill{background-color:#ecfdf5;color:#059669;font-size:.68rem;font-weight:750;padding:2px 7px;border-radius:4px}.summary-kv-row.highlight{padding-top:.65rem;border-top:1px dashed #e2e8f0;font-size:.95rem}.kv-val.green{font-family:var(--mf-font-family-display);font-size:1.25rem;font-weight:850;color:#15803d}.summary-costs-breakdown{display:flex;flex-direction:column;gap:.5rem;padding-top:.85rem;border-top:1px solid #f1f5f9;font-size:.82rem;color:#475569}.cost-row{display:flex;align-items:center;justify-content:space-between}.cost-row.total-row{padding-top:.5rem;border-top:1px solid #f1f5f9;font-size:.95rem;color:#0f172a}.cost-total-val{font-family:var(--mf-font-family-display);font-size:1.25rem;font-weight:850;color:#15803d}.delivery-recipient-box{display:flex;flex-direction:column;gap:4px;margin-bottom:1rem;padding-bottom:.85rem;border-bottom:1px solid #f1f5f9}.recipient-name-tag-row{display:flex;align-items:center;gap:6px;font-size:.86rem}.recipient-name{font-weight:800;color:#0f172a}.home-tag-pill{background-color:#ecfdf5;color:#059669;font-size:.65rem;font-weight:750;padding:1px 6px;border-radius:4px}.delivery-address-copy{font-size:.84rem;color:#334155;margin:2px 0 0;line-height:1.35}.recipient-phone-txt{font-size:.8rem;color:#15803d;font-weight:600}.btn-view-on-map{display:inline-flex;align-items:center;gap:4px;background-color:#fff;border:1px solid #cbd5e1;color:#15803d;font-size:.74rem;font-weight:700;padding:3px 8px;border-radius:6px;cursor:pointer;width:fit-content;margin-top:6px}.delivery-meta-kv-stack{display:flex;flex-direction:column;gap:.65rem;font-size:.82rem}.del-meta-row{display:flex;align-items:center;justify-content:space-between}.del-meta-row.notes{flex-direction:column;align-items:flex-start;gap:2px}.del-lbl{color:#64748b}.del-val{color:#0f172a;font-weight:600}.del-notes-txt{font-size:.78rem;color:#475569;margin:0;font-style:italic}.need-help-card{background-color:#fefce8;border-color:#fef08a}.need-help-title{font-family:var(--mf-font-family-display);font-size:.92rem;font-weight:800;color:#854d0e;margin:0 0 4px}.need-help-desc{font-size:.78rem;color:#a16207;margin:0 0 10px}.btn-need-help-message{display:inline-flex;align-items:center;gap:6px;background-color:#fff;border:1px solid #fef08a;color:#15803d;font-size:.8rem;font-weight:700;padding:6px 12px;border-radius:6px;cursor:pointer}@media (max-width: 1024px){.order-dashboard-row-card{grid-template-columns:1fr;gap:1rem}.sheet-two-column-grid{grid-template-columns:1fr}}@media (max-width: 640px){.buyer-orders-dashboard-wrapper{padding:.75rem .5rem 2rem}.orders-filter-tabs-row{overflow-x:auto;white-space:nowrap;padding-bottom:6px;gap:4px;-webkit-overflow-scrolling:touch}.orders-filter-tabs-row::-webkit-scrollbar{display:none}.order-filter-tab-pill{padding:6px 10px;font-size:.78rem}.order-card-col-3{flex-direction:row;justify-content:space-between;align-items:center;border-top:1px solid #f1f5f9;padding-top:.75rem}.order-details-slide-sheet{max-height:88vh!important;padding:1.25rem 1rem!important}}.order-details-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#1c241f8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1300;display:flex;align-items:center;justify-content:center;padding:1.5rem}.order-details-modal{background-color:var(--mf-color-pure-white);border-radius:var(--mf-radius-xl);border:1px solid var(--mf-border);max-width:640px;width:100%;max-height:88vh;overflow-y:auto;box-shadow:var(--mf-shadow-xl);animation:scaleInModal .2s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}@keyframes scaleInModal{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}.order-details-header{padding:1.35rem 1.75rem;border-bottom:1px solid var(--mf-border);display:flex;align-items:center;justify-content:space-between;background-color:var(--mf-bg-main)}.order-details-header-title{font-family:var(--mf-font-family-display);font-size:1.25rem;font-weight:800;color:var(--mf-text-primary);margin-bottom:.2rem}.order-details-header-meta{font-size:.825rem;color:var(--mf-text-secondary)}.order-details-body{padding:1.75rem;display:flex;flex-direction:column;gap:1.5rem}.order-timeline-stepper{display:flex;align-items:flex-start;justify-content:space-between;position:relative;margin:.5rem 0}.timeline-step-item{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;position:relative;z-index:1}.timeline-step-circle{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;background-color:var(--mf-border);color:var(--mf-text-secondary);margin-bottom:.5rem;transition:all .2s ease}.timeline-step-item.completed .timeline-step-circle{background-color:#15803d;color:#fff}.timeline-step-label{font-size:.825rem;color:var(--mf-text-primary);display:block}.timeline-step-time{font-size:.725rem;color:var(--mf-text-secondary);display:block;margin-top:2px}.timeline-step-connector{position:absolute;top:16px;left:50%;width:100%;height:2px;background-color:var(--mf-border);z-index:-1}.timeline-step-connector.active{background-color:#15803d}.order-details-section{padding:1.25rem;background-color:var(--mf-bg-main);border:1px solid var(--mf-border);border-radius:var(--mf-radius-lg)}.order-details-section-title{font-size:.8rem;font-weight:700;color:var(--mf-text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;display:flex;align-items:center;gap:.4rem}.order-details-shop-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.order-details-items-table{display:flex;flex-direction:column;gap:.85rem}.order-details-item-row{display:flex;align-items:center;justify-content:space-between;padding-bottom:.75rem;border-bottom:1px dashed var(--mf-border)}.order-details-item-row:last-child{border-bottom:none;padding-bottom:0}.order-details-financial-row{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;margin-bottom:.5rem;color:var(--mf-text-secondary)}.order-details-financial-row.total{border-top:1px solid var(--mf-border);padding-top:.75rem;margin-top:.75rem;font-size:1.2rem;font-weight:800;color:var(--mf-primary-dark)}.order-details-footer{padding:1.25rem 1.75rem;border-top:1px solid var(--mf-border);background-color:var(--mf-bg-main);display:flex;align-items:center;justify-content:flex-end;gap:.75rem}.track-order-container{max-width:960px;width:100%;margin:0 auto;padding:2.5rem 1.5rem 5rem}.track-order-header{margin-bottom:2rem}.track-order-grid{display:grid;grid-template-columns:1fr 360px;gap:2rem;align-items:start}.track-card{background-color:var(--mf-color-pure-white);border-radius:var(--mf-radius-xl);border:1px solid var(--mf-border);padding:2rem;margin-bottom:2rem;box-shadow:var(--mf-shadow-sm)}.track-card-title{font-family:var(--mf-font-family-display);font-size:1.25rem;font-weight:700;color:var(--mf-text-primary);margin-bottom:.35rem}.track-card-subtitle{font-size:.85rem;color:var(--mf-text-secondary);margin-bottom:1.5rem}.latest-status-banner{background-color:#f0fdf4;border:1px solid #BBF7D0;border-radius:var(--mf-radius-lg);padding:1.25rem 1.5rem;margin-bottom:2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.status-timeline-track{display:flex;flex-direction:column;gap:1.75rem;position:relative;padding-left:2rem;border-left:2px solid var(--mf-border);margin-left:1rem;margin-top:1rem}.status-timeline-node{position:relative}.status-timeline-dot{position:absolute;left:-2.6rem;top:0;width:20px;height:20px;border-radius:50%;background-color:var(--mf-color-pure-white);border:3px solid #CBD5E1;display:flex;align-items:center;justify-content:center}.status-timeline-node.completed .status-timeline-dot{border-color:#15803d;background-color:#15803d;color:#fff}.status-timeline-node.active .status-timeline-dot{border-color:var(--mf-primary);background-color:var(--mf-color-pure-white)}.status-timeline-title{font-size:1rem;font-weight:700;color:var(--mf-text-primary);margin-bottom:.2rem}.status-timeline-note{font-size:.85rem;color:var(--mf-text-secondary);line-height:1.4}.status-timeline-timestamp{font-size:.775rem;color:var(--mf-text-secondary);margin-top:4px}.farmer-contact-card{background-color:var(--mf-color-pure-white);border-radius:var(--mf-radius-xl);border:1px solid var(--mf-border);padding:1.75rem;margin-bottom:1.75rem;box-shadow:var(--mf-shadow-sm)}.farmer-contact-header{display:flex;align-items:center;gap:.85rem;margin-bottom:1.25rem}.farmer-contact-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:1.5px solid var(--mf-border)}@media (max-width: 860px){.track-order-grid{grid-template-columns:1fr}}.inbox-page-scratch{min-height:60vh;padding:2rem 1.5rem}.buyer-settings-page-wrapper{max-width:1200px;width:100%;margin:0 auto;padding:1.5rem 1.5rem 4rem;font-family:var(--mf-font-family);color:#1e293b;box-sizing:border-box}.settings-breadcrumbs{display:flex;align-items:center;gap:6px;font-size:.82rem;color:#64748b;margin-bottom:1.25rem}.settings-breadcrumbs a{color:#64748b;text-decoration:none}.settings-breadcrumbs a:hover{color:var(--mf-primary-dark)}.settings-breadcrumbs .crumb-sep{color:#cbd5e1;font-size:.75rem}.settings-breadcrumbs .crumb-current{color:#1e293b;font-weight:600}.settings-header-banner{margin-bottom:1.75rem}.settings-main-title{font-family:var(--mf-font-family-display);font-size:1.65rem;font-weight:800;color:#0f172a;margin:0 0 4px;letter-spacing:-.02em}.settings-main-subtitle{font-size:.88rem;color:#64748b;margin:0}.settings-success-alert{display:flex;align-items:center;gap:8px;background-color:#f0fdf4;border:1px solid #bbf7d0;color:#166534;padding:.75rem 1.25rem;border-radius:10px;font-size:.86rem;font-weight:600;margin-bottom:1.5rem}.settings-layout-grid{display:grid;grid-template-columns:280px 1fr;gap:2rem;align-items:start}.settings-nav-sidebar{display:flex;flex-direction:column}.settings-nav-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.25rem;box-shadow:0 1px 3px #00000005;display:flex;flex-direction:column;gap:1.25rem}.settings-user-summary-head{display:flex;align-items:center;gap:12px;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}.settings-user-avatar-circle{width:46px;height:46px;border-radius:50%;background-color:#15803d;color:#fff;font-family:var(--mf-font-family-display);font-size:1.25rem;font-weight:800;display:flex;align-items:center;justify-content:center}.settings-user-meta{display:flex;flex-direction:column}.settings-user-name{font-size:.95rem;font-weight:800;color:#0f172a}.settings-user-role-badge{font-size:.72rem;color:#16a34a;font-weight:600}.settings-nav-links-list{display:flex;flex-direction:column;gap:4px}.settings-nav-tab-btn{display:flex;align-items:center;gap:10px;background:none;border:none;padding:.75rem 1rem;border-radius:10px;font-size:.88rem;font-weight:600;color:#475569;cursor:pointer;text-align:left;transition:all .15s ease}.settings-nav-tab-btn:hover{background-color:#f8fafc;color:#0f172a}.settings-nav-tab-btn.active{background-color:#ecfdf5;color:#15803d;font-weight:750}.settings-content-panel{display:flex;flex-direction:column}.settings-content-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.75rem;box-shadow:0 1px 3px #00000005}.card-top-title-row{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}.card-top-title-row.flex-between{display:flex;align-items:center;justify-content:space-between}.card-section-heading{font-family:var(--mf-font-family-display);font-size:1.25rem;font-weight:800;color:#0f172a;margin:0 0 4px}.card-section-desc{font-size:.84rem;color:#64748b;margin:0}.settings-form-stack{display:flex;flex-direction:column;gap:1.5rem}.settings-fields-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.settings-input-group{display:flex;flex-direction:column;gap:6px}.settings-input-group.full-width{grid-column:span 2}.settings-input-group label{font-size:.8rem;font-weight:700;color:#334155}.input-box-wrapper{position:relative;display:flex;align-items:center}.input-box-wrapper .material-symbols-outlined{position:absolute;left:12px;pointer-events:none}.input-box-wrapper input,.input-box-wrapper select,.settings-input-group input,.settings-input-group select{width:100%;height:44px;border:1.5px solid #d1d5db;border-radius:8px;padding:0 1rem 0 2.65rem;font-size:.9rem;color:#111827;outline:none;background-color:#fff;box-sizing:border-box}.settings-input-group input:not(.input-box-wrapper input),.settings-input-group select:not(.input-box-wrapper select){padding:0 1rem}.input-box-wrapper input:focus,.input-box-wrapper select:focus,.settings-input-group input:focus,.settings-input-group select:focus{border-color:#15803d;box-shadow:0 0 0 3px #15803d1a}.settings-form-submit-row{display:flex;justify-content:flex-start;padding-top:1rem;border-top:1px solid #f1f5f9}.btn-save-settings-primary{display:inline-flex;align-items:center;gap:8px;background-color:#15803d;color:#fff;border:none;border-radius:8px;padding:.7rem 1.5rem;font-size:.9rem;font-weight:750;cursor:pointer;transition:all .15s ease}.btn-save-settings-primary:hover{background-color:#166534}.btn-add-location-trigger{display:inline-flex;align-items:center;gap:6px;background-color:#f0fdf4;border:1px solid #bbf7d0;color:#15803d;font-size:.82rem;font-weight:700;padding:6px 12px;border-radius:8px;cursor:pointer}.add-address-form-box{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:1rem}.sub-form-heading{font-size:.95rem;font-weight:800;color:#0f172a;margin:0}.sub-form-action-row{display:flex;gap:10px}.btn-cancel-flat{background:none;border:1px solid #cbd5e1;border-radius:8px;padding:.7rem 1.25rem;font-size:.86rem;font-weight:600;color:#64748b;cursor:pointer}.saved-addresses-cards-list{display:flex;flex-direction:column;gap:1rem}.address-item-card{border:1px solid #e2e8f0;border-radius:12px;padding:1.15rem;background-color:#fff;display:flex;flex-direction:column;gap:6px}.address-item-card.default{border-color:#86efac;background-color:#fcfdfc}.address-card-head{display:flex;align-items:center;justify-content:space-between}.address-label-line{display:flex;align-items:center;gap:6px}.address-label-text{font-size:.92rem;font-weight:800;color:#0f172a}.default-address-pill{background-color:#ecfdf5;color:#059669;font-size:.68rem;font-weight:750;padding:2px 7px;border-radius:4px}.address-actions-line{display:flex;align-items:center;gap:8px}.btn-set-default-action{background:none;border:1px solid #cbd5e1;border-radius:4px;padding:2px 8px;font-size:.72rem;font-weight:600;color:#64748b;cursor:pointer}.btn-delete-addr-icon{background:none;border:none;cursor:pointer;padding:2px}.address-landmark-text{font-size:.86rem;color:#334155;margin:0}.address-footer-meta{display:flex;align-items:center;gap:8px;font-size:.76rem;color:#64748b}.produce-categories-selection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}.produce-interest-chip-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;background-color:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding:1.25rem 1rem;cursor:pointer;transition:all .15s ease;position:relative}.produce-interest-chip-card:hover{border-color:#cbd5e1}.produce-interest-chip-card.selected{border-color:#15803d;background-color:#f0fdf4}.chip-icon-box{width:44px;height:44px;border-radius:50%;background-color:#f8fafc;display:flex;align-items:center;justify-content:center}.produce-interest-chip-card.selected .chip-icon-box{background-color:#dcfce7}.chip-label-txt{font-size:.84rem;color:#0f172a}.chip-check-indicator{position:absolute;top:8px;right:8px;width:20px;height:20px;border-radius:50%;border:1px solid #cbd5e1;font-size:.72rem;display:flex;align-items:center;justify-content:center;color:#64748b}.chip-check-indicator.checked{background-color:#15803d;border-color:#15803d;color:#fff;font-weight:800}.notification-toggles-stack{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.5rem}.notif-toggle-item{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}.notif-text-col{display:flex;flex-direction:column;gap:2px}.notif-title{font-size:.9rem;font-weight:750;color:#0f172a}.notif-desc{font-size:.8rem;color:#64748b;margin:0}.switch-toggle-label{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.switch-toggle-label input{opacity:0;width:0;height:0}.slider-round{position:absolute;cursor:pointer;top:0;right:0;bottom:0;left:0;background-color:#cbd5e1;border-radius:24px;transition:.2s}.slider-round:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:.2s}input:checked+.slider-round{background-color:#15803d}input:checked+.slider-round:before{transform:translate(20px)}.security-info-box{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem}.sec-item-row{display:flex;align-items:center;justify-content:space-between}.sec-item-meta strong{font-size:.9rem;color:#0f172a;display:block;margin-bottom:2px}.sec-item-meta p{font-size:.8rem;color:#64748b;margin:0}.sec-active-tag{background-color:#ecfdf5;color:#059669;font-size:.72rem;font-weight:750;padding:3px 8px;border-radius:4px}.logout-danger-zone{display:flex;align-items:center;justify-content:space-between;background-color:#fef2f2;border:1px solid #fee2e2;border-radius:12px;padding:1.25rem}.danger-title{font-size:.92rem;font-weight:800;color:#991b1b;display:block;margin-bottom:2px}.danger-desc{font-size:.8rem;color:#b91c1c;margin:0}.btn-logout-danger{display:inline-flex;align-items:center;gap:6px;background-color:#fff;border:1px solid #fca5a5;color:#dc2626;border-radius:8px;padding:.6rem 1.25rem;font-size:.84rem;font-weight:750;cursor:pointer;transition:all .15s ease}.btn-logout-danger:hover{background-color:#dc2626;color:#fff}@media (max-width: 900px){.settings-layout-grid,.settings-fields-grid{grid-template-columns:1fr}.settings-input-group.full-width{grid-column:span 1}.produce-categories-selection-grid{grid-template-columns:1fr 1fr}}.payment-verify-fullpage-wrapper{min-height:100vh;background-color:#f8fafc;display:flex;flex-direction:column;font-family:var(--mf-font-family);color:#1e293b;box-sizing:border-box}.verify-standalone-header{background-color:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 2rem}.verify-header-inner{max-width:1000px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.verify-brand-logo{font-size:1.35rem;text-decoration:none;color:#15803d;display:flex;align-items:center;gap:4px}.verify-brand-logo strong{color:#0f172a}.verify-security-badge{display:inline-flex;align-items:center;gap:6px;background-color:#f0fdf4;border:1px solid #bbf7d0;color:#166534;font-size:.78rem;font-weight:700;padding:4px 10px;border-radius:20px}.verify-standalone-main{flex:1;display:flex;align-items:center;justify-content:center;padding:2.5rem 1.5rem}.verify-card-container{background-color:#fff;border:1px solid #e2e8f0;border-radius:20px;max-width:640px;width:100%;padding:2.5rem;box-shadow:0 20px 40px #0000000f}.verify-stepper-track{display:flex;align-items:center;justify-content:space-between;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid #f1f5f9}.step-node{display:flex;flex-direction:column;align-items:center;gap:4px;opacity:.45;transition:opacity .2s ease}.step-node.done{opacity:1}.node-num{width:28px;height:28px;border-radius:50%;background-color:#f1f5f9;color:#64748b;font-weight:800;font-size:.8rem;display:flex;align-items:center;justify-content:center}.step-node.done .node-num{background-color:#15803d;color:#fff}.node-lbl{font-size:.72rem;color:#475569;font-weight:700}.track-line{flex:1;height:2px;background-color:#e2e8f0;margin:0 8px 16px}.track-line.done{background-color:#15803d}.verify-status-box{min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.verify-state-block{display:flex;flex-direction:column;align-items:center;max-width:520px}.verify-pulsing-spinner{width:56px;height:56px;border-radius:50%;border:4px solid #e2e8f0;border-top-color:#15803d;animation:spin .9s linear infinite;margin-bottom:1.5rem}.verify-pulsing-spinner.paystack-brand{border-top-color:#0ba4db}.verify-pulsing-spinner.green{border-top-color:#16a34a}@keyframes spin{to{transform:rotate(360deg)}}.verify-state-heading{font-family:var(--mf-font-family-display);font-size:1.45rem;font-weight:850;color:#0f172a;margin:0 0 .5rem;letter-spacing:-.02em}.verify-state-copy{font-size:.9rem;color:#64748b;line-height:1.5;margin:0 0 1.5rem}.verify-state-copy code{background-color:#f1f5f9;color:#0f172a;padding:2px 6px;border-radius:4px;font-size:.85em}.success-icon-badge{width:68px;height:68px;border-radius:50%;background-color:#15803d;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;box-shadow:0 10px 20px #15803d40;animation:bounceBadge .4s ease-out}@keyframes bounceBadge{0%{transform:scale(.6);opacity:0}60%{transform:scale(1.15);opacity:1}to{transform:scale(1)}}.verify-receipt-card{width:100%;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem;text-align:left}.receipt-row{display:flex;align-items:center;justify-content:space-between;font-size:.86rem}.receipt-lbl{color:#64748b}.receipt-val{color:#0f172a}.receipt-val.price{font-family:var(--mf-font-family-display);font-weight:850;color:#15803d;font-size:1.05rem}.receipt-val.ref{font-family:monospace;font-size:.82rem;color:#0284c7}.receipt-status-tag{background-color:#ecfdf5;color:#059669;font-size:.72rem;font-weight:750;padding:2px 8px;border-radius:4px}.paystack-split-breakdown-box{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.85rem;display:flex;flex-direction:column;gap:4px}.split-line-item{display:flex;align-items:center;justify-content:space-between;font-size:.82rem}.split-line-item.mt-2{margin-top:6px;padding-top:6px;border-top:1px dashed #f1f5f9}.split-meta{display:flex;align-items:center;gap:6px;color:#475569}.split-val{font-weight:750;color:#0f172a}.split-val.green{color:#15803d}.split-subaccount-tag{font-size:.72rem;color:#64748b;margin-left:20px}.split-subaccount-tag code{background-color:#f1f5f9;padding:1px 4px;border-radius:4px;color:#0369a1}.redirect-countdown-text{font-size:.84rem;color:#64748b;margin-bottom:1.25rem}.btn-go-to-orders{display:inline-flex;align-items:center;gap:8px;background-color:#15803d;color:#fff;border:none;padding:.75rem 1.75rem;border-radius:24px;font-family:var(--mf-font-family-display);font-size:.92rem;font-weight:750;cursor:pointer;transition:opacity .15s ease}.btn-go-to-orders:hover{opacity:.92}.verify-trust-footer{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;padding-top:1.5rem;border-top:1px solid #f1f5f9;text-align:center}.trust-point{display:flex;align-items:center;justify-content:center;gap:5px;font-size:.74rem;color:#475569;font-weight:600}.verify-standalone-foot{text-align:center;padding:1.25rem 2rem;font-size:.78rem;color:#94a3b8;background-color:#fff;border-top:1px solid #e2e8f0}@media (max-width: 600px){.verify-card-container{padding:1.5rem}.verify-trust-footer{grid-template-columns:1fr;gap:.5rem}.verify-stepper-track{flex-wrap:wrap;gap:.5rem}}.farmer-onboard-screen{min-height:100vh;width:100vw;background-color:#fff;display:flex;flex-direction:column;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;color:#0f172a;box-sizing:border-box}.farmer-onboard-top-nav{width:100%;padding:1.5rem clamp(1.25rem,5vw,3.5rem);display:flex;align-items:center;justify-content:space-between;box-sizing:border-box}.farmer-onboard-brand{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none}.farmer-onboard-leaf-icon{width:22px;height:22px;color:#2e7d32}.farmer-onboard-brand-name{font-size:1.25rem;font-weight:850;letter-spacing:-.03em;color:#12381d}.farmer-onboard-step-tracker{display:flex;flex-direction:column;align-items:flex-end;gap:.4rem}.farmer-step-count-label{font-size:.8rem;font-weight:750;color:#64748b}.farmer-progress-segmented-track{display:flex;gap:.35rem;width:180px}.farmer-progress-segment{flex:1;height:4px;border-radius:9999px;background-color:#e2e8f0;transition:background-color .3s ease}.farmer-progress-segment.completed{background-color:#2e6b20}.farmer-onboard-canvas-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem 1.5rem 5rem}.farmer-canvas-inner{width:100%;max-width:820px;display:flex;flex-direction:column;text-align:left}.farmer-step-canvas-view{animation:mfCanvasFade .25s ease-out forwards}@keyframes mfCanvasFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.farmer-canvas-title{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:clamp(2rem,4.5vw,2.5rem);font-weight:850;color:#0f172a;letter-spacing:-.035em;margin:0 0 .65rem;line-height:1.15}.farmer-canvas-desc{font-size:1rem;color:#64748b;line-height:1.55;margin:0 0 2.5rem;max-width:620px}.farmer-canvas-prompt-row{margin-bottom:1.25rem}.farmer-canvas-prompt-text{font-size:.95rem;font-weight:800;color:#0f172a}.farmer-3col-choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2.75rem}.farmer-choice-block{border:1.5px solid #e2e8f0;border-radius:14px;padding:1.5rem 1.35rem;background-color:#fff;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;justify-content:flex-start}.farmer-choice-block:hover{border-color:#94a3b8;transform:translateY(-2px)}.farmer-choice-block.active{border-color:#2e6b20;background-color:#f6fbf7;box-shadow:0 0 0 3px #2e6b201f}.farmer-choice-title{font-size:1.05rem;font-weight:800;color:#0f172a;margin:0 0 .45rem;line-height:1.3}.farmer-choice-block.active .farmer-choice-title{color:#12381d}.farmer-choice-desc{font-size:.86rem;color:#64748b;line-height:1.5;margin:0}.farmer-multi-cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2.75rem}.farmer-cat-pill-block{border:1.5px solid #e2e8f0;border-radius:12px;padding:1.15rem 1.25rem;background-color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:space-between;font-size:.96rem;font-weight:750;color:#0f172a;transition:all .15s ease}.farmer-cat-pill-block:hover{border-color:#94a3b8}.farmer-cat-pill-block.active{border-color:#2e6b20;background-color:#f6fbf7;color:#12381d}.farmer-cat-check{color:#2e6b20}.farmer-location-inputs-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1rem}.farmer-input-field-col{display:flex;flex-direction:column;gap:.5rem}.farmer-field-label{font-size:.88rem;font-weight:750;color:#0f172a}.farmer-select-input,.farmer-text-input{width:100%;height:52px;border-radius:10px;border:1.5px solid #cbd5e1;background:#fff;padding:0 1rem;font-size:.96rem;font-weight:600;color:#0f172a;font-family:inherit;outline:none;transition:all .15s ease;box-sizing:border-box}.farmer-select-input:focus,.farmer-text-input:focus{border-color:#2e6b20;box-shadow:0 0 0 3px #2e6b2026}.farmer-settings-note{font-size:.82rem;color:#64748b;display:block;margin-bottom:2.75rem}.farmer-canvas-action-row{display:flex;align-items:center;justify-content:flex-end;gap:1rem}.farmer-canvas-submit-btn{height:48px;padding:0 1.75rem;border-radius:10px;border:none;background-color:#2e6b20;color:#fff;font-size:.94rem;font-weight:750;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease;box-shadow:0 4px 14px #2e6b2038}.farmer-canvas-submit-btn:hover:not(:disabled){background-color:#245618;transform:translateY(-1px);box-shadow:0 6px 18px #2e6b2047}.farmer-canvas-submit-btn:disabled{opacity:.5;cursor:not-allowed}.farmer-canvas-back-btn{height:48px;padding:0 1.25rem;border-radius:10px;border:1.5px solid #cbd5e1;background:#fff;color:#475569;font-size:.92rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem;transition:all .15s ease}.farmer-canvas-back-btn:hover{background:#f8fafc;color:#0f172a}.farmer-status-center-stage{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:520px}.farmer-onboard-spinner{color:#2e6b20;animation:mfSpin .9s linear infinite;margin-bottom:1.75rem}.farmer-ready-check-badge{width:64px;height:64px;border-radius:50%;background:#2e6b20;color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:1.75rem;box-shadow:0 8px 24px #2e6b204d}.farmer-canvas-subnote{font-size:.82rem;color:#94a3b8;margin-top:1.5rem}@media (max-width: 768px){.farmer-3col-choice-grid{grid-template-columns:1fr;gap:.85rem}.farmer-multi-cat-grid{grid-template-columns:1fr 1fr}.farmer-location-inputs-grid{grid-template-columns:1fr;gap:1rem}.farmer-onboard-step-tracker{width:130px}.farmer-progress-segmented-track{width:100%}}.farmer-home-viewport{max-width:960px;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:2rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1e293b;-webkit-font-smoothing:antialiased}.farmer-home-header-row{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding-bottom:.25rem}.farmer-header-identity{display:flex;flex-direction:column;gap:.15rem}.farmer-header-greeting{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:700;color:#0f172a;letter-spacing:-.025em;margin:0;line-height:1.25}.farmer-header-shop-name{font-size:.75rem;font-weight:500;color:#64748b;margin:0}.farmer-view-shop-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .85rem;border-radius:8px;border:1px solid #e2e8f0;background-color:#fff;color:#334155;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .15s ease;box-shadow:0 1px 2px #00000008}.farmer-view-shop-btn:hover{background-color:#f8fafc;color:#0f172a;border-color:#cbd5e1}.farmer-arrow-diag{color:#94a3b8;font-size:.8rem}.farmer-new-home-stack{display:flex;flex-direction:column;gap:1.75rem}.farmer-exact-hero-card{background:#fff;border:1px solid rgba(226,232,240,.8);border-radius:24px;padding:2rem 2.5rem;max-width:780px;margin:0 auto;width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:2.5rem;box-shadow:0 10px 30px #0000000a,0 2px 6px #00000005;transition:all .3s cubic-bezier(.16,1,.3,1);cursor:pointer}.farmer-exact-hero-card:hover{transform:translateY(-3px);box-shadow:0 20px 45px #00000014,0 4px 12px #00000008;border-color:#4a8b4659}.farmer-exact-left-col{flex:1;display:flex;flex-direction:column;align-items:flex-start}.farmer-exact-header-text{display:flex;flex-direction:column;gap:.2rem}.farmer-exact-welcome-title{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:750;color:#1e3a1e;letter-spacing:-.02em;margin:0}.farmer-exact-welcome-sub{font-size:.75rem;color:#64748b;margin:0}.farmer-exact-wreath-container{position:relative;width:290px;height:135px;display:flex;align-items:center;justify-content:center;margin:1rem 0 1.25rem;transition:transform .3s ease}.farmer-exact-hero-card:hover .farmer-exact-wreath-container{transform:scale(1.02)}.farmer-exact-arc-svg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.farmer-exact-add-title{position:relative;z-index:2;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:800;color:#1e3a1e;line-height:1.15;letter-spacing:-.02em;text-align:center;margin:0}.farmer-exact-get-started-btn{height:40px;padding:0 2.25rem;border-radius:10px;border:none;background-color:#4a8b46;color:#fff;font-size:.875rem;font-weight:650;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:all .15s ease;box-shadow:0 4px 12px #4a8b4647}.farmer-exact-get-started-btn:hover{background-color:#3b7337;transform:translateY(-1px);box-shadow:0 6px 16px #4a8b4659}.farmer-exact-right-col{flex-shrink:0;display:flex;justify-content:center}.farmer-exact-tomato-card{width:195px;background-color:#fff;border:2.5px solid #3b7a37;border-radius:20px;padding:.75rem;display:flex;flex-direction:column;gap:.65rem;box-shadow:0 6px 20px #0000000a;transition:transform .3s ease}.farmer-exact-hero-card:hover .farmer-exact-tomato-card{transform:scale(1.03)}.farmer-exact-img-wrap{width:100%;height:145px;border-radius:14px;overflow:hidden;background-color:#f8fafc;display:flex;align-items:center;justify-content:center}.farmer-exact-tomato-img{width:100%;height:100%;object-fit:cover;display:block}.farmer-exact-card-meta{display:flex;flex-direction:column;gap:.15rem;padding:0 .15rem .15rem}.farmer-exact-card-name{font-size:.9375rem;font-weight:750;color:#0f172a}.farmer-exact-card-price{font-size:.8125rem;font-weight:650;color:#3b7a37}.farmer-exact-card-status{font-size:.72rem;font-weight:500;color:#3b7a37}.farmer-getting-started-strip{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.25rem 1.35rem;display:flex;flex-direction:column;gap:.75rem}.farmer-strip-label{font-size:.6875rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#64748b}.farmer-milestones-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem}.farmer-milestone-item{display:flex;align-items:center;gap:.55rem;padding:.7rem .85rem;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0;text-decoration:none}.farmer-milestone-item.done{background:#ecfdf5;border-color:#a7f3d0}.farmer-milestone-item.active-actionable{background:#fff;border-color:#3b7a37;cursor:pointer;box-shadow:0 0 0 1px #3b7a37;transition:transform .15s ease}.farmer-milestone-item.active-actionable:hover{transform:translateY(-1px)}.farmer-milestone-icon-box{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.farmer-milestone-icon-box.done{background:#059669;color:#fff}.farmer-milestone-icon-box.active{background:#3b7a37;color:#fff}.farmer-milestone-icon-box.upcoming{background:#e2e8f0;color:#64748b}.farmer-milestone-text{font-size:.8125rem;font-weight:600;color:#475569;flex:1}.farmer-milestone-text.done{color:#065f46}.farmer-milestone-text.active{color:#0f172a}.farmer-milestone-cta-link{font-size:.75rem;font-weight:700;color:#3b7a37}.farmer-existing-home-stack{display:flex;flex-direction:column;gap:1.75rem}.farmer-section-eyebrow{font-size:.6875rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#64748b;display:block;margin-bottom:.65rem}.farmer-attention-container{display:flex;flex-direction:column}.farmer-attention-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.farmer-attention-card{background:#fff;border:1px solid #fed7aa;border-radius:10px;padding:1.15rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.farmer-attention-card.messages{border-color:#bfdbfe}.farmer-attention-info{display:flex;flex-direction:column;gap:.15rem}.farmer-attention-stat{font-size:.9375rem;font-weight:700;color:#0f172a}.farmer-attention-subtext{font-size:.75rem;color:#64748b}.farmer-attention-btn{height:32px;padding:0 .85rem;border-radius:6px;border:none;font-size:.75rem;font-weight:600;display:inline-flex;align-items:center;gap:.35rem;cursor:pointer;text-decoration:none;transition:all .15s ease;flex-shrink:0}.farmer-attention-btn.orders-btn{background-color:#ea580c;color:#fff}.farmer-attention-btn.orders-btn:hover{background-color:#c2410c}.farmer-attention-btn.messages-btn{background-color:#2563eb;color:#fff}.farmer-attention-btn.messages-btn:hover{background-color:#1d4ed8}.farmer-overview-container{display:flex;flex-direction:column}.farmer-overview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.farmer-overview-metric-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1.25rem 1.35rem;display:flex;flex-direction:column;gap:.3rem;box-shadow:0 1px 2px #00000005}.farmer-metric-title{font-size:.75rem;font-weight:550;color:#64748b}.farmer-metric-number{font-size:1.375rem;font-weight:700;color:#0f172a;letter-spacing:-.02em}.farmer-metric-number.highlight-green{color:#15803d}.farmer-recent-orders-container{display:flex;flex-direction:column}.farmer-recent-orders-top-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.65rem}.farmer-recent-orders-top-row .farmer-section-eyebrow{margin-bottom:0}.farmer-view-all-orders-link{font-size:.75rem;font-weight:600;color:#15803d;text-decoration:none;display:inline-flex;align-items:center;gap:.3rem}.farmer-view-all-orders-link:hover{text-decoration:underline}.farmer-recent-orders-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.farmer-orders-table-wrap{display:flex;flex-direction:column}.farmer-recent-order-row{display:grid;grid-template-columns:1.2fr 1.8fr 1.2fr 1.2fr 1.2fr;align-items:center;padding:.85rem 1.25rem;border-bottom:1px solid #f1f5f9;transition:background-color .15s ease}.farmer-recent-order-row:last-child{border-bottom:none}.farmer-recent-order-row:hover{background-color:#f8fafc}.farmer-order-id-code{font-size:.8125rem;font-weight:700;color:#0f172a}.farmer-order-buyer-name{font-size:.8125rem;color:#475569;font-weight:500}.farmer-order-total-price{font-size:.8125rem;font-weight:700;color:#0f172a}.farmer-status-pill{display:inline-block;font-size:.6875rem;font-weight:700;padding:2px 6px;border-radius:4px;text-transform:uppercase}.status-new{background:#fef3c7;color:#b45309}.status-confirmed{background:#dbeafe;color:#1e40af}.status-in-delivery{background:#f3e8ff;color:#6b21a8}.status-delivered{background:#ecfdf5;color:#065f46}.status-cancelled{background:#f1f5f9;color:#64748b}.farmer-order-view-cta{display:inline-flex;align-items:center;gap:.3rem;font-size:.75rem;font-weight:600;color:#3b7a37;text-decoration:none}.farmer-order-view-cta:hover{text-decoration:underline}.farmer-no-orders-empty{padding:3rem 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.35rem}.farmer-empty-icon{color:#cbd5e1;margin-bottom:.35rem}.farmer-empty-title{font-size:.9375rem;font-weight:700;color:#0f172a;margin:0}.farmer-empty-sub{font-size:.75rem;color:#64748b;margin:0;max-width:360px}.farmer-quick-actions-container{display:flex;flex-direction:column}.farmer-quick-actions-row{display:flex;align-items:center;gap:1rem}.farmer-quick-btn{height:38px;padding:0 1.15rem;border-radius:8px;font-size:.8125rem;font-weight:600;display:inline-flex;align-items:center;gap:.45rem;cursor:pointer;text-decoration:none;transition:all .15s ease}.farmer-quick-btn.primary{background-color:#3b7a37;color:#fff;border:none;box-shadow:0 2px 6px #3b7a3733}.farmer-quick-btn.primary:hover{background-color:#2e602b}.farmer-quick-btn.secondary{background-color:#fff;color:#0f172a;border:1px solid #cbd5e1}.farmer-quick-btn.secondary:hover{background-color:#f8fafc;border-color:#94a3b8}.farmer-home-loader-screen{padding:6rem 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.farmer-home-spinner{color:#3b7a37;animation:mfSpin .85s linear infinite}.farmer-home-loader-text{font-size:.8125rem;font-weight:550;color:#64748b}.farmer-home-error-screen{padding:4rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.farmer-home-error-box{display:flex;align-items:center;gap:.55rem;padding:.75rem 1.15rem;border-radius:8px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:.8125rem;font-weight:600}.farmer-primary-cta-btn{height:36px;padding:0 1.15rem;border-radius:8px;background-color:#3b7a37;color:#fff;font-weight:600;border:none;cursor:pointer}@media (max-width: 860px){.farmer-exact-hero-card{flex-direction:column;align-items:center;text-align:center;gap:2rem;padding:2rem 1.5rem}.farmer-exact-left-col{align-items:center}.farmer-milestones-row{grid-template-columns:1fr;gap:.65rem}.farmer-attention-grid,.farmer-overview-grid{grid-template-columns:1fr;gap:.85rem}.farmer-recent-order-row{grid-template-columns:1fr 1fr;gap:.65rem}}.shopify-products-viewport{max-width:1040px;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1f2937;-webkit-font-smoothing:antialiased}.shopify-products-header{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.shopify-title-wrap{display:flex;align-items:center;gap:.55rem}.shopify-tag-icon{color:#4b5563}.shopify-page-title{font-size:1.375rem;font-weight:750;color:#111827;letter-spacing:-.02em;margin:0}.shopify-header-actions{display:flex;align-items:center;gap:.5rem}.shopify-action-btn{height:32px;padding:0 .85rem;border-radius:8px;background-color:#fff;border:1px solid #d1d5db;color:#374151;font-size:.8125rem;font-weight:600;display:inline-flex;align-items:center;gap:.35rem;cursor:pointer;transition:all .15s ease;box-shadow:0 1px 2px #0000000a}.shopify-action-btn:hover{background-color:#f9fafb;border-color:#9ca3af;color:#111827}.shopify-more-btn{padding:0 .75rem}.shopify-add-product-btn{height:32px;padding:0 1rem;border-radius:8px;background-color:#1a1a1a;color:#fff;font-size:.8125rem;font-weight:650;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;transition:all .15s ease;box-shadow:0 1px 2px #00000014}.shopify-add-product-btn:hover{background-color:#000;transform:translateY(-1px)}.shopify-alert-error{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:8px;background-color:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:.8125rem;font-weight:600}.shopify-table-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 1px 3px #0000000a,0 1px 2px #00000005;overflow:hidden}.shopify-filter-toolbar{display:flex;align-items:center;gap:.75rem;padding:.6rem 1rem;border-bottom:1px solid #f1f5f9;background-color:#fff}.shopify-status-filter-wrap{position:relative;display:flex;align-items:center;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:7px;padding:0 .55rem;height:30px}.shopify-filter-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;font-size:.8125rem;font-weight:600;color:#374151;padding-right:1.25rem;cursor:pointer;outline:none;font-family:inherit}.shopify-select-icon{position:absolute;right:6px;color:#6b7280;pointer-events:none}.shopify-search-wrap{flex:1;display:flex;align-items:center;gap:.5rem;background-color:#fff;padding:0 .5rem}.shopify-search-icon{color:#9ca3af;flex-shrink:0}.shopify-search-input{flex:1;border:none;outline:none;font-size:.8125rem;color:#111827;font-family:inherit}.shopify-search-input::placeholder{color:#9ca3af}.shopify-toolbar-right-icon{color:#6b7280;cursor:pointer;padding:4px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.shopify-toolbar-right-icon:hover{background-color:#f3f4f6;color:#111827}.shopify-table-scroll{width:100%;overflow-x:auto}.shopify-products-table{width:100%;border-collapse:collapse;text-align:left;font-size:.8125rem}.shopify-products-table thead tr{border-bottom:1px solid #f1f5f9;background-color:#fff}.shopify-products-table th{padding:.75rem 1rem;font-size:.75rem;font-weight:600;color:#6b7280;letter-spacing:.02em}.th-checkbox{width:38px;padding-right:0;text-align:center}.th-actions{width:44px;text-align:center}.shopify-table-row{border-bottom:1px solid #f1f5f9;transition:background-color .15s ease;cursor:pointer}.shopify-table-row:last-child{border-bottom:none}.shopify-table-row:hover{background-color:#f9fafb}.shopify-table-row.row-selected{background-color:#f0fdf4}.shopify-products-table td{padding:.75rem 1rem;vertical-align:middle}.td-checkbox{width:38px;padding-right:0;text-align:center}.shopify-checkbox{width:16px;height:16px;border-radius:4px;border:1px solid #d1d5db;cursor:pointer;accent-color:#1a1a1a}.shopify-product-cell{display:flex;align-items:center;gap:.85rem}.shopify-prod-thumb{width:44px;height:44px;border-radius:8px;border:1px solid #e5e7eb;object-fit:cover;background-color:#f3f4f6;flex-shrink:0}.shopify-prod-info{display:flex;flex-direction:column;gap:.15rem}.shopify-prod-name{font-size:.875rem;font-weight:650;color:#111827;line-height:1.25}.shopify-prod-price-sub{font-size:.75rem;color:#6b7280}.shopify-status-badge{display:inline-flex;align-items:center;padding:2px 10px;border-radius:9999px;font-size:.75rem;font-weight:650}.shopify-status-badge.active{background-color:#dcfce7;color:#15803d}.shopify-status-badge.draft{background-color:#f3f4f6;color:#4b5563}.shopify-status-badge.out-of-stock{background-color:#fee2e2;color:#b91c1c}.shopify-inventory-text{font-size:.8125rem;color:#374151;font-weight:500}.shopify-inventory-text.low-stock{color:#b91c1c;font-weight:600}.shopify-category-text{font-size:.8125rem;color:#4b5563;font-weight:500}.shopify-view-icon-btn{background:none;border:none;color:#9ca3af;cursor:pointer;padding:6px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.shopify-view-icon-btn:hover{background-color:#e5e7eb;color:#111827}.shopify-empty-state{padding:5rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.shopify-empty-icon{color:#cbd5e1;margin-bottom:.5rem}.shopify-empty-title{font-size:1.15rem;font-weight:750;color:#111827;margin:0}.shopify-empty-desc{font-size:.875rem;color:#6b7280;margin:0;max-width:360px}.shopify-empty-cta-btn{margin-top:.75rem;height:40px;padding:0 1.35rem;border-radius:8px;background-color:#15803d;color:#fff;font-size:.875rem;font-weight:650;display:inline-flex;align-items:center;gap:.45rem;text-decoration:none;transition:all .15s ease}.shopify-empty-cta-btn:hover{background-color:#166534;transform:translateY(-1px)}.shopify-table-loading{padding:5rem 2rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;color:#6b7280}.shopify-spinner{color:#15803d;animation:mfSpin .85s linear infinite}.product-details-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0f172a73;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1100;display:flex;align-items:center;justify-content:center;padding:1.5rem;animation:mfFadeIn .2s ease}.product-details-modal{background-color:#fff;border-radius:20px;max-width:680px;width:100%;padding:2.25rem 2.5rem;box-shadow:0 20px 50px #00000026;position:relative;animation:mfScaleUp .25s cubic-bezier(.16,1,.3,1);box-sizing:border-box}@keyframes mfScaleUp{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.product-details-close-btn{position:absolute;top:1.25rem;right:1.25rem;background:none;border:none;padding:6px;border-radius:8px;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.product-details-close-btn:hover{background-color:#f1f5f9;color:#0f172a}.product-details-content-grid{display:grid;grid-template-columns:240px 1fr;gap:2rem;align-items:start}.product-details-image-box{width:100%;height:240px;border-radius:14px;border:1.5px dashed #cbd5e1;background-color:#f8fafc;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-details-large-img{width:100%;height:100%;object-fit:cover;display:block}.product-details-info-col{display:flex;flex-direction:column;gap:1rem}.product-details-title{font-size:1.5rem;font-weight:800;color:#0f172a;letter-spacing:-.025em;margin:0 0 .25rem}.product-details-price{font-size:1.25rem;font-weight:750;color:#15803d}.product-details-price-unit{font-size:.875rem;font-weight:600;color:#64748b}.product-details-attributes-list{display:flex;flex-direction:column;gap:.55rem;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;padding:.85rem 0}.product-details-attr-row{display:flex;justify-content:space-between;align-items:center;font-size:.8125rem}.product-details-attr-label{color:#64748b;font-weight:550}.product-details-attr-value{color:#0f172a;font-weight:650}.product-details-status-badge{padding:2px 8px;border-radius:9999px;font-size:.6875rem;font-weight:700}.product-details-status-badge.available{background-color:#dcfce7;color:#15803d}.product-details-status-badge.out-of-stock{background-color:#fee2e2;color:#b91c1c}.product-details-status-badge.draft{background-color:#f1f5f9;color:#475569}.product-details-desc-section{display:flex;flex-direction:column;gap:.25rem}.product-details-desc-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;color:#64748b;letter-spacing:.05em}.product-details-desc-text{margin:0;font-size:.8125rem;color:#334155;line-height:1.45}.product-details-media-wrap{display:flex;flex-direction:column;gap:.75rem}.product-details-gallery-row{display:flex;align-items:center;gap:.5rem;overflow-x:auto;padding-bottom:4px}.product-details-gallery-thumb-btn{width:48px;height:48px;border-radius:8px;border:1.5px solid #e5e7eb;padding:0;background:#fff;cursor:pointer;overflow:hidden;transition:all .15s ease;flex-shrink:0}.product-details-gallery-thumb-btn.active{border-color:#15803d;box-shadow:0 0 0 2px #15803d40}.product-details-thumb-mini{width:100%;height:100%;object-fit:cover;display:block}.product-details-actions-row{display:flex;align-items:center;gap:.65rem;margin-top:1rem;width:100%}.product-details-edit-btn{flex:1.2;height:40px;border-radius:8px;background-color:#15803d;border:1px solid #15803d;color:#fff;font-size:.8125rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;cursor:pointer;transition:all .15s ease;white-space:nowrap;text-decoration:none}.product-details-edit-btn:hover{background-color:#166534;border-color:#166534}.product-details-draft-btn{flex:1.1;height:40px;padding:0 .75rem;border-radius:8px;background-color:#fff;border:1.25px solid #d1d5db;color:#374151;font-size:.8125rem;font-weight:650;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;cursor:pointer;transition:all .15s ease;white-space:nowrap}.product-details-draft-btn:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af;color:#111827}.product-details-delete-btn{height:40px;padding:0 1rem;border-radius:8px;background-color:#fff;border:1.25px solid #fecaca;color:#b91c1c;font-size:.8125rem;font-weight:650;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;cursor:pointer;transition:all .15s ease;white-space:nowrap}.product-details-delete-btn:hover{background-color:#fef2f2;border-color:#f87171}.shopify-drafts-list{display:flex;flex-direction:column}.shopify-draft-item-row{display:flex;align-items:center;justify-content:space-between;padding:1.15rem 1.35rem;border-bottom:1px solid #f1f5f9;cursor:pointer;transition:background-color .15s ease;gap:1rem}.shopify-draft-item-row:last-child{border-bottom:none}.shopify-draft-item-row:hover{background-color:#f9fafb}.shopify-draft-left{display:flex;align-items:center;gap:.95rem;flex:1;min-width:0}.shopify-draft-thumb{width:48px;height:48px;border-radius:8px;border:1.5px dashed #cbd5e1;object-fit:cover;background-color:#f8fafc;flex-shrink:0}.shopify-draft-meta{display:flex;flex-direction:column;gap:.2rem;min-width:0}.shopify-draft-title{font-size:.9375rem;font-weight:700;color:#111827}.shopify-draft-time{font-size:.75rem;color:#6b7280}.shopify-draft-middle{flex-shrink:0}.shopify-draft-badge{font-size:.75rem;font-weight:650;padding:3px 10px;border-radius:6px}.shopify-draft-badge.missing{background-color:#fef3c7;color:#b45309}.shopify-draft-badge.ready{background-color:#ecfdf5;color:#065f46}.shopify-draft-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.shopify-continue-edit-btn{height:34px;padding:0 1rem;border-radius:8px;background-color:#fff;border:1px solid #d1d5db;color:#111827;font-size:.8125rem;font-weight:650;display:inline-flex;align-items:center;gap:.4rem;cursor:pointer;transition:all .15s ease}.shopify-continue-edit-btn:hover{background-color:#f3f4f6;border-color:#9ca3af}.shopify-draft-delete-btn{width:34px;height:34px;border-radius:8px;background-color:#fff;border:1px solid #fecaca;color:#b91c1c;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.shopify-draft-delete-btn:hover{background-color:#fef2f2}@media (max-width: 680px){.shopify-products-viewport{padding:.75rem .75rem 3rem}.shopify-products-header{flex-direction:column;align-items:flex-start;gap:1rem}.shopify-header-actions{width:100%;justify-content:flex-start;flex-wrap:wrap;gap:.5rem}.shopify-filter-toolbar{flex-direction:column;align-items:stretch;gap:.65rem;padding:.75rem}.shopify-search-wrap{width:100%}.product-details-modal{width:95vw;max-width:95vw;padding:1.25rem 1rem;border-radius:16px;max-height:90vh;overflow-y:auto}.product-details-content-grid{grid-template-columns:1fr;gap:1.15rem}.product-details-image-box{height:200px}.shopify-draft-item-row{flex-direction:column;align-items:flex-start;gap:.75rem}.shopify-draft-actions{width:100%;justify-content:space-between}}@media (max-width: 480px){.product-details-actions-row{flex-direction:column;gap:.5rem}.product-details-edit-btn,.product-details-draft-btn,.product-details-delete-btn{width:100%;justify-content:center}}.mf-polaris-add-product-container{max-width:980px;width:100%;margin:0 auto;padding:.5rem 0 3rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#111827}.mf-polaris-page-header{margin-bottom:2rem}.mf-polaris-page-title{font-size:1.85rem;font-weight:800;color:#111827;letter-spacing:-.03em;margin:0 0 .25rem;line-height:1.15}.mf-polaris-page-subtitle{font-size:.9375rem;color:#6b7280;margin:0}.mf-polaris-alert-error{display:flex;align-items:center;gap:.55rem;padding:.85rem 1.15rem;border-radius:8px;background-color:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:.88rem;font-weight:650;margin-bottom:1.5rem}.mf-polaris-product-form{display:flex;flex-direction:column}.mf-polaris-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.mf-polaris-form-col{display:flex;flex-direction:column;gap:1.25rem}.mf-polaris-field-wrap{display:flex;flex-direction:column;gap:.4rem}.mf-polaris-field-label{font-size:.875rem;font-weight:650;color:#111827}.mf-polaris-text-input{width:100%;height:44px;border-radius:8px;border:1.25px solid #d1d5db;background-color:#fff;padding:0 .95rem;font-size:.9rem;font-weight:550;color:#111827;outline:none;transition:all .15s ease;box-sizing:border-box;font-family:inherit}.mf-polaris-text-input::placeholder{color:#9ca3af}.mf-polaris-text-input:focus{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1f}.mf-polaris-price-input-wrap{position:relative;display:flex;align-items:center}.mf-polaris-currency-prefix{position:absolute;left:.95rem;font-size:.875rem;font-weight:700;color:#6b7280;pointer-events:none}.mf-polaris-text-input.price-input{padding-left:3.25rem}.mf-polaris-select-container{position:relative;width:100%}.mf-polaris-select-input{width:100%;height:44px;border-radius:8px;border:1.25px solid #d1d5db;background-color:#fff;padding:0 2.5rem 0 .95rem;font-size:.9rem;font-weight:550;color:#111827;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;box-sizing:border-box;font-family:inherit;transition:all .15s ease}.mf-polaris-select-input:focus{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1f}.mf-polaris-select-arrow{position:absolute;right:.85rem;top:50%;transform:translateY(-50%);pointer-events:none;color:#6b7280}.mf-polaris-textarea{width:100%;min-height:90px;border-radius:8px;border:1.25px solid #d1d5db;background-color:#fff;padding:.75rem .95rem;font-size:.875rem;color:#111827;outline:none;resize:vertical;box-sizing:border-box;font-family:inherit;line-height:1.45;transition:all .15s ease}.mf-polaris-textarea:focus{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1f}.mf-polaris-add-img-link{background:none;border:none;color:#15803d;font-size:.75rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:.25rem}.mf-polaris-image-upload-box{height:175px;border-radius:12px;border:1.5px dashed #cbd5e1;background-color:#f8fafc;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden;box-sizing:border-box}.mf-polaris-image-upload-box:hover{border-color:#15803d;background-color:#f0fdf4}.mf-polaris-upload-prompt{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.25rem}.mf-polaris-cloud-icon{color:#9ca3af;margin-bottom:.25rem}.mf-polaris-upload-text{font-size:.9rem;font-weight:700;color:#111827}.mf-polaris-upload-hint{font-size:.75rem;color:#6b7280}.mf-polaris-preview-inner{width:100%;height:100%;position:relative}.mf-polaris-preview-img{width:100%;height:100%;object-fit:cover}.mf-polaris-upload-hover-tag{position:absolute;bottom:0;left:0;right:0;background:#0f172ab3;color:#fff;padding:6px;font-size:.75rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.35rem;opacity:0;transition:opacity .15s ease}.mf-polaris-image-upload-box:hover .mf-polaris-upload-hover-tag{opacity:1}.mf-polaris-multi-thumbs-grid{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap;margin-top:.5rem}.mf-polaris-thumb-slot{width:52px;height:52px;border-radius:8px;border:1.5px solid #e5e7eb;position:relative;overflow:hidden;cursor:pointer;transition:all .15s ease;background-color:#f3f4f6}.mf-polaris-thumb-slot.active-slot{border-color:#15803d;box-shadow:0 0 0 2px #15803d33}.mf-polaris-thumb-img{width:100%;height:100%;object-fit:cover}.mf-polaris-primary-badge{position:absolute;bottom:0;left:0;right:0;background-color:#15803d;color:#fff;font-size:.55rem;font-weight:800;text-align:center;padding:1px 0}.mf-polaris-remove-thumb-btn{position:absolute;top:2px;right:2px;width:16px;height:16px;border-radius:50%;background-color:#0f172abf;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.mf-polaris-remove-thumb-btn:hover{background-color:#b91c1c}.mf-polaris-add-slot-btn{width:52px;height:52px;border-radius:8px;border:1.5px dashed #cbd5e1;background-color:#fff;color:#6b7280;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.mf-polaris-add-slot-btn:hover{border-color:#15803d;color:#15803d;background-color:#f0fdf4}.mf-polaris-presets-strip{display:flex;flex-direction:column;gap:.35rem;margin-top:.35rem}.mf-polaris-presets-label{font-size:.72rem;font-weight:600;color:#6b7280}.mf-polaris-presets-chips{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.mf-polaris-preset-chip{padding:3px 8px;border-radius:6px;background-color:#f1f5f9;border:1px solid #e2e8f0;font-size:.75rem;font-weight:600;color:#334155;cursor:pointer;transition:all .15s ease}.mf-polaris-preset-chip:hover{background-color:#ecfdf5;border-color:#a7f3d0;color:#065f46}.mf-polaris-selling-type-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem}.mf-polaris-type-pill{height:40px;border-radius:8px;border:1.25px solid #d1d5db;background-color:#fff;color:#374151;font-size:.875rem;font-weight:650;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.mf-polaris-type-pill:hover{background-color:#f9fafb}.mf-polaris-type-pill.selected{border-color:#15803d;background-color:#ecfdf5;color:#15803d}.mf-polaris-form-actions-row{display:flex;align-items:center;gap:.85rem;margin-top:1rem}.mf-polaris-save-draft-btn{flex:1;height:42px;border-radius:8px;border:1px solid #d1d5db;background-color:#fff;color:#374151;font-size:.875rem;font-weight:650;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;transition:all .15s ease}.mf-polaris-save-draft-btn:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.mf-polaris-publish-btn{flex:1;height:42px;border-radius:8px;border:none;background-color:#1a1a1a;color:#fff;font-size:.875rem;font-weight:650;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;transition:all .15s ease;box-shadow:0 1px 2px #00000014}.mf-polaris-publish-btn:hover:not(:disabled){background-color:#000;transform:translateY(-1px)}.mf-spin{animation:mfSpin .85s linear infinite}@media (max-width: 860px){.mf-polaris-add-product-container{padding:.5rem 1rem 3rem}.mf-polaris-form-grid{grid-template-columns:1fr;gap:1.75rem}}@media (max-width: 540px){.mf-polaris-page-title{font-size:1.45rem}.mf-polaris-form-actions-row{flex-direction:column;gap:.65rem}.mf-polaris-save-draft-btn,.mf-polaris-publish-btn{width:100%}.mf-polaris-selling-type-row{gap:.45rem}.mf-polaris-type-pill{font-size:.78rem;height:36px}}.farmer-orders-container{max-width:1100px;width:100%;margin:0 auto}.orders-page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.75rem;gap:1rem}.orders-page-title{font-family:var(--mf-font-family-display);font-size:2.1rem;font-weight:800;color:var(--mf-text-primary);margin:0 0 .25rem}.orders-page-subtitle{font-size:.95rem;color:var(--mf-text-secondary);margin:0}.orders-tabs-nav{display:flex;gap:.35rem;border-bottom:1.5px solid var(--mf-border);margin-bottom:1.5rem;overflow-x:auto;padding-bottom:2px}.orders-tab-btn{padding:.65rem 1rem;font-size:.9rem;font-weight:600;color:var(--mf-text-secondary);background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;display:flex;align-items:center;gap:.4rem;transition:all .15s ease;white-space:nowrap;margin-bottom:-3px}.orders-tab-btn:hover{color:#1b4d3e}.orders-tab-btn.active{color:#1b4d3e;border-bottom-color:#1b4d3e;font-weight:700}.orders-tab-count{font-size:.75rem;font-weight:700;padding:1px 6px;border-radius:10px;background-color:#e2e8f0;color:var(--mf-text-secondary)}.orders-tab-btn.active .orders-tab-count{background-color:#e8f5e9;color:#1b4d3e}.orders-search-box{position:relative;max-width:380px;width:100%;margin-bottom:1.5rem}.orders-search-input{width:100%;height:40px;padding:0 1rem 0 2.4rem;border-radius:var(--mf-radius-md);border:1px solid var(--mf-border);background-color:var(--mf-color-pure-white);font-size:.875rem;outline:none;transition:border-color .15s ease}.orders-search-input:focus{border-color:#1b4d3e}.orders-search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--mf-text-secondary)}.orders-table-card{background-color:var(--mf-color-pure-white);border-radius:var(--mf-radius-xl);border:1px solid var(--mf-border);box-shadow:var(--mf-shadow-sm);overflow:hidden}.orders-table{width:100%;border-collapse:collapse;text-align:left}.orders-table th{padding:1rem 1.25rem;background-color:#f8faf7;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--mf-text-secondary);border-bottom:1px solid var(--mf-border)}.orders-table td{padding:1.1rem 1.25rem;border-bottom:1px solid var(--mf-border);font-size:.9rem;color:var(--mf-text-primary);vertical-align:middle}.orders-table tr:last-child td{border-bottom:none}.order-row-clickable{cursor:pointer;transition:background-color .15s ease}.order-row-clickable:hover{background-color:#f8faf7}.order-status-badge{display:inline-flex;align-items:center;gap:4px;font-size:.75rem;font-weight:700;padding:3px 9px;border-radius:4px}.order-status-badge.new{background-color:#fef3c7;color:#92400e}.order-status-badge.confirmed{background-color:#eff6ff;color:#1e40af}.order-status-badge.in_delivery{background-color:#f3e8ff;color:#6b21a8}.order-status-badge.delivered{background-color:#e8f5e9;color:#2e7d32}.order-status-badge.cancelled{background-color:#f1f5f9;color:#64748b}.order-details-modal-box{background-color:var(--mf-color-pure-white);border-radius:var(--mf-radius-xl);max-width:680px;width:100%;max-height:90vh;overflow-y:auto;padding:2.25rem;box-shadow:var(--mf-shadow-2xl);animation:zoomIn .2s ease}.order-detail-section{background-color:var(--mf-bg-main);border-radius:var(--mf-radius-lg);border:1px solid var(--mf-border);padding:1.25rem;margin-bottom:1.5rem}.order-detail-section-title{font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--mf-text-secondary);margin:0 0 .85rem}@media (max-width: 640px){.orders-page-header{flex-direction:column;align-items:flex-start;gap:1rem}.orders-table-card{overflow-x:auto;-webkit-overflow-scrolling:touch}.orders-table th,.orders-table td{padding:.85rem .75rem}.order-details-modal-box{padding:1.5rem;max-height:94vh;border-radius:var(--mf-radius-lg)}}.farmer-analytics-container{max-width:960px;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:1.75rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1e293b;-webkit-font-smoothing:antialiased}.farmer-analytics-header{display:flex;flex-direction:column;gap:.2rem}.farmer-analytics-title{font-size:1.5rem;font-weight:750;color:#0f172a;letter-spacing:-.025em;margin:0;line-height:1.25}.farmer-analytics-subtitle{font-size:.875rem;color:#64748b;margin:0}.farmer-analytics-eyebrow{font-size:.6875rem;font-weight:700;color:#64748b;letter-spacing:.06em;text-transform:uppercase;display:block}.farmer-analytics-error-box{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:8px;background-color:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:.8125rem;font-weight:600}.farmer-analytics-empty-state-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;box-shadow:0 1px 3px #00000005}.farmer-analytics-empty-icon-wrap{width:68px;height:68px;border-radius:50%;background-color:#ecfdf5;color:#059669;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.farmer-analytics-empty-icon{color:#059669}.farmer-analytics-empty-title{font-size:1.15rem;font-weight:750;color:#0f172a;margin:0}.farmer-analytics-empty-desc{font-size:.875rem;color:#64748b;margin:0;max-width:440px;line-height:1.5}.farmer-analytics-add-produce-btn{margin-top:.75rem;height:42px;padding:0 1.5rem;border-radius:8px;border:none;background-color:#15803d;color:#fff;font-size:.875rem;font-weight:650;cursor:pointer;display:inline-flex;align-items:center;gap:.45rem;text-decoration:none;transition:all .15s ease;box-shadow:0 2px 8px #15803d40}.farmer-analytics-add-produce-btn:hover{background-color:#166534;transform:translateY(-1px)}.farmer-analytics-content-stack{display:flex;flex-direction:column;gap:1.5rem}.farmer-analytics-top-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.6rem 2rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 3px #00000005}.farmer-analytics-top-left{display:flex;flex-direction:column;gap:.35rem}.farmer-analytics-top-metric{font-size:1.5rem;font-weight:750;color:#0f172a;letter-spacing:-.02em}.farmer-analytics-primary-btn{height:38px;padding:0 1.25rem;border-radius:8px;border:none;background-color:#15803d;color:#fff;font-size:.8125rem;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:.4rem;transition:all .15s ease}.farmer-analytics-primary-btn:hover{background-color:#166534;transform:translateY(-1px)}.farmer-analytics-outline-btn{height:38px;padding:0 1.25rem;border-radius:8px;border:1px solid #cbd5e1;background-color:#fff;color:#0f172a;font-size:.8125rem;font-weight:650;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:all .15s ease}.farmer-analytics-outline-btn:hover{background-color:#f8fafc;border-color:#94a3b8}.farmer-analytics-kpi-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.farmer-analytics-kpi-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem 1.75rem;display:flex;flex-direction:column;gap:.35rem;box-shadow:0 1px 3px #00000005}.farmer-analytics-kpi-metric{font-size:1.5rem;font-weight:750;color:#0f172a;letter-spacing:-.02em}.farmer-analytics-no-sales-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2.5rem 2rem;text-align:center;box-shadow:0 1px 3px #00000005}.farmer-analytics-no-sales-text{font-size:.875rem;color:#64748b;line-height:1.5;max-width:500px;margin:0 auto}.farmer-analytics-bestsellers-section{display:flex;flex-direction:column;gap:.75rem}.interactive-card{cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1)}.interactive-card:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 6px 16px #0000000d}.farmer-analytics-bestsellers-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.farmer-analytics-bestsellers-grid.count-1{grid-template-columns:minmax(280px,360px)}.farmer-analytics-bestsellers-grid.count-2{grid-template-columns:repeat(2,1fr)}.farmer-analytics-bestsellers-grid.count-3{grid-template-columns:repeat(3,1fr)}.farmer-bestseller-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;display:flex;align-items:center;gap:1rem;box-shadow:0 1px 3px #00000005}.farmer-bestseller-thumb-box{width:68px;height:68px;border-radius:10px;border:1.5px dashed #cbd5e1;background-color:#f8fafc;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.farmer-bestseller-img{width:100%;height:100%;object-fit:cover}.farmer-bestseller-info{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;min-width:0;flex:1}.farmer-bestseller-name{font-size:.9375rem;font-weight:750;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.farmer-bestseller-orders{font-size:.75rem;color:#64748b;margin-bottom:.35rem}.farmer-bestseller-view-btn{height:30px;padding:0 .9rem;border-radius:6px;border:1px solid #cbd5e1;background-color:#fff;color:#0f172a;font-size:.75rem;font-weight:650;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:all .15s ease}.farmer-bestseller-view-btn:hover{background-color:#f8fafc;border-color:#94a3b8}.farmer-analytics-no-sales-row{grid-column:1 / -1;padding:2.5rem 1.5rem;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;text-align:center;color:#64748b;font-size:.875rem}.product-analytics-grid-layout{display:grid;grid-template-columns:320px 1fr;gap:1.5rem;align-items:start}.product-analytics-left-col{display:flex;flex-direction:column;gap:1.25rem}.product-analytics-page-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem}.product-analytics-back-link{display:inline-flex;align-items:center;gap:.4rem;color:#64748b;font-size:.875rem;text-decoration:none;font-weight:650;transition:color .15s ease}.product-analytics-back-link:hover{color:#15803d}.product-analytics-selector-bar{display:flex;align-items:center;gap:.85rem;margin-top:1.25rem;padding:.75rem 1rem;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow-x:auto}.product-analytics-selector-label{font-size:.75rem;font-weight:800;letter-spacing:.05em;color:#64748b;white-space:nowrap}.product-analytics-selector-chips{display:flex;align-items:center;gap:.5rem;flex-wrap:nowrap}.product-analytics-chip{display:inline-flex;align-items:center;gap:.45rem;padding:5px 12px;border-radius:20px;border:1px solid #e2e8f0;background-color:#f8fafc;color:#334155;font-size:.8125rem;font-weight:650;cursor:pointer;white-space:nowrap;transition:all .15s ease}.product-analytics-chip:hover{border-color:#cbd5e1;background-color:#fff}.product-analytics-chip.active{background-color:#15803d;color:#fff;border-color:#15803d;box-shadow:0 2px 6px #15803d40}.product-analytics-chip-img{width:20px;height:20px;border-radius:50%;object-fit:cover}.product-analytics-image-card{position:relative;height:220px;border-radius:12px;background-color:#fff;border:1px solid #e2e8f0;overflow:hidden;box-shadow:0 1px 3px #00000005}.product-analytics-large-img{width:100%;height:100%;object-fit:cover}.product-analytics-img-overlay{position:absolute;bottom:0;left:0;right:0;padding:.75rem 1rem;background:linear-gradient(180deg,transparent 0%,rgba(15,23,42,.75) 100%);display:flex;align-items:center;justify-content:space-between}.product-analytics-badge{background-color:#ffffffeb;color:#0f172a;font-size:.72rem;font-weight:750;padding:3px 8px;border-radius:4px}.product-analytics-price-tag{color:#fff;font-size:.8125rem;font-weight:750;text-shadow:0 1px 2px rgba(0,0,0,.5)}.product-analytics-right-col{display:flex;flex-direction:column;gap:1.25rem}.product-analytics-chart-card,.product-analytics-sales-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem 1.75rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 1px 3px #00000005}.product-analytics-svg-wrap{width:100%;height:180px;overflow:hidden}.product-analytics-svg{width:100%;height:100%}.product-analytics-empty-graph-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.25rem 1.5rem;background-color:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;gap:.65rem}.product-analytics-empty-graph-icon{width:48px;height:48px;border-radius:50%;background-color:#dcfce7;display:flex;align-items:center;justify-content:center;margin-bottom:.25rem}.product-analytics-empty-graph-title{font-size:.9375rem;font-weight:750;color:#0f172a;max-width:400px}.product-analytics-empty-graph-desc{font-size:.8125rem;color:#64748b;max-width:440px;margin:0;line-height:1.45}.product-analytics-sales-list{display:flex;flex-direction:column}.product-analytics-sale-row{display:flex;align-items:center;justify-content:space-between;padding:.85rem 0;border-bottom:1px solid #f1f5f9}.product-analytics-sale-row:last-child{border-bottom:none}.product-analytics-buyer-meta{display:flex;flex-direction:column;gap:2px}.product-analytics-buyer-name{font-size:.875rem;font-weight:700;color:#0f172a}.product-analytics-buyer-date{font-size:.75rem;color:#94a3b8}.product-analytics-sale-figures{display:flex;align-items:center;gap:1rem}.product-analytics-sale-qty{font-size:.8125rem;font-weight:600;color:#64748b;background-color:#f1f5f9;padding:3px 8px;border-radius:6px}.product-analytics-sale-amount{font-size:.9rem;font-weight:750;color:#15803d}.product-analytics-empty-sales{padding:1.5rem 0;text-align:center;color:#94a3b8;font-size:.875rem}.product-picker-modal{background-color:#fff;border-radius:16px;width:90vw;max-width:480px;max-height:80vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026;animation:modalPop .2s cubic-bezier(.16,1,.3,1)}.product-picker-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #f1f5f9}.product-picker-list{display:flex;flex-direction:column;overflow-y:auto;padding:.5rem 0}.product-picker-item{display:flex;align-items:center;gap:1rem;padding:.85rem 1.5rem;cursor:pointer;transition:background-color .15s ease;border-bottom:1px solid #f8fafc}.product-picker-item:hover{background-color:#f8fafc}.product-picker-thumb{width:44px;height:44px;border-radius:8px;object-fit:cover;background-color:#f1f5f9;flex-shrink:0}.product-picker-meta{display:flex;flex-direction:column;gap:2px;flex:1}.product-analytics-breadcrumbs{display:flex;align-items:center;gap:.45rem;font-size:.8125rem;font-weight:650;color:#64748b;margin-bottom:.25rem}.product-analytics-bc-sep{color:#cbd5e1}.product-analytics-bc-link{color:#64748b;text-decoration:none;transition:color .15s ease}.product-analytics-bc-link:hover{color:#15803d}.product-analytics-bc-current{color:#0f172a}.inventory-analytics-stack{display:flex;flex-direction:column}.inventory-kpi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.inventory-kpi-subtext{font-size:.78rem;color:#94a3b8;margin-top:4px;font-weight:500}.inventory-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.inventory-product-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 1px 3px #00000005}.inventory-product-card-top{display:flex;align-items:center;gap:1rem}.inventory-product-thumb{width:56px;height:56px;border-radius:10px;object-fit:cover;background-color:#f1f5f9;flex-shrink:0}.inventory-product-header-info{display:flex;flex-direction:column;gap:2px;overflow:hidden}.inventory-product-cat{font-size:.72rem;font-weight:700;color:#15803d;text-transform:uppercase;letter-spacing:.04em}.inventory-product-title{font-size:.95rem;font-weight:750;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inventory-product-price{font-size:.8125rem;color:#64748b;font-weight:600}.inventory-product-stats-row{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background-color:#f8fafc;border-radius:8px;border:1px solid #f1f5f9}.inventory-stat-item{display:flex;flex-direction:column;gap:2px}.inventory-stat-label{font-size:.68rem;font-weight:800;letter-spacing:.05em;color:#94a3b8}.inventory-stat-val{font-size:.875rem;font-weight:750;color:#0f172a}.inventory-product-action-bar{display:flex;align-items:center;justify-content:flex-end;padding-top:.25rem;border-top:1px solid #f8fafc}.inventory-view-text{font-size:.8125rem;font-weight:700;color:#15803d;display:inline-flex;align-items:center;gap:.3rem}@media (max-width: 860px){.farmer-analytics-kpi-grid,.farmer-analytics-bestsellers-grid,.inventory-kpi-grid{grid-template-columns:1fr}.farmer-analytics-top-card{flex-direction:column;align-items:flex-start;gap:1rem}.product-analytics-grid-layout{grid-template-columns:1fr}.product-analytics-image-card{height:220px}}.farmer-settings-page-container{padding:2rem 2.5rem 5rem;max-width:860px;margin:0 auto}.farmer-settings-card-wrapper{display:flex;flex-direction:column}.farmer-settings-back-btn{display:inline-flex;align-items:center;gap:.45rem;font-size:.875rem;font-weight:700;color:#64748b;text-decoration:none;margin-bottom:1.25rem;transition:color .15s ease}.farmer-settings-back-btn:hover{color:#15803d}.farmer-settings-title{font-size:1.875rem;font-weight:800;color:#0f172a;margin:0 0 .35rem;letter-spacing:-.02em}.farmer-settings-subtitle{font-size:.9375rem;color:#64748b;margin:0 0 1.75rem}.farmer-settings-tabs-nav{display:flex;gap:.75rem;border-bottom:2px solid #e2e8f0;margin-bottom:1.75rem}.farmer-settings-tab-btn{padding:.75rem 1.25rem;font-size:.9375rem;font-weight:700;color:#64748b;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;transition:all .15s ease;margin-bottom:-2.5px}.farmer-settings-tab-btn:hover{color:#15803d}.farmer-settings-tab-btn.active{color:#15803d;border-bottom-color:#15803d}.farmer-settings-box{background-color:#fff;border-radius:14px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #00000005;padding:2.25rem}.farmer-settings-form{display:flex;flex-direction:column;gap:1.25rem}.farmer-settings-alert{display:flex;align-items:center;gap:.65rem;padding:.85rem 1.25rem;border-radius:10px;font-size:.875rem;font-weight:650}.farmer-settings-alert.success{background-color:#dcfce7;color:#15803d;border:1px solid #bbf7d0}.farmer-settings-alert.error{background-color:#fee2e2;color:#b91c1c;border:1px solid #fecaca}.farmer-settings-buyer-card{border-top:1px solid #f1f5f9;padding-top:1.25rem;margin-top:.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}@media (max-width: 860px){.farmer-settings-page-container{padding:1.5rem 1rem 4rem}.farmer-settings-box{padding:1.5rem 1.25rem}.farmer-settings-tabs-nav{overflow-x:auto;-webkit-overflow-scrolling:touch}.farmer-settings-tab-btn{padding:.65rem .85rem;font-size:.875rem;white-space:nowrap}.farmer-settings-buyer-card{flex-direction:column;align-items:flex-start}}.route-transition-container{position:fixed;top:0;left:0;width:100vw;height:0;z-index:999999;pointer-events:none}.route-progress-bar{position:fixed;top:0;left:0;height:3.5px;background:linear-gradient(90deg,#15803d,#22c55e,#86efac);box-shadow:0 0 12px #22c55ecc,0 0 4px #86eface6;z-index:1000000;border-radius:0 4px 4px 0}.route-progress-glow{position:absolute;right:0;top:-3px;width:70px;height:9px;background:radial-gradient(circle,#86eface6,#22c55e00 80%);border-radius:50%;pointer-events:none}.route-screen-shield{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fdf5d80a;cursor:wait!important;pointer-events:all!important;z-index:999998}
