{/* Active file display */}
{activeFile ? '๐' : '๐ญ'}
{activeFile ? 'Simulating' : 'No file loaded'}
{activeFile ? (
{activeFile}
) : (
Upload an Excel file to begin
)}
{/* Upload button โ always visible */}
30 grains
{s.dab_cr_25 && (
โน{s.dab_cr_25?.toFixed(1)}Cr
2025 Value
)}
{s.vol_growth != null && (
= 0 ? 'var(--gn)' : 'var(--rd)' }}>
{s.vol_growth >= 0 ? '+' : ''}{s.vol_growth?.toFixed(1)}%
Vol Growth
)}
{s.avg_own_e != null && (
{s.avg_own_e?.toFixed(2)}
Avg Own ฮต
)}
{/* Logged-in user + logout */}
{user && (
)}