.vv2-consulta-shell {
            padding: 2rem 0 3rem;
            background: #fff;
        }

        .vv2-consulta-hero {
            border: 1px solid rgba(13,110,253,.12);
            border-radius: 1.75rem;
            background: linear-gradient(135deg, rgba(7,43,98,.92), rgba(9,27,54,.88)), url('/Imagenes/oficial/ce-bg-clean.jpg') center/cover no-repeat;
            color: #fff;
            box-shadow: 0 24px 60px rgba(7,43,98,.18);
        }

        .vv2-consulta-card {
            border: 1px solid rgba(15, 23, 42, 0.08);
            border-radius: 1.5rem;
            box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
        }

        .vv2-consulta-captcha {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
            align-items: center;
        }

        .vv2-consulta-captcha-code {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 3.25rem;
            height: 3.25rem;
            border-radius: 1rem;
            font-weight: 700;
            letter-spacing: 0.08em;
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
        }

        .vv2-consulta-captcha-input {
            max-width: 11rem;
        }

        .vv2-consulta-result-block {
            border: 1px solid rgba(15, 23, 42, 0.08);
            border-radius: 1rem;
            background: #fff;
        }

        .vv2-consulta-result-kicker {
            color: #64748b;
            font-size: 0.78rem;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .vv2-consulta-result-value {
            color: #0f172a;
            font-size: 1.02rem;
            font-weight: 600;
        }

        .vv2-consulta-result-rich {
            color: #334155;
            line-height: 1.7;
        }

        .vv2-consulta-result-rich b,
        .vv2-consulta-result-rich strong {
            color: #0f172a;
        }

        .vv2-consulta-result-soft {
            border: 1px solid rgba(45, 108, 76, 0.12);
            border-radius: 1rem;
            background: linear-gradient(180deg, #fcfffd 0%, #f3faf6 100%);
        }

        .vv2-consulta-result-id {
            border: 1px solid rgba(45, 108, 76, .18);
            border-radius: 1rem;
            background: linear-gradient(135deg, #f4fbf6 0%, #fff 100%);
        }

        .vv2-consulta-result-id--empty {
            max-width: 28rem;
        }

        .vv2-consulta-result-id-value {
            color: #173d2c;
            display: block;
            font-size: clamp(1.45rem, 3vw, 2rem);
            font-weight: 800;
            letter-spacing: .035em;
            overflow-wrap: anywhere;
        }

        .vv2-consulta-status:empty {
            display: none !important;
        }

        .vv2-consulta-back-btn {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            min-height: 2.6rem;
            border: 1px solid rgba(255, 255, 255, 0.72);
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.18);
            color: #fff;
            font-weight: 700;
            backdrop-filter: blur(6px);
        }

        .vv2-consulta-back-btn:hover,
        .vv2-consulta-back-btn:focus {
            color: #fff;
        }

        .vv2-consulta-loading {
            position: fixed;
            inset: 0;
            z-index: 1080;
            display: none;
            align-items: center;
            justify-content: center;
            padding: 1.5rem;
            background: rgba(15, 23, 42, 0.38);
            backdrop-filter: blur(2px);
        }

        .vv2-consulta-loading.is-visible {
            display: flex;
        }

        .vv2-consulta-loading-card {
            width: min(100%, 440px);
            border: 0;
            border-radius: 1.5rem;
            background: rgba(255, 255, 255, 0.98);
            box-shadow: 0 24px 56px rgba(15, 23, 42, 0.22);
        }

        @media (max-width: 767.98px) {
            .vv2-consulta-shell {
                padding-top: 1.25rem;
            }

            .vv2-consulta-hero,
            .vv2-consulta-card {
                border-radius: 1.25rem;
            }
        }
