/* Plain on purpose. This is a test fixture, not a brand surface, and any decoration here
   risks being mistaken by the candidate scanner for a widget. */
* { box-sizing: border-box; }
body {
  margin: 0;
  font: 16px/1.6 system-ui, -apple-system, Segoe UI, sans-serif;
  color: #1a1a1a;
  background: #fff;
}
header { border-bottom: 1px solid #ddd; padding: 16px 24px; }
.bar { display: flex; gap: 24px; align-items: center; justify-content: space-between; }
.search { display: flex; gap: 8px; align-items: center; }
.search label { font-size: 13px; color: #666; }
.search input { padding: 6px 10px; border: 1px solid #ccc; font: inherit; min-width: 220px; }
.fixture { margin: 12px 0 0; font-size: 13px; color: #a33; }
main { max-width: 760px; margin: 0 auto; padding: 32px 24px 64px; }
h1 { font-size: 28px; margin: 0 0 8px; }
h2 { font-size: 19px; margin: 32px 0 6px; }
section p { margin: 0; }
footer { border-top: 1px solid #ddd; padding: 16px 24px; font-size: 13px; color: #666; }
