Jump to content

dreygamble43

Noob
  • Posts

    3
  • Joined

  • Last visited

Reputation Activity

  1. Fire
    dreygamble43 reacted to Jake7589 in πŸ’°[$15,000 USD] Maralago Vice 🌴   
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap'); :root { --primary: #14082b; /* deep Vice City night */ --pink: #ff2d95; /* neon magenta */ --cyan: #1fe0d4; /* neon teal */ --orange: #ff8a3d; /* sunset orange */ --purple: #9b5cff; /* electric purple */ --gold: #ffcf5c; /* sunset gold β€” 1st place */ --silver: #9ff0e8; /* cyan tint β€” 2nd place */ --bronze: #ff8a3d; /* orange β€” 3rd place */ --blue: #1fe0d4; /* repurposed accent β†’ neon cyan */ --surface: #20103f; --surface2: #2a1550; --text: #f3e8ff; --muted: #b98fd8; } * { margin:0; padding:0; box-sizing:border-box; } body { background: var(--primary); color: var(--text); font-family: 'Inter', sans-serif; min-height: 100vh; overflow-x: hidden; } .container { max-width:740px; margin:0 auto; padding:24px 20px 60px; position:relative; z-index:1; } .fade-up { opacity:0; transform:translateY(28px); animation:fadeUp .6s ease forwards; } @keyframes fadeUp { to { opacity:1; transform:none; } } .header { text-align:center; padding:44px 28px 36px; background: linear-gradient(165deg, #2a1550 0%, #3d1a5e 38%, #5e1f5a 68%, #7a2750 100%); border-radius:20px; border:1px solid #ff2d9533; margin-bottom:20px; position:relative; overflow:hidden; } .header::before { content:''; position:absolute; top:-90px; right:-60px; width:380px; height:380px; background: radial-gradient(circle, #ff8a3d40 0%, #ff2d9522 38%, transparent 70%); animation: pulse-glow 4s ease-in-out infinite; pointer-events:none; } @keyframes pulse-glow { 0%,100% { opacity:.7; transform:scale(1); } 50% { opacity:1; transform:scale(1.12); } } .hero-img-wrap { margin:0 0 24px; border-radius:16px; overflow:hidden; border:1px solid #1fe0d44d; box-shadow: 0 4px 28px rgba(0,0,0,.5); } .hero-img-wrap img { width:100%; display:block; } .eyebrow { display:inline-block; padding:7px 14px; border-radius:999px; border:1px solid rgba(255,45,149,.35); background:rgba(255,45,149,.1); color:#ff6cb0; font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; margin-bottom:16px; } .header h1 { font-size:34px; font-weight:900; background: linear-gradient(90deg, #ff2d95, #ffcf5c, #1fe0d4, #ff2d95); background-size:200%; -webkit-background-clip:text; -webkit-text-fill-color:transparent; animation: shimmer 3s linear infinite; margin-bottom:6px; text-shadow:0 0 30px rgba(255,45,149,.25); } @keyframes shimmer { to { background-position:200% center; } } .ends-label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:1.2px; margin-bottom:14px; } .ends-label strong { color:#fff; } .countdown-wrapper { margin:10px 0 22px; } .countdown-wrapper iframe { border-radius:8px; } .header-desc { font-size:15px; color:#e0c8f0; max-width:480px; margin:0 auto 14px; line-height:1.7; } /* ── CTA BUTTON β€” inline, not full width ── */ .cta-section { margin-top:16px; } .cta-single { display:inline-flex; align-items:center; gap:10px; padding:14px 28px; background: linear-gradient(135deg, #ff2d95, #ff8a3d); color:#14082b; font-weight:900; text-decoration:none !important; border-radius:12px; transition:transform .2s, box-shadow .2s; position:relative; overflow:hidden; box-shadow:0 4px 22px #ff2d9555; font-size:15px; letter-spacing:.3px; } .cta-single::after { content:''; position:absolute; inset:0; background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.3) 50%,transparent 70%); transform:translateX(-100%); transition:transform .5s; } .cta-single:hover { transform:translateY(-3px); box-shadow:0 8px 30px #ff2d9577; text-decoration:none !important; } .cta-single:hover::after { transform:translateX(100%); } .cta-single:active { transform:scale(.98); } .cta-icon { font-size:18px; line-height:1; } .cta-arrow { font-size:15px; transition:transform .2s; } .cta-single:hover .cta-arrow { transform:translateX(4px); } /* ── PRIZE HERO ── */ .prize-hero { background: var(--surface); border:1px solid #ff2d9544; border-radius:16px; padding:28px 18px; text-align:center; position:relative; overflow:hidden; margin-bottom:16px; transition:transform .3s, border-color .3s, box-shadow .3s; } .prize-hero:hover { transform:translateY(-4px); border-color:#ff2d95aa; box-shadow:0 12px 40px #ff2d9530; } .prize-hero::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 50% 0%, #ff2d9520 0%, #ff8a3d10 45%, transparent 70%); pointer-events:none; } .prize-hero .badge { position:absolute; top:14px; right:18px; font-size:26px; animation:float 3s ease-in-out infinite; } @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} } .prize-hero .prize-amount { font-size:52px; font-weight:900; position:relative; margin-bottom:8px; background:linear-gradient(90deg,#ff2d95,#ffcf5c); -webkit-background-clip:text; -webkit-text-fill-color:transparent; text-shadow:0 0 28px rgba(255,45,149,.3); } .prize-hero .prize-label { font-size:13px; color:var(--muted); text-transform:uppercase; letter-spacing:1.2px; position:relative; } .prize-hero .prize-sub { font-size:13px; color:#e0c8f0; margin-top:8px; position:relative; } .pill { background:#1fe0d412; border:1px solid #1fe0d433; border-radius:40px; padding:10px 20px; text-align:center; font-size:13px; font-weight:600; color:#5cf0e6; margin-bottom:18px; transition:background .3s, border-color .3s; } .pill:hover { background:#1fe0d422; border-color:#1fe0d466; } .section { background: var(--surface); border-radius:16px; padding:24px; margin-bottom:16px; border:1px solid #ffffff0d; transition:border-color .3s, box-shadow .3s; } .section:hover { border-color:#1fe0d433; box-shadow:0 4px 24px #1fe0d40d; } .section-title { font-size:12px; font-weight:700; color:var(--pink); text-transform:uppercase; letter-spacing:1.4px; margin-bottom:18px; display:flex; align-items:center; gap:8px; } .section-title span { font-size:16px; } /* ── LIVE BANNER ── */ .live-banner { display:flex; align-items:center; justify-content:center; gap:10px; background:linear-gradient(135deg,#1fe0d418,#1fe0d406); border:1px solid #1fe0d444; border-radius:12px; padding:12px 18px; margin-bottom:18px; font-size:13px; font-weight:700; color:#5cf0e6; letter-spacing:.4px; } .live-dot { width:9px; height:9px; border-radius:50%; background:#1fe0d4; box-shadow:0 0 0 0 #1fe0d499; animation:live-pulse 1.8s ease-out infinite; } @keyframes live-pulse { 0% { box-shadow:0 0 0 0 #1fe0d499; } 70% { box-shadow:0 0 0 8px #1fe0d400; } 100% { box-shadow:0 0 0 0 #1fe0d400; } } /* ── LEADERBOARD ── */ .leaderboard { display:flex; flex-direction:column; gap:10px; } .lb-row { display:flex; align-items:center; gap:14px; padding:16px 18px; background:var(--primary); border:1px solid #ffffff0a; border-radius:12px; transition:background .25s, border-color .25s, transform .25s; position:relative; overflow:hidden; } .lb-row:hover { background:#1d0e3a; transform:translateX(4px); } .lb-row::before { content:''; position:absolute; left:0; top:0; bottom:0; width:4px; background:var(--tier-color, #ffffff20); transition:width .25s; } .lb-row:hover::before { width:6px; } .lb-row.tier-1 { --tier-color:#ffcf5c; border-color:#ffcf5c44; } .lb-row.tier-1:hover { border-color:#ffcf5c88; box-shadow:0 4px 20px #ffcf5c22; } .lb-row.tier-2 { --tier-color:#9ff0e8; border-color:#9ff0e833; } .lb-row.tier-2:hover { border-color:#9ff0e888; } .lb-row.tier-3 { --tier-color:#ff8a3d; border-color:#ff8a3d33; } .lb-row.tier-3:hover { border-color:#ff8a3d88; } .lb-row.tier-4 { --tier-color:#ff2d95; border-color:#ff2d9533; } .lb-row.tier-4:hover { border-color:#ff2d9588; box-shadow:0 4px 20px #ff2d9522; } .lb-row.tier-5 { --tier-color:#9b5cff; border-color:#9b5cff2e; } .lb-row.tier-5:hover { border-color:#9b5cff77; } .lb-rank { min-width:48px; height:48px; display:flex; align-items:center; justify-content:center; font-weight:900; font-size:16px; border-radius:10px; background:#1d0e3a; color:var(--tier-color, #fff); border:1px solid var(--tier-color, #ffffff20); flex-shrink:0; } .lb-row.tier-1 .lb-rank { background:linear-gradient(135deg,#ffcf5c22,#ffcf5c08); font-size:22px; } .lb-row.tier-2 .lb-rank { background:linear-gradient(135deg,#9ff0e822,#9ff0e808); font-size:20px; } .lb-row.tier-3 .lb-rank { background:linear-gradient(135deg,#ff8a3d22,#ff8a3d08); font-size:20px; } .lb-info { flex:1; } .lb-place { font-size:14px; font-weight:800; color:#fff; } .lb-place .tier-tag { display:inline-block; margin-left:6px; padding:2px 8px; font-size:10px; font-weight:700; color:var(--tier-color, #fff); border-radius:999px; letter-spacing:.5px; text-transform:uppercase; vertical-align:middle; } .lb-sub { font-size:12px; color:var(--muted); margin-top:2px; } .lb-prize { font-size:18px; font-weight:900; color:var(--tier-color, #ff2d95); text-align:right; white-space:nowrap; } .lb-row.tier-4 .lb-prize, .lb-row.tier-5 .lb-prize { font-size:16px; } /* ── STEPS ── */ .steps { display:flex; flex-direction:column; gap:14px; } .step { display:flex; gap:14px; align-items:flex-start; } .step-num { min-width:34px; height:34px; background:linear-gradient(135deg,#ff2d95,#9b5cff); border-radius:50%; display:flex; align-items:center; justify-content:center; font-weight:800; font-size:14px; color:#fff; flex-shrink:0; transition:transform .25s, box-shadow .25s; } .step:hover .step-num { transform:scale(1.15); box-shadow:0 0 0 6px #ff2d9522; } .step-text { font-size:15px; color:#e0c8f0; padding-top:6px; } .step-text strong { color:#fff; } /* ── REQUIREMENTS ── */ .req-list { display:flex; flex-direction:column; gap:10px; } .req-item { display:flex; align-items:center; gap:14px; background:var(--primary); border-radius:12px; padding:13px 16px; border:1px solid #ffffff0a; transition:background .25s, border-color .25s, transform .25s; cursor:default; } .req-item:hover { background:#1d0e3a; border-color:#1fe0d444; transform:translateX(6px); } .req-icon { font-size:20px; flex-shrink:0; } .req-text { font-size:14px; color:#e0c8f0; } .req-text strong { color:#ff6cb0; } /* ── PRIZE POOL ── */ .pool-total { text-align:center; padding:22px; background:linear-gradient(135deg,#ff2d9514,#ff8a3d08); border:1px solid #ff2d9544; border-radius:14px; margin-bottom:16px; transition:box-shadow .3s; } .pool-total:hover { box-shadow:0 0 40px #ff2d9525; } .pool-total .amount { font-size:52px; font-weight:900; background:linear-gradient(90deg,#ff2d95,#ffcf5c); -webkit-background-clip:text; -webkit-text-fill-color:transparent; animation: count-pulse 2.5s ease-in-out infinite; } @keyframes count-pulse { 0%,100%{filter:drop-shadow(0 0 0 #ff2d95)} 50%{filter:drop-shadow(0 0 18px #ff2d9577)} } .pool-total .label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:1px; } /* ── NOTICE ── */ .notice { background:#ff8a3d10; border:1px solid #ff8a3d40; border-radius:14px; padding:16px; margin-bottom:16px; display:flex; gap:14px; align-items:flex-start; transition:border-color .3s; } .notice:hover { border-color:#ff8a3d88; } .n-icon { font-size:22px; flex-shrink:0; } .n-text { font-size:13px; color:#f0d0b0; line-height:1.7; } .n-text strong { color:#fff; } /* ── STAKE BADGE ── */ .stake-badge { text-align:center; padding:14px; background:linear-gradient(135deg,#1fe0d418,#9b5cff10); border:1px solid #1fe0d444; border-radius:12px; color:#5cf0e6; font-weight:700; font-size:14px; margin-bottom:16px; letter-spacing:.5px; position:relative; overflow:hidden; transition:box-shadow .3s; } .stake-badge:hover { box-shadow:0 0 32px #1fe0d425; } .stake-badge::after { content:''; position:absolute; top:0; left:-100%; width:60%; height:100%; background:linear-gradient(90deg,transparent,rgba(31,224,212,.14),transparent); animation:sweep 3s linear infinite; } @keyframes sweep { to { left:160%; } } /* ── TERMS ── */ details { background:var(--primary); border:1px solid #ffffff0d; border-radius:14px; overflow:hidden; transition:border-color .3s; } details:hover { border-color:#1fe0d433; } summary { padding:16px 20px; cursor:pointer; font-weight:700; color:var(--muted); font-size:14px; list-style:none; display:flex; justify-content:space-between; align-items:center; user-select:none; transition:color .2s; } summary:hover { color:#fff; } summary::after { content:'β–Ό'; font-size:10px; color:var(--cyan); } details[open] summary::after { content:'β–²'; } .terms-body { padding:0 20px 20px; font-size:13px; color:#a888c4; line-height:1.9; } .terms-body h2 { font-size:12px; color:var(--pink); text-transform:uppercase; letter-spacing:.8px; margin:18px 0 8px; } .terms-body ul, .terms-body ol { padding-left:20px; } .terms-body li { margin-bottom:5px; } .terms-body a { color:var(--cyan); } .d1{animation-delay:.08s} .d2{animation-delay:.16s} .d3{animation-delay:.24s} .d4{animation-delay:.32s} .d5{animation-delay:.40s} .d6{animation-delay:.48s} .d7{animation-delay:.56s} .d8{animation-delay:.64s} .d9{animation-delay:.72s} @media(max-width:480px){ .header h1 { font-size:26px; } .pool-total .amount { font-size:38px; } .prize-hero .prize-amount { font-size:42px; } .lb-row { padding:12px 14px; gap:10px; } .lb-rank { min-width:40px; height:40px; font-size:14px; } .lb-prize { font-size:16px; } } Leaderboard Competition Maralago Vice
    Competition ends: 19/6/2026 @ 1:00 AM GMT
    Drop the Boss 2 before GTA 6
    Hit the highest multiplier on Drop the Boss: Maralago to climb the leaderboard and win a share of $15,000! The single biggest multiplier takes the grand prize.
    🌴 Play Drop the Boss: Maralago β†’ πŸ† $15,000 Total Prize Pool Shared across the Top 10 multipliers πŸ’‘ Highest single multiplier on Drop the Boss: Maralago wins the grand prize πŸ… Leaderboard & Tiered Prizes Β  LEADERBOARD Β· UPDATES EVERY 2 HOURS πŸ₯‡ 1st Place Grand Prize Highest multiplier $5,000 πŸ₯ˆ 2nd Place Runner-up Second highest multiplier $3,000 πŸ₯‰ 3rd Place Bronze Third highest multiplier $2,000 4 4th Place Fourth highest multiplier $1,500 5 5th Place Fifth highest multiplier $1,000 6 6th Place Sixth highest multiplier $750 7 7th Place Seventh highest multiplier $600 8 8th Place Eighth highest multiplier $450 9 9th Place Ninth highest multiplier $400 10 10th PlaceΒ  Tenth highest multiplier $300 πŸ“‹ How To Enter 1 Play Drop the Boss: Maralago on Stake.com 2 Land the highest multiplier you can with at least a $0.20 USD bet 3 Copy your Bet ID from your best winning drop 4 Reply to this thread with your Bet ID to be placed on the leaderboard βœ… Requirements 🌴 Bets must be from Drop the Boss: Maralago πŸ’΅ Minimum bet amount: $0.20 USD πŸ“ˆ Ranked by theΒ highest multiplier πŸ’¬ Reply to this thread with your Bet ID πŸ”’ Must be a Stake.com account β€” Bronze VIP or above πŸ’° Prize Pool Breakdown $15,000 Total Prize Pool Β· 10 Winners πŸ₯‡ 1st Place $5,000 πŸ₯ˆ 2nd Place $3,000 πŸ₯‰ 3rd Place $2,000 4th Place $1,500 5th Place $1,000 6th Place $750 7th Place $600 8th Place $450 9th Place $400 10th Place $300 ⚠️ Don't miss out! The leaderboard below this post updates every 2 hours β€” keep climbing until the competition closes. You must claim your prize within 3 months β€” users will not be credited after this period expires. ‼️ Stake.com users only ‼️ πŸ“„ Full Terms & Conditions β€” click to expand This competition is published by Stake, which operates stake.com, and is subject to the Stake Terms and Conditions and Community Terms of Use.
    In the event of conflict, the following order of precedence applies:
    Terms and Conditions These Rules Stake Community Terms of Use Leaderboard & Ranking
    Entrants are ranked by the highest qualifying multiplier achieved on Drop the Boss: Maralago. The leaderboard beneath this post will be updated every 2 hours until the competition closes. Only bets placed during the competition window count toward the leaderboard. In the event of a tied multiplier, the earliest submission timestamp takes the higher rank. Prizes & Delivery
    Winners' usernames will be displayed on the thread alongside a prize claim link. Prizes will be delivered within 14 days of the competition ending. Prizes are awarded strictly based on final leaderboard standing. Eligibility
    Bronze VIP account or above on Stake KYC Level 2 verification required Account must have no restrictions or exclusions Must not be a Stake employee Must maintain only one Stake account Must not be in a Prohibited Jurisdiction Stake's Reserved Rights
    To amend the Rules at any time To cancel the Competition at any time To verify the nominated account for prize delivery
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use