#flow-diagnostics-panel {

position: fixed;

left: 20px;

bottom: 20px;

width: 260px;

background: #020617;

border: 1px solid #334155;

border-radius: 10px;

padding: 12px;

font-size: 13px;

z-index: 99999;

color: white;

}


.diag-header {

font-weight: bold;

margin-bottom: 8px;

color: #38bdf8;

}