﻿.reveal { animation: rise 0.55s ease both; }
.subject-card, .choice-card, .info-card { animation: rise 0.45s ease both; }
@keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
