.results-wrapper { margin-top: 2rem; }

.platform-badge {
    font-size: 0.7rem;
    text-transform: uppercase;
    background: #eef2ff;
    padding: 2px 8px;
    border-radius: 4px;
    color: #4f46e5;
}

.profile-title {
    margin: 0.5rem 0;
    font-size: 1.1rem;
    color: #1e293b;
}

.profile-snippet {
    font-size: 0.85rem;
    color: #64748b;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.visit-link {
    font-size: 0.9rem;
    font-weight: bold;
    color: #4f46e5;
    text-decoration: none;
}