body { background-color: #f0f2f5; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
.card-custom { border: none; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); }
.section-title { font-weight: 600; color: #444; margin-bottom: 5px; }

/* Sistema de Estrelas */
.rating-box input { display: none; }
.rating-box label { font-size: 35px; color: #e4e5e9; cursor: pointer; transition: color 0.2s; }
.rating-box label:hover,
.rating-box label:hover ~ label,
.rating-box input:checked ~ label { color: #ffc107; }

/* Loading Overlay */
#loading { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.9); z-index: 9999; display: flex; justify-content: center; align-items: center; }
.loader-content { text-align: center; }