/* Minimal extras next to Tailwind */

a { text-underline-offset: 2px; }
input, select, textarea { color: #0f172a; }
.required::after { content: " *"; color: #ef4444; }
.success { background: #052e16; color: #a7f3d0; }
.error { background: #450a0a; color: #fecaca; }
.card { border: 1px solid rgba(255,255,255,0.08); border-radius: 1rem; padding: 1rem; }
