
        .cpf-status { font-size: .8rem; margin-top: .3rem; }
        .cpf-valid   { color: #10b981; }
        .cpf-invalid { color: #ef4444; }
        hr { border-color: #1e293b; }
        .section-title {
            font-size: .7rem;
            font-weight: 700;
            color: #475569;
            text-transform: uppercase;
            letter-spacing: .1em;
            margin-bottom: 1rem;
        }
        @keyframes fadeIn { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:none} }
        .animate-in { animation: fadeIn .5s ease forwards; }