.typed-cursor {
    color: #ef4444 !important;
    font-size: 1em;
}
.bg-grid-light {
    background-size: 40px 40px;
    background-image: 
        linear-gradient(to right, rgba(0, 0, 0, 0.03) 1px, transparent 1px), 
        linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
}

