/* Tudle.app — Tailwind + custom */
[x-cloak] { display: none !important; }
.btn-cta { transition: background-color 0.2s, transform 0.1s; }
.btn-cta:hover { transform: translateY(-1px); }
.accordion-content { overflow: hidden; transition: max-height 0.3s ease; }
.card-hover:hover { border-color: rgba(251, 191, 36, 0.4); box-shadow: 0 0 0 1px rgba(251, 191, 36, 0.2); }
.nav-topic { white-space: nowrap; }
