/* Minimal “don’t break” fallback (keeps the UI usable if Tailwind CDN fails) */
.hidden { display: none !important; }
body { margin: 0; font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; }

details { border: 1px solid rgba(255,255,255,.12); border-radius: 16px; padding: 12px 14px; background: rgba(255,255,255,.04); }
summary { cursor: pointer; font-weight: 800; }
details[open] { background: rgba(255,255,255,.06); }

/* Dropdown/accordion fallbacks (keeps T&Cs readable if Tailwind CDN is blocked) */
details { border: 1px solid rgba(255,255,255,.12); border-radius: 16px; padding: 12px 14px; background: rgba(255,255,255,.04); }
summary { cursor: pointer; font-weight: 800; }
details[open] { background: rgba(255,255,255,.06); }
details details { margin-top: 10px; }
details details > summary { font-weight: 800; }
