:root{
  --brand:#dc2626;
  --brand-dark:#b91c1c;
  --ink:#0f172a;
  --muted:#64748b;
}
body{font-family:'Inter',sans-serif;color:var(--ink);}
.font-display{font-family:'Playfair Display',serif;}
.cursor-pointer{cursor:pointer;}
::selection{background:var(--brand);color:#fff;}
.avatar-ring{background:conic-gradient(from 180deg, var(--brand), #f97316, var(--brand));}
.pill.active{background:var(--brand);color:#fff;border-color:var(--brand);}

.prose-body p{margin-top:1.1em;margin-bottom:1.1em;line-height:1.75;color:#334155;}
.prose-body h2{font-family:'Playfair Display',serif;font-weight:700;font-size:1.5rem;margin-top:2.2em;margin-bottom:0.6em;color:#0f172a;}
.prose-body ul{margin-top:1em;margin-bottom:1em;padding-left:1.3em;}
.prose-body li{margin-bottom:0.6em;line-height:1.7;color:#334155;list-style:disc;}

details > summary{list-style:none;}
details > summary::-webkit-details-marker{display:none;}

@media (prefers-reduced-motion: reduce){
  *{transition:none !important; animation:none !important;}
}
