/* Help Centre styles — extracted from help.html inline <style> */

/* Brand color utilities (replaces Tailwind JIT custom theme) */
.bg-brand-100 { background-color: #dbeafe; }
.bg-brand-600 { background-color: #2563eb; }
.border-brand-500 { border-color: #3b82f6; }
.text-brand-600 { color: #2563eb; }
.hover\:bg-brand-700:hover { background-color: #1d4ed8; }
.hover\:text-brand-600:hover { color: #2563eb; }
.hover\:text-brand-700:hover { color: #1d4ed8; }

/* FAQ accordion */
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; }
.faq-answer.open { max-height: 500px; }
