/* Fallback helpers for bracket utility classes when Tailwind CDN fails. */
body { background-color: #080810; color: #f0f0f0; }

.bg-\[\#080810\] { background-color: #080810; }
.bg-\[\#16162a\] { background-color: #16162a; }
.bg-\[\#0f0f1a\] { background-color: #0f0f1a; }
.bg-\[\#e94560\] { background-color: #e94560; }
.text-\[\#e94560\] { color: #e94560; }
.border-\[\#1f2037\] { border-color: #1f2037; }
.hover\:text-\[\#e94560\]:hover { color: #e94560; }

.hover\:scale-\[1\.02\]:hover { transform: scale(1.02); }
.rounded-\[14px\] { border-radius: 14px; }

@media (min-width: 1280px) {
    .xl\:grid-cols-\[1fr_320px\] { grid-template-columns: 1fr 320px; }
}

