body { min-height: 100vh; }
.public-bg { background: #f4f7fb; }
.hero-panel { background: linear-gradient(135deg, #ffffff, #edf5ff); border: 1px solid #dfe8f3; border-radius: 8px; }
.stat-card, .admin-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; padding: 18px; height: 100%; }
.admin-card .value { font-size: 2rem; font-weight: 700; }
.table td, .table th { vertical-align: middle; }
.qr-box img { max-width: 220px; width: 100%; height: auto; border: 1px solid #ddd; border-radius: 8px; padding: 8px; background: #fff; }
.calendar-grid { display: grid; grid-template-columns: repeat(7, minmax(120px, 1fr)); gap: 8px; overflow-x: auto; }
.calendar-day { min-height: 110px; background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; padding: 8px; }
.meeting-pill { display: block; font-size: .82rem; padding: 4px 6px; border-radius: 6px; background: #e8f1ff; margin-top: 4px; color: #0b4a8b; text-decoration: none; }
@media print { .no-print, nav { display: none !important; } body { background: #fff !important; } }
.verification-float { position: fixed; right: 18px; top: 92px; width: 310px; max-height: calc(100vh - 120px); overflow: auto; background: #fff; border: 1px solid #d8e0ea; border-radius: 8px; box-shadow: 0 12px 28px rgba(16,24,40,.12); padding: 12px; z-index: 1030; }
.vf-title { font-weight: 700; margin-bottom: 8px; }
.vf-row { display: flex; justify-content: space-between; gap: 10px; border-top: 1px solid #edf1f5; padding: 8px 0; font-size: .9rem; }
@media (min-width: 1200px) { main.container-fluid { padding-right: 350px; } }
