.nobti-growth-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.nobti-growth-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.28);
    color: #166534;
    font-weight: 800;
    font-size: 0.82rem;
}

.nobti-growth-toast {
    position: fixed;
    left: 50%;
    bottom: calc(18px + env(safe-area-inset-bottom, 0px));
    transform: translateX(-50%) translateY(120%);
    z-index: 10050;
    width: min(420px, calc(100% - 24px));
    background: linear-gradient(135deg, #0f172a, #1e3a5f);
    color: #fff;
    border-radius: 20px;
    padding: 14px 16px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.35);
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
    opacity: 0;
    transition: transform 0.35s ease, opacity 0.35s ease;
    pointer-events: none;
}

.nobti-growth-toast.is-visible {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

.nobti-growth-toast small {
    display: block;
    margin-top: 4px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.78rem;
}

.nobti-community-tip {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 16px;
    padding: 12px 14px;
    color: #166534;
    font-weight: 750;
    line-height: 1.6;
    font-size: 0.92rem;
    margin-bottom: 14px;
}

.nobti-profile-reputation .rep-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #e2e8f0;
}

.nobti-profile-reputation .rep-row:last-child {
    border-bottom: none;
}

.nobti-profile-badge {
    display: inline-block;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1d4ed8;
    border-radius: 999px;
    padding: 6px 12px;
    font-weight: 900;
    font-size: 0.85rem;
}

.nobti-recent-places a {
    display: block;
    padding: 10px 12px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #0f172a;
    text-decoration: none;
    font-weight: 850;
    margin-bottom: 8px;
}

.nobti-recent-places a small {
    display: block;
    color: #64748b;
    font-weight: 700;
    margin-top: 2px;
}
