/* The status page. Its own file because the site's Content-Security-Policy
   allows no inline styles — an inline <style> here renders as an unstyled
   page with no error anywhere. */
  .rows { display: grid; gap: 1.1rem; margin: 1.6rem 0 2rem; }
  .row { border-left: 3px solid rgba(0,0,0,.10); padding-left: 1rem; }
  .row h2 { font-size: 1rem; margin: 0 0 .2rem; }
  .row .val { font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: .95rem; }
  .row .sub { font-size: .88rem; opacity: .72; margin-top: .15rem; }
  .gap { border-left-color: #b8860b; }
  .same { border-left-color: #3c8c4a; }
  .unknown { border-left-color: rgba(0,0,0,.18); }
  .stamp { font-size: .82rem; opacity: .6; }
