/* Estilos extraídos automaticamente */

body {
            font-family: 'Inter', sans-serif;
            background-color: #0c0d12;
            color: #e2e8f0;
            overflow-x: hidden;
        }
        .font-cinzel {
            font-family: 'Cinzel', serif;
        }
        .hero-bg {
            background: linear-gradient(to bottom, rgba(6,7,9,0.85), rgba(12,13,18,0.95)), url('https://images8.alphacoders.com/410/thumb-1920-410357.jpg') no-repeat center center/cover;
        }
        .gold-glow {
            text-shadow: 0 0 15px rgba(212, 175, 55, 0.5);
        }
        .gold-border {
            border-image: linear-gradient(to bottom, #d4af37, #5a4512) 1;
        }
        .custom-scrollbar::-webkit-scrollbar {
            width: 8px;
        }
        .custom-scrollbar::-webkit-scrollbar-track {
            background: #060709;
        }
        .custom-scrollbar::-webkit-scrollbar-thumb {
            background: #d4af37;
            border-radius: 4px;
        }

