Jump to content

Sumit vish

Noob
  • Posts

    0
  • Joined

  • Last visited

Reputation Activity

  1. Ethereum
    Sumit vish reacted to DamjanTo in $3,000 Stake Engine Turbo Spins⚡   
    /* ===== Scoped to .ts28-wrap only — nothing outside this block is touched ===== */ .ts28-wrap { --ts28-bgA: #0e1420; --ts28-bgB: #182231; --ts28-blue: #7fbbe6; --ts28-blue-soft: rgba(127,187,230,0.14); --ts28-yellow: #e8c96e; --ts28-yellow-soft: rgba(232,201,110,0.14); --ts28-text: #eef1f5; --ts28-text-dim: #98a1ad; --ts28-line: rgba(255,255,255,0.10); max-width:760px; margin:auto; font-family:Arial, sans-serif; color:var(--ts28-text); } .ts28-box { position:relative; overflow:hidden; border-radius:26px; padding:32px; background: radial-gradient(circle at 10% 0%, rgba(232,201,110,0.22), transparent 45%), radial-gradient(circle at 100% 15%, rgba(127,187,230,0.24), transparent 45%), radial-gradient(circle at 20% 100%, rgba(232,201,110,0.12), transparent 42%), radial-gradient(circle at 90% 95%, rgba(127,187,230,0.14), transparent 42%), linear-gradient(165deg, var(--ts28-bgA) 0%, var(--ts28-bgB) 100%); border:1px solid var(--ts28-line); box-shadow:0 24px 60px rgba(3,4,8,0.6); } .ts28-eyebrow { position:relative; z-index:2; display:flex; align-items:center; justify-content:center; gap:12px; margin-bottom:6px; font-size:11px; font-weight:bold; letter-spacing:2.4px; text-transform:uppercase; color:var(--ts28-yellow); } .ts28-eyebrow i { display:inline-block; width:26px; height:1px; background:linear-gradient(90deg, transparent, rgba(232,201,110,0.5)); } .ts28-eyebrow i.r { background:linear-gradient(90deg, rgba(127,187,230,0.5), transparent); } .ts28-stage { position:relative; z-index:2; display:flex; flex-direction:column; align-items:center; text-align:center; margin-bottom:6px; } .ts28-title { margin:2px 0 0; font-size:46px; line-height:1.02; font-weight:900; letter-spacing:-0.5px; color:#ffffff; } .ts28-title span { background:linear-gradient(95deg, var(--ts28-blue) 0%, #f2e6c2 45%, var(--ts28-yellow) 70%, var(--ts28-blue) 100%); background-size:220% 100%; -webkit-background-clip:text; background-clip:text; color:transparent; animation:ts28-shift 7s ease-in-out infinite; } @keyframes ts28-shift { 0%,100% { background-position:0% 50%; } 50% { background-position:100% 50%; } } @media (prefers-reduced-motion: reduce) { .ts28-title span { animation:none; } } .ts28-visual { position:relative; width:100%; max-width:420px; margin:16px auto 12px; display:flex; align-items:center; justify-content:center; } .ts28-glow { position:absolute; width:340px; height:340px; border-radius:50%; background:radial-gradient(circle, rgba(232,201,110,0.20), rgba(127,187,230,0.14) 45%, transparent 72%); filter:blur(2px); animation:ts28-pulse 4.5s ease-in-out infinite; } @keyframes ts28-pulse { 0%,100% { opacity:0.7; transform:scale(1); } 50% { opacity:1; transform:scale(1.06); } } @media (prefers-reduced-motion: reduce) { .ts28-glow { animation:none; } } .ts28-engine { position:relative; z-index:2; max-width:100%; width:340px; filter:drop-shadow(0 18px 34px rgba(0,0,0,0.55)) drop-shadow(0 0 22px rgba(127,187,230,0.28)); } .ts28-sub { position:relative; z-index:2; margin:2px 0 0; max-width:440px; font-size:15px; line-height:1.75; color:var(--ts28-text-dim); } .ts28-sub strong { color:#ffffff; font-weight:600; } .ts28-daterange { position:relative; z-index:2; margin:16px 0 0; font-size:12px; font-weight:bold; letter-spacing:2px; text-transform:uppercase; color:var(--ts28-yellow); } .ts28-divider { position:relative; z-index:2; display:flex; align-items:center; justify-content:center; gap:10px; margin:22px 0 24px; } .ts28-divider i { height:1px; width:70px; background:linear-gradient(90deg, transparent, rgba(232,201,110,0.4)); } .ts28-divider i.r { background:linear-gradient(90deg, rgba(127,187,230,0.4), transparent); } .ts28-divider b { width:6px; height:6px; border-radius:50%; background:var(--ts28-yellow); box-shadow:0 0 10px rgba(232,201,110,0.6); } .ts28-grid { position:relative; z-index:2; display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:16px; } .ts28-card { position:relative; padding:22px; border-radius:18px; background:linear-gradient(180deg, rgba(255,255,255,0.055) 0%, rgba(255,255,255,0.015) 100%); border:1px solid var(--ts28-line); backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px); transition:transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; } .ts28-card:hover { transform:translateY(-3px); box-shadow:0 14px 32px rgba(0,0,0,0.4); border-color:rgba(232,201,110,0.25); } .ts28-card-title { margin:0 0 16px; font-size:12.5px; font-weight:bold; color:var(--ts28-yellow); text-transform:uppercase; letter-spacing:2px; text-align:center; } .ts28-slotlist { margin:0; padding:0; list-style:none; display:flex; flex-direction:column; gap:8px; } .ts28-slotlist li { position:relative; display:flex; align-items:center; justify-content:center; gap:12px; padding:11px 12px; border-radius:12px; background:rgba(255,255,255,0.035); border:1px solid transparent; overflow:hidden; transition:background 0.25s ease, border-color 0.25s ease, transform 0.25s ease; } .ts28-slotlist li::before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 50% 50%, var(--accent-soft, var(--ts28-yellow-soft)), transparent 70%); opacity:0; transition:opacity 0.3s ease; } .ts28-slotlist li:hover { background:rgba(255,255,255,0.06); border-color:var(--accent-line, rgba(232,201,110,0.3)); transform:translateY(-1px); } .ts28-slotlist li:hover::before { opacity:1; } .ts28-slotlist a { position:relative; z-index:2; color:var(--ts28-blue); font-weight:bold; font-size:14px; text-decoration:none !important; letter-spacing:0.2px; } .ts28-slotlist a:hover { color:#fff; text-decoration:none !important; } .ts28-prizecard { display:flex; flex-direction:column; } .ts28-prizecard .ts28-prizestack { flex:1; display:flex; flex-direction:column; gap:10px; } .ts28-prizerow { flex:1; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:6px; padding:15px 14px; border-radius:13px; background:rgba(255,255,255,0.035); border:1px solid rgba(232,201,110,0.4); text-align:center; } .ts28-prizerank { font-size:11.5px; color:var(--ts28-text-dim); text-transform:uppercase; letter-spacing:0.8px; } .ts28-prizeamt { font-size:25px; font-weight:900; color:#ffffff; } .ts28-prizeamt.hi { color:var(--ts28-yellow); } .ts28-steps, .ts28-terms { position:relative; z-index:2; padding:22px; border-radius:18px; margin-bottom:16px; background:linear-gradient(180deg, rgba(255,255,255,0.045) 0%, rgba(255,255,255,0.01) 100%); border:1px solid var(--ts28-line); backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px); } .ts28-steplist { margin:0; padding:0; list-style:none; display:flex; flex-direction:column; gap:13px; } .ts28-steplist li { display:flex; gap:14px; align-items:flex-start; justify-content:center; text-align:left; } .ts28-steptext { font-size:14px; line-height:1.7; color:var(--ts28-text); } .ts28-steptext strong { color:#ffffff; } /* Collapsible terms */ .ts28-terms { padding:0; overflow:hidden; } .ts28-terms summary { position:relative; list-style:none; cursor:pointer; padding:22px; text-align:center; font-size:12.5px; font-weight:bold; color:var(--ts28-yellow); text-transform:uppercase; letter-spacing:2px; } .ts28-terms summary::-webkit-details-marker { display:none; } .ts28-terms summary .arrow { position:absolute; right:22px; top:50%; width:9px; height:9px; border-right:2px solid var(--ts28-yellow); border-bottom:2px solid var(--ts28-yellow); transform:translateY(-65%) rotate(45deg); transition:transform 0.25s ease; opacity:0.85; } .ts28-terms[open] summary .arrow { transform:translateY(-35%) rotate(-135deg); } .ts28-terms .ts28-termsbody { padding:0 22px 22px; } .ts28-termlist { margin:0; padding:0; list-style:none; display:flex; flex-direction:column; gap:9px; } .ts28-termlist li { display:flex; gap:10px; font-size:13px; line-height:1.7; color:var(--ts28-text-dim); text-align:left; } .ts28-termlist li::before { content:"—"; color:var(--ts28-blue); flex:0 0 auto; opacity:0.8; } .ts28-termlist a { color:var(--ts28-yellow); } .ts28-footer { position:relative; z-index:2; padding:22px; border-radius:18px; text-align:center; overflow:hidden; margin-bottom:16px; background:linear-gradient(135deg, rgba(232,201,110,0.12), rgba(127,187,230,0.12)); border:1px solid rgba(232,201,110,0.25); } .ts28-footer::before { content:""; position:absolute; inset:-50%; background:radial-gradient(circle, rgba(232,201,110,0.14), transparent 60%); animation:ts28-glowpulse 5s ease-in-out infinite; pointer-events:none; } @keyframes ts28-glowpulse { 0%,100% { opacity:0.5; transform:scale(1); } 50% { opacity:0.9; transform:scale(1.08); } } @media (prefers-reduced-motion: reduce) { .ts28-footer::before { animation:none; } } .ts28-footer p.label { position:relative; z-index:2; margin:0 0 10px; font-size:11.5px; font-weight:bold; letter-spacing:2px; text-transform:uppercase; color:var(--ts28-yellow); } .ts28-footer p.ids { position:relative; z-index:2; margin:0; font-size:15px; line-height:1.9; color:#ffffff; font-weight:bold; font-family:'Courier New', monospace; letter-spacing:0.3px; } @media screen and (max-width:640px) { .ts28-wrap { max-width:100%; } .ts28-box { padding:20px; border-radius:20px; } .ts28-title { font-size:32px; } .ts28-sub { font-size:14px; } .ts28-visual { max-width:260px; } .ts28-glow { width:230px; height:230px; } .ts28-engine { width:230px; } .ts28-grid { grid-template-columns:1fr; gap:12px; } .ts28-card, .ts28-steps { padding:16px; border-radius:15px; } .ts28-terms summary { padding:16px; } .ts28-terms .ts28-termsbody { padding:0 16px 16px; } }
     
     Stake Engine Challenge 
    $3,000 Turbo Spins
      Spin fast. Push the limits. Chase the highest multiplier across the eligible Stake Engine slots and race your way onto the leaderboard.
    Ends - July 30 (12 PM UTC)
        Eligible Slots
    Magic Wand Western Wilds Captain Death Cybersaurus Campfire Prize Pool
    1st → 5th place $300 6th → 30th place $60 How to Participate
    Play any eligible Stake Engine slot and generate a Bet ID. Paste your Bet ID in this thread. Only one valid Bet ID per user is allowed. Minimum bet amount: $0.10. Example Bet IDs
    house:123456789000
    casino:123456789000
    Tips, Terms & Conditions  Bets must have been made after 23/07/2026 at 12 PM UTC. Stake employees cannot participate in official Stake.com forum challenges. This does not apply to moderators. For payment, give us up to 72 hours from the end of the promotion. Only identity-verified users will be eligible for the prize. You can verify your Stake account here: https://stake.com/settings/verification Any player using multiple accounts will not be eligible for prizes. Stake reserves the right to disqualify any user due to promotion or account abuse, which may also result in a permanent ban. Only stake.com and official stake.com mirrors users will be eligible for the prize. Winners will be contacted directly via support. Prizes will be distributed as a coupon, also posted as the final comment on this thread.  
     
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use