/* WAP: PC-aligned MBTI type cards */
.wap-mbti-section {
    background: #fafafa;
    padding: 8px 0 28px;
    margin: 0 0 8px;
}

.wap-mbti-section #人格类型 {
    scroll-margin-top: calc(var(--wap-header-h, 52px) + 12px);
}

.wap-mbti-section .mbti-container {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 16px;
}

.wap-mbti-section .mbti-header {
    text-align: center;
    margin-bottom: 20px;
}

.wap-mbti-section .mbti-title {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--text, #111827);
    letter-spacing: -0.02em;
}

.wap-mbti-section .mbti-subtitle {
    color: var(--text-muted, #5b6472);
    font-size: 13px;
    line-height: 1.55;
    text-align: left;
}

.wap-mbti-section .mbti-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media (min-width: 520px) {
    .wap-mbti-section .mbti-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
}

.wap-mbti-section .mbti-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--border, #e5e9f0);
    box-shadow: 0 10px 30px -8px rgba(15, 23, 42, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wap-mbti-section .mbti-card:active {
    transform: scale(0.99);
}

.wap-mbti-section .mbti-card .inner {
    padding: 18px 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.wap-mbti-section .mbti-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.wap-mbti-section .mbti-name {
    font-weight: 800;
    font-size: 1.125rem;
    margin-bottom: 4px;
    color: var(--text, #111827);
}

.wap-mbti-section .mbti-alias {
    color: #6b7280;
    font-size: 13px;
    font-weight: 600;
}

.wap-mbti-section .mbti-letters {
    display: flex;
    gap: 5px;
    flex-shrink: 0;
}

.wap-mbti-section .mbti-letter {
    width: 22px;
    height: 22px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.wap-mbti-section .mbti-letter.bg-blue { background: #3b82f6; }
.wap-mbti-section .mbti-letter.bg-green { background: #10b981; }
.wap-mbti-section .mbti-letter.bg-yellow { background: #f59e0b; }
.wap-mbti-section .mbti-letter.bg-red { background: #ef4444; }
.wap-mbti-section .mbti-letter.bg-purple { background: #8b5cf6; }
.wap-mbti-section .mbti-letter.bg-orange { background: #fb923c; }

.wap-mbti-section .mbti-stats {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    color: #6b7280;
    font-size: 12px;
    margin-bottom: 10px;
}

.wap-mbti-section .mbti-desc {
    color: #4b5563;
    font-size: 13px;
    line-height: 1.55;
    margin-bottom: 10px;
}

.wap-mbti-section .mbti-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
}

.wap-mbti-section .mbti-tag {
    font-size: 11px;
    font-weight: 600;
    background: rgba(37, 99, 235, 0.12);
    color: #1d4ed8;
    padding: 4px 10px;
    border-radius: 9999px;
}

.wap-mbti-section .mbti-subtitle2 {
    font-weight: 700;
    font-size: 13px;
    margin: 10px 0 4px;
    color: var(--text, #111827);
}

.wap-mbti-section .mbti-text-sm {
    color: #4b5563;
    font-size: 12px;
    line-height: 1.5;
}

.wap-mbti-section .mbti-footer {
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #f1f5f9;
}

.wap-mbti-section .mbti-category {
    color: var(--primary, #2563eb);
    font-size: 12px;
    font-weight: 700;
}
