/* AI Flow Kit – 2.1 kB ultra-light styles */
:root{
  --bg:#ffffff;
  --text:#111827;
  --accent:#2563eb;
  --line:#e5e7eb;
  font-size:18px;
}
*{
  box-sizing:border-box;
  margin:0;
  padding:0;
}
body{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
  line-height:1.6;
  color:var(--text);
  background:var(--bg);
  max-width:720px;
  margin:auto;
  padding:1rem;
}
header{
  border-bottom:1px solid var(--line);
  padding-bottom:1rem;
  margin-bottom:2rem;
}
h1{
  font-size:2rem;
  color:var(--accent);
}
h2{
  font-size:1.5rem;
  margin:1.5rem 0 .5rem;
}
h3{
  font-size:1.25rem;
}
a{
  color:var(--accent);
  text-decoration:none;
}
a:hover{
  text-decoration:underline;
}
footer{
  margin-top:3rem;
  font-size:.8rem;
  text-align:center;
  color:#6b7280;
}
/* Passage-ranking helpers */
article{
  margin-bottom:2rem;
}
