
:root{
  --bg:#ffffff; --ink:#0b0c0e; --muted:#5a6472; --line:#e9edf2;
  --brand:#111315; --brand-ink:#ffffff; --accent:#1d4ed8;
}
:where(a,button,input,textarea,select):focus{ outline:3px solid rgba(29,78,216,.6); outline-offset:2px }
.reveal{ opacity:0; transform: translateY(8px); transition: opacity .35s ease, transform .35s ease }
.reveal.show{ opacity:1; transform:none }
img[loading="lazy"]{ color: transparent }
