body {
    min-height: 100vh;
}

.card-shadow {
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.15);
    border: none;
    border-radius: 1rem;
}

.table-card {
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.qr-preview {
    max-width: 160px;
}

.delete-mode .delete-form {
    display: block !important;
}

.delete-mode .delete-toggle {
    display: none !important;
}

.status-pill {
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    font-size: 0.85rem;
}

.status-pill.active {
    background-color: rgba(34, 197, 94, 0.2);
    color: #166534;
}

.status-pill.empty {
    background-color: rgba(148, 163, 184, 0.25);
    color: #0f172a;
}
