 body {
            background: linear-gradient(to right, #f8f9fa, #e9ecef);
        }

        .card {
            border-radius: 1rem;
        }

        .nav-tabs .nav-link {
            font-weight: bold;
            color: #495057;
        }

        .nav-tabs .nav-link.active {
            background-color: #0d6efd;
            color: white;
            border-radius: 0.5rem 0.5rem 0 0;
        }

        .form-label {
            font-weight: 500;
        }

        #videoRegistro {
            border-radius: 10px;
            border: 2px solid #dee2e6;
        }

        .btn-sm {
            font-size: 0.85rem;
            padding: 0.4rem 0.6rem;
        }
        
          /* Modo espejo para facilitar la alineación del usuario */
        #video, #videoRegistro {
            transform: scaleX(-1);
            -webkit-transform: scaleX(-1);
        }

        /* Luz de apoyo en ambientes oscuros */
        body.luz-apoyo-activa {
            background-color: #ffffff !important;
            background: #ffffff !important;
        }

        body.luz-apoyo-activa #camaraGuia {
            box-shadow: 0 0 0 9999px rgba(255, 255, 255, 0.98) !important;
            border-color: #0d6efd !important;
            border-width: 4px !important;
        }

        body.luz-apoyo-activa .card {
            background-color: rgba(255, 255, 255, 0.95) !important;
            box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15) !important;
        }