/* Gaya tambahan mobile-first */
* { -webkit-tap-highlight-color: transparent; }
button, input, select, textarea { min-height: 48px; }
input[type="checkbox"] { min-height: auto; }
.tab-btn { color: #6b7280; border-bottom: 3px solid transparent; }
.tab-btn.aktif { color: #047857; border-bottom-color: #047857; font-weight: 600; }
.kartu-hasil:active { transform: scale(0.98); }
.cek-besar { width: 28px; height: 28px; accent-color: #059669; }
.toast { animation: masuk 0.25s ease-out; }
@keyframes masuk { from { opacity: 0; transform: translateY(-8px);} to { opacity: 1; transform: translateY(0);} }
.status-belum { background: #f3f4f6; color: #4b5563; }
.status-sebagian { background: #fef9c3; color: #854d0e; }
.status-lengkap { background: #d1fae5; color: #065f46; }
