<div style="max-width: 500px; margin: 0 auto; font-family: 'Arial', sans-serif; color: #fff; background: #1a1a1a; padding: 25px; border-radius: 15px; text-align: center; box-shadow: 0 0 20px rgba(255,0,85,0.5);">
<!-- Profile Image -->
<div style="margin-bottom: 15px;">
<img src="https://yourimageurl.com/bbcgotti.jpg" alt="BBC Gotti" style="width: 120px; height: 120px; border-radius: 50%; border: 3px solid #ff0055; object-fit: cover;">
</div>
<h2 style="color: #ff0055; margin-bottom: 10px;">🔥 BBC Gotti’s Room 🔥</h2>
<p style="font-size: 16px; color: #ddd;">High energy, wild vibes, and interactive private fun. Tip to unlock exclusive content or custom shows 😉</p>
<!-- Tip Buttons -->
<div style="margin: 25px 0; display: flex; flex-wrap: wrap; justify-content: center;">
<button onclick="window.open('https://www.cam4.com/tiplink50','_blank');" style="padding: 12px 25px; margin: 5px; border: none; border-radius: 8px; background: linear-gradient(45deg,#ff0055,#ff66aa); color: #fff; font-weight: bold; cursor: pointer; transition: transform 0.2s;">50 Tokens 💦</button>
<button onclick="window.open('https://www.cam4.com/tiplink150','_blank');" style="padding: 12px 25px; margin: 5px; border: none; border-radius: 8px; background: linear-gradient(45deg,#ff0055,#ff33aa); color: #fff; font-weight: bold; cursor: pointer; transition: transform 0.2s;">150 Tokens 🔥</button>
<button onclick="window.open('https://www.cam4.com/tiplink300','_blank');" style="padding: 12px 25px; margin: 5px; border: none; border-radius: 8px; background: linear-gradient(45deg,#ff0055,#ff0099); color: #fff; font-weight: bold; cursor: pointer; transition: transform 0.2s;">300 Tokens 😈</button>
<button onclick="window.open('https://www.cam4.com/tiplink500','_blank');" style="padding: 12px 25px; margin: 5px; border: none; border-radius: 8px; background: linear-gradient(45deg,#ff0055,#cc0077); color: #fff; font-weight: bold; cursor: pointer; transition: transform 0.2s;">500 Tokens 😏</button>
<button onclick="window.open('https://www.cam4.com/tiplink750','_blank');" style="padding: 12px 25px; margin: 5px; border: none; border-radius: 8px; background: linear-gradient(45deg,#ff0055,#aa0055); color: #fff; font-weight: bold; cursor: pointer; transition: transform 0.2s;">750 Tokens 🔥</button>
<button onclick="window.open('https://www.cam4.com/tiplink1000','_blank');" style="padding: 12px 25px; margin: 5px; border: none; border-radius: 8px; background: linear-gradient(45deg,#ff0055,#880033); color: #fff; font-weight: bold; cursor: pointer; transition: transform 0.2s;">1,000 Tokens 😈</button>
<button onclick="window.open('https://www.cam4.com/tiplink1500','_blank');" style="padding: 12px 25px; margin: 5px; border: none; border-radius: 8px; background: linear-gradient(45deg,#ff0055,#550022); color: #fff; font-weight: bold; cursor: pointer; transition: transform 0.2s;">1,500 Tokens 🔥</button>
<button onclick="window.open('https://www.cam4.com/tiplink2500','_blank');" style="padding: 12px 25px; margin: 5px; border: none; border-radius: 8px; background: linear-gradient(45deg,#ff0055,#330011); color: #fff; font-weight: bold; cursor: pointer; transition: transform 0.2s;">2,500 Tokens 💎</button>
</div>
<!-- Hover Effect -->
<script>
const buttons = document.querySelectorAll('button');
buttons.forEach(btn => {
btn.addEventListener('mouseover', () => { btn.style.transform = 'scale(1.1)'; });
btn.addEventListener('mouseout', () => { btn.style.transform = 'scale(1)'; });
});
</script>
<!-- Footer / Links -->
<p style="font-size: 14px; color: #ddd; margin-top: 20px;">Tip for private shows, custom requests, or just to see me get wild 😏</p>
<div style="margin-top: 15px;">
<a href="https://www.cam4.com/bbcgotti" style="text-decoration: none; color: #ff0055; margin-right: 10px;">Follow me on Cam4</a> |
<a href="************/your*****ramlink" style="text-decoration: none; color: #ff0055;">Join My *****ram</a>
</div>
</div>