: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-shell{min-height:100vh;display:flex;flex-direction:column;background-color:var(--mf-bg-main)}.buyer-header{position:sticky;top:0;left:0;right:0;height:72px;background-color:var(--mf-color-pure-white);border-bottom:1px solid var(--mf-border);z-index:900;display:flex;align-items:center;box-shadow:0 2px 4px #1c241f08}.buyer-header-inner{max-width:var(--mf-max-width);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;gap:.6rem;text-decoration:none;flex-shrink:0}.buyer-nav-logo{height:36px;width:auto}.buyer-nav-title{font-family:var(--mf-font-family-display);font-size:1.3rem;font-weight:700;color:var(--mf-primary-dark)}.buyer-search-form{flex:1;max-width:520px;position:relative}.buyer-search-input{width:100%;height:44px;padding:0 1rem 0 2.75rem;border-radius:var(--mf-radius-full);border:1.5px solid var(--mf-border);background-color:var(--mf-bg-main);font-size:.925rem;color:var(--mf-text-primary);outline:none;transition:all .2s ease}.buyer-search-input:focus{background-color:var(--mf-color-pure-white);border-color:var(--mf-primary);box-shadow:0 0 0 3px #4f9d5526}.buyer-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--mf-text-secondary);pointer-events:none}.buyer-header-actions{display:flex;align-items:center;gap:.85rem;flex-shrink:0}.buyer-action-btn{display:flex;align-items:center;gap:.4rem;padding:.55rem .95rem;border-radius:var(--mf-radius-md);font-size:.9rem;font-weight:600;color:var(--mf-text-primary);background-color:var(--mf-bg-main);border:1px solid var(--mf-border);cursor:pointer;transition:all .15s ease;text-decoration:none;position:relative}.buyer-action-btn:hover{background-color:var(--mf-color-warm-ivory);border-color:var(--mf-primary-light);color:var(--mf-primary-dark)}.buyer-cart-badge{position:absolute;top:-6px;right:-6px;background-color:var(--mf-primary);color:var(--mf-color-pure-white);font-size:.75rem;font-weight:700;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #00000026}.buyer-user-dropdown-container{position:relative}.buyer-user-menu{position:absolute;top:calc(100% + 8px);right:0;width:240px;background-color:var(--mf-color-pure-white);border-radius:var(--mf-radius-lg);border:1px solid var(--mf-border);box-shadow:var(--mf-shadow-xl);padding:.5rem 0;z-index:1000;display:flex;flex-direction:column}.buyer-user-menu-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:500;color:var(--mf-text-primary);text-decoration:none;transition:background-color .15s ease;border:none;background:none;width:100%;text-align:left;cursor:pointer}.buyer-user-menu-item:hover{background-color:var(--mf-color-warm-ivory);color:var(--mf-primary-dark)}.buyer-menu-divider{height:1px;background-color:var(--mf-border);margin:.4rem 0}.buyer-main-content{flex:1;display:flex;flex-direction:column}.buyer-footer{background-color:var(--mf-color-pure-white);border-top:1px solid var(--mf-border);padding:3rem 1.5rem 2rem;margin-top:auto}.buyer-footer-inner{max-width:var(--mf-max-width);margin:0 auto}.buyer-footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--mf-border)}.buyer-footer-col h5{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--mf-primary-dark);margin-bottom:1rem}.buyer-footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.6rem}.buyer-footer-col a{font-size:.875rem;color:var(--mf-text-secondary);text-decoration:none;transition:color .15s ease}.buyer-footer-col a:hover{color:var(--mf-primary)}.buyer-footer-bottom{padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;font-size:.825rem;color:var(--mf-text-secondary)}.buyer-mobile-nav{display:none;position:fixed;bottom:0;left:0;right:0;height:64px;background-color:var(--mf-color-pure-white);border-top:1px solid var(--mf-border);z-index:1000;align-items:center;justify-content:space-around;box-shadow:0 -2px 8px #0000000d}.buyer-mobile-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;font-size:.75rem;font-weight:600;color:var(--mf-text-secondary);text-decoration:none;padding:.4rem;flex:1}.buyer-mobile-nav-item.active{color:var(--mf-primary)}@media (max-width: 768px){.buyer-mobile-nav{display:flex}.buyer-header-actions .buyer-user-dropdown-container,.buyer-header-actions .buyer-inbox-btn{display:none}.buyer-main-content{padding-bottom:64px}.buyer-footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}.farmer-app-shell{min-height:100vh;display:flex;flex-direction:column;background-color:#f6f8f6}.farmer-topbar{height:60px;background-color:var(--mf-color-pure-white);border-bottom:1.5px solid #E2E8F0;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;position:sticky;top:0;z-index:1000;box-shadow:0 1px 2px #00000005}.farmer-topbar-left{display:flex;align-items:center;gap:1rem}.farmer-brand-title{font-family:var(--mf-font-family-display);font-size:1.35rem;font-weight:900;color:#1b4d3e;text-decoration:none;display:flex;align-items:center;gap:.5rem}.farmer-badge-tag{font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;background-color:#1b4d3e;color:#fff;padding:2px 6px;border-radius:4px}.farmer-topbar-shop-tag{font-size:.875rem;font-weight:600;color:var(--mf-text-secondary);border-left:1.5px solid #E2E8F0;padding-left:1rem;display:flex;align-items:center;gap:.4rem}.farmer-topbar-right{display:flex;align-items:center;gap:.75rem}.farmer-topbar-inbox-btn{height:36px;padding:0 .85rem;border-radius:var(--mf-radius-md);border:1px solid var(--mf-border);background-color:transparent;color:var(--mf-text-primary);font-size:.85rem;font-weight:600;display:flex;align-items:center;gap:.4rem;cursor:pointer;transition:all .15s ease;position:relative}.farmer-topbar-inbox-btn:hover{background-color:#f1f5f0;border-color:#94a3b8}.farmer-topbar-inbox-btn.active{background-color:#e8f5e9;border-color:#1b4d3e;color:#1b4d3e}.farmer-inbox-badge{background-color:#b45309;color:#fff;font-size:.7rem;font-weight:800;padding:1px 5px;border-radius:10px}.farmer-topbar-buy-btn{height:36px;padding:0 .85rem;border-radius:var(--mf-radius-md);border:1px solid var(--mf-border);background-color:transparent;color:var(--mf-text-secondary);font-size:.825rem;font-weight:600;display:flex;align-items:center;gap:.4rem;text-decoration:none;transition:all .15s ease}.farmer-topbar-buy-btn:hover{color:var(--mf-text-primary);background-color:#f8fafc}.farmer-account-dropdown{position:relative}.farmer-account-trigger{display:flex;align-items:center;gap:.5rem;background:none;border:1px solid transparent;padding:3px 6px;border-radius:var(--mf-radius-md);cursor:pointer;transition:background-color .15s ease}.farmer-account-trigger:hover{background-color:#f1f5f0}.farmer-avatar-circle{width:32px;height:32px;border-radius:50%;object-fit:cover;border:1.5px solid #1B4D3E}.farmer-menu-popover{position:absolute;top:calc(100% + 8px);right:0;width:230px;background-color:var(--mf-color-pure-white);border-radius:var(--mf-radius-lg);border:1px solid var(--mf-border);box-shadow:var(--mf-shadow-lg);padding:.4rem 0;z-index:1200;animation:fadeInDown .15s ease}.farmer-menu-item{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.85rem;font-weight:500;color:var(--mf-text-primary);text-decoration:none;background:none;border:none;width:100%;text-align:left;cursor:pointer}.farmer-menu-item:hover{background-color:#f8faf7;color:#1b4d3e}.farmer-body-wrapper{display:flex;flex:1;position:relative;overflow-x:hidden}.farmer-sidebar{width:240px;background-color:var(--mf-color-pure-white);border-right:1.5px solid #E2E8F0;padding:1.5rem .85rem;display:flex;flex-direction:column;gap:.35rem;flex-shrink:0;min-height:calc(100vh - 60px)}.farmer-sidebar-group{display:flex;flex-direction:column;gap:2px;margin-bottom:.75rem}.farmer-sidebar-nav-item{padding:.6rem .85rem;border-radius:var(--mf-radius-md);font-size:.9rem;font-weight:600;color:var(--mf-text-secondary);text-decoration:none;display:flex;align-items:center;justify-content:space-between;transition:all .15s ease}.farmer-sidebar-nav-item:hover{color:#1b4d3e;background-color:#f1f5f0}.farmer-sidebar-nav-item.active{color:#1b4d3e;background-color:#e8f5e9;font-weight:700}.farmer-sidebar-subnav{display:flex;flex-direction:column;gap:1px;padding-left:1.75rem;margin:2px 0 6px}.farmer-sidebar-subnav-item{padding:.45rem .75rem;border-radius:var(--mf-radius-md);font-size:.825rem;font-weight:500;color:var(--mf-text-secondary);text-decoration:none;transition:all .15s ease}.farmer-sidebar-subnav-item:hover{color:#1b4d3e;background-color:#f1f5f0}.farmer-sidebar-subnav-item.active{color:#1b4d3e;font-weight:700;background-color:#e8f5e9}.farmer-sidebar-badge{font-size:.7rem;font-weight:800;padding:1px 6px;border-radius:10px;background-color:#b45309;color:#fff}.farmer-center-workspace{flex:1;padding:2rem 2.5rem 5rem;min-width:0;overflow-y:auto}.farmer-right-inbox-panel{width:360px;background-color:var(--mf-color-pure-white);border-left:1.5px solid #E2E8F0;display:flex;flex-direction:column;flex-shrink:0;min-height:calc(100vh - 60px);animation:slideInRight .2s cubic-bezier(.16,1,.3,1)}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.farmer-inbox-panel-header{padding:1rem 1.25rem;border-bottom:1px solid #E2E8F0;display:flex;align-items:center;justify-content:space-between;background-color:#f8faf7}.farmer-inbox-panel-body{flex:1;overflow-y:auto;padding:.5rem 0}@media (max-width: 960px){.farmer-sidebar,.farmer-topbar-shop-tag{display:none}.farmer-center-workspace{padding:1.5rem 1rem 5rem}.farmer-right-inbox-panel{position:fixed;top:60px;right:0;bottom:0;width:380px;max-width:100vw;z-index:1100;box-shadow:var(--mf-shadow-xl)}}@media (max-width: 600px){.farmer-topbar{padding:0 .85rem}.farmer-topbar-buy-btn span{display:none}.farmer-topbar-buy-btn{padding:0 .5rem}.farmer-right-inbox-panel{width:100vw;max-width:100vw;top:56px}}@keyframes mf-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.mf-skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 37%,#f1f5f9 63%);background-size:200% 100%;animation:mf-shimmer 1.4s ease infinite;border-radius:var(--mf-radius-md);display:block}.mf-skeleton-text{height:14px;margin-bottom:8px;width:100%}.mf-skeleton-title{height:24px;margin-bottom:12px;width:60%}.mf-skeleton-card{background-color:var(--mf-color-pure-white);border:1px solid var(--mf-border);border-radius:var(--mf-radius-xl);padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.mf-skeleton-image{width:100%;height:160px;border-radius:var(--mf-radius-lg)}.mf-skeleton-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;width:100%}.mf-skeleton-table-row{display:flex;align-items:center;gap:1rem;padding:1.15rem 1.25rem;border-bottom:1px solid var(--mf-border)}.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-container{width:100%;max-width:var(--mf-max-width);margin:0 auto;padding:2rem 1.5rem 4rem}.marketplace-hero-carousel{position:relative;width:100%;height:340px;border-radius:var(--mf-radius-xl);overflow:hidden;margin-bottom:2.5rem;box-shadow:var(--mf-shadow-md);border:1px solid var(--mf-border)}.carousel-slide{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;opacity:0;transition:opacity .4s ease-in-out;pointer-events:none;background-color:var(--mf-color-deep-green);color:var(--mf-color-pure-white)}.carousel-slide.active{opacity:1;pointer-events:auto}.carousel-slide-content{flex:1.1;padding:3rem;display:flex;flex-direction:column;justify-content:center;z-index:2}.carousel-tag{display:inline-flex;align-items:center;gap:.4rem;background:#ffffff26;padding:.35rem .8rem;border-radius:var(--mf-radius-full);font-size:.8rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--mf-color-soft-harvest-yellow);margin-bottom:.75rem;width:fit-content}.carousel-title{font-family:var(--mf-font-family-display);font-size:2.2rem;font-weight:800;line-height:1.2;margin-bottom:.75rem;color:var(--mf-color-pure-white)}.carousel-subtitle{font-size:1rem;color:var(--mf-color-sprout-green);line-height:1.5;margin-bottom:1.5rem;max-width:460px}.carousel-slide-media{flex:.9;position:relative;overflow:hidden}.carousel-slide-img{width:100%;height:100%;object-fit:cover}.carousel-slide-media:after{content:"";position:absolute;top:0;left:0;bottom:0;width:80px;background:linear-gradient(90deg,var(--mf-color-deep-green) 0%,transparent 100%)}.carousel-nav-dots{position:absolute;bottom:20px;left:3rem;display:flex;gap:.5rem;z-index:10}.carousel-dot{width:10px;height:10px;border-radius:50%;background:#ffffff59;border:none;cursor:pointer;transition:all .2s ease}.carousel-dot.active{width:28px;border-radius:5px;background:var(--mf-color-soft-harvest-yellow)}.marketplace-categories-bar{display:flex;align-items:center;gap:.75rem;overflow-x:auto;padding-bottom:1rem;margin-bottom:2.5rem;scrollbar-width:thin}.category-chip-btn{display:flex;align-items:center;gap:.6rem;padding:.65rem 1.25rem;border-radius:var(--mf-radius-full);background-color:var(--mf-color-pure-white);border:1.5px solid var(--mf-border);font-size:.925rem;font-weight:600;color:var(--mf-text-primary);white-space:nowrap;cursor:pointer;transition:all .15s ease}.category-chip-btn:hover{border-color:var(--mf-primary);background-color:var(--mf-color-warm-ivory);color:var(--mf-primary-dark)}.category-chip-btn.active{background-color:var(--mf-primary-dark);border-color:var(--mf-primary-dark);color:var(--mf-color-pure-white)}.marketplace-section{margin-bottom:3.5rem}.section-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.section-title{font-family:var(--mf-font-family-display);font-size:1.6rem;font-weight:700;color:var(--mf-text-primary)}.section-subtitle-location{font-size:.9rem;color:var(--mf-text-secondary);display:flex;align-items:center;gap:.35rem}.change-loc-link{color:var(--mf-primary);font-weight:600;cursor:pointer;text-decoration:underline}.shops-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.shop-marketplace-card{background-color:var(--mf-color-pure-white);border-radius:var(--mf-radius-lg);border:1px solid var(--mf-border);overflow:hidden;box-shadow:var(--mf-shadow-sm);display:flex;flex-direction:column;transition:all .2s ease;text-decoration:none;color:inherit}.shop-marketplace-card:hover{border-color:var(--mf-primary);box-shadow:var(--mf-shadow-md);transform:translateY(-2px)}.shop-cover-banner{width:100%;height:120px;object-fit:cover;background-color:var(--mf-color-warm-ivory)}.shop-card-content{padding:1.25rem;display:flex;flex-direction:column;flex:1}.shop-avatar-row{display:flex;align-items:flex-end;justify-content:space-between;margin-top:-36px;margin-bottom:.75rem}.shop-card-avatar{width:56px;height:56px;border-radius:50%;border:3px solid var(--mf-color-pure-white);object-fit:cover;background-color:var(--mf-color-pure-white)}.shop-badge-rated{background-color:#fff9c4;color:#795548;font-size:.75rem;font-weight:700;padding:3px 8px;border-radius:var(--mf-radius-sm)}.shop-card-name{font-size:1.15rem;font-weight:700;color:var(--mf-text-primary);margin-bottom:.25rem}.shop-card-loc{font-size:.85rem;color:var(--mf-text-secondary);display:flex;align-items:center;gap:.25rem;margin-bottom:.75rem}.shop-card-desc{font-size:.85rem;color:var(--mf-text-secondary);line-height:1.4;flex:1;margin-bottom:1rem}.produce-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.produce-card{background-color:var(--mf-color-pure-white);border-radius:var(--mf-radius-lg);border:1px solid var(--mf-border);overflow:hidden;box-shadow:var(--mf-shadow-sm);display:flex;flex-direction:column;transition:all .2s ease}.produce-card:hover{border-color:var(--mf-primary);box-shadow:var(--mf-shadow-md);transform:translateY(-2px)}.produce-thumb{width:100%;height:160px;object-fit:cover;cursor:pointer}.produce-card-body{padding:1.25rem;display:flex;flex-direction:column;flex:1}.produce-card-title{font-size:1.05rem;font-weight:700;color:var(--mf-text-primary);margin-bottom:.35rem;cursor:pointer}.produce-card-shop{font-size:.825rem;color:var(--mf-text-secondary);margin-bottom:.85rem}.produce-card-price-row{display:flex;align-items:baseline;justify-content:space-between;margin-top:auto;margin-bottom:1rem}.produce-price{font-size:1.2rem;font-weight:800;color:var(--mf-primary-dark)}.produce-unit{font-size:.8rem;color:var(--mf-text-secondary)}.add-cart-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem;background-color:var(--mf-color-warm-ivory);border:1.5px solid var(--mf-primary);color:var(--mf-primary-dark);border-radius:var(--mf-radius-md);font-weight:600;font-size:.9rem;cursor:pointer;transition:all .15s ease}.add-cart-btn:hover{background-color:var(--mf-primary);color:var(--mf-color-pure-white)}.become-farmer-banner{background:linear-gradient(135deg,var(--mf-color-deep-green),#2e7d32);border-radius:var(--mf-radius-xl);padding:2.5rem 3rem;display:flex;align-items:center;justify-content:space-between;color:var(--mf-color-pure-white);box-shadow:var(--mf-shadow-md);margin-top:2rem}.banner-title{font-family:var(--mf-font-family-display);font-size:1.75rem;font-weight:800;margin-bottom:.5rem}.banner-desc{color:var(--mf-color-sprout-green);font-size:.95rem;max-width:480px}@media (max-width: 820px){.marketplace-hero-carousel{height:auto;flex-direction:column}.carousel-slide{position:relative;flex-direction:column}.carousel-slide-media{height:180px}.carousel-slide-content{padding:2rem 1.5rem}.carousel-nav-dots{left:1.5rem}.become-farmer-banner{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:2rem 1.5rem}}.explore-container{max-width:var(--mf-max-width);width:100%;margin:0 auto;padding:2rem 1.5rem 4rem}.explore-layout-grid{display:grid;grid-template-columns:260px 1fr;gap:2.5rem;align-items:start}.filter-sidebar{background-color:var(--mf-color-pure-white);border-radius:var(--mf-radius-xl);border:1px solid var(--mf-border);padding:1.75rem;box-shadow:var(--mf-shadow-sm);position:sticky;top:96px}.filter-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--mf-border)}.filter-title{font-size:1.1rem;font-weight:700;color:var(--mf-text-primary);display:flex;align-items:center;gap:.5rem}.filter-reset-btn{font-size:.825rem;color:var(--mf-primary);font-weight:600;background:none;border:none;cursor:pointer}.filter-group{margin-bottom:1.5rem}.filter-group-label{font-size:.85rem;font-weight:700;color:var(--mf-text-primary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.75rem;display:block}.explore-results-header{margin-bottom:2rem}.explore-query-heading{font-family:var(--mf-font-family-display);font-size:1.85rem;font-weight:800;color:var(--mf-text-primary);margin-bottom:.35rem}.explore-query-meta{font-size:.95rem;color:var(--mf-text-secondary)}.shop-search-result-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.5rem;box-shadow:var(--mf-shadow-sm);display:flex;justify-content:space-between;gap:2rem;align-items:center;transition:all .2s ease}.shop-search-result-card:hover{border-color:var(--mf-primary);box-shadow:var(--mf-shadow-md);transform:translateY(-2px)}.shop-result-info{flex:1}.shop-result-name{font-size:1.3rem;font-weight:700;color:var(--mf-text-primary);margin-bottom:.25rem}.shop-result-location{font-size:.85rem;color:var(--mf-text-secondary);display:flex;align-items:center;gap:.3rem;margin-bottom:1rem}.shop-matching-produce-badge{display:inline-flex;align-items:center;gap:.5rem;background-color:#e8f5e9;border:1px solid #C8E6C9;color:var(--mf-primary-dark);padding:.4rem .85rem;border-radius:var(--mf-radius-md);font-weight:600;font-size:.9rem;margin-bottom:.75rem}.shop-other-produce{font-size:.85rem;color:var(--mf-text-secondary)}@media (max-width: 900px){.explore-layout-grid{grid-template-columns:1fr}.filter-sidebar{display:none}.mobile-filter-trigger{display:inline-flex!important}.shop-search-result-card{flex-direction:column;align-items:flex-start;gap:1.25rem}}.explore-mobile-filter-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#1c241f73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1100;display:flex;align-items:flex-end}.explore-mobile-filter-sheet{background-color:var(--mf-color-pure-white);border-top-left-radius:var(--mf-radius-xl);border-top-right-radius:var(--mf-radius-xl);padding:2rem 1.5rem;width:100%;max-height:85vh;overflow-y:auto;box-shadow:var(--mf-shadow-2xl);animation:filterSheetSlideUp .25s cubic-bezier(.16,1,.3,1)}@keyframes filterSheetSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.sheet-backdrop.fixed-sheet{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#1c241f73;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1200;display:flex;align-items:flex-end;justify-content:center}.sheet-backdrop.inline-sheet{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#1c241f66;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:100;display:flex;align-items:flex-end;justify-content:center;border-radius:var(--mf-radius-xl)}.sheet-modal{background-color:var(--mf-color-pure-white);border-top-left-radius:var(--mf-radius-xl);border-top-right-radius:var(--mf-radius-xl);width:100%;max-width:720px;max-height:85vh;overflow-y:auto;box-shadow:var(--mf-shadow-xl);animation:slideUpSheet .25s cubic-bezier(.16,1,.3,1)}@keyframes slideUpSheet{0%{transform:translateY(100%)}to{transform:translateY(0)}}.sheet-header{padding:1.25rem 1.75rem;border-bottom:1px solid var(--mf-border);display:flex;align-items:center;justify-content:space-between}.sheet-close-btn{background:none;border:none;cursor:pointer;color:var(--mf-text-secondary);padding:4px}.sheet-close-btn:hover{color:var(--mf-text-primary)}.sheet-body{padding:1.75rem;display:grid;grid-template-columns:240px 1fr;gap:2rem;align-items:start}.sheet-product-img{width:100%;height:220px;object-fit:cover;border-radius:var(--mf-radius-lg);border:1px solid var(--mf-border)}.sheet-category-badge{font-size:.75rem;font-weight:700;color:var(--mf-primary);text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:.25rem}.sheet-title{font-family:var(--mf-font-family-display);font-size:1.6rem;font-weight:800;color:var(--mf-text-primary);margin-bottom:.5rem;line-height:1.2}.sheet-price-row{display:flex;align-items:baseline;gap:.4rem;margin-bottom:1rem}.sheet-price{font-size:1.4rem;font-weight:800;color:var(--mf-primary-dark)}.sheet-unit{font-size:.9rem;color:var(--mf-text-secondary)}.sheet-desc{font-size:.925rem;color:var(--mf-text-secondary);line-height:1.5;margin-bottom:1.5rem}.sheet-quantity-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.75rem;padding:.85rem 1rem;background-color:var(--mf-bg-main);border-radius:var(--mf-radius-md);border:1px solid var(--mf-border)}.quantity-counter{display:flex;align-items:center;gap:.5rem;background-color:var(--mf-color-pure-white);border:1px solid var(--mf-border);border-radius:var(--mf-radius-md);padding:3px 6px}.qty-btn{background:none;border:none;cursor:pointer;color:var(--mf-text-primary);padding:4px;display:flex;align-items:center;justify-content:center}.qty-btn:disabled{opacity:.4;cursor:not-allowed}.qty-value{font-weight:700;font-size:1rem;min-width:24px;text-align:center}.sheet-actions-row{display:flex;gap:1rem}@media (max-width: 680px){.sheet-body{grid-template-columns:1fr;gap:1.25rem}.sheet-product-img{height:180px}}.shop-page-container{max-width:var(--mf-max-width);width:100%;margin:0 auto;padding:1.5rem 1.5rem 4rem}.shop-hero-header{background-color:var(--mf-color-pure-white);border-radius:var(--mf-radius-xl);border:1px solid var(--mf-border);overflow:hidden;box-shadow:var(--mf-shadow-sm);margin-bottom:2.5rem}.shop-page-cover{width:100%;height:220px;object-fit:cover;background-color:var(--mf-color-warm-ivory)}.shop-header-body{padding:0 2.5rem 2rem;display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;flex-wrap:wrap}.shop-profile-identity{display:flex;align-items:flex-end;gap:1.5rem;margin-top:-50px}.shop-page-avatar{width:100px;height:100px;border-radius:50%;border:4px solid var(--mf-color-pure-white);object-fit:cover;background-color:var(--mf-color-pure-white);box-shadow:var(--mf-shadow-sm)}.shop-details-meta h1{font-family:var(--mf-font-family-display);font-size:2rem;font-weight:800;color:var(--mf-text-primary);margin-bottom:.25rem}.shop-meta-row{display:flex;align-items:center;gap:1rem;font-size:.9rem;color:var(--mf-text-secondary);flex-wrap:wrap}.shop-workspace-grid{display:grid;grid-template-columns:1fr;gap:2rem;transition:all .3s ease}.shop-workspace-grid.chat-open{grid-template-columns:1fr 380px}.shop-chat-pane{background-color:var(--mf-color-pure-white);border-radius:var(--mf-radius-xl);border:1px solid var(--mf-border);box-shadow:var(--mf-shadow-md);display:flex;flex-direction:column;height:580px;position:sticky;top:96px}.shop-chat-header{padding:1rem 1.25rem;border-bottom:1px solid var(--mf-border);display:flex;align-items:center;justify-content:space-between}.shop-chat-messages{flex:1;padding:1.25rem;overflow-y:auto;display:flex;flex-direction:column;gap:.85rem}.chat-bubble{max-width:80%;padding:.75rem 1rem;border-radius:12px;font-size:.9rem;line-height:1.4}.chat-bubble.buyer{align-self:flex-end;background-color:var(--mf-primary);color:var(--mf-color-pure-white);border-bottom-right-radius:2px}.chat-bubble.farmer{align-self:flex-start;background-color:var(--mf-bg-main);color:var(--mf-text-primary);border:1px solid var(--mf-border);border-bottom-left-radius:2px}.shop-chat-input-form{padding:.85rem;border-top:1px solid var(--mf-border);display:flex;gap:.5rem}@media (max-width: 900px){.shop-workspace-grid.chat-open{grid-template-columns:1fr}.shop-header-body{padding:0 1.5rem 1.5rem}.shop-profile-identity{flex-direction:column;align-items:flex-start;gap:.75rem}}.cart-container{max-width:920px;width:100%;margin:0 auto;padding:2.5rem 1.5rem 5rem}.cart-header-title{font-family:var(--mf-font-family-display);font-size:2.2rem;font-weight:800;color:var(--mf-text-primary);margin-bottom:.5rem}.cart-info-banner{background-color:var(--mf-color-warm-ivory);border:1px solid var(--mf-border);border-radius:var(--mf-radius-lg);padding:1.1rem 1.35rem;display:flex;align-items:center;gap:.85rem;margin-bottom:2rem}.cart-info-banner p{margin:0;font-size:.9rem;color:var(--mf-text-secondary);line-height:1.45}.cart-shop-card{background-color:var(--mf-color-pure-white);border-radius:var(--mf-radius-xl);border:1.5px solid var(--mf-border);box-shadow:var(--mf-shadow-sm);margin-bottom:2.25rem;overflow:hidden;transition:border-color .2s ease}.cart-shop-card:hover{border-color:var(--mf-primary)}.cart-shop-header{padding:1.25rem 1.75rem;background-color:var(--mf-bg-main);border-bottom:1px solid var(--mf-border);display:flex;align-items:center;justify-content:space-between}.cart-shop-title-area{display:flex;align-items:center;gap:.75rem}.cart-shop-name{font-size:1.15rem;font-weight:700;color:var(--mf-text-primary)}.cart-shop-loc{font-size:.85rem;color:var(--mf-text-secondary);display:flex;align-items:center;gap:.25rem}.cart-items-list{padding:0 1.75rem}.cart-line-item{display:grid;grid-template-columns:72px 1fr auto auto auto;gap:1.5rem;align-items:center;padding:1.35rem 0;border-bottom:1px solid var(--mf-border)}.cart-line-item:last-child{border-bottom:none}.cart-item-thumb{width:72px;height:72px;object-fit:cover;border-radius:var(--mf-radius-md);border:1px solid var(--mf-border)}.cart-item-title{font-size:1rem;font-weight:700;color:var(--mf-text-primary);margin-bottom:.25rem}.cart-item-unit-price{font-size:.85rem;color:var(--mf-text-secondary)}.cart-item-total{font-size:1.1rem;font-weight:700;color:var(--mf-primary-dark);min-width:90px;text-align:right}.cart-remove-btn{background:none;border:none;cursor:pointer;color:var(--mf-text-secondary);padding:6px;transition:color .15s ease}.cart-remove-btn:hover{color:#b91c1c}.cart-shop-footer{padding:1.5rem 1.75rem;background-color:var(--mf-bg-main);border-top:1px solid var(--mf-border);display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.cart-shop-subtotal-area{display:flex;flex-direction:column}.cart-subtotal-label{font-size:.85rem;color:var(--mf-text-secondary);text-transform:uppercase;letter-spacing:.04em;font-weight:600}.cart-subtotal-value{font-size:1.45rem;font-weight:800;color:var(--mf-primary-dark)}.cart-empty-view{text-align:center;padding:5rem 1.5rem;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);max-width:560px;margin:2rem auto 0}@media (max-width: 768px){.cart-line-item{grid-template-columns:60px 1fr auto;gap:1rem}.cart-item-total{grid-column:2 / -1;text-align:left;margin-top:-.5rem}.cart-shop-footer{flex-direction:column;align-items:stretch}}.delivery-conf-container{max-width:1080px;width:100%;margin:0 auto;padding:2.5rem 1.5rem 5rem}.delivery-conf-grid{display:grid;grid-template-columns:1fr 380px;gap:2.5rem;align-items:start}.checkout-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)}.checkout-card-title{font-family:var(--mf-font-family-display);font-size:1.3rem;font-weight:700;color:var(--mf-text-primary);margin-bottom:.35rem}.checkout-card-subtitle{font-size:.875rem;color:var(--mf-text-secondary);margin-bottom:1.5rem}.saved-loc-card{border:1.5px solid var(--mf-border);border-radius:var(--mf-radius-lg);padding:1.1rem 1.25rem;margin-bottom:.85rem;cursor:pointer;display:flex;align-items:flex-start;gap:.85rem;background-color:var(--mf-bg-main);transition:all .15s ease}.saved-loc-card:hover{border-color:var(--mf-primary)}.saved-loc-card.selected{border-color:var(--mf-primary);background-color:#e8f5e9}.order-summary-box{background-color:var(--mf-color-pure-white);border-radius:var(--mf-radius-xl);border:1px solid var(--mf-border);padding:2rem;box-shadow:var(--mf-shadow-md);position:sticky;top:96px}.summary-breakdown-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.85rem;font-size:.95rem;color:var(--mf-text-secondary)}.summary-breakdown-row.total-row{border-top:1px solid var(--mf-border);padding-top:1.1rem;margin-top:1.1rem;font-size:1.2rem;font-weight:800;color:var(--mf-text-primary)}.paystack-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#1c241f99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1300;display:flex;align-items:center;justify-content:center;padding:1.5rem}.paystack-modal{background-color:var(--mf-color-pure-white);border-radius:var(--mf-radius-xl);max-width:480px;width:100%;overflow:hidden;box-shadow:var(--mf-shadow-xl);animation:scaleIn .2s cubic-bezier(.16,1,.3,1)}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width: 900px){.delivery-conf-grid{grid-template-columns:1fr}.order-summary-box{position:static}}.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}.buyer-orders-container{max-width:960px;width:100%;margin:0 auto;padding:2.5rem 1.5rem 5rem}.orders-page-header{margin-bottom:2rem}.orders-page-title{font-family:var(--mf-font-family-display);font-size:2.2rem;font-weight:800;color:var(--mf-text-primary);margin-bottom:.35rem}.orders-tabs-row{display:flex;gap:1rem;border-bottom:1.5px solid var(--mf-border);margin-bottom:2rem}.orders-tab-btn{padding:.85rem 1.5rem;font-size:1rem;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:.5rem;transition:all .15s ease;margin-bottom:-2px}.orders-tab-btn:hover{color:var(--mf-text-primary)}.orders-tab-btn.active{color:var(--mf-primary-dark);border-bottom-color:var(--mf-primary);font-weight:700}.orders-tab-badge{font-size:.75rem;padding:2px 7px;border-radius:12px;background-color:var(--mf-border);color:var(--mf-text-primary)}.orders-tab-btn.active .orders-tab-badge{background-color:#e8f5e9;color:var(--mf-primary-dark)}.order-card-box{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);margin-bottom:1.75rem;overflow:hidden;transition:all .2s ease}.order-card-box:hover{border-color:var(--mf-primary);box-shadow:var(--mf-shadow-md)}.order-card-header{padding:1.25rem 1.75rem;background-color:var(--mf-bg-main);border-bottom:1px solid var(--mf-border);display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.order-shop-identity{display:flex;align-items:center;gap:.75rem}.order-shop-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:1px solid var(--mf-border)}.order-shop-name{font-size:1.05rem;font-weight:700;color:var(--mf-text-primary);text-decoration:none}.order-shop-name:hover{color:var(--mf-primary)}.order-meta-info{font-size:.8rem;color:var(--mf-text-secondary)}.order-status-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .85rem;border-radius:var(--mf-radius-md);font-size:.825rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.order-status-chip.new{background-color:#fef3c7;color:#b45309}.order-status-chip.confirmed{background-color:#dbeafe;color:#1d4ed8}.order-status-chip.in_delivery{background-color:#dcfce7;color:#15803d;border:1px solid #86EFAC}.order-status-chip.delivered{background-color:#f1f5f9;color:#475569}.order-status-chip.cancelled{background-color:#fee2e2;color:#b91c1c}.order-card-body{padding:1.25rem 1.75rem}.order-items-strip{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.order-item-row{display:flex;align-items:center;justify-content:space-between}.order-item-thumb{width:44px;height:44px;border-radius:6px;object-fit:cover;border:1px solid var(--mf-border)}.order-card-footer{padding:1.1rem 1.75rem;background-color:var(--mf-bg-main);border-top:1px solid var(--mf-border);display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.order-total-display{display:flex;align-items:baseline;gap:.5rem}.order-total-label{font-size:.85rem;color:var(--mf-text-secondary)}.order-total-val{font-size:1.25rem;font-weight:800;color:var(--mf-primary-dark)}.order-actions-cluster{display:flex;align-items:center;gap:.75rem}.orders-empty-card{text-align:center;padding:4.5rem 1.5rem;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);max-width:540px;margin:1.5rem auto 0}.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}}.buyer-inbox-container{max-width:1200px;width:100%;margin:0 auto;padding:2rem 1.5rem 4rem}.inbox-split-layout{display:grid;grid-template-columns:360px 1fr;background-color:var(--mf-color-pure-white);border:1px solid var(--mf-border);border-radius:var(--mf-radius-xl);overflow:hidden;box-shadow:var(--mf-shadow-sm);height:calc(82vh - 60px);min-height:540px}.inbox-conversations-sidebar{border-right:1px solid var(--mf-border);display:flex;flex-direction:column;background-color:#fafcf9}.inbox-sidebar-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--mf-border);background-color:var(--mf-color-pure-white);display:flex;align-items:center;justify-content:space-between}.inbox-sidebar-title{font-family:var(--mf-font-family-display);font-size:1.35rem;font-weight:800;color:var(--mf-text-primary);margin:0}.inbox-conversations-list{flex:1;overflow-y:auto}.inbox-convo-item{padding:1.1rem 1.25rem;border-bottom:1px solid var(--mf-border);display:flex;align-items:flex-start;gap:.85rem;cursor:pointer;background-color:transparent;transition:all .15s ease}.inbox-convo-item:hover{background-color:#f1f5f9}.inbox-convo-item.active{background-color:#e8f5e9;border-left:4px solid var(--mf-primary)}.inbox-convo-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0;border:1px solid var(--mf-border)}.inbox-chat-panel{display:flex;flex-direction:column;background-color:var(--mf-color-pure-white);height:100%}.inbox-chat-header{padding:1rem 1.5rem;border-bottom:1px solid var(--mf-border);display:flex;align-items:center;justify-content:space-between;background-color:var(--mf-bg-main)}.inbox-chat-shop-identity{display:flex;align-items:center;gap:.75rem}.inbox-chat-messages-area{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;background-color:#fdfefc}.chat-bubble-row{display:flex;flex-direction:column;max-width:70%}.chat-bubble-row.mine{align-self:flex-end;align-items:flex-end}.chat-bubble-row.theirs{align-self:flex-start;align-items:flex-start}.chat-bubble{padding:.85rem 1.15rem;border-radius:var(--mf-radius-lg);font-size:.925rem;line-height:1.45;box-shadow:var(--mf-shadow-xs);word-break:break-word}.chat-bubble-row.mine .chat-bubble{background-color:var(--mf-primary);color:#fff;border-bottom-right-radius:2px}.chat-bubble-row.theirs .chat-bubble{background-color:#f1f5f9;color:var(--mf-text-primary);border-bottom-left-radius:2px;border:1px solid var(--mf-border)}.chat-bubble-meta{font-size:.725rem;color:var(--mf-text-secondary);margin-top:4px;padding:0 4px}.inbox-chat-input-bar{padding:1rem 1.5rem;border-top:1px solid var(--mf-border);background-color:var(--mf-color-pure-white);display:flex;align-items:center;gap:.75rem}.inbox-chat-text-input{flex:1;height:46px;padding:0 1.25rem;border:1.5px solid var(--mf-border);border-radius:var(--mf-radius-lg);font-size:.95rem;outline:none;transition:border-color .15s ease}.inbox-chat-text-input:focus{border-color:var(--mf-primary)}@media (max-width: 860px){.inbox-split-layout{grid-template-columns:1fr;height:auto}.inbox-conversations-sidebar.hidden-mobile,.inbox-chat-panel.hidden-mobile{display:none}}.standalone-settings-page{min-height:100vh;background-color:var(--mf-bg-main);padding:2.5rem 1.5rem 6rem}.standalone-settings-container{max-width:820px;width:100%;margin:0 auto}.settings-back-btn{display:inline-flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;color:var(--mf-text-secondary);background:none;border:none;cursor:pointer;padding:.5rem 0;margin-bottom:1.5rem;transition:color .15s ease}.settings-back-btn:hover{color:var(--mf-text-primary)}.settings-page-header{margin-bottom:2rem}.settings-page-title{font-family:var(--mf-font-family-display);font-size:2.3rem;font-weight:800;color:var(--mf-text-primary);margin:0 0 .35rem}.settings-tabs-nav{display:flex;gap:.5rem;border-bottom:1.5px solid var(--mf-border);margin-bottom:2rem;overflow-x:auto}.settings-tab-btn{padding:.85rem 1.35rem;font-size:.975rem;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:.5rem;transition:all .15s ease;margin-bottom:-2px;white-space:nowrap}.settings-tab-btn:hover{color:var(--mf-text-primary)}.settings-tab-btn.active{color:var(--mf-primary-dark);border-bottom-color:var(--mf-primary);font-weight:700}.settings-tab-card{background-color:var(--mf-color-pure-white);border-radius:var(--mf-radius-xl);border:1px solid var(--mf-border);padding:2.25rem;box-shadow:var(--mf-shadow-sm)}.settings-card-title{font-family:var(--mf-font-family-display);font-size:1.35rem;font-weight:700;color:var(--mf-text-primary);margin:0 0 .35rem}.settings-card-subtitle{font-size:.9rem;color:var(--mf-text-secondary);margin-bottom:1.75rem}.notification-toggle-row{display:flex;align-items:flex-start;justify-content:space-between;padding:1.25rem 0;border-bottom:1px solid var(--mf-border);gap:1.5rem}.notification-toggle-row:last-child{border-bottom:none;padding-bottom:0}.notification-toggle-info strong{display:block;font-size:1rem;color:var(--mf-text-primary);margin-bottom:.2rem}.notification-toggle-info p{margin:0;font-size:.85rem;color:var(--mf-text-secondary);line-height:1.4}.switch-control{position:relative;display:inline-block;width:48px;height:26px;flex-shrink:0}.switch-control input{opacity:0;width:0;height:0}.switch-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#cbd5e1;transition:.2s cubic-bezier(.16,1,.3,1);border-radius:26px}.switch-slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:.2s cubic-bezier(.16,1,.3,1);border-radius:50%;box-shadow:0 1px 3px #0003}.switch-control input:checked+.switch-slider{background-color:var(--mf-primary)}.switch-control input:checked+.switch-slider:before{transform:translate(22px)}.saved-address-row{display:flex;justify-content:space-between;align-items:flex-start;padding:1.25rem;border:1px solid var(--mf-border);border-radius:var(--mf-radius-lg);margin-bottom:1rem;background-color:var(--mf-bg-main);gap:1rem}.saved-address-row.default{border-color:var(--mf-primary);background-color:#fdfefc}.saved-address-actions{display:flex;align-items:center;gap:.5rem}.account-action-row{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0;border-bottom:1px solid var(--mf-border);gap:1.5rem}.account-action-row:last-child{border-bottom:none;padding-bottom:0}.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-container{max-width:1000px;width:100%;margin:0 auto}.farmer-greeting-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:1rem}.farmer-greeting-title{font-family:var(--mf-font-family-display);font-size:2.1rem;font-weight:800;color:var(--mf-text-primary);margin:0 0 .25rem}.farmer-shop-subtitle{display:flex;align-items:center;gap:.6rem;font-size:.95rem;color:var(--mf-text-secondary)}.farmer-view-shop-link{font-size:.85rem;font-weight:700;color:#1b4d3e;text-decoration:none;display:flex;align-items:center;gap:.25rem;background-color:#e8f5e9;padding:2px 8px;border-radius:4px;transition:background-color .15s ease}.farmer-view-shop-link:hover{background-color:#c8e6c9}.shop-ready-card{background:linear-gradient(135deg,#1b4d3e,#2a735e);color:#fff;border-radius:var(--mf-radius-xl);padding:2.5rem;margin-bottom:2rem;box-shadow:0 4px 15px #1b4d3e26}.shop-ready-tag{font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;background-color:#fff3;padding:4px 10px;border-radius:4px;display:inline-block;margin-bottom:1rem}.shop-ready-title{font-family:var(--mf-font-family-display);font-size:1.85rem;font-weight:800;margin:0 0 .5rem}.shop-ready-desc{font-size:1rem;color:#ffffffe6;max-width:540px;line-height:1.5;margin-bottom:1.75rem}.shop-ready-cta{height:44px;padding:0 1.5rem;background-color:#fff;color:#1b4d3e;font-size:.95rem;font-weight:800;border-radius:var(--mf-radius-md);border:none;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;cursor:pointer;box-shadow:var(--mf-shadow-md);transition:transform .15s ease,box-shadow .15s ease}.shop-ready-cta:hover{transform:translateY(-1px);box-shadow:var(--mf-shadow-lg)}.getting-started-card{background-color:var(--mf-color-pure-white);border-radius:var(--mf-radius-xl);border:1px solid var(--mf-border);padding:2rem;box-shadow:var(--mf-shadow-sm)}.getting-started-title{font-family:var(--mf-font-family-display);font-size:1.15rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--mf-text-secondary);margin:0 0 1.5rem}.checklist-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--mf-border)}.checklist-item:last-child{border-bottom:none;padding-bottom:0}.checklist-icon-box{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.checklist-icon-box.done{background-color:#e8f5e9;color:#2e7d32}.checklist-icon-box.pending{background-color:#f1f5f9;color:#94a3b8;border:1.5px solid #CBD5E1}.checklist-text{font-size:.95rem;font-weight:600;color:var(--mf-text-primary)}.checklist-text.done{color:var(--mf-text-secondary);text-decoration:line-through}.attention-card{background-color:var(--mf-color-pure-white);border-radius:var(--mf-radius-xl);border:1px solid var(--mf-border);padding:1.5rem 1.75rem;margin-bottom:2rem;box-shadow:var(--mf-shadow-sm)}.attention-header{font-family:var(--mf-font-family-display);font-size:.85rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#b45309;margin:0 0 1rem;display:flex;align-items:center;gap:.4rem}.attention-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.attention-box{padding:1.15rem 1.25rem;border-radius:var(--mf-radius-lg);background-color:#fef3c7;border:1px solid #FDE68A;display:flex;align-items:center;justify-content:space-between;gap:1rem}.attention-box.message{background-color:#eff6ff;border-color:#bfdbfe}.attention-box strong{display:block;font-size:1.1rem;font-weight:800;color:#92400e}.attention-box.message strong{color:#1e40af}.attention-box span{font-size:.825rem;color:#78350f}.attention-box.message span{color:#1e3a8a}.attention-action-btn{height:34px;padding:0 .95rem;border-radius:var(--mf-radius-md);font-size:.825rem;font-weight:700;border:none;cursor:pointer;white-space:nowrap;text-decoration:none;display:inline-flex;align-items:center;gap:.3rem;background-color:#92400e;color:#fff;transition:background-color .15s ease}.attention-action-btn:hover{background-color:#78350f}.attention-action-btn.message{background-color:#1e40af}.attention-action-btn.message:hover{background-color:#1e3a8a}.farmer-metrics-section{margin-bottom:2.25rem}.section-label{font-family:var(--mf-font-family-display);font-size:.825rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--mf-text-secondary);margin:0 0 .85rem}.farmer-metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.farmer-metric-card{background-color:var(--mf-color-pure-white);border-radius:var(--mf-radius-lg);border:1px solid var(--mf-border);padding:1.5rem;box-shadow:var(--mf-shadow-sm)}.farmer-metric-label{font-size:.85rem;font-weight:600;color:var(--mf-text-secondary);margin-bottom:.5rem}.farmer-metric-value{font-family:var(--mf-font-family-display);font-size:1.85rem;font-weight:800;color:var(--mf-text-primary);margin:0}.recent-orders-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:2.25rem;box-shadow:var(--mf-shadow-sm)}.recent-orders-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.recent-order-row{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;border-bottom:1px solid var(--mf-border);text-decoration:none;color:inherit;transition:background-color .15s ease}.recent-order-row:hover{background-color:#f8faf7;border-radius:var(--mf-radius-md);padding-left:.5rem;padding-right:.5rem}.recent-order-row:last-child{border-bottom:none;padding-bottom:0}.quick-actions-row{display:flex;gap:1rem;flex-wrap:wrap}.quick-action-btn{height:42px;padding:0 1.25rem;border-radius:var(--mf-radius-md);font-size:.875rem;font-weight:700;display:inline-flex;align-items:center;gap:.4rem;text-decoration:none;cursor:pointer;transition:all .15s ease}.quick-action-btn.primary{background-color:#1b4d3e;color:#fff;border:none}.quick-action-btn.primary:hover{background-color:#143a2f}.quick-action-btn.secondary{background-color:var(--mf-color-pure-white);color:var(--mf-text-primary);border:1px solid var(--mf-border)}.quick-action-btn.secondary:hover{border-color:#94a3b8;background-color:#f8fafc}@media (max-width: 768px){.farmer-metrics-grid{grid-template-columns:1fr}}.farmer-products-container{max-width:1060px;width:100%;margin:0 auto}.products-page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.75rem;gap:1rem}.products-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}.products-page-subtitle{font-size:.95rem;color:var(--mf-text-secondary);margin:0}.products-filter-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.products-search-box{position:relative;max-width:380px;width:100%}.products-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}.products-search-input:focus{border-color:#1b4d3e}.products-search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--mf-text-secondary)}.products-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}.products-table{width:100%;border-collapse:collapse;text-align:left}.products-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)}.products-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}.products-table tr:last-child td{border-bottom:none}.product-row-clickable{cursor:pointer;transition:background-color .15s ease}.product-row-clickable:hover{background-color:#f8faf7}.product-info-cell{display:flex;align-items:center;gap:.85rem}.product-thumb-img{width:44px;height:44px;border-radius:var(--mf-radius-md);object-fit:cover;background-color:#e2e8f0;flex-shrink:0}.product-name-txt{font-weight:700;color:var(--mf-text-primary);display:block}.product-cat-txt{font-size:.775rem;color:var(--mf-text-secondary)}.status-pill{display:inline-flex;align-items:center;gap:4px;font-size:.75rem;font-weight:700;padding:3px 9px;border-radius:4px}.status-pill.available{background-color:#e8f5e9;color:#2e7d32}.status-pill.out-of-stock{background-color:#fef3c7;color:#92400e}.status-pill.draft{background-color:#f1f5f9;color:#64748b}.product-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0f172a80;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:1.5rem}.product-modal-box{background-color:var(--mf-color-pure-white);border-radius:var(--mf-radius-xl);max-width:620px;width:100%;max-height:90vh;overflow-y:auto;padding:2.25rem;box-shadow:var(--mf-shadow-2xl);animation:zoomIn .2s ease}@keyframes zoomIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.product-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;border-bottom:1px solid var(--mf-border);padding-bottom:1rem}.product-modal-title{font-family:var(--mf-font-family-display);font-size:1.4rem;font-weight:800;margin:0;color:var(--mf-text-primary)}.product-drawer-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0f172a66;z-index:1500;display:flex;justify-content:flex-end}.product-drawer-panel{width:440px;max-width:100%;height:100%;background-color:var(--mf-color-pure-white);box-shadow:var(--mf-shadow-2xl);display:flex;flex-direction:column;animation:drawerSlide .25s cubic-bezier(.16,1,.3,1)}@keyframes drawerSlide{0%{transform:translate(100%)}to{transform:translate(0)}}.product-drawer-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--mf-border);display:flex;align-items:center;justify-content:space-between;background-color:#f8faf7}.product-drawer-body{flex:1;overflow-y:auto;padding:1.75rem 1.5rem}.product-drawer-footer{padding:1.25rem 1.5rem;border-top:1px solid var(--mf-border);display:flex;gap:.75rem;background-color:#f8faf7}@media (max-width: 640px){.products-page-header{flex-direction:column;align-items:flex-start;gap:1rem}.products-table-card{overflow-x:auto;-webkit-overflow-scrolling:touch}.products-table th,.products-table td{padding:.85rem .75rem}.product-modal-box{padding:1.5rem;max-height:94vh;border-radius:var(--mf-radius-lg)}}.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:1100px;width:100%;margin:0 auto}.analytics-header-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:1rem}.analytics-title{font-family:var(--mf-font-family-display);font-size:2.1rem;font-weight:800;color:var(--mf-text-primary);margin:0 0 .25rem}.analytics-subtitle{font-size:.95rem;color:var(--mf-text-secondary);margin:0}.analytics-range-selector{display:inline-flex;background-color:#e2e8f0;padding:3px;border-radius:var(--mf-radius-md);gap:2px}.analytics-range-btn{padding:6px 14px;font-size:.8rem;font-weight:700;color:var(--mf-text-secondary);background:none;border:none;border-radius:6px;cursor:pointer;transition:all .15s ease}.analytics-range-btn:hover{color:var(--mf-text-primary)}.analytics-range-btn.active{background-color:var(--mf-color-pure-white);color:#1b4d3e;box-shadow:0 1px 3px #00000014}.analytics-products-banner{background:linear-gradient(135deg,#1b4d3e,#285e4d);border-radius:var(--mf-radius-xl);padding:1.75rem 2rem;color:#fff;display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;box-shadow:var(--mf-shadow-md)}.analytics-products-banner-title{font-size:.85rem;text-transform:uppercase;letter-spacing:.06em;opacity:.85;margin:0 0 .4rem;font-weight:700}.analytics-products-banner-value{font-family:var(--mf-font-family-display);font-size:2.25rem;font-weight:900;margin:0}.analytics-banner-link{display:inline-flex;align-items:center;gap:.4rem;background-color:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.65rem 1.25rem;border-radius:var(--mf-radius-md);font-size:.875rem;font-weight:700;text-decoration:none;transition:background-color .15s ease}.analytics-banner-link:hover{background-color:#ffffff40}.analytics-kpi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.25rem}@media (max-width: 768px){.analytics-kpi-grid{grid-template-columns:1fr}}.analytics-kpi-card{background-color:var(--mf-color-pure-white);border:1px solid var(--mf-border);border-radius:var(--mf-radius-xl);padding:1.5rem;box-shadow:var(--mf-shadow-sm)}.analytics-kpi-label{font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--mf-text-secondary);margin:0 0 .5rem}.analytics-kpi-value{font-family:var(--mf-font-family-display);font-size:2rem;font-weight:900;color:var(--mf-text-primary);margin:0}.analytics-section-card{background-color:var(--mf-color-pure-white);border:1px solid var(--mf-border);border-radius:var(--mf-radius-xl);padding:1.75rem;margin-bottom:2rem;box-shadow:var(--mf-shadow-sm)}.analytics-section-title{font-family:var(--mf-font-family-display);font-size:1.25rem;font-weight:800;color:var(--mf-text-primary);margin:0 0 1.25rem}.bestsellers-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.bestseller-item-card{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid var(--mf-border);border-radius:var(--mf-radius-lg);background-color:#fafbf9;transition:transform .15s ease,box-shadow .15s ease}.bestseller-item-card:hover{transform:translateY(-2px);box-shadow:var(--mf-shadow-sm)}.bestseller-thumb{width:54px;height:54px;border-radius:var(--mf-radius-md);object-fit:cover;flex-shrink:0}.bestseller-name{font-weight:800;font-size:.95rem;color:var(--mf-text-primary);display:block;margin-bottom:2px}.bestseller-stats{font-size:.8rem;color:var(--mf-text-secondary)}.bestseller-view-btn{margin-left:auto;font-size:.8rem;font-weight:700;color:#1b4d3e;background-color:#e8f5e9;padding:6px 12px;border-radius:6px;text-decoration:none;display:inline-flex;align-items:center;gap:2px;transition:background-color .15s ease}.bestseller-view-btn:hover{background-color:#c8e6c9}.farmer-settings-standalone-page{min-height:100vh;background-color:var(--mf-bg-main);padding:2.5rem 1.5rem 5rem}.farmer-settings-card-wrapper{max-width:760px;margin:0 auto}.farmer-settings-back-btn{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;color:var(--mf-text-secondary);text-decoration:none;margin-bottom:1.5rem;transition:color .15s ease}.farmer-settings-back-btn:hover{color:#1b4d3e}.farmer-settings-title{font-family:var(--mf-font-family-display);font-size:2.25rem;font-weight:800;color:var(--mf-text-primary);margin:0 0 1.5rem}.farmer-settings-tabs-nav{display:flex;gap:.5rem;border-bottom:2px solid var(--mf-border);margin-bottom:2rem}.farmer-settings-tab-btn{padding:.75rem 1.25rem;font-size:.95rem;font-weight:700;color:var(--mf-text-secondary);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:#1b4d3e}.farmer-settings-tab-btn.active{color:#1b4d3e;border-bottom-color:#1b4d3e}.farmer-settings-box{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);padding:2.25rem}@media (max-width: 640px){.farmer-settings-standalone-page{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}}.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}
