.settings-row { display:flex; justify-content:space-between; align-items:center; padding:16px 0; border-bottom:1px solid rgba(255,255,255,0.05); font-size:15px; font-weight:500; }
.settings-row:last-child { border-bottom:none; padding-bottom:8px; }
.settings-val-highlight { color:var(--ton); font-weight:700; }
.settings-val-muted { color:var(--text2); }
