:root{--bg-canvas:#fff;--bg-canvas-subtle:#f7f5f5;--surface-primary:#c2b2b2;--surface-primary-light:#ebe5e5;--surface-card:#c2b2b2;--surface-card-hover:#b5a4a4;--surface-card-border:#111;--surface-input:#fff;--surface-elevated:#fff;--surface-glass:#fff;--text-primary:#111;--text-secondary:#2c2c2c;--text-muted:#555;--text-inverse:#fff;--brand-primary:#c2b2b2;--brand-primary-hover:#af9d9d;--brand-dark:#111;--brand-forest:#111;--brand-forest-hover:#333;--brand-emerald:#0f5132;--brand-emerald-light:#d1e7dd;--brand-amber:#664d03;--brand-amber-light:#fff3cd;--brand-slate:#084298;--brand-slate-light:#cfe2ff;--brand-purple:#432874;--brand-purple-light:#e2d9f3;--brand-danger:#842029;--brand-danger-light:#f8d7da;--role-farmer-bg:#fff;--role-farmer-text:#111;--role-farmer-border:#111;--role-distributor-bg:#c2b2b2;--role-distributor-text:#111;--role-distributor-border:#111;--role-retailer-bg:#fff;--role-retailer-text:#111;--role-retailer-border:#111;--role-consumer-bg:#c2b2b2;--role-consumer-text:#111;--role-consumer-border:#111;--role-govt-bg:#111;--role-govt-text:#fff;--role-govt-border:#111;--font-sans:"Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;--font-mono:"JetBrains Mono", Consolas, monospace;--shadow-sm:none;--shadow-md:2px 2px 0px #111;--shadow-lg:4px 4px 0px #111;--shadow-xl:6px 6px 0px #111;--shadow-modal:8px 8px 0px #111;--transition-fast:.12s ease;--transition-normal:.2s ease;--radius-sm:0px!important;--radius-md:0px!important;--radius-lg:0px!important;--radius-xl:0px!important;--radius-full:0px!important}*,:before,:after{box-sizing:border-box;margin:0;padding:0;border-radius:0!important}body{font-family:var(--font-sans);background-color:var(--bg-canvas);color:var(--text-primary);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.5;overflow-x:hidden}#root{flex-direction:column;min-height:100vh;display:flex}.container{width:100%;max-width:1240px;margin:0 auto;padding:0 1.5rem}.container-narrow{width:100%;max-width:920px;margin:0 auto;padding:0 1.25rem}.app-header{z-index:40;background:#fff;border-bottom:2px solid #111;position:sticky;top:0;box-shadow:0 2px #0000000d}.header-inner{justify-content:space-between;align-items:center;height:72px;display:flex}.brand-logo{color:var(--text-primary);letter-spacing:-.03em;cursor:pointer;align-items:center;gap:.75rem;font-size:1.35rem;font-weight:900;text-decoration:none;display:flex}.brand-icon-box{background:var(--surface-primary);color:#111;border:2px solid #111;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.network-pill{font-size:.8rem;font-family:var(--font-mono);color:#111;background:#fff;border:1.5px solid #111;align-items:center;gap:.5rem;padding:.4rem .85rem;display:flex}.pulse-dot{background-color:#111;width:8px;height:8px;box-shadow:0 0 0 2px #c2b2b2}.btn{font-family:var(--font-sans);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;border:2px solid #111;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1.35rem;font-size:.92rem;font-weight:700;text-decoration:none;display:inline-flex}.btn:hover{transform:translate(-1px,-1px);box-shadow:2px 2px #111}.btn:active{box-shadow:none;transform:translate(1px,1px)}.btn-primary{color:#fff;background:#111;border-color:#111}.btn-primary:hover{color:#111;background:#c2b2b2;border-color:#111}.btn-forest{color:#fff;background:#111;border-color:#111}.btn-forest:hover{color:#111;background:#c2b2b2}.btn-secondary{color:#111;background:#fff;border-color:#111}.btn-secondary:hover{color:#111;background:#c2b2b2}.btn-ghost{color:#111;background:0 0;border-color:#0000}.btn-ghost:hover{background:#c2b2b2;border-color:#111}.btn-sm{padding:.4rem .85rem;font-size:.82rem}.btn-lg{padding:.85rem 1.85rem;font-size:1.05rem}.card{background:var(--surface-card);transition:all var(--transition-fast);border:2px solid #111;padding:1.75rem;box-shadow:3px 3px #111}.card-white{background:#fff;border:2px solid #111;padding:1.75rem;box-shadow:3px 3px #111}.card-interactive{cursor:pointer}.card-interactive:hover{background:#fff;transform:translate(-2px,-2px);box-shadow:5px 5px #111}.badge{letter-spacing:.04em;text-transform:uppercase;border:1.5px solid #111;align-items:center;gap:.375rem;padding:.3rem .65rem;font-size:.75rem;font-weight:700;display:inline-flex}.badge-farmer{color:#111;background:#fff;border:1.5px solid #111}.badge-distributor{color:#111;background:#c2b2b2;border:1.5px solid #111}.badge-retailer{color:#111;background:#fff;border:1.5px solid #111}.badge-consumer{color:#111;background:#c2b2b2;border:1.5px solid #111}.badge-govt{color:#fff;background:#111;border:1.5px solid #111}.badge-emerald{color:#111;background:#fff;border:1.5px solid #111}.badge-amber{color:#111;background:#c2b2b2;border:1.5px solid #111}.badge-blue{color:#111;background:#fff;border:1.5px solid #111}.form-group{margin-bottom:1.25rem}.form-label{color:#111;text-transform:uppercase;letter-spacing:.02em;margin-bottom:.45rem;font-size:.88rem;font-weight:700;display:block}.form-input,.form-select,.form-textarea{width:100%;font-family:var(--font-sans);color:#111;transition:all var(--transition-fast);background:#fff;border:2px solid #111;outline:none;padding:.75rem 1rem;font-size:.95rem}.form-input:focus,.form-select:focus,.form-textarea:focus{background:#fff;box-shadow:3px 3px #111}.form-input::placeholder,.form-textarea::placeholder{color:#777}.modal-overlay{z-index:50;background:#111111b3;justify-content:center;align-items:center;padding:1.5rem;animation:.15s ease-out fadeIn;display:flex;position:fixed;inset:0}.modal-dialog{width:100%;max-width:620px;max-height:90vh;box-shadow:var(--shadow-modal);background:#fff;border:3px solid #111;padding:2.25rem;position:relative;overflow-y:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.table-container{background:#fff;border:2px solid #111;overflow-x:auto}.custom-table{border-collapse:collapse;text-align:left;width:100%;font-size:.9rem}.custom-table th{color:#111;letter-spacing:.05em;text-transform:uppercase;background:#c2b2b2;border-bottom:2px solid #111;padding:.95rem 1.25rem;font-size:.82rem;font-weight:800}.custom-table td{color:#111;vertical-align:middle;border-bottom:1.5px solid #111;padding:1.05rem 1.25rem}.custom-table tr:last-child td{border-bottom:none}.custom-table tr:hover td{background:#f7f5f5}.timeline-vertical{flex-direction:column;gap:1.75rem;padding-left:2.25rem;display:flex;position:relative}.timeline-vertical:before{content:"";background:#111;width:3px;position:absolute;top:12px;bottom:12px;left:11px}.timeline-node{position:relative}.timeline-node-pin{z-index:2;background:#fff;border:2.5px solid #111;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;font-weight:900;display:flex;position:absolute;top:1rem;left:-2.25rem}.timeline-node-pin.completed{color:#fff;background:#111}.toast-container{z-index:60;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:24px;right:24px}.toast{color:#fff;background:#111;border:2px solid #c2b2b2;align-items:center;gap:.75rem;padding:.95rem 1.5rem;font-size:.92rem;font-weight:600;display:flex;box-shadow:4px 4px #111}.hero-section{text-align:center;padding:4.5rem 0 3.5rem}.hero-title{letter-spacing:-.04em;color:#111;text-transform:uppercase;margin-bottom:1.25rem;font-size:3.4rem;font-weight:900;line-height:1.1}.hero-subtitle{color:var(--text-secondary);max-width:720px;margin:0 auto 2.25rem;font-size:1.2rem;line-height:1.6}.hero-cta-group{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:3.5rem;display:flex}.search-trace-box{max-width:620px;transition:all var(--transition-fast);background:#fff;border:2px solid #111;align-items:center;margin:0 auto 3rem;padding:.65rem .85rem .65rem 1.25rem;display:flex;box-shadow:4px 4px #111}.search-trace-box:focus-within{transform:translate(-1px,-1px);box-shadow:6px 6px #111}.search-trace-input{font-size:1rem;font-family:var(--font-mono);color:#111;background:0 0;border:none;outline:none;flex:1;font-weight:600}.role-section-title{letter-spacing:-.03em;text-align:center;text-transform:uppercase;color:#111;margin-bottom:.5rem;font-size:2rem;font-weight:900}.role-section-subtitle{color:var(--text-secondary);text-align:center;margin-bottom:2.5rem;font-size:1rem}.role-cards-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:4rem;display:grid}.role-card{text-align:center;cursor:pointer;min-height:270px;transition:all var(--transition-fast);background:#c2b2b2;border:2px solid #111;flex-direction:column;justify-content:space-between;align-items:center;padding:2.25rem 1.5rem;display:flex;position:relative;box-shadow:4px 4px #111}.role-card:hover{background:#fff;transform:translate(-2px,-2px);box-shadow:6px 6px #111}.role-icon-circle{border:2px solid #111;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.25rem;display:flex;box-shadow:2px 2px #111}.role-name{color:#111;text-transform:uppercase;margin-bottom:.45rem;font-size:1.35rem;font-weight:900}.role-desc{color:#111;margin-bottom:1.5rem;font-size:.85rem;line-height:1.45}.portal-banner{background:#c2b2b2;border:2px solid #111;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.25rem;margin-bottom:2rem;padding:1.75rem 2rem;display:flex;box-shadow:4px 4px #111}.portal-title{letter-spacing:-.03em;color:#111;text-transform:uppercase;font-size:1.85rem;font-weight:900}.portal-subtitle{color:#222;margin-top:.25rem;font-size:.95rem;font-weight:500}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-bottom:2.25rem;display:grid}.stat-box{background:#fff;border:2px solid #111;padding:1.25rem 1.5rem;box-shadow:3px 3px #111}.stat-label{color:#111;text-transform:uppercase;letter-spacing:.05em;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.82rem;font-weight:800;display:flex}.stat-value{letter-spacing:-.03em;color:#111;font-size:2rem;font-weight:900}.stat-hint{color:#222;align-items:center;gap:.35rem;margin-top:.35rem;font-size:.8rem;font-weight:600;display:flex}.dashboard-grid-2{grid-template-columns:1.15fr .85fr;gap:1.75rem;margin-bottom:2.5rem;display:grid}@media (width<=900px){.dashboard-grid-2{grid-template-columns:1fr}}.price-waterfall{background:#fff;border:2px solid #111;margin-bottom:2rem;padding:1.75rem;box-shadow:4px 4px #111}.price-segments-bar{border:2px solid #111;width:100%;height:20px;margin:1.25rem 0;display:flex;overflow:hidden}.segment-farmer{background:#111;transition:width .2s}.segment-distributor{background:#c2b2b2;border-left:2px solid #111;transition:width .2s}.segment-retailer{background:#e8e2e2;border-left:2px solid #111;transition:width .2s}.price-legend{flex-wrap:wrap;justify-content:space-between;gap:1rem;font-size:.88rem;display:flex}.price-legend-item{align-items:center;gap:.5rem;font-weight:600;display:flex}.legend-color-dot{border:1.5px solid #111;width:12px;height:12px}.app-footer{color:#111;background:#c2b2b2;border-top:2px solid #111;margin-top:auto;padding:2.5rem 0;font-size:.88rem}.footer-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}
