    .CodeMirror { height: 100%; }

    .feature-card {
        transition: all 0.8s ease-out;
    }
    
    .feature-card.show {
        opacity: 1;
        transform: translateY(0);
    }