:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:rgba(170,59,255,.1);--accent-border:rgba(170,59,255,.5);--social-bg:rgba(244,243,236,.5);--shadow:rgba(0,0,0,.1) 0 10px 15px -3px, rgba(0,0,0,.05) 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (max-width:1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:rgba(192,132,252,.15);--accent-border:rgba(192,132,252,.5);--social-bg:rgba(47,48,58,.5);--shadow:rgba(0,0,0,.4) 0 10px 15px -3px, rgba(0,0,0,.25) 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}html,body,#root{text-align:left;border:none;width:100%;max-width:none;min-height:100vh;margin:0;padding:0}body{background:var(--bg);overflow-x:hidden}#root{text-align:left;border-left:none;border-right:none;flex-direction:column;max-width:none;margin:0;display:flex}.dashboard-layout{width:100%;height:100vh;min-height:100vh;display:flex;overflow:hidden}.sidebar{flex:0 0 250px;width:250px;min-width:250px;height:100vh}.dashboard-main{flex:1;width:calc(100vw - 250px);min-width:0;height:100vh;overflow:hidden}.dashboard-topbar{width:auto;margin:20px 24px 0}.dashboard-content{flex:1;width:100%;min-width:0;min-height:0;padding:18px 24px 24px;overflow:auto}.page-shell{width:100%;max-width:none;margin:0}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));width:100%}.table-card{width:100%;overflow-x:auto}table{width:100%}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (max-width:1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (max-width:1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}html,body,#root{width:100%;max-width:100%;overflow-x:hidden}#root{margin:0;padding:0}html,body,img,svg,canvas,video{max-width:100%}#root{background:var(--bg-main);width:100%;min-width:100%;min-height:100vh;color:var(--text-dark);margin:0;font-family:Segoe UI,Arial,sans-serif;overflow-x:hidden}*{box-sizing:border-box}:root{--bg-main:#f4f5f2;--bg-soft:#eef2ed;--sidebar-bg:#0d3b3d;--sidebar-bg-dark:#08292a;--primary-gold:#c89b3c;--primary-gold-dark:#b1842f;--text-dark:#1f2933;--text-muted:#6b7280;--border-light:#d9ded8;--white:#fff;--shadow-soft:0 10px 30px rgba(0,0,0,.08)}body,#root{display:block}.login-page{background-color:transparent;background-image:linear-gradient(rgba(0,0,0,.28),rgba(0,0,0,.28)),url(/assets/farmer-bg-nE1eXEv3.png);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.login-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.4);border-radius:28px;width:100%;max-width:430px;padding:42px 36px;transition:all .3s;box-shadow:0 18px 50px rgba(0,0,0,.22)}.login-logo-wrap{justify-content:center;margin-bottom:14px;display:flex}.agri-logo{object-fit:contain;width:92px;height:92px}.login-card h2{text-align:center;color:#204b2d;margin:0;font-size:42px;font-weight:800}.login-subtext{text-align:center;color:#667267;margin:12px 0 28px;font-size:15px;line-height:1.5}.error-text{text-align:center;color:#c54848;margin-bottom:16px;font-size:14px;font-weight:600}.input-group{margin-bottom:18px;position:relative}.input-icon{color:#2f6b3f;z-index:2;font-size:16px;position:absolute;top:50%;left:18px;transform:translateY(-50%)}.login-card input{color:#183322;background:rgba(255,255,255,.84);border:1px solid #b8c8b9;border-radius:14px;outline:none;width:100%;padding:16px 18px 16px 54px;font-size:15px;transition:all .25s}.login-card input::placeholder{color:#7c8b7f}.login-card input:focus{background:rgba(255,255,255,.96);border-color:#2f6b3f;box-shadow:0 0 0 4px rgba(47,107,63,.14)}.login-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#173822,#2f6b3f);border:none;border-radius:14px;justify-content:center;align-items:center;width:100%;margin-top:8px;padding:16px;font-size:16px;font-weight:700;transition:all .25s;display:flex}.login-btn:hover{background:linear-gradient(135deg,#102717,#255432);transform:translateY(-2px)}.btn-icon{margin-right:10px;font-size:15px}.login-footer-text{color:#647266;justify-content:center;align-items:center;gap:8px;margin-top:22px;font-size:14px;display:flex}.login-footer-text svg{color:#4f8c59}@media (max-width:600px){.login-card{border-radius:24px;padding:34px 24px}.login-card h2{font-size:34px}.agri-logo{width:76px;height:76px}}.dashboard-layout{background:#f7faf7;width:100%;height:100vh;display:flex;overflow:hidden}.sidebar{scrollbar-width:thin;color:#fff;background:linear-gradient(#052e2b 0%,#041f1d 100%);border-right:1px solid rgba(255,255,255,.05);flex-direction:column;width:270px;height:100vh;padding:28px 18px;display:flex;position:relative;overflow-x:hidden;overflow-y:auto;box-shadow:6px 0 30px rgba(0,0,0,.08)}.sidebar:before{content:"";pointer-events:none;background:radial-gradient(circle,rgba(46,204,113,.16),transparent 70%);width:280px;height:280px;position:absolute;bottom:-120px;left:-120px}.sidebar::-webkit-scrollbar{width:5px}.sidebar::-webkit-scrollbar-thumb{background:rgba(255,255,255,.15);border-radius:20px}.sidebar-brand{z-index:2;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:34px;padding:4px 10px 22px;position:relative}.sidebar-title{letter-spacing:-.6px;color:#fff;margin:0 0 8px;font-size:36px;font-weight:800;line-height:1.1}.sidebar-subtitle{color:rgba(255,255,255,.62);letter-spacing:.4px;margin:0;font-size:13px}.sidebar-nav{z-index:2;flex-direction:column;gap:12px;display:flex;position:relative}.sidebar-link{color:rgba(255,255,255,.88);background:0 0;border:1px solid transparent;border-radius:16px;align-items:center;gap:12px;padding:14px 16px;font-weight:600;text-decoration:none;transition:all .22s;display:flex}.sidebar-link:hover{color:#fff;background:rgba(255,255,255,.06);transform:translate(4px)}.sidebar-link.active{color:#fff;background:linear-gradient(135deg,#2d8f4e,#1f6f3a);border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 20px rgba(33,140,72,.28)}.sidebar-link.active:hover{transform:translate(4px)}.sidebar-link-text{font-size:15px;display:inline-block}.mobile-menu-btn,.mobile-sidebar-close,.mobile-sidebar-overlay{display:none}.dashboard-main{scrollbar-width:thin;background:linear-gradient(135deg,#f9fcf9 0%,#f3f7f4 100%);flex:1;height:100vh;padding:30px;overflow-x:hidden;overflow-y:auto}.dashboard-main::-webkit-scrollbar{width:6px}.dashboard-main::-webkit-scrollbar-thumb{background:rgba(0,0,0,.12);border-radius:20px}.dashboard-topbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.92);border:1px solid rgba(0,0,0,.05);border-radius:24px;flex-shrink:0;justify-content:space-between;align-items:center;gap:18px;margin-bottom:28px;padding:22px 28px;display:flex;box-shadow:0 8px 30px rgba(0,0,0,.05)}.dashboard-heading-wrap{align-items:center;gap:14px;min-width:0;display:flex}.dashboard-heading{min-width:0}.eyebrow{letter-spacing:1.8px;text-transform:uppercase;color:#36b37e;margin:0 0 6px;font-size:11px;font-weight:800}.dashboard-topbar h1{letter-spacing:-1px;color:#183322;margin:0;font-size:40px;font-weight:850;line-height:1.1}.dashboard-topbar .dashboard-subtitle{color:#667267;margin:8px 0 0;font-size:15px;line-height:1.6}.dashboard-actions,.topbar-actions{flex-shrink:0;align-items:center;gap:14px;display:flex}.admin-badge{color:#2d7d46;background:rgba(50,168,95,.12);border:1px solid rgba(50,168,95,.24);border-radius:999px;justify-content:center;align-items:center;padding:11px 18px;font-size:13px;font-weight:700;display:inline-flex}.logout-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1f6f3a,#14522a);border:none;border-radius:14px;padding:12px 20px;font-weight:700;transition:transform .18s,box-shadow .18s}.logout-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(20,82,42,.25)}.dashboard-content{flex-direction:column;gap:28px;display:flex}.page-shell,.dashboard-home{width:100%;max-width:none;margin:0}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));align-items:stretch;gap:16px;width:100%;display:grid}.stat-card,.table-card,.panel-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.92);border:1px solid rgba(15,50,30,.06);border-radius:26px;width:100%;padding:18px;transition:transform .2s,box-shadow .2s,border-color .2s;box-shadow:0 10px 30px rgba(0,0,0,.05)}.stat-card:hover,.table-card:hover,.panel-card:hover{border-color:rgba(34,139,80,.12);transform:translateY(-3px);box-shadow:0 18px 35px rgba(0,0,0,.08)}.stat-card{flex-direction:column;justify-content:center;min-height:118px;display:flex;position:relative;overflow:hidden}.stat-card:before{content:"";background:radial-gradient(circle,rgba(255,255,255,.25),transparent 70%);border-radius:50%;width:120px;height:120px;position:absolute;top:-30px;right:-30px}.stats-grid .stat-card:first-child{background:linear-gradient(135deg,#e7f8ec,#d8f0df)}.stats-grid .stat-card:nth-child(2){background:linear-gradient(135deg,#e5eefc,#dbe8fb)}.stats-grid .stat-card:nth-child(3){background:linear-gradient(135deg,#fff3df,#ffe8c3)}.stats-grid .stat-card:nth-child(4){background:linear-gradient(135deg,#f2e8ff,#e7d7ff)}.stats-grid .stat-card:nth-child(5){background:linear-gradient(135deg,#dffaf5,#d1f5ee)}.stats-grid .stat-card:nth-child(6){background:linear-gradient(135deg,#ffe8e8,#ffd8d8)}.stats-grid .stat-card:nth-child(7){background:linear-gradient(135deg,#edf8e5,#e0f1d6)}.stats-grid .stat-card:nth-child(8){background:linear-gradient(135deg,#f4f4f4,#ebebeb)}.stat-title{color:#4d5b4f;text-transform:uppercase;letter-spacing:1.8px;margin:0;font-size:11px;font-weight:800}.stat-value{color:#163322;letter-spacing:-1px;margin:14px 0 0;font-size:34px;font-weight:850;line-height:1}.stat-note{color:#6f7d72;margin:12px 0 0;font-size:14px;line-height:1.5}.dashboard-panels{grid-template-columns:minmax(0,1.2fr) minmax(380px,.8fr);gap:22px;width:100%;margin-top:22px;display:grid}.table-card,.panel-card{margin-top:22px}.table-card h2,.panel-card h2{color:#163322;letter-spacing:-.5px;margin:0 0 18px;font-size:28px;font-weight:800}.table-scroll{-webkit-overflow-scrolling:touch;width:100%;max-width:100%;overflow-x:auto}table{border-collapse:separate;border-spacing:0 10px;width:100%}.message-report-table{width:100%}th,td{text-align:left;vertical-align:middle;padding:18px 16px;font-size:14px}td{color:#223325;background:#fff;border-top:1px solid #eef2ee;border-bottom:1px solid #eef2ee;font-weight:500}td:first-child{border-left:1px solid #eef2ee;border-radius:14px 0 0 14px}td:last-child{border-right:1px solid #eef2ee;border-radius:0 14px 14px 0}th{color:#5f6d61;text-transform:uppercase;letter-spacing:1.4px;background:0 0;padding-bottom:8px;font-size:11px;font-weight:800}tr{transition:transform .15s,box-shadow .15s}tbody tr:hover{transform:scale(1.01)}.status-pill{white-space:nowrap;border:1px solid transparent;border-radius:999px;justify-content:center;align-items:center;padding:8px 14px;font-size:12px;font-weight:800;display:inline-flex}.status-sent,.status-delivered,.status-processed{color:#19b98b;background:rgba(25,185,139,.1);border-color:rgba(25,185,139,.25)}.status-pending{color:#d49b1d;background:rgba(212,155,29,.1);border-color:rgba(212,155,29,.25)}.status-failed,.status-undelivered{color:#e66b7d;background:rgba(230,107,125,.1);border-color:rgba(230,107,125,.25)}.failure-reason-text{color:#7c8a7e;max-width:360px;line-height:1.55;display:inline-block}.muted-text{color:#91a194}.sidebar-logo-wrap{align-items:center;gap:14px;display:flex}.sidebar-logo-icon{background:linear-gradient(135deg,rgba(61,178,107,.25),rgba(35,116,67,.15));border:1px solid rgba(255,255,255,.08);border-radius:18px;justify-content:center;align-items:center;width:52px;height:52px;font-size:24px;display:flex;box-shadow:inset 0 1px 1px rgba(255,255,255,.06)}.sidebar-link{gap:14px}.sidebar-link-icon{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:18px;display:flex}.sidebar-link.active .sidebar-link-icon{transform:scale(1.08)}.sidebar-leaf-wrap{opacity:.9;pointer-events:none;justify-content:center;margin-top:auto;padding-top:30px;display:flex}.sidebar-leaf{object-fit:contain;filter:drop-shadow(0 10px 20px rgba(0,0,0,.18));width:180px}.stat-card{position:relative;overflow:hidden}.stat-card-top{z-index:2;justify-content:space-between;align-items:center;margin-bottom:14px;display:flex;position:relative}.stat-icon-wrap{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,rgba(255,255,255,.55),rgba(255,255,255,.15));border:1px solid rgba(255,255,255,.4);border-radius:18px;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 8px 18px rgba(0,0,0,.06)}.stat-icon{color:#1f6f3a;width:20px;height:20px}.stat-growth{color:#1f6f3a;background:rgba(31,111,58,.1);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800}.stat-card-content{z-index:2;position:relative}.stat-card-glow{pointer-events:none;background:radial-gradient(circle,rgba(255,255,255,.28),transparent 70%);border-radius:50%;width:160px;height:160px;position:absolute;top:-50px;right:-50px}.page-title,h2,h3{color:#1d2b1f}.page-subtitle,p,label,span{color:#334135}input,select,textarea{color:#1d2b1f;background:#fff;border:1px solid rgba(141,161,199,.28);border-radius:10px}button{font-family:inherit}.toolbar-row{align-items:center;gap:12px;width:100%;display:flex}.search-input{width:100%;min-height:40px;padding:10px 12px}.form-card form{width:100%}.form-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;width:100%;margin-bottom:18px;display:grid}.form-group{flex-direction:column;width:100%;display:flex}.form-group label{color:#304338;margin-bottom:8px;font-size:14px;font-weight:600}.form-group input,.form-group select,.form-group textarea{color:#1f2d21;background:#fff;border:1px solid #d6e2d7;border-radius:12px;outline:none;width:100%;padding:12px 14px;font-size:14px}.form-group textarea{resize:vertical;min-height:120px}.button-row{flex-wrap:wrap;gap:12px;margin-top:18px;display:flex}.checkbox-group{align-items:center;gap:10px;margin-top:10px;display:flex}.checkbox-group input[type=checkbox]{width:auto}.activity-list{flex-direction:column;gap:12px;margin-top:16px;display:flex}.activity-item{background:#f8fcf8;border:1px solid #dce7dd;border-radius:18px;justify-content:space-between;gap:16px;padding:18px;display:flex}.activity-item strong{color:#1f2d21;margin-bottom:5px;font-size:14px;display:block}.activity-item p{color:#5f6f61;margin:0;font-size:13px}.activity-date{color:#18d6c6;white-space:nowrap;font-size:12px;font-weight:800}.activity-empty{color:#9fb0cc;background:rgba(255,255,255,.04);border-radius:14px;padding:16px}.performance-grid{grid-template-columns:repeat(4,minmax(160px,1fr));gap:16px;margin-top:16px;display:grid}.performance-box{background:#fff;border:1px solid #dce7dd;border-radius:18px;padding:18px}.performance-box strong{color:#1f2d21;margin-top:8px;font-size:30px;display:block}.performance-label{color:#5f6f61;text-transform:uppercase;letter-spacing:.8px;font-size:12px;font-weight:800}.performance-box.danger{background:rgba(255,141,154,.08);border-color:rgba(255,141,154,.35)}.delivery-dashboard-grid{grid-template-columns:minmax(320px,.75fr) minmax(0,1.25fr);gap:18px;width:100%;margin-top:18px;display:grid}.delivery-total-card,.delivery-status-card{background:#fff;border:1px solid #dce7dd;border-radius:24px;padding:24px;box-shadow:0 10px 28px rgba(15,23,42,.06)}.delivery-total-card{flex-direction:column;justify-content:center;min-height:300px;display:flex}.delivery-small-title{color:#cdd7e8;text-align:center;margin:0;font-size:18px;font-weight:800}.delivery-total-card>strong{color:#18d6c6;text-align:center;letter-spacing:-1px;margin:22px 0;font-size:76px;font-weight:900;line-height:1;display:block}.delivery-progress-wrap{margin-top:4px}.delivery-progress-header{color:#fff;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:14px;font-weight:800;display:flex}.delivery-progress-bar{background:rgba(255,255,255,.08);border-radius:999px;width:100%;height:16px;overflow:hidden}.delivery-progress-fill{background:linear-gradient(135deg,#18d6c6,#30f0aa);border-radius:999px;height:100%;transition:width .3s}.delivery-today-summary{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px;display:grid}.delivery-today-summary div{background:rgba(255,255,255,.043);border:1px solid rgba(255,255,255,.067);border-radius:14px;padding:12px}.delivery-today-summary span{color:#9fb0cc;text-transform:uppercase;letter-spacing:.6px;font-size:11px;font-weight:800;display:block}.delivery-today-summary strong{color:#fff;margin-top:6px;font-size:24px;font-weight:900;display:block}.section-heading-row{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.section-heading-row h2{margin:0 0 8px}.delivery-status-card{min-height:300px}.delivery-status-content{grid-template-columns:minmax(220px,.9fr) minmax(240px,1fr);align-items:center;gap:28px;margin-top:24px;display:grid}.delivery-donut{background:radial-gradient(circle,#10192b 0,#10192b 47%,transparent 48%),conic-gradient(#30f0aa 0deg,#30f0aa 230deg,#91c8ff 230deg,#91c8ff 280deg,#ffd48a 280deg,#ffd48a 320deg,#ff8d9a 320deg,#ff8d9a 360deg);border-radius:50%;justify-content:center;align-items:center;width:240px;height:240px;margin:0 auto;display:flex;box-shadow:0 18px 45px rgba(0,0,0,.25)}.delivery-donut-inner{background:rgba(13,21,37,.95);border:1px solid rgba(255,255,255,.08);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:124px;height:124px;display:flex}.delivery-donut-inner strong{color:#fff;font-size:32px;font-weight:900;line-height:1}.delivery-donut-inner span{color:#9fb0cc;text-transform:uppercase;letter-spacing:.8px;margin-top:6px;font-size:12px;font-weight:800}.delivery-legend{flex-direction:column;gap:14px;display:flex}.delivery-legend-item{align-items:center;gap:12px;display:flex}.delivery-dot{border-radius:7px;flex:none;width:42px;height:24px}.delivery-sent{background:#30f0aa}.delivery-pending{background:#ffd48a}.delivery-failed{background:#ff8d9a}.delivery-upcoming{background:#91c8ff}.delivery-legend-item strong{color:#fff;font-size:15px;display:block}.delivery-legend-item p{color:#9fb0cc;margin:2px 0 0;font-size:13px}.activity-item-rich{align-items:flex-start}.activity-title-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.page-stack{flex-direction:column;gap:18px;width:100%;display:flex}.compact-stats-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.mini-stat-card{background:#fff;border:1px solid #dce7dd;border-radius:18px;flex-direction:column;justify-content:center;min-height:110px;padding:20px;display:flex}.mini-stat-card span{color:#5f6f61;text-transform:uppercase;letter-spacing:.8px;font-size:12px;font-weight:850}.mini-stat-card strong{color:#1f2d21;margin-top:10px;font-size:32px;font-weight:900}.mini-stat-card.danger{background:rgba(255,141,154,.08);border-color:rgba(255,141,154,.35)}.message-report-table td{max-width:240px}.message-report-table td:last-child{color:#aab8d0;max-width:320px;line-height:1.45}@media (max-width:1200px){.stats-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}.dashboard-panels,.delivery-dashboard-grid,.delivery-status-content{grid-template-columns:1fr}.delivery-donut{width:220px;height:220px}.performance-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){html,body,#root{height:auto;overflow-x:hidden}.dashboard-layout{min-height:100vh;overflow:visible}.mobile-menu-btn{color:#fff;cursor:pointer;background:rgba(24,184,170,.16);border:1px solid rgba(24,184,170,.42);border-radius:12px;flex:none;justify-content:center;align-items:center;width:42px;height:42px;font-size:23px;font-weight:900;display:inline-flex}.mobile-sidebar-close{color:#fff;cursor:pointer;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;font-size:26px;line-height:1;display:inline-flex}.mobile-sidebar-overlay{z-index:900;opacity:0;pointer-events:none;background:rgba(0,0,0,.55);border:0;padding:0;transition:opacity .2s;display:block;position:fixed;top:0;bottom:0;left:0;right:0}.mobile-sidebar-overlay.show{opacity:1;pointer-events:auto}.sidebar{z-index:1000;border-bottom:none;border-right:1px solid rgba(255,255,255,.08);width:min(82vw,300px);min-width:0;max-width:300px;height:100vh;padding:22px 16px;transition:transform .25s;position:fixed;top:0;left:0;transform:translate(-105%)}.sidebar.sidebar-open{transform:translate(0)}.sidebar-brand{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px;padding:4px 4px 16px;display:flex}.sidebar-nav{flex-direction:column;gap:10px;display:flex}.sidebar-link{text-align:left;padding:13px 14px}.dashboard-main{width:100%;min-height:100vh;overflow:visible}.dashboard-topbar{border-radius:16px;flex-direction:column;align-items:stretch;margin:14px 14px 0;padding:16px}.dashboard-heading-wrap{align-items:flex-start;width:100%}.dashboard-heading{flex:1}.dashboard-topbar h1{font-size:24px;line-height:1.2}.dashboard-topbar .dashboard-subtitle{font-size:13px}.dashboard-actions,.topbar-actions{justify-content:space-between;width:100%}.dashboard-content{padding:14px;overflow:visible}.toolbar-row{flex-direction:column;align-items:stretch;gap:10px}.search-input,.toolbar-row input,.toolbar-row select,.toolbar-row button{width:100%}.dashboard-panels,.delivery-dashboard-grid,.performance-grid,.delivery-status-content{grid-template-columns:1fr}.table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.message-report-table,table{min-width:860px}.activity-item,.activity-item-rich{flex-direction:column}.activity-date{white-space:normal}}@media (max-width:640px){.login-page{padding:16px}.login-card{padding:24px 20px}.sidebar-title{font-size:21px}.sidebar-subtitle{font-size:12px}.dashboard-topbar h1{font-size:21px}.dashboard-topbar .dashboard-subtitle{font-size:12.5px}.dashboard-actions,.topbar-actions{flex-direction:column;align-items:stretch}.admin-badge,.logout-btn{width:100%;padding:9px 13px;font-size:12px}.stats-grid,.compact-stats-grid,.performance-grid{grid-template-columns:1fr;gap:12px}.stat-card,.mini-stat-card{border-radius:16px;min-height:96px;padding:18px}.stat-title,.mini-stat-card span{font-size:11px}.stat-value,.mini-stat-card strong{font-size:28px}.delivery-total-card,.delivery-status-card,.panel-card,.table-card{border-radius:16px;padding:16px}.delivery-total-card{min-height:auto}.delivery-small-title{font-size:15px}.delivery-total-card>strong{margin:16px 0;font-size:52px}.delivery-today-summary{grid-template-columns:1fr}.delivery-donut{width:185px;height:185px}.delivery-donut-inner{width:104px;height:104px}.delivery-donut-inner strong{font-size:24px}.delivery-legend-item{align-items:flex-start}.delivery-dot{width:34px;height:20px}.activity-title-row{flex-direction:column;align-items:flex-start;gap:6px}.section-heading-row{flex-direction:column;gap:8px}.section-heading-row h2,.panel-card h2,.table-card h2{font-size:18px}.page-subtitle{font-size:13px;line-height:1.5}th,td{padding:12px 10px;font-size:12px}th{font-size:11px}.status-pill{padding:6px 10px;font-size:11px}.message-report-table td:last-child{max-width:260px}}@media (max-width:430px){.dashboard-topbar{margin:10px 10px 0;padding:14px}.dashboard-topbar h1{font-size:20px}.dashboard-content{padding:10px}.sidebar{width:min(88vw,300px)}.stat-card,.mini-stat-card,.panel-card,.table-card,.delivery-total-card,.delivery-status-card{border-radius:14px}.delivery-total-card>strong{font-size:44px}.delivery-donut{width:165px;height:165px}.delivery-donut-inner{width:92px;height:92px}.delivery-donut-inner strong{font-size:22px}.message-report-table,table{min-width:900px}}.hero-section{background-color:transparent;background-image:linear-gradient(rgba(5,46,43,.72),rgba(5,46,43,.72)),url(/assets/farmer-bg-nE1eXEv3.png);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:60px 24px;display:flex}.hero-overlay{width:100%;max-width:1400px;margin:0 auto;padding:0 24px}.hero-content{width:100%;max-width:100%}.hero-badge{color:#fff;background:rgba(255,255,255,.12);border-radius:999px;margin-bottom:24px;padding:10px 18px;font-weight:700;display:inline-block}.hero-content h1{color:#fff;width:100%;margin-bottom:24px;font-size:72px;font-weight:900;line-height:1.05}.hero-description{color:rgba(255,255,255,.9);width:100%;margin-bottom:24px;font-size:20px;line-height:1.8}.hero-social-proof{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.06);border-radius:12px;align-items:center;gap:16px;width:100%;max-width:600px;margin-bottom:20px;padding:14px 20px;display:flex}.hero-trust-statement{color:rgba(255,255,255,.75);width:100%;max-width:800px;margin-bottom:32px;font-size:16px;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:18px;display:flex}.hero-primary-btn,.hero-secondary-btn{border-radius:14px;align-items:center;gap:10px;padding:16px 24px;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.hero-primary-btn{color:#fff;background:#c89b3c}.hero-secondary-btn{color:#14522a;background:#fff}.hero-primary-btn:hover,.hero-secondary-btn:hover{transform:translateY(-3px)}@media (max-width:1200px){.hero-content h1{font-size:56px}.hero-description{font-size:18px}}@media (max-width:768px){.hero-section{min-height:90vh;padding:40px 16px}.hero-overlay{padding:0 12px}.hero-content h1{font-size:32px}.hero-description{font-size:16px}.hero-social-proof{flex-wrap:wrap;gap:8px;max-width:100%;padding:12px 16px}.hero-stat-divider{display:none}.hero-stat{font-size:13px}.hero-stat strong{font-size:17px}.hero-trust-statement{font-size:14px}.hero-actions{flex-direction:column;width:100%}.hero-primary-btn,.hero-secondary-btn{justify-content:center;width:100%}}@media (max-width:480px){.hero-content h1{font-size:26px}.hero-description{font-size:14px}.hero-social-proof{padding:10px 12px}.hero-stat{font-size:12px}.hero-stat strong{font-size:15px}.hero-trust-statement{font-size:13px}.hero-primary-btn,.hero-secondary-btn{padding:14px 18px;font-size:14px}}.homepage{background:linear-gradient(#f9fcf9 0%,#f3f7f4 100%);width:100%;min-height:100vh}.homepage-section{width:100%;max-width:1400px;margin:0 auto;padding:80px 30px}.hero-section{max-width:100%;min-height:100vh;padding:60px 24px}.hero-content{max-width:100%}.homepage-kpi-section{width:100%}.homepage-section-header{text-align:center;margin-bottom:50px}.homepage-section-header h2{color:#183322;margin-bottom:12px;font-size:48px}.homepage-section-header p{color:#667267;max-width:700px;margin:0 auto;font-size:17px;line-height:1.8}.homepage-stats-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;display:grid}.homepage-stat-card{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:24px;padding:28px;transition:all .25s;box-shadow:0 10px 25px rgba(0,0,0,.05)}.homepage-stat-card:hover{transform:translateY(-5px)}.homepage-stat-top{justify-content:flex-end;margin-bottom:24px;display:flex}.homepage-stat-icon{color:#1f6f3a;background:linear-gradient(135deg,rgba(47,107,63,.15),rgba(31,111,58,.08));border-radius:18px;justify-content:center;align-items:center;width:54px;height:54px;font-size:24px;display:flex}.homepage-stat-card h3{color:#183322;margin:0;font-size:42px;font-weight:900}.homepage-stat-card p{color:#667267;margin-top:10px;font-weight:600}.impact-section{width:100%}.impact-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;display:grid}.impact-card{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:24px;padding:32px;transition:all .25s;box-shadow:0 10px 25px rgba(0,0,0,.05)}.impact-card:hover{transform:translateY(-5px)}.impact-icon{color:#1f6f3a;background:linear-gradient(135deg,rgba(47,107,63,.15),rgba(31,111,58,.08));border-radius:18px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:20px;font-size:28px;display:flex}.impact-card h3{color:#183322;margin-bottom:14px;font-size:22px;font-weight:800}.impact-card p{color:#667267;font-size:15px;line-height:1.8}.communication-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;display:grid}.communication-card{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:24px;padding:30px;transition:all .25s;box-shadow:0 10px 25px rgba(0,0,0,.05)}.communication-card:hover{transform:translateY(-5px)}.communication-icon{border-radius:18px;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:20px;font-size:26px;display:flex}.communication-card.success .communication-icon{color:#1f6f3a;background:rgba(31,111,58,.12)}.communication-card.warning .communication-icon{color:#d49b1d;background:rgba(212,155,29,.12)}.communication-card.danger .communication-icon{color:#e66b7d;background:rgba(230,107,125,.12)}.communication-card h3{color:#183322;margin:0;font-size:42px;font-weight:900}.communication-card p{color:#667267;margin-top:12px;font-weight:600}.advisory-timeline{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;display:grid}.advisory-card{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:24px;padding:32px;transition:all .25s;position:relative;box-shadow:0 10px 25px rgba(0,0,0,.05)}.advisory-card:hover{transform:translateY(-5px)}.advisory-day{color:#fff;background:#1f6f3a;border-radius:999px;justify-content:center;align-items:center;margin-bottom:20px;padding:8px 16px;font-size:13px;font-weight:700;display:inline-flex}.advisory-icon{color:#1f6f3a;background:linear-gradient(135deg,rgba(47,107,63,.15),rgba(31,111,58,.08));border-radius:18px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:18px;font-size:28px;display:flex}.advisory-card h3{color:#183322;margin-bottom:14px;font-size:22px;font-weight:800}.advisory-card p{color:#667267;font-size:15px;line-height:1.8}.advisory-total{color:#1f6f3a;margin-top:16px;font-size:14px;font-weight:700}.product-coverage-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;display:grid}.product-coverage-card{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:24px;padding:32px;transition:all .25s;box-shadow:0 10px 25px rgba(0,0,0,.05)}.product-coverage-card:hover{transform:translateY(-5px)}.product-coverage-icon{color:#c89b3c;background:linear-gradient(135deg,rgba(200,155,60,.18),rgba(200,155,60,.08));border-radius:18px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:20px;font-size:28px;display:flex}.product-coverage-card h3{color:#183322;margin-bottom:14px;font-size:22px;font-weight:800}.product-coverage-card p{color:#667267;font-size:15px;line-height:1.8}.recent-activity-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}.recent-activity-card{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:24px;padding:32px;transition:all .25s;box-shadow:0 10px 25px rgba(0,0,0,.05)}.recent-activity-card:hover{transform:translateY(-5px)}.recent-activity-icon{color:#1f6f3a;background:linear-gradient(135deg,rgba(31,111,58,.15),rgba(31,111,58,.08));border-radius:18px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:20px;font-size:28px;display:flex}.recent-activity-card h3{color:#183322;margin-bottom:14px;font-size:22px;font-weight:800}.recent-activity-card p{color:#667267;font-size:15px;line-height:1.8}.homepage-footer{color:#fff;background:linear-gradient(#052e2b,#041f1d);padding:80px 30px 30px}.footer-content{max-width:1400px;margin:0 auto}.footer-brand{text-align:center;margin-bottom:50px}.footer-brand h2{color:#fff;margin-bottom:16px;font-size:38px;font-weight:900}.footer-brand p{color:rgba(255,255,255,.75);max-width:700px;margin:0 auto;line-height:1.8}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:50px;display:grid}.footer-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:30px}.footer-icon{color:#c89b3c;margin-bottom:18px;font-size:30px}.footer-card h4{color:#fff;margin-bottom:12px;font-size:20px;font-weight:800}.footer-card p{color:rgba(255,255,255,.75);line-height:1.7}.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.08);padding-top:30px}.footer-bottom p{color:rgba(255,255,255,.65);font-size:14px}.section-tag{color:#c89b3c;text-transform:uppercase;letter-spacing:1.2px;background:rgba(200,155,60,.12);border-radius:999px;margin-bottom:12px;padding:6px 14px;font-size:13px;font-weight:700;display:inline-block}.problem-lead{color:#667267;max-width:700px;margin:0 auto 16px;font-size:18px;line-height:1.8}.problem-key-message{color:#183322;background:rgba(200,155,60,.06);border-left:4px solid #c89b3c;border-radius:8px;max-width:700px;margin:0 auto 40px;padding:20px 24px;font-size:17px;line-height:1.7}.problem-consequence{text-align:center;background:rgba(230,107,125,.06);border:1px solid rgba(230,107,125,.12);border-radius:16px;margin-top:40px;padding:24px 32px}.problem-consequence p{color:#5a3d3d;max-width:700px;margin:0 auto;font-size:17px;line-height:1.7}.problem-consequence strong{color:#c54848}@media (max-width:768px){.problem-key-message{padding:16px 18px;font-size:15px}.problem-consequence{padding:20px}.problem-consequence p{font-size:15px}}.solution-lead{color:#667267;max-width:700px;margin:0 auto;font-size:18px;line-height:1.8}.solution-lead strong{color:#183322}.solution-flow{background:rgba(255,255,255,.6);border:1px solid rgba(0,0,0,.05);border-radius:24px;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-bottom:30px;padding:40px 20px;display:flex}.solution-flow-step{background:#fff;border:1px solid rgba(0,0,0,.04);border-radius:16px;flex:0 auto;align-items:center;gap:14px;min-width:140px;padding:16px 20px;display:flex;box-shadow:0 4px 12px rgba(0,0,0,.06)}.solution-flow-icon{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;display:flex}.solution-flow-content h3{color:#183322;margin:0;font-size:14px;font-weight:800}.solution-flow-content p{color:#667267;margin:2px 0 0;font-size:12px}.solution-flow-arrow{color:#c89b3c;flex-shrink:0;font-size:18px}.solution-summary{text-align:center;background:rgba(200,155,60,.06);border:1px solid rgba(200,155,60,.12);border-radius:16px;padding:20px 24px}.solution-summary p{color:#183322;letter-spacing:.5px;margin:0;font-size:18px;font-weight:600}.solution-summary strong{color:#c89b3c}@media (max-width:768px){.solution-flow{flex-direction:column;padding:20px 16px}.solution-flow-step{width:100%;min-width:unset}.solution-flow-arrow{transform:rotate(90deg)}.solution-summary p{font-size:14px;line-height:1.6}}.why-lead{color:#667267;max-width:700px;margin:0 auto;font-size:18px;line-height:1.8}.stakeholder-tabs{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:32px;display:flex}.stakeholder-tab{color:#667267;cursor:pointer;background:#fff;border:2px solid #dce7dd;border-radius:999px;align-items:center;gap:10px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .25s;display:flex}.stakeholder-tab:hover{color:#183322;border-color:#2d8f4e}.stakeholder-tab.active{color:#fff;background:#1f6f3a;border-color:#1f6f3a}.stakeholder-tab-icon{font-size:18px}.stakeholder-content{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:24px;padding:32px 40px;box-shadow:0 10px 25px rgba(0,0,0,.05)}.stakeholder-benefits{grid-template-columns:1fr;gap:14px;display:grid}.stakeholder-benefit{background:rgba(31,111,58,.04);border-left:3px solid #2d8f4e;border-radius:12px;align-items:flex-start;gap:14px;padding:14px 18px;display:flex}.benefit-check{color:#2d8f4e;flex-shrink:0;margin-top:2px;font-size:18px}.stakeholder-benefit span{color:#183322;font-size:15px;line-height:1.6}@media (max-width:768px){.stakeholder-tabs{flex-direction:column;align-items:stretch}.stakeholder-tab{justify-content:center}.stakeholder-content{padding:20px}.stakeholder-benefit{padding:12px 14px}.stakeholder-benefit span{font-size:14px}}.about-hero-section{background-color:transparent;background-image:linear-gradient(rgba(5,46,43,.75),rgba(5,46,43,.75)),url(/assets/farmer-bg-nE1eXEv3.png);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:120px 20px 80px}.about-hero-overlay{max-width:1200px;margin:0 auto}.about-hero-section h1{color:#fff;margin-bottom:24px;font-size:max(2.5rem,min(5vw,4rem))}.about-hero-section .about-badge{color:#fff;background:rgba(255,255,255,.15)}.about-mission-section{background:linear-gradient(#f9fcf9 0%,#f3f7f4 100%);padding:80px 20px}.about-mission-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;max-width:1200px;margin:0 auto;display:grid}.about-mission-card{text-align:center;background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:24px;padding:32px;transition:all .25s;box-shadow:0 10px 25px rgba(0,0,0,.05)}.about-mission-card:hover{transform:translateY(-5px)}.about-mission-icon{color:#1f6f3a;background:linear-gradient(135deg,rgba(31,111,58,.15),rgba(31,111,58,.08));border-radius:18px;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 20px;font-size:28px;display:flex}.about-mission-card h3{color:#183322;margin-bottom:14px;font-size:20px;font-weight:800}.about-mission-card p{color:#667267;font-size:15px;line-height:1.8}@media (max-width:768px){.about-hero-section{padding:80px 20px 60px}.about-hero-section p{font-size:16px}.about-mission-grid{grid-template-columns:1fr}}.about-story-section{background:rgba(31,111,58,.04);padding:80px 20px}.about-story-content{max-width:800px;margin:0 auto}.about-story-content h2{color:#183322;margin-bottom:24px;font-size:38px}.about-story-content p{color:#667267;margin-bottom:20px;font-size:17px;line-height:1.9}.about-story-highlight{background:rgba(200,155,60,.08);border-left:4px solid #c89b3c;border-radius:8px;margin:28px 0;padding:24px 32px}.about-story-highlight p{color:#183322;margin:0;font-size:19px}.about-story-closing{background:rgba(31,111,58,.06);border:1px solid rgba(31,111,58,.08);border-radius:16px;margin-top:28px;padding:24px 32px}.about-story-closing p{color:#183322;margin:0;font-size:17px}@media (max-width:768px){.about-story-content h2{font-size:28px}.about-story-highlight{padding:18px 20px}.about-story-highlight p{font-size:16px}.about-story-closing{padding:18px 20px}}.how-it-works-page{min-height:100vh}.how-it-works-hero{background:linear-gradient(135deg,rgba(31,111,58,.08),rgba(200,155,60,.08));padding:120px 20px 80px}.how-it-works-hero h1{color:#183322;margin-bottom:24px;font-size:max(2.5rem,min(5vw,4rem))}.how-it-works-hero p{color:#667267;max-width:800px;font-size:18px;line-height:1.9}.how-it-works-content{padding:80px 20px}.how-it-works-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}.how-it-works-card{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:24px;padding:32px;transition:all .25s;box-shadow:0 10px 25px rgba(0,0,0,.05)}.how-it-works-card:hover{transform:translateY(-5px)}.how-it-works-icon{color:#1f6f3a;background:linear-gradient(135deg,rgba(31,111,58,.15),rgba(31,111,58,.08));border-radius:18px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:20px;font-size:28px;display:flex}.how-it-works-card h3{color:#183322;margin-bottom:14px}.how-it-works-card p{color:#667267;line-height:1.8}.contact-page{min-height:100vh}.contact-hero-section{background:linear-gradient(135deg,rgba(31,111,58,.08),rgba(200,155,60,.08));padding:120px 20px 80px}.contact-hero-section h1{color:#183322;margin-bottom:24px;font-size:max(2.5rem,min(5vw,4rem))}.contact-hero-section p{color:#667267;max-width:800px;font-size:18px;line-height:1.9}.contact-content-section{padding:80px 20px}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;display:grid}.contact-card{text-align:center;background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:24px;padding:32px;transition:all .25s;box-shadow:0 10px 25px rgba(0,0,0,.05)}.contact-card:hover{transform:translateY(-5px)}.contact-icon{color:#1f6f3a;background:linear-gradient(135deg,rgba(31,111,58,.15),rgba(31,111,58,.08));border-radius:18px;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 20px;font-size:28px;display:flex}.contact-card h3{color:#183322;margin-bottom:12px}.contact-card p{color:#667267;line-height:1.8}.public-navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:rgba(255,255,255,.96);border-bottom:1px solid rgba(0,0,0,.05);width:100%;position:-webkit-sticky;position:sticky;top:0}.public-navbar-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;max-width:1280px;margin:0 auto;padding:14px 24px;display:flex}.public-navbar-logo{color:#183322;white-space:nowrap;font-size:22px;font-weight:900;text-decoration:none}.public-navbar-links{flex-wrap:wrap;align-items:center;gap:24px;display:flex}.public-nav-link{color:#667267;white-space:nowrap;font-size:14px;font-weight:600;text-decoration:none;transition:all .25s}.public-nav-link:hover{color:#1f6f3a}.public-nav-link.active{color:#1f6f3a;font-weight:800}.public-navbar-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.public-navbar-demo{color:#fff;white-space:nowrap;background:#c89b3c;border-radius:12px;align-items:center;padding:10px 18px;font-size:14px;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.public-navbar-demo:hover{background:#b1842f;transform:translateY(-2px)}.public-navbar-login{color:#fff;white-space:nowrap;background:#1f6f3a;border-radius:12px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.public-navbar-login:hover{background:#14522a;transform:translateY(-2px)}@media (max-width:1024px){.public-navbar-links{gap:16px}.public-nav-link{font-size:13px}}@media (max-width:820px){.public-navbar-container{flex-direction:column;align-items:stretch;padding:12px 16px}.public-navbar-logo{text-align:center;font-size:20px}.public-navbar-links{order:2;justify-content:center;gap:12px}.public-nav-link{font-size:12px}.public-navbar-actions{order:3;justify-content:center;width:100%}.public-navbar-demo,.public-navbar-login{padding:8px 14px;font-size:12px}}@media (max-width:480px){.public-navbar-links{gap:8px}.public-nav-link{font-size:11px}.public-navbar-demo,.public-navbar-login{padding:6px 12px;font-size:11px}.public-navbar-actions{gap:6px}}.platform-features-section{width:100%}.features-lead{color:#667267;max-width:700px;margin:0 auto;font-size:17px;line-height:1.8}.platform-features-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;display:grid}.platform-feature-card{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:24px;padding:32px;transition:all .25s;box-shadow:0 10px 25px rgba(0,0,0,.05)}.platform-feature-card:hover{transform:translateY(-5px)}.platform-feature-icon{color:#1f6f3a;background:linear-gradient(135deg,rgba(31,111,58,.15),rgba(31,111,58,.08));border-radius:18px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:20px;font-size:28px;display:flex}.platform-feature-card h3{color:#183322;margin-bottom:14px;font-size:22px;font-weight:800}.platform-feature-card p{color:#667267;font-size:15px;line-height:1.8}.solutions-page{min-height:100vh}.solutions-hero-section{background:linear-gradient(135deg,rgba(31,111,58,.08),rgba(200,155,60,.08));padding:120px 20px 80px}.solutions-hero-section h1{color:#183322;margin-bottom:24px;font-size:max(2.5rem,min(5vw,4rem))}.solutions-hero-section p{color:#667267;max-width:800px;font-size:18px;line-height:1.9}.solutions-content-section{padding:80px 20px}.solutions-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}.solutions-card{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:24px;padding:32px;transition:all .25s;box-shadow:0 10px 25px rgba(0,0,0,.05)}.solutions-card:hover{transform:translateY(-5px)}.solutions-icon{color:#1f6f3a;background:linear-gradient(135deg,rgba(31,111,58,.15),rgba(31,111,58,.08));border-radius:18px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:20px;font-size:28px;display:flex}.solutions-card h3{color:#183322;margin-bottom:14px;font-size:22px;font-weight:800}.solutions-card p{color:#667267;font-size:15px;line-height:1.8}.partners-page{min-height:100vh}.partners-hero-section{background:linear-gradient(135deg,rgba(31,111,58,.08),rgba(200,155,60,.08));padding:120px 20px 80px}.partners-hero-section h1{color:#183322;margin-bottom:24px;font-size:max(2.5rem,min(5vw,4rem))}.partners-hero-section p{color:#667267;max-width:850px;font-size:18px;line-height:1.9}.partners-content-section{padding:80px 20px}.partners-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}.partners-card{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:24px;padding:32px;transition:all .25s;box-shadow:0 10px 25px rgba(0,0,0,.05)}.partners-card:hover{transform:translateY(-5px)}.partners-icon{color:#1f6f3a;background:linear-gradient(135deg,rgba(31,111,58,.15),rgba(31,111,58,.08));border-radius:18px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:20px;font-size:28px;display:flex}.partners-card h3{color:#183322;margin-bottom:14px;font-size:22px;font-weight:800}.partners-card p{color:#667267;line-height:1.8}.partnership-process-section{padding:80px 20px 120px}.partnership-process-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;margin-top:40px;display:grid}.partnership-step-card{text-align:center;background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:20px;padding:28px;box-shadow:0 10px 20px rgba(0,0,0,.05)}.partnership-step-number{color:#fff;background:#1f6f3a;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin:0 auto 16px;font-weight:700;display:flex}.partnership-step-icon{color:#1f6f3a;margin-bottom:12px;font-size:28px}.impact-learning-page{min-height:100vh}.impact-learning-hero{background:linear-gradient(135deg,rgba(31,111,58,.08),rgba(200,155,60,.08));padding:120px 20px 80px}.impact-learning-hero h1{color:#183322;margin-bottom:24px;font-size:max(2.5rem,min(5vw,4rem))}.impact-learning-hero p{color:#667267;max-width:850px;font-size:18px;line-height:1.9}.impact-metrics-section,.lessons-section,.future-direction-section{padding:80px 20px}.impact-learning-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}.impact-learning-card{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:24px;padding:32px;transition:all .25s;box-shadow:0 10px 25px rgba(0,0,0,.05)}.impact-learning-card:hover{transform:translateY(-5px)}.impact-learning-icon{color:#1f6f3a;background:linear-gradient(135deg,rgba(31,111,58,.15),rgba(31,111,58,.08));border-radius:18px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:20px;font-size:28px;display:flex}.future-direction-card{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:24px;padding:36px;box-shadow:0 10px 25px rgba(0,0,0,.05)}.future-direction-card ul{padding-left:20px}.future-direction-card li{color:#667267;margin-bottom:16px;line-height:1.8}.impact-dashboard-page{min-height:100vh}.impact-dashboard-hero{background:linear-gradient(135deg,rgba(31,111,58,.08),rgba(200,155,60,.08));padding:120px 20px 80px}.impact-dashboard-hero h1{color:#183322;margin-bottom:24px;font-size:max(2.5rem,min(5vw,4rem))}.impact-dashboard-hero p{color:#667267;max-width:850px;font-size:18px;line-height:1.9}.hero-description{color:rgba(255,255,255,.9);margin-bottom:24px;font-size:20px;line-height:1.8}.hero-social-proof{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.06);border-radius:12px;align-items:center;gap:16px;margin-bottom:20px;padding:14px 20px;display:flex}.hero-stat{color:rgba(255,255,255,.85);font-size:15px}.hero-stat strong{color:#c89b3c;font-size:20px;font-weight:900}.hero-stat-divider{color:rgba(255,255,255,.2)}.hero-trust-statement{color:rgba(255,255,255,.75);max-width:680px;margin-bottom:32px;font-size:16px;line-height:1.7}@media (max-width:768px){.hero-social-proof{flex-wrap:wrap;gap:8px;padding:12px 16px}.hero-stat-divider{display:none}.hero-stat{font-size:13px}.hero-stat strong{font-size:17px}.hero-trust-statement{font-size:14px}}.cta-section{background:linear-gradient(135deg,#052e2b,#041f1d);border-radius:0;padding:80px 30px}.cta-content{text-align:center;max-width:800px;margin:0 auto}.cta-badge{color:#c89b3c;text-transform:uppercase;letter-spacing:1.2px;background:rgba(200,155,60,.15);border-radius:999px;margin-bottom:16px;padding:8px 18px;font-size:13px;font-weight:700;display:inline-block}.cta-content h2{color:#fff;margin-bottom:20px;font-size:42px;font-weight:900;line-height:1.2}.cta-content p{color:rgba(255,255,255,.8);max-width:600px;margin-bottom:36px;margin-left:auto;margin-right:auto;font-size:18px;line-height:1.8}.cta-actions{flex-wrap:wrap;justify-content:center;gap:18px;display:flex}.cta-primary-btn,.cta-secondary-btn{border-radius:14px;align-items:center;gap:10px;padding:16px 28px;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.cta-primary-btn{color:#fff;background:#c89b3c}.cta-primary-btn:hover{background:#b1842f;transform:translateY(-3px);box-shadow:0 12px 30px rgba(200,155,60,.3)}.cta-secondary-btn{color:#fff;background:rgba(255,255,255,.1);border:2px solid rgba(255,255,255,.2)}.cta-secondary-btn:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.3);transform:translateY(-3px)}@media (max-width:768px){.cta-section{padding:60px 20px}.cta-content h2{font-size:28px}.cta-content p{font-size:16px}.cta-actions{flex-direction:column;align-items:center}.cta-primary-btn,.cta-secondary-btn{justify-content:center;width:100%;max-width:300px}}.how-it-works-number{color:#fff;background:#c89b3c;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:14px;font-size:16px;font-weight:800;display:inline-flex}.how-it-works-summary{text-align:center;background:rgba(200,155,60,.06);border:1px solid rgba(200,155,60,.12);border-radius:16px;margin-top:40px;padding:24px 32px}.how-it-works-summary p{color:#183322;letter-spacing:.5px;margin:0;font-size:18px;font-weight:600}.how-it-works-summary strong{color:#c89b3c}@media (max-width:768px){.how-it-works-summary p{font-size:14px;line-height:1.6}}.solutions-hero-section,.partners-hero-section,.impact-learning-hero,.contact-hero-section,.how-it-works-hero{align-items:center;min-height:40vh;padding:140px 20px 80px;display:flex}.solutions-hero-section .about-container,.partners-hero-section .about-container,.impact-learning-hero .about-container,.contact-hero-section .about-container,.how-it-works-hero .about-container{width:100%}.solutions-hero-section .about-badge,.partners-hero-section .about-badge,.impact-learning-hero .about-badge,.contact-hero-section .about-badge,.how-it-works-hero .about-badge{color:#1f6f3a;text-transform:uppercase;letter-spacing:1.2px;background:rgba(31,111,58,.1);border-radius:999px;margin-bottom:20px;padding:8px 20px;font-size:13px;font-weight:700;display:inline-block}.solutions-hero-section h1,.partners-hero-section h1,.impact-learning-hero h1,.contact-hero-section h1,.how-it-works-hero h1{color:#183322;margin-bottom:20px;font-size:max(2.5rem,min(5vw,3.8rem));font-weight:900;line-height:1.2}.solutions-hero-section p,.partners-hero-section p,.impact-learning-hero p,.contact-hero-section p,.how-it-works-hero p{color:#667267;max-width:750px;margin-top:0;margin-bottom:0;font-size:18px;line-height:1.9}.solutions-hero-section h1,.partners-hero-section h1,.impact-learning-hero h1{word-break:break-word;font-size:max(2.2rem,min(4.5vw,3.5rem))}.about-hero-section{background-color:transparent;background-image:linear-gradient(rgba(5,46,43,.78),rgba(5,46,43,.78)),url(/assets/farmer-bg-nE1eXEv3.png);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;align-items:center;min-height:40vh;padding:140px 20px 80px;display:flex}.about-hero-section .about-badge{color:#fff;text-transform:uppercase;letter-spacing:1.2px;background:rgba(255,255,255,.15);border-radius:999px;margin-bottom:20px;padding:8px 20px;font-size:13px;font-weight:700;display:inline-block}.about-hero-section h1{color:#fff;margin-bottom:20px;font-size:max(2.5rem,min(5vw,4rem));line-height:1.2}.about-hero-section p{color:rgba(255,255,255,.9);max-width:750px;font-size:18px;line-height:1.9}
