
        .sidebar-upgrade-btn {
            width: 100%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            margin-top: 14px;
            padding: 12px 14px;
            border: 1px solid rgba(245, 158, 11, 0.35);
            border-radius: 16px;
            background: linear-gradient(135deg, rgba(245, 158, 11, 0.2), rgba(249, 115, 22, 0.18));
            color: inherit;
            font-weight: 600;
            cursor: pointer;
        }

        .verified-checkmark {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 18px;
            height: 18px;
            padding: 0 6px;
            border-radius: 999px;
            background: linear-gradient(135deg, #2563eb, #0ea5e9);
            color: #fff;
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 0.04em;
            text-transform: uppercase;
        }

        .verified-checkmark[hidden],
        .sidebar-upgrade-btn[hidden] {
            display: none !important;
        }

        .user-name-row,
        .settings-profile-name-row {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            min-width: 0;
        }

        .pro-upsell-card,
        .workspace-locked-card {
            margin-top: 18px;
            padding: 18px 20px;
            border-radius: 20px;
            border: 1px solid rgba(245, 158, 11, 0.22);
            background: linear-gradient(135deg, rgba(245, 158, 11, 0.12), rgba(249, 115, 22, 0.08));
        }

        .pro-upsell-card h3,
        .workspace-locked-card h3 {
            margin: 0 0 6px;
            font-size: 18px;
        }

        .pro-upsell-card p,
        .workspace-locked-card p {
            margin: 0 0 14px;
            color: var(--text-secondary);
        }

        .pro-upsell-pills {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 14px;
        }

        .pro-upsell-pills span {
            padding: 8px 10px;
            border-radius: 999px;
            background: rgba(15, 23, 42, 0.08);
            font-size: 12px;
            font-weight: 600;
        }
