.auditor-login-page {
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 100%);
    min-height: 100vh;
}

.portal-page-bg {
    background: #f2f4f7;
    min-height: 100vh;
}

.portal-content-shell {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 1rem;
}

.login-card {
    border-radius: 20px;
}

.portal-logo {
    max-height: 38px;
    width: auto;
}

.login-logo {
    max-height: 56px;
    width: auto;
}

.audit-list-item {
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.audit-list-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1.2rem rgba(15, 23, 42, 0.12) !important;
}

.audit-detail-stat {
    border: 1px solid #e9ecef;
    border-radius: 0.9rem;
    background: #fff;
}

.wizard-option {
    border: 1px solid #dbe2ea;
    border-radius: 12px;
    padding: 0.9rem 1rem;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.wizard-option:hover {
    border-color: #0d6efd;
    background: #f8fbff;
}

@media (max-width: 1024px) {
    .btn-lg {
        padding-top: 0.85rem;
        padding-bottom: 0.85rem;
        font-size: 1rem;
    }

    .form-control,
    .form-select {
        min-height: 48px;
        font-size: 1rem;
    }
}
