/* Extracted from views/institucional/acreditacion.php */
@layer pages {

:root {
    --q-dark: var(--gc-slate-950, #020617);
    --q-slate: var(--gc-slate-900, #0f172a);
    --q-red: var(--gc-primary, #a62126);
    --q-green: var(--gc-success, #22C55E);
    --q-blue: var(--gc-info, #3b82f6);
    --q-purple: var(--gc-violet, #8B5CF6);
}

.quantum-red { color: var(--q-red); }
.bg-quantum-red { background-color: var(--q-red); }
.text-quantum-red { color: var(--q-red); }
.bg-quantum-red\/20 { background-color: rgba(166, 33, 38, 0.2); }
.bg-quantum-red\/10 { background-color: rgba(166, 33, 38, 0.1); }
.bg-quantum-red\/5 { background-color: rgba(166, 33, 38, 0.05); }
.border-quantum-red\/30 { border-color: rgba(166, 33, 38, 0.3); }
.hover\:bg-quantum-red-600:hover { background-color: var(--gc-red-600, #a62126); }
.shadow-quantum-red\/25 { box-shadow: 0 10px 15px -3px rgba(166, 33, 38, 0.25); }

@keyframes pulse-slow {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}
.animate-pulse-slow { animation: pulse-slow 3s ease-in-out infinite; }
@keyframes fadeInStagger {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes quantum-bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.search-highlight {
    background: linear-gradient(120deg, var(--gc-amber-100, #fef3c7) 0%, var(--gc-amber-200, #fde68a) 100%);
    padding: 2px 0;
    border-radius: 3px;
}

.no-results-animation {
    animation: quantum-bounce 1s ease-in-out infinite;
}

body.gc-accreditation-dark-surface {
    background:
        radial-gradient(circle at 82% 6%, rgba(180, 35, 43, 0.16), transparent 32rem),
        linear-gradient(180deg, #050d19 0%, #071523 48%, #050d19 100%) !important;
    color: #d7e1ec !important;
}

body.gc-accreditation-dark-surface main,
body.gc-accreditation-dark-surface .gcm-desktop-only {
    background: transparent !important;
}

body.gc-accreditation-dark-surface section:not(.gc-hero-dark) {
    background:
        linear-gradient(180deg, rgba(7, 21, 35, 0.98), rgba(5, 13, 25, 0.98)) !important;
    border-color: rgba(219, 228, 239, 0.12) !important;
}

body.gc-accreditation-dark-surface section:nth-of-type(odd):not(.gc-hero-dark) {
    background:
        radial-gradient(circle at 18% 0%, rgba(180, 35, 43, 0.11), transparent 28rem),
        linear-gradient(180deg, #07111f 0%, #050d19 100%) !important;
}

body.gc-accreditation-dark-surface .bg-white,
body.gc-accreditation-dark-surface .bg-slate-50,
body.gc-accreditation-dark-surface .bg-gc-red-50,
body.gc-accreditation-dark-surface .bg-gradient-to-br,
body.gc-accreditation-dark-surface .from-slate-50,
body.gc-accreditation-dark-surface .to-gc-red-50 {
    background: rgba(255, 255, 255, 0.055) !important;
}

body.gc-accreditation-dark-surface .border-slate-100,
body.gc-accreditation-dark-surface .border-slate-200,
body.gc-accreditation-dark-surface .border-gc-red-100,
body.gc-accreditation-dark-surface .border-gc-red-200,
body.gc-accreditation-dark-surface .border-gc-red-300 {
    border-color: rgba(219, 228, 239, 0.14) !important;
}

body.gc-accreditation-dark-surface .text-slate-950,
body.gc-accreditation-dark-surface .text-slate-900,
body.gc-accreditation-dark-surface .text-slate-800,
body.gc-accreditation-dark-surface .text-slate-700,
body.gc-accreditation-dark-surface h1,
body.gc-accreditation-dark-surface h2,
body.gc-accreditation-dark-surface h3,
body.gc-accreditation-dark-surface h4,
body.gc-accreditation-dark-surface strong {
    color: #f8fafc !important;
}

body.gc-accreditation-dark-surface .text-slate-600,
body.gc-accreditation-dark-surface .text-slate-500,
body.gc-accreditation-dark-surface .text-slate-400,
body.gc-accreditation-dark-surface p,
body.gc-accreditation-dark-surface li {
    color: #a9b7ca !important;
}

body.gc-accreditation-dark-surface .text-gc-red-500,
body.gc-accreditation-dark-surface .text-gc-red-600,
body.gc-accreditation-dark-surface .text-red-600 {
    color: #ff8b91 !important;
}

body.gc-accreditation-dark-surface .rounded-xl,
body.gc-accreditation-dark-surface .rounded-2xl {
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.18);
}

body.gc-accreditation-dark-surface a[class*="border"],
body.gc-accreditation-dark-surface button[class*="border"] {
    border-color: rgba(219, 228, 239, 0.2) !important;
}

body.gc-accreditation-dark-surface a[class*="bg-white"] {
    color: #f8fafc !important;
    background: rgba(255, 255, 255, 0.075) !important;
}

body.gc-accreditation-dark-surface svg {
    stroke: currentColor;
}

} /* end @layer pages */
