@import url('aula_template.css?v=20260427-5');
.menu-button.enrollment { border-color: rgba(110,231,183,0.35); background: rgba(110,231,183,0.08); }
.menu-button.enrollment .icon { background: linear-gradient(135deg, #22c55e, #16a34a); }
.footer-admin { margin-top: 28px; display: flex; justify-content: center; }
.professor-button { display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.05); border: 1.5px solid rgba(129,140,248,0.35); border-radius: 10px; padding: 10px 18px; color: #818cf8; font-size: 13px; font-weight: bold; letter-spacing: 0.5px; font-family: Georgia, serif; text-decoration: none; transition: border-color 0.2s, background 0.2s, transform 0.2s; }
.professor-button:hover { transform: translateY(-2px); border-color: rgba(129,140,248,0.65); background: rgba(129,140,248,0.08); }
.hidden { display: none !important; }
