/* ONEMORE mobile attendance subpage, 2026-08-10. */
@media (max-width:768px) {
  body.attendance-detail-route[data-page="home"] {
    padding-bottom:max(20px,env(safe-area-inset-bottom)) !important;
  }

  body.attendance-detail-route[data-page="home"] #portalView > *:not(#attendanceBoard) {
    display:none !important;
  }

  body.attendance-detail-route[data-page="home"] #attendanceBoard {
    display:block !important;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
  }

  body.attendance-detail-route[data-page="home"] #attendanceBoard .attendance-expand,
  body.attendance-detail-route[data-page="home"] #welcomeOverlay {
    display:none !important;
  }
}
