/* Brand additions on top of Tailwind. Kept tiny on purpose. */
.brand-gradient {
  background: linear-gradient(135deg, #6366F1 0%, #06B6D4 100%);
}
.prose-billoop h2 { font-size: 1.5rem; line-height: 2rem; font-weight: 700; color: #0F172A; margin-top: 2rem; margin-bottom: 0.75rem; }
.prose-billoop h3 { font-size: 1.125rem; line-height: 1.75rem; font-weight: 600; color: #0F172A; margin-top: 1.25rem; margin-bottom: 0.5rem; }
.prose-billoop p, .prose-billoop li { color: #1E293B; line-height: 1.7; margin-bottom: 0.75rem; }
.prose-billoop ul { list-style: disc; padding-left: 1.5rem; margin-bottom: 0.75rem; }
.prose-billoop a { color: #4F46E5; text-decoration: underline; }
.prose-billoop a:hover { color: #4338CA; }
.prose-billoop code { background: #F1F5F9; padding: 0.125rem 0.375rem; border-radius: 0.25rem; font-size: 0.875rem; }
