body {
    background: linear-gradient(135deg, #f8f9fa 0%, #eef4ff 100%);
    min-height: 100vh;
}

.hero-card {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.hero-header {
    background: linear-gradient(135deg, #0d6efd, #0b5ed7);
    color: #fff;
    padding: 1.5rem;
}

.summary-box {
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 4px 18px rgba(0,0,0,0.06);
    padding: 1rem;
    height: 100%;
}

.table-container {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    overflow: hidden;
}

.table thead th {
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}

.table tbody td {
    vertical-align: middle;
}

.jawatan-title {
    font-weight: 600;
    color: #1f2937;
}

.btn-info-jawatan {
    border-radius: 50px;
    font-size: 0.85rem;
    padding: 0.35rem 0.8rem;
}

.search-box {
    border-radius: 50px;
    padding-left: 2.5rem;
}

.search-wrapper {
    position: relative;
}

.search-wrapper i {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    color: #6c757d;
}

.modal-header-custom {
    background: linear-gradient(135deg, #dc3545, #b02a37);
    color: white;
}

.checklist-table td {
    padding: 8px 10px;
    font-size: 0.95rem;
}

.section-title {
    background: #dc3545;
    color: white;
    font-weight: 700;
    text-align: center;
}

.small-note {
    font-size: 0.88rem;
    color: #6c757d;
}

.footer-action a {
    text-decoration: none;
    font-weight: 600;
}

.badge-soft {
    background-color: #e9f2ff;
    color: #0d6efd;
    font-weight: 600;
    padding: 0.45rem 0.7rem;
    border-radius: 50px;
}

.empty-state {
    padding: 40px 20px;
}