.fph-role-snapshot-header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.fph-role-snapshot-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.fph-role-metric {
    background: #111827;
    border-radius: 14px;
    padding: 18px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid #334155;
}

.fph-role-metric strong {
    font-size: 32px;
    font-weight: 800;
}

.fph-role-metric strong {
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}

.fph-snapshot-elite {
    color: #60a5fa;
}

.fph-snapshot-strong {
    color: #4ade80;
}

.fph-snapshot-good {
    color: #facc15;
}

.fph-snapshot-risk {
    color: #f87171;
}

.fph-snapshot-na {
    color: #94a3b8;
}

.fph-role-context-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
}

.fph-role-context-card {
    background: #111827;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 16px;
    padding: 18px;
}

.fph-role-context-card span {
    display: block;
    color: #93c5fd;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.fph-role-context-card strong {
    display: block;
    color: #f8fafc;
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 10px;
}

.fph-role-context-card p {
    margin: 0;
    color: #cbd5e1;
    font-size: 13px;
    line-height: 1.55;
}

@media (max-width: 760px) {
    .fph-role-context-grid {
        grid-template-columns: 1fr;
    }
}