/* Dashboard financial privacy: reveal the balance only by deliberate hover or focus. */
.dashboard-mode .dash-stats>button:nth-child(4) b{filter:blur(9px);opacity:.82;user-select:none;transition:filter .18s ease,opacity .18s ease}
.dashboard-mode .dash-stats>button:nth-child(4):hover b,.dashboard-mode .dash-stats>button:nth-child(4):focus b,.dashboard-mode .dash-stats>button:nth-child(4):focus-visible b{filter:blur(0);opacity:1;user-select:auto}
.dashboard-mode .dash-stats>button:nth-child(4) small::after{content:'  •  Hover to reveal';color:#7b8798;font-size:10px;font-weight:400;white-space:nowrap}
@media(hover:none){.dashboard-mode .dash-stats>button:nth-child(4):focus b{filter:blur(0);opacity:1}}
