body { min-height: 100vh; }
.card { border: 0; box-shadow: 0 0.25rem 1rem rgba(0,0,0,.07); }
.table td, .table th { vertical-align: middle; }
.vote-code { font-size: 2rem; font-weight: 800; letter-spacing: .2rem; }
.planilla-img { width: 100%; max-height: 230px; object-fit: cover; border-radius: .75rem; background: #f1f3f5; }
.votar-card { max-width: 920px; margin: 0 auto; }
.big-code-input { font-size: 2rem; letter-spacing: .2rem; text-align: center; text-transform: uppercase; }
@media print {
    .no-print { display: none !important; }
    body { background: white !important; }
    .print-card { break-inside: avoid; box-shadow: none !important; border: 1px solid #222 !important; }
}
