body {
    background: linear-gradient(135deg, #eef2f7, #f8fafc);
    font-family: "Inter", system-ui, -apple-system, sans-serif;
}

.check-card {
    max-width: 100vw;
}

.card {
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}

.card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.btn-lg {
    border-radius: 12px;
    font-weight: 600;
}

.table {
    border-radius: 10px;
    overflow: hidden;
}

.table th,
.table td {
    vertical-align: middle;
}
