/* ================== FOOTER แบบสั้น (ใช้ร่วมกันทุกหน้ายกเว้น index.php) ==================
   ต้องประกาศ :root ที่มี --text-muted, --border ไว้ก่อน (ในหน้าที่ include ไฟล์นี้)
   ดู includes/footer-report.php สำหรับ markup
*/
.footer-report{
    background:#f3f4f6;
    padding:40px 0;
    border-top:1px solid var(--border);
    margin-top:50px;
}

.footer-report small{
    color:var(--text-muted);
    line-height:1.8;
}
