Jump to content

NemanjaPi

Community Manager
  • Posts

    744
  • Joined

  • Days Won

    35

Everything posted by NemanjaPi

  1. The Guardians successfully defended the vault! πŸ›‘οΈ You managed to save $1,500 in the vault through incredible 100x+ wins. Because of your amazing effort, I decided to add an extra $500 to the shared prize pool and an additional $100 to the Emperor prize! πŸ”₯ You can claim prizes on the link below until the 7th of June! CLAIM HERE Make sure you are logged in to the proper account. Congratulations to all Guardians who protected the vault! βš”οΈ
  2. You can claim prizes on the link below until the 7th of June! CLAIM HERE Make sure you are logged in to the proper account. Wow. Congrats to the 160 winners!
  3. πŸŽ‰ Congratulations πŸŽ‰ You can claim prizes on the link below until the 7th of June! Top 20 winners: Place Username Prize 1 Newpapaarg $50 2 sasor $50 3 kylianmbappe9 $50 4 kosmos2 $50 5 lektor2010 $50 6 sadlysnorkel $50 7 Kartenstapel $50 8 droz $50 9 Rickybluesky $50 10 ZottiderSotti $50 11 Mitkenso $50 12 natah3 $50 13 GoGoGamblers $50 14 dkthohojo $50 15 HammRytis $50 16 horryputtors $50 17 OMalley96 $50 18 ZeroArmorTV $50 19 pakapaka0831 $50 20 poyupuri $50 CLAIM HERE
  4. πŸŽ‰ Congratulations πŸŽ‰ You can claim prizes on the link below until the 23rd of June! Top 20 winners: Place Username Multiplier 1 droz 75000 2 Sirk23 75000 3 PiniaGofman 50000 4 coolbogey 33333 5 LoskiY 25000 6 Kartenstapel 25000 7 Ryderistic 20721.6 bosnian033 12500 9 chuachunkang 12500 10 GOLD7711 12088.45 11 Florri89 12000 12 Redcap81 11401 13 daffyducky 10947.4 14 batguy 10532.7 15 Drbags 10000 16 Kelzipelzi 9992.5 17 CHiN0 9784.7 18 Jokkola1 9215.6 19 zhep 8596.6 20 wheelyboy321 7351.4 CLAIM HERE View the full list HERE
  5. You can claim prizes on the link below until the 7th of June! CLAIM HERE Highest Multi: @Malva11 πŸ† Fastest Winner: @realperen ⚑ Luckiest Winner: @winwin69 πŸ€ Make sure you are logged in to the proper account. The You can view the complete list of eligible and non-eligible users here: https://pastebin.com/rw9c4RHZ Wow. Congrats to the 43 winners!
  6. *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --gold: #ffbf3f; --gold-dim: rgba(255,191,63,0.18); --gold-glow: rgba(255,191,63,0.35); --amber: #ff9d1a; --bg: #0a0608; --surface: rgba(20,11,16,0.92); --line: rgba(255,255,255,0.07); --text: #f5ede6; --muted: #a8957e; --red: #ff5a5a; --orange: #ffb450; } html { scroll-behavior: smooth; } body { background: var(--bg); font-family: 'Syne', sans-serif; color: var(--text); min-height: 100vh; overflow-x: hidden; position: relative; } /* === BACKGROUND GRID === */ body::before { content: ''; position: fixed; inset: 0; background-image: linear-gradient(rgba(255,191,63,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,191,63,0.03) 1px, transparent 1px); background-size: 48px 48px; pointer-events: none; z-index: 0; } body::after { content: ''; position: fixed; inset: 0; background: radial-gradient(ellipse 80% 50% at 50% -10%, rgba(255,191,63,0.09), transparent), radial-gradient(ellipse 60% 40% at 80% 100%, rgba(255,100,30,0.06), transparent), radial-gradient(ellipse 50% 60% at 10% 60%, rgba(255,191,63,0.04), transparent); pointer-events: none; z-index: 0; } /* === NOISE OVERLAY === */ .noise { position: fixed; inset: 0; opacity: 0.025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); background-size: 200px 200px; pointer-events: none; z-index: 1; } /* === WRAPPER === */ .wrapper { position: relative; z-index: 2; max-width: 820px; margin: 0 auto; padding: 48px 20px 64px; } /* === CARD BASE === */ .card { background: linear-gradient(135deg, rgba(255,191,63,0.07) 0%, transparent 45%), linear-gradient(225deg, rgba(255,150,30,0.05) 0%, transparent 45%), var(--surface); border: 1px solid var(--line); border-radius: 24px; backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); box-shadow: 0 1px 0 rgba(255,255,255,0.05) inset, 0 32px 80px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,191,63,0.04); overflow: hidden; margin-bottom: 18px; animation: fadeUp 0.6s cubic-bezier(0.22,1,0.36,1) both; } .card:nth-child(2) { animation-delay: 0.1s; } .card:nth-child(3) { animation-delay: 0.2s; } @keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } } /* === HERO CARD === */ .hero-card { padding: 0; position: relative; } .hero-top-bar { background: linear-gradient(90deg, rgba(255,191,63,0.12), transparent); border-bottom: 1px solid rgba(255,191,63,0.12); padding: 12px 24px; display: flex; align-items: center; justify-content: space-between; } .hero-tag { font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); } .live-badge { display: flex; align-items: center; gap: 7px; background: rgba(255,191,63,0.1); border: 1px solid rgba(255,191,63,0.4); border-radius: 999px; padding: 5px 14px; font-size: 12px; font-weight: 700; color: #fff; letter-spacing: 0.05em; } .live-dot { width: 7px; height: 7px; background: var(--gold); border-radius: 50%; animation: pulse-dot 1.4s ease-in-out infinite; box-shadow: 0 0 8px var(--gold); } @keyframes pulse-dot { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(0.7); } } .hero-body { padding: 44px 32px 36px; text-align: center; position: relative; } /* lightning SVG decorations */ .bolt-left, .bolt-right { position: absolute; top: 30px; opacity: 0.18; } .bolt-left { left: 18px; } .bolt-right { right: 18px; transform: scaleX(-1); } .hero-eyebrow { font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; } .hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(56px, 10vw, 88px); letter-spacing: 0.04em; line-height: 1; color: transparent; background: linear-gradient(135deg, #ffe28a 0%, #ffbf3f 40%, #ff9d1a 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; text-shadow: none; filter: drop-shadow(0 0 32px rgba(255,191,63,0.35)); margin-bottom: 6px; } .hero-sub { font-size: 15px; color: var(--muted); max-width: 480px; margin: 0 auto 24px; line-height: 1.6; } .hero-tagline { display: inline-block; background: linear-gradient(90deg, rgba(255,191,63,0.12), rgba(255,191,63,0.06)); border: 1px solid rgba(255,191,63,0.28); border-radius: 12px; padding: 12px 24px; font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 28px; line-height: 1.4; } /* === TIMER BLOCK === */ .timer-shell { background: rgba(0,0,0,0.35); border: 1px solid rgba(255,191,63,0.18); border-radius: 16px; overflow: hidden; margin: 0 4px; } .timer-shell iframe { display: block; } /* === DIVIDER === */ .gold-divider { display: flex; align-items: center; gap: 14px; margin: 0 32px 28px; } .gold-divider::before, .gold-divider::after { content: ''; flex: 1; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,191,63,0.3), transparent); } .gold-divider span { color: var(--gold); font-size: 11px; font-family: 'JetBrains Mono', monospace; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.7; } /* === SECTION HEADER === */ .section-header { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; } .section-icon { width: 40px; height: 40px; background: var(--gold-dim); border: 1px solid rgba(255,191,63,0.3); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .section-title-text { font-family: 'Bebas Neue', sans-serif; font-size: 28px; letter-spacing: 0.06em; color: var(--gold); line-height: 1; } .section-title-sub { font-size: 12px; color: var(--muted); font-family: 'JetBrains Mono', monospace; letter-spacing: 0.1em; margin-top: 2px; } /* === OBJECTIVE CARD INNER === */ .obj-card { padding: 28px 28px 0; } .obj-highlight-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 20px; } .obj-stat { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); border-radius: 16px; padding: 18px 20px; position: relative; overflow: hidden; transition: border-color 0.2s, transform 0.2s; } .obj-stat::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,191,63,0.06), transparent); opacity: 0; transition: opacity 0.2s; } .obj-stat:hover { transform: translateY(-2px); border-color: rgba(255,191,63,0.3); } .obj-stat:hover::before { opacity: 1; } .obj-stat-label { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; } .obj-stat-value { font-family: 'Bebas Neue', sans-serif; font-size: 36px; letter-spacing: 0.03em; color: var(--gold); line-height: 1; filter: drop-shadow(0 0 12px rgba(255,191,63,0.4)); } .obj-stat-sub { font-size: 12px; color: var(--muted); margin-top: 4px; } .slot-row { background: rgba(255,191,63,0.04); border: 1px solid rgba(255,191,63,0.2); border-radius: 14px; padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; gap: 12px; } .slot-label { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; } .slot-name { font-family: 'Bebas Neue', sans-serif; font-size: 26px; letter-spacing: 0.06em; color: var(--gold); } .slot-link-btn { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, rgba(255,191,63,0.18), rgba(255,150,30,0.12)); border: 1px solid rgba(255,191,63,0.45); border-radius: 10px; padding: 9px 18px; color: #fff; font-weight: 700; font-size: 13px; text-decoration: none; transition: all 0.18s; white-space: nowrap; letter-spacing: 0.03em; } .slot-link-btn:hover { background: linear-gradient(135deg, rgba(255,191,63,0.3), rgba(255,150,30,0.2)); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(255,191,63,0.2); } /* === TWO-COL GRID === */ .two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 0 28px 28px; } @media (max-width: 600px) { .two-col { grid-template-columns: 1fr; } .obj-highlight-row { grid-template-columns: 1fr 1fr; } .slot-row { flex-direction: column; text-align: center; } } .inner-box { background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.07); border-radius: 18px; padding: 20px; transition: 0.2s; } .inner-box:hover { border-color: rgba(255,191,63,0.25); background: rgba(255,191,63,0.03); } .inner-box-title { font-family: 'Bebas Neue', sans-serif; font-size: 20px; letter-spacing: 0.05em; color: var(--gold); margin-bottom: 14px; display: flex; align-items: center; gap: 8px; } /* === REWARD CHIPS === */ .reward-item { border-radius: 12px; padding: 12px 14px; margin-bottom: 9px; position: relative; overflow: hidden; } .reward-item::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; border-radius: 3px 0 0 3px; } .reward-gold-item { background: linear-gradient(90deg, rgba(255,191,63,0.12), rgba(255,191,63,0.03)); border: 1px solid rgba(255,191,63,0.3); } .reward-gold-item::before { background: var(--gold); } .reward-orange-item { background: linear-gradient(90deg, rgba(255,180,80,0.12), rgba(255,180,80,0.03)); border: 1px solid rgba(255,180,80,0.3); } .reward-orange-item::before { background: var(--orange); } .reward-red-item { background: linear-gradient(90deg, rgba(255,90,90,0.12), rgba(255,90,90,0.03)); border: 1px solid rgba(255,90,90,0.3); } .reward-red-item::before { background: var(--red); } .reward-name { font-weight: 700; font-size: 13px; margin-bottom: 2px; display: flex; align-items: center; justify-content: space-between; gap: 8px; } .reward-amount { font-family: 'Bebas Neue', sans-serif; font-size: 22px; letter-spacing: 0.03em; color: var(--gold); } .reward-gold-item .reward-amount { color: var(--gold); } .reward-orange-item .reward-amount { color: var(--orange); } .reward-red-item .reward-amount { color: var(--red); } .reward-desc { font-size: 11px; color: var(--muted); } .base-reward-pill { margin-top: 12px; background: rgba(255,255,255,0.04); border: 1px dashed rgba(255,255,255,0.14); border-radius: 10px; padding: 10px 14px; font-size: 13px; text-align: center; color: var(--text); } .base-reward-pill strong { color: var(--gold); } /* === INFO LIST === */ .info-list { list-style: none; } .info-list li { display: flex; align-items: flex-start; gap: 10px; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.05); font-size: 13px; line-height: 1.5; color: var(--muted); } .info-list li:last-child { border-bottom: none; } .info-list li::before { content: ''; width: 5px; height: 5px; background: var(--gold); border-radius: 50%; flex-shrink: 0; margin-top: 7px; opacity: 0.7; } /* === TERMS DROPDOWN === */ .terms-wrap { padding: 0 28px 28px; } .terms-details { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; overflow: hidden; } .terms-summary { list-style: none; cursor: pointer; padding: 16px 22px; display: flex; align-items: center; justify-content: space-between; transition: background 0.15s; user-select: none; } .terms-summary::-webkit-details-marker { display: none; } .terms-summary:hover { background: rgba(255,191,63,0.04); } .terms-summary-left { display: flex; align-items: center; gap: 12px; } .terms-title-text { font-family: 'Bebas Neue', sans-serif; font-size: 20px; letter-spacing: 0.06em; color: var(--gold); } .terms-sub-text { font-size: 11px; color: var(--muted); font-family: 'JetBrains Mono', monospace; letter-spacing: 0.1em; margin-top: 1px; } .chevron { transition: transform 0.3s; color: var(--muted); } .terms-details[open] .chevron { transform: rotate(180deg); } .terms-body { border-top: 1px solid rgba(255,255,255,0.07); padding: 20px 22px; } .rule-row { display: flex; align-items: flex-start; gap: 12px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.04); font-size: 14px; line-height: 1.55; color: var(--muted); } .rule-row:last-child { border-bottom: none; } .rule-num { width: 24px; height: 24px; background: linear-gradient(135deg, rgba(255,191,63,0.3), rgba(255,191,63,0.1)); border: 1px solid rgba(255,191,63,0.45); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 700; color: var(--gold); flex-shrink: 0; margin-top: 1px; } /* === FOOTER === */ .footer-note { text-align: center; font-family: 'JetBrains Mono', monospace; font-size: 11px; color: rgba(168,149,126,0.45); letter-spacing: 0.12em; margin-top: 24px; } // Event Active The Golden Hour Voltage Challenge Series The Golden Hour On any random day, β€œThe Voltage” strikes without warning. The moment you see this post β€” the clock starts ticking. You have exactly 60 minutes to prove you are the fastest multiplier hunter in the community. Challenge Objective // What you need to achieve Target Multiplier 60.00x or higher Event Duration 60 min from post time Game Slot Bulls Fiesta Play Now Minimum Bet $0.20 USD per spin Rewards First Responder $50 The very first player to post a valid Bet ID. Lucky Flash $50 One random player selected within the 60-minute window. Highest Voltage $80 The player with the highest multiplier during the event. Every qualifying player earns $15 How to Participate Challenge announced on Telegram 15 min before it begins. Complete the live challenge posted on the official TG channel. Once you hit the multiplier, post your Bet ID in the challenge thread on Stake.com. Only one valid Bet ID per player is allowed. Terms & Conditions // Click to expand 1 The challenge requirement will be posted on the Telegram channel. 2 You must complete the live challenge posted on the official TG channel. 3 Make sure that you are not a winner in the previous two parts. 4 Stake reserves the right to disqualify any user due to promotion or account abuse. 5 Challenge requirements, starting time, prizes, and winners will be posted on the official Telegram channel. 6 Only verified users and official Stake mirror site users are eligible for rewards. 7 Any user using multiple accounts will be disqualified immediately. THE VOLTAGE β€” GOLDEN HOUR CHALLENGE β€” COMMUNITY EVENT ```
  7. :root { --bg: #07111f; --card: rgba(10, 20, 38, 0.75); --line: rgba(255,255,255,0.12); --text: #f5f7fb; --muted: #a7b4c9; --gold: #f7c948; --green: #3dd598; --red: #ff6b6b; --shadow: 0 20px 60px rgba(0, 0, 0, 0.28); --radius: 24px; } * { box-sizing: border-box; } html, body { margin: 0; padding: 0; font-family: Inter, Arial, Helvetica, sans-serif; color: var(--text); background: radial-gradient(circle at top left, rgba(247, 201, 72, 0.12), transparent 28%), radial-gradient(circle at 80% 20%, rgba(61, 213, 152, 0.10), transparent 24%), radial-gradient(circle at bottom right, rgba(96, 165, 250, 0.12), transparent 30%), linear-gradient(160deg, #040913 0%, #07111f 38%, #09182a 100%); min-height: 100%; overflow-x: hidden; } @keyframes fadeUp { 0% { opacity: 0; transform: translateY(10px); } 100% { opacity: 1; transform: translateY(0); } } @keyframes softGlow { 0% { box-shadow: 0 0 0 rgba(247, 201, 72, 0); } 50% { box-shadow: 0 0 16px rgba(247, 201, 72, 0.16); } 100% { box-shadow: 0 0 0 rgba(247, 201, 72, 0); } } body::before { content: ""; position: fixed; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px); background-size: 28px 28px; pointer-events: none; mask-image: radial-gradient(circle at center, black 45%, transparent 95%); } .container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 28px 0 60px; position: relative; z-index: 1; } .hero { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 32px; padding: 34px; background: linear-gradient(135deg, rgba(247, 201, 72, 0.10), transparent 32%), linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)), var(--card); box-shadow: var(--shadow); backdrop-filter: blur(14px); animation: fadeUp 0.5s ease-out; } .hero::after { content: ""; position: absolute; width: 320px; height: 320px; border-radius: 50%; top: -120px; right: -90px; background: radial-gradient(circle, rgba(247, 201, 72, 0.14), transparent 65%); filter: blur(12px); pointer-events: none; } .badge-wrap { display: flex; align-items: center; justify-content: space-between; gap: 14px; width: 100%; margin-bottom: 6px; } .badge { position: relative; overflow: hidden; } .badge::after { content: ""; position: absolute; top: -55%; bottom: -55%; width: 42%; background: linear-gradient( 90deg, rgba(255,255,255,0), rgba(255,255,255,0.85), rgba(167,233,255,0.22), rgba(255,255,255,0) ); filter: blur(5px); animation: diamondShine 3.4s linear infinite; } @keyframes diamondShine { 0% { transform: translateX(-180%) rotate(18deg); opacity: 0; } 15% { opacity: 0.2; } 50% { opacity: 0.95; } 85% { opacity: 0.2; } 100% { transform: translateX(180%) rotate(18deg); opacity: 0; } } .badge { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 18px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.06); color: #fdfefe; font-size: 14px; letter-spacing: 0.4px; font-weight: 700; box-shadow: inset 0 1px 0 rgba(255,255,255,0.16); } .badge-text { white-space: nowrap; } .status { flex: 0 0 auto; padding: 8px 14px; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: 1px; white-space: nowrap; text-align: center; } @keyframes livePulse { 0% { box-shadow: 0 0 0 rgba(61, 213, 152, 0); transform: scale(1); } 50% { box-shadow: 0 0 14px rgba(61, 213, 152, 0.35); transform: scale(1.05); } 100% { box-shadow: 0 0 0 rgba(61, 213, 152, 0); transform: scale(1); } } .status.live { background: rgba(61, 213, 152, 0.18); color: #3dd598; border: 1px solid rgba(61, 213, 152, 0.45); animation: livePulse 1.8s ease-in-out infinite; } .status.live::before { content: "●"; margin-right: 6px; color: #3dd598; animation: livePulse 1.8s ease-in-out infinite; } .status.closed { background: rgba(255, 107, 107, 0.15); color: #ff6b6b; border: 1px solid rgba(255, 107, 107, 0.40); } h1 { margin: 18px 0 14px; font-size: clamp(34px, 5vw, 64px); line-height: 0.96; letter-spacing: -1.8px; max-width: 820px; } .accent { color: var(--gold); } .lead { margin: 0; max-width: 760px; color: var(--muted); font-size: 18px; line-height: 1.65; } .hero-grid { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 12px; align-items: stretch; } .card { border: 1px solid var(--line); background: rgba(8, 16, 30, 0.72); border-radius: var(--radius); box-shadow: var(--shadow); backdrop-filter: blur(12px); position: relative; overflow: hidden; } .timer-card { padding: 22px; position: relative; } .timer-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(247, 201, 72, 0.04), transparent 42%); pointer-events: none; } .timer-top { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; margin-bottom: 18px; position: relative; z-index: 1; } .timer-title { font-size: 15px; text-transform: uppercase; letter-spacing: 4px; color: var(--muted); font-weight: 700; text-align: left; } .timer-end { font-size: 14px; color: var(--gold); background: rgba(247, 201, 72, 0.10); border: 1px solid rgba(247, 201, 72, 0.22); padding: 8px 14px; border-radius: 999px; white-space: nowrap; animation: softGlow 2.8s ease-in-out infinite; } .timer-main { display: grid; grid-template-columns: 1.1fr auto; gap: 20px; align-items: center; position: relative; z-index: 1; margin-bottom: 18px; } .timer-copy { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; justify-content: center; } .timer-grid { width: 100%; min-width: 0; display: flex; justify-content: center; align-items: center; } .timer-frame { display: flex; justify-content: center; align-items: center; width: 220px; height: 74px; padding: 0; overflow: hidden; border-radius: 18px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 0 10px rgba(247,201,72,0.10); } .timer-frame iframe { display: block; width: 250px; height: 80px; border: 0; transform: scale(0.80); transform-origin: center center; } .footer-note { display: inline-flex; align-items: center; justify-content: flex-start; padding: 12px 18px; color: var(--gold); font-size: 15px; line-height: 1.5; border-radius: 999px; background: rgba(247, 201, 72, 0.10); border: 1px solid rgba(247, 201, 72, 0.28); max-width: 100%; width: auto; text-align: left; position: relative; z-index: 1; animation: softGlow 2.8s ease-in-out infinite; } #timerStatus { cursor: pointer; text-decoration: none; transition: all 0.25s ease; } #timerStatus:hover { transform: translateY(-2px); background: linear-gradient(135deg, #3dd598, #2bbf84); border-color: rgba(61, 213, 152, 0.6); color: #0b1424 !important; box-shadow: 0 12px 26px rgba(61, 213, 152, 0.28); } .highlights { padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; background: transparent; border: 0; box-shadow: none; backdrop-filter: none; } .highlight { padding: 20px; border-radius: 20px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); transition: all 0.25s ease; position: relative; overflow: hidden; } .highlight:hover { transform: translateY(-5px); box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18); border-color: rgba(247, 201, 72, 0.25); } .highlight:hover::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(circle at center, rgba(247,201,72,0.10), transparent 70%); pointer-events: none; } .highlight strong { display: block; font-size: 22px; margin-bottom: 8px; color: var(--gold); } .highlight span { color: var(--muted); font-size: 14px; line-height: 1.55; } .section { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; } .section-card { padding: 26px; } .section-card h2 { margin: 0 0 18px; font-size: 24px; letter-spacing: -0.4px; } .rules { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; } .rules li { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border-radius: 18px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); color: var(--muted); line-height: 1.55; } .rule-index { flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; font-size: 13px; font-weight: 700; color: #0b1424; background: var(--gold); margin-top: 1px; } .rule-text strong { color: var(--text); } table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 18px; border: 1px solid rgba(255,255,255,0.08); background: rgba(255,255,255,0.03); } th, td { padding: 14px 16px; text-align: left; border-bottom: 1px solid rgba(255,255,255,0.08); } th { color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: 1px; background: rgba(255,255,255,0.03); } tbody tr:hover { background: rgba(255,255,255,0.035); } tr:last-child td { border-bottom: 0; } .money { color: var(--gold); font-weight: 700; } .prize-note { margin-top: 60px; } .cta { margin-top: 24px; padding: 26px; display: flex; justify-content: space-between; gap: 20px; align-items: center; background: linear-gradient(135deg, rgba(247, 201, 72, 0.10), rgba(255,255,255,0.04)), rgba(8, 16, 30, 0.8); } .cta h3 { margin: 0 0 8px; font-size: 24px; } .cta p { margin: 0; color: var(--muted); line-height: 1.6; max-width: 700px; } .button { display: inline-flex; color: #0b1424 !important; align-items: center; justify-content: center; gap: 10px; min-width: 190px; padding: 16px 22px; border: 0; border-radius: 16px; font-weight: 700; text-decoration: none; background: linear-gradient(135deg, #ffd76a, #f7c948); box-shadow: 0 14px 28px rgba(247, 201, 72, 0.16); transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; } .button:hover { background: linear-gradient(135deg, #3dd598, #2bbf84); color: #0b1424 !important; transform: translateY(-2px); box-shadow: 0 18px 34px rgba(61, 213, 152, 0.22); } @media (max-width: 960px) { .section { grid-template-columns: 1fr; } .highlights { grid-template-columns: repeat(2, 1fr); } .cta { flex-direction: column; align-items: flex-start; } } @media (max-width: 860px) { .badge-wrap { flex-direction: column; align-items: flex-start; } .timer-top { grid-template-columns: 1fr; justify-items: center; } .timer-title { text-align: center; } .timer-main { grid-template-columns: 1fr; justify-items: center; text-align: center; } .timer-copy { align-items: center; } .timer-grid { justify-content: center; min-width: auto; } } @media (max-width: 680px) { .container { width: min(100% - 20px, 1180px); padding-top: 18px; } .hero, .section-card, .cta, .timer-card { padding: 18px; } .highlights { grid-template-columns: 1fr; } h1 { letter-spacing: -1px; } .footer-note { max-width: 100%; } .timer-frame { width: 210px; height: 68px; } .timer-frame iframe { transform: scale(0.76); } } Exclusive VIP Slots LIVE NOW $7,000 Return of the King Hit the highest multiplier on any eligible 3rd party video slot, submit your valid bet ID, and climb the leaderboard. Time frame & requirements Ends 18 May 2026 β€’ 12:00 UTC One lucky spin can still change the leaderboard. PLAY NOW 100x Minimum multiplier required to qualify for the leaderboard. $0.20 USD Minimum bet amount in any currency for valid participation. Bronze Only Bronze VIP level and above are eligible to claim prizes. 1 Bet ID Post your bet ID in the topic. Feel free to edit your post if you hit a higher multiplier. Challenge Rules 1 Game requirement: Win the highest multiplier on any 3rd party video slot except Short Duck by Rabbit Gaming. 2 Minimum multiplier: Your winning spin must be 100x or above. 3 Minimum bet amount: $0.20 (or the equivalent in any currency). 4 Bets must have been made after 11/05/26 - (12 pm) UTC. 5 VIP and verification: Player must be at least Bronze VIP and have Level 2 KYC or higher. 6 Prizes will be determined by who has a higher multiplier. 7 Tie breaker: Higher average bet amount gets the advantage. If still tied, the earlier posted or edited entry takes priority. Prize Pool Distribution Placement Prize 1st $1,200 2nd $600 3rd $400 4th $300 5th $200 6th to 10th $140 each 11th to 20th $60 each 21st onward Share of $3,000 pool Winners are ranked by the highest multiplier. Eligible users outside top 20 still share the remaining pool. How to enter Play an eligible 3rd party slot, hit 100x or higher multiplier with a bet amount of at least $0.20, then post your bet ID. Post your entry πŸ“„ 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 Prizes & Delivery Winners will be contacted directly via support. Prizes will be distributed in the form of a coupon, which will also be posted as the final comment on this post. Prizes delivered within 72 hours of the competition ending. Winners selected at random from all eligible entries. One entry per user. Eligibility Feature buys are not allowed. Bronze VIP account or above. KYC Level 2 verification required. Bets must have been made after the commencement of this promotion. Account must have no restrictions or exclusions. Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. Must maintain only one Stake account. Only Stake.com and official Stake.com mirrors users will be eligible for the prize. Stake's Reserved Rights To amend the Rules at any time. To cancel the Competition at any time. To to disqualify any user due to promotion or account abuse, which may also result in a permanent ban.
  8. .sf-wrap{ max-width:1000px; margin:20px auto; font-family:Arial,Helvetica,sans-serif; color:#f4f7ff; background: radial-gradient(circle at top left, rgba(255,214,102,0.20), transparent 28%), radial-gradient(circle at top right, rgba(130,170,255,0.18), transparent 30%), linear-gradient(145deg,#1c2340 0%,#1b1730 45%,#13172a 100%); border:1px solid rgba(255,255,255,0.10); border-radius:26px; overflow:hidden; box-shadow:0 18px 50px rgba(0,0,0,0.35); position:relative; } .sf-wrap:before{ content:""; position:absolute; inset:0; transform:translateX(-120%); animation:sfShine 8s linear infinite; pointer-events:none; } @keyframes sfShine{ 100%{transform:translateX(130%);} } .sf-hero{ position:relative; padding:34px 28px 28px; background: linear-gradient(180deg,rgba(255,255,255,0.05),rgba(255,255,255,0.01)), linear-gradient(135deg,rgba(255,214,102,0.10),rgba(90,120,255,0.08)); border-bottom:1px solid rgba(255,255,255,0.09); } .sf-topbar{ display:flex; align-items:center; justify-content:space-between; gap:14px; margin-bottom:14px; flex-wrap:wrap; } .sf-badge{ display:inline-flex; align-items:center; padding:8px 14px; border-radius:999px; font-size:12px; font-weight:800; letter-spacing:1px; text-transform:uppercase; color:#1a1a1a; background:linear-gradient(135deg,#ffd666,#ffb84d); box-shadow:0 0 18px rgba(255,214,102,0.32); } .sf-status{ display:inline-flex; align-items:center; gap:8px; padding:8px 16px; border-radius:999px; font-size:12px; font-weight:900; letter-spacing:1px; text-transform:uppercase; backdrop-filter:blur(6px); border:1px solid rgba(255,255,255,0.12); } .sf-status:before{ content:""; width:10px; height:10px; border-radius:50%; display:block; } .sf-status-live{ color:#dfffee; background:rgba(0,255,136,0.15); border-color:rgba(0,255,136,0.40); box-shadow:0 0 20px rgba(0,255,136,0.22); } .sf-status-live:before{ background:#00ff88; box-shadow:0 0 10px #00ff88,0 0 20px rgba(0,255,136,0.9); animation:livePulse 1.5s infinite; } .sf-status-closed{ color:#ffe3e3; background:rgba(255,77,77,0.14); border-color:rgba(255,77,77,0.40); box-shadow:0 0 20px rgba(255,77,77,0.22); } .sf-status-closed:before{ background:#ff4d4d; box-shadow:0 0 10px #ff4d4d,0 0 20px rgba(255,77,77,0.9); } @keyframes livePulse{ 0%{transform:scale(1);opacity:1;} 50%{transform:scale(1.35);opacity:0.65;} 100%{transform:scale(1);opacity:1;} } .sf-title{ font-size:40px; line-height:1.08; font-weight:900; color:#ffffff; margin:0 0 10px; text-shadow:0 4px 18px rgba(0,0,0,0.22); } .sf-sub{ max-width:760px; font-size:17px; line-height:1.65; color:#dbe4ff; margin-bottom:22px; } .sf-sub strong{ color:#ffffff; } .sf-grid-top{ display:flex; flex-wrap:wrap; gap:12px; } .sf-chip{ flex:1 1 180px; min-width:180px; padding:15px 16px; border-radius:18px; background:rgba(255,255,255,0.07); border:1px solid rgba(255,255,255,0.10); transition:transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; box-shadow:0 8px 20px rgba(0,0,0,0.16); } .sf-chip:hover{ transform:translateY(-3px); border-color:rgba(255,214,102,0.45); box-shadow:0 12px 28px rgba(0,0,0,0.24),0 0 20px rgba(255,214,102,0.10); } .sf-chip-label{ font-size:11px; text-transform:uppercase; letter-spacing:1px; color:#aebde8; margin-bottom:6px; } .sf-chip-value{ font-size:19px; font-weight:800; color:#ffffff; } .sf-btns{ margin-top:20px; display:flex; flex-wrap:wrap; gap:12px; } .sf-btn{ display:inline-block; padding:14px 20px; border-radius:14px; text-decoration:none; font-size:14px; font-weight:800; letter-spacing:0.4px; transition:all 0.25s ease; } .sf-btn-primary{ color:#000 !important; background:linear-gradient(135deg,#ffd666,#ffb84d); box-shadow:0 10px 24px rgba(255,184,77,0.28); } .sf-btn-primary:hover{ background:linear-gradient(135deg,#7ee8ff,#93a4ff); color:#11182b; transform:translateY(-2px) scale(1.02); box-shadow:0 14px 28px rgba(126,232,255,0.28); } .sf-btn-secondary{ color:#eef3ff; background:rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.14); } .sf-btn-secondary:hover{ background:linear-gradient(135deg,rgba(255,255,255,0.16),rgba(255,214,102,0.16)); border-color:rgba(255,214,102,0.40); color:#ffffff; transform:translateY(-2px); } .sf-main{ padding:26px; } .sf-columns{ display:flex; flex-wrap:wrap; gap:20px; align-items:stretch; } .sf-left{ flex:1 1 590px; min-width:280px; } .sf-right{ flex:1 1 300px; min-width:260px; } .sf-card{ background:linear-gradient(180deg,rgba(255,255,255,0.07),rgba(255,255,255,0.04)); border:1px solid rgba(255,255,255,0.10); border-radius:22px; padding:22px; box-shadow:0 10px 24px rgba(0,0,0,0.16); margin-bottom:20px; transition:transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; } .sf-card:hover{ transform:translateY(-4px); border-color:rgba(126,232,255,0.28); box-shadow:0 16px 34px rgba(0,0,0,0.22),0 0 20px rgba(126,232,255,0.10); } .sf-card h3{ margin:0 0 14px; font-size:24px; line-height:1.2; color:#ffffff; } .sf-steps{ display:grid; gap:12px; } .sf-step{ display:flex; gap:12px; align-items:flex-start; padding:14px 15px; border-radius:16px; background:rgba(10,16,35,0.28); border:1px solid rgba(255,255,255,0.08); } .sf-step-num{ width:34px; height:34px; min-width:34px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-weight:900; color:#1a1a1a; background:linear-gradient(135deg,#ffd666,#ffb84d); box-shadow:0 0 16px rgba(255,214,102,0.25); } .sf-step-text{ font-size:15px; line-height:1.7; color:#e3ebff; } .sf-step-text strong{ color:#ffffff; } .sf-mini{ display:grid; gap:10px; } .sf-mini-box{ padding:14px 15px; border-radius:16px; background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.08); font-size:15px; line-height:1.65; color:#e1e8ff; } .sf-mini-box strong{ color:#ffffff; } .sf-prize-big{ padding:18px; border-radius:18px; background:linear-gradient(135deg,#ffd666,#ffb84d); color:#1c1930; box-shadow:0 12px 30px rgba(255,184,77,0.28); margin-bottom:12px; } .sf-prize-label{ font-size:12px; text-transform:uppercase; letter-spacing:1px; font-weight:800; opacity:0.82; margin-bottom:6px; } .sf-prize-value{ font-size:30px; line-height:1; font-weight:900; } .sf-prize-small{ padding:16px 18px; border-radius:18px; background:rgba(255,255,255,0.07); border:1px solid rgba(255,255,255,0.09); } .sf-prize-small .sf-prize-value{ color:#ffffff; font-size:24px; margin-bottom:6px; } .sf-note{ padding:14px 16px; border-radius:16px; background:linear-gradient(135deg,rgba(126,232,255,0.14),rgba(147,164,255,0.16)); border:1px solid rgba(126,232,255,0.22); color:#e9f7ff; font-size:14px; line-height:1.7; } .sf-footer-line{ margin-top:12px; font-size:13px; line-height:1.6; color:#b9c6ec; } @media (max-width:640px){ .sf-title{font-size:32px;} .sf-hero{padding:24px 18px 22px;} .sf-main{padding:18px;} .sf-btn{width:100%;text-align:center;} } Weekly Forum REGULAR Challenge LIVE NOW $3,000 Slots Forum Challenge Hit a 40x or higher multiplier on Short Duck and post your valid bet ID on the forum to join the challenge. Game Short Duck Minimum Bet 0.20 USD Target 40x+ Multiplier Dates May 11 to May 18 🎰Short Duck How to Enter 1 Play Short Duck and hit a 40x or higher multiplier with a minimum bet of 0.20 USD. 2 Paste your bet ID in the thread. A screenshot is optional. 3 Add your Stake username or ID in the same post so payment can be handled faster if you win. Quick Info Your bet must be made after the promotion starts. You need 10+ forum posts and Level 2 KYC or higher. Fun play bets do not count, and multiple accounts are not eligible. Prize delivery can take up to 72 hours after the promotion ends. Prize Pool Top 20 Multipliers $50 Each Remaining Pool $2,000 Split equally between all other valid qualifying multipliers. Important Keep only one post in the thread. If you hit a better multiplier later, just edit your original post. Multiple posts can get you disqualified. Accepted bet ID examples: house:123456789000 casino:123456789000
  9. .sf-wrap{ max-width:1000px; margin:20px auto; font-family:Arial,Helvetica,sans-serif; color:#f5f7fb; background: radial-gradient(circle at 20% 10%, rgba(120,200,255,0.10), transparent 40%), radial-gradient(circle at 80% 20%, rgba(255,220,120,0.08), transparent 45%), radial-gradient(circle at 50% 100%, rgba(180,140,255,0.08), transparent 55%), linear-gradient(145deg, #0f1722 0%, #121c2a 45%, #0e1520 100%); border:1px solid rgba(255,255,255,0.14); border-radius:26px; overflow:hidden; box-shadow:0 22px 60px rgba(0,0,0,0.35); position:relative; backdrop-filter: blur(10px); } /* soft animated glow overlay feel */ .sf-wrap::before{ content:""; position:absolute; inset:0; pointer-events:none; background: radial-gradient(circle at 85% 15%, rgba(120,180,255,0.10), transparent 45%), radial-gradient(circle at 20% 80%, rgba(255,210,120,0.07), transparent 50%), radial-gradient(circle at 50% 50%, rgba(255,255,255,0.04), transparent 60%); } .sf-wrap::after{ content:""; position:absolute; inset:0; pointer-events:none; background:radial-gradient(circle at center, transparent 55%, rgba(0,0,0,0.25) 100%); } .sf-hero{ position:relative; padding:34px 28px 28px; background: transparent; } .sf-topbar{ display:flex; align-items:center; justify-content:space-between; gap:14px; margin-bottom:14px; flex-wrap:wrap; } .sf-title{ font-size:40px; line-height:1.08; font-weight:900; color:#ffffff; margin:0 0 10px; text-shadow:0 4px 18px rgba(0,0,0,0.25); } .sf-sub{ max-width:760px; font-size:17px; line-height:1.65; color:#dbe4ff; margin-bottom:22px; } .sf-grid-top{ display:flex; flex-wrap:wrap; gap:12px; } .sf-chip{ flex:1 1 180px; min-width:180px; padding:15px 16px; border-radius:18px; background:rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.10); box-shadow:0 6px 16px rgba(0,0,0,0.14); transition:all 0.25s ease; } .sf-chip-label{ font-size:11px; text-transform:uppercase; letter-spacing:1px; color:#cbd5e8; margin-bottom:6px; } .sf-chip-value{ font-size:19px; font-weight:800; color:#ffffff; } .sf-btns{ margin-top:20px; display:flex; flex-wrap:wrap; gap:12px; justify-content:center; position:relative; padding-bottom:14px; } .sf-btns::after{ content:""; position:absolute; left:20%; right:20%; bottom:-10px; height:2px; background:linear-gradient(90deg,transparent,#f7c948,transparent); opacity:0.55; } .sf-btn{ display:inline-block; padding:14px 20px; border-radius:14px; font-size:14px; font-weight:800; letter-spacing:0.4px; transition:all 0.25s ease; text-decoration:none !important; } .sf-btn-primary{ color:#1a1a1a !important; background:linear-gradient(135deg,#8c6a00 0%,#d4af37 40%,#ffd700 60%,#b8860b 100%); border:1px solid rgba(255,215,0,0.75); box-shadow:0 14px 28px rgba(212,175,55,0.35), inset 0 1px 0 rgba(255,255,255,0.25); text-shadow:0 1px 0 rgba(255,255,255,0.35); position:relative; overflow:hidden; } .sf-btn-primary:hover{ transform:translateY(-3px) scale(1.08); box-shadow:0 18px 36px rgba(212,175,55,0.45); } .sf-btn-primary::after{ content:""; position:absolute; top:-60%; left:-70%; width:60%; height:200%; background:linear-gradient(120deg,transparent,rgba(255,255,255,0.35),transparent); transform:rotate(25deg); transition:all 0.6s ease; } .sf-btn-primary:hover::after{ left:120%; } .sf-main{ padding:26px; } .sf-columns{ display:flex; flex-wrap:wrap; gap:20px; align-items:flex-start; } .sf-left, .sf-right{ flex:1 1 48%; min-width:320px; display:flex; flex-direction:column; } .sf-card{ background:rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.10); border-radius:22px; padding:22px; box-shadow:0 10px 24px rgba(0,0,0,0.18); margin-bottom:20px; backdrop-filter: blur(12px); position:relative; transition:all 0.25s ease; } .sf-left .sf-card:last-child, .sf-right .sf-card:last-child{ margin-bottom:0; margin-top:auto; } .sf-card::before{ content:""; position:absolute; inset:0; border-radius:22px; pointer-events:none; background:linear-gradient(135deg, rgba(247,201,72,0.04), transparent 45%, rgba(120,160,255,0.03)); } .sf-card h3{ margin:0 0 14px; font-size:24px; color:#ffffff; } .sf-mini{ display:grid; gap:12px; } .sf-mini-box{ padding:14px 15px; border-radius:16px; background:rgba(255,255,255,0.03); border:1px solid rgba(255,255,255,0.08); font-size:15px; line-height:1.65; color:#ffffff; } .sf-prize-label{ font-size:11px; text-transform:uppercase; letter-spacing:1px; color:#cbd5e8; margin-bottom:6px; } .sf-prize-big{ padding:18px; border-radius:18px; background:linear-gradient(135deg,#8c6a00 0%,#d4af37 40%,#ffd700 60%,#b8860b 100%); color:#1c1930; box-shadow:0 12px 26px rgba(212,175,55,0.35); margin-bottom:12px; } .sf-prize-small{ padding:16px 18px; border-radius:18px; background:rgba(255,255,255,0.03); border:1px solid rgba(255,255,255,0.08); margin-bottom:12px; } .dropdown-card{ margin-top:20px; } .dropdown-trigger{ display:flex; align-items:center; justify-content:center; text-align:center; font-weight:900; font-size:18px; cursor:pointer; color:#ffffff; margin-bottom:0; } .rules-list{ list-style:none; padding:0; margin:0; counter-reset: rule; display:flex; flex-direction:column; gap:10px; } .rules-list li{ position:relative; padding:14px 16px 14px 56px; border-radius:14px; background:rgba(255,255,255,0.03); border:1px solid rgba(255,255,255,0.08); transition:all 0.25s ease; color:#dbe4ff; font-size:14px; line-height:1.6; } .rules-list li::before{ counter-increment: rule; content: counter(rule); position:absolute; left:14px; top:50%; transform:translateY(-50%); width:28px; height:28px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:12px; font-weight:900; color:#1a1a1a; background:linear-gradient(135deg,#f7c948,#ffdd7a); box-shadow:0 6px 14px rgba(247,201,72,0.18); } .rules-list li:hover{ transform:translateX(6px); background:rgba(247,201,72,0.06); border:1px solid rgba(247,201,72,0.35); box-shadow:0 10px 24px rgba(0,0,0,0.25); color:#ffffff; } .sf-main > .sf-card:last-child{ padding:10px 18px; } .sf-main > .sf-card{ margin-top:24px; } .sf-card:hover{ transform:translateY(-6px); box-shadow:0 18px 40px rgba(0,0,0,0.35); border:1px solid rgba(247,201,72,0.45); } .sf-chip:hover{ transform:translateY(-4px) scale(1.02); box-shadow:0 12px 26px rgba(0,0,0,0.25); border:1px solid rgba(247,201,72,0.35); } @media (max-width:640px){ .sf-title{font-size:32px;} .sf-hero{padding:24px 18px;} .sf-main{padding:18px;} .sf-btn{width:100%;text-align:center;} } $3,000 Perfect 10 Win a bet with at least x10 by betting on at least 10 matches/selections. Eligible sports All Sports Minimum Bet amount $1 USD Minimum ODds 10x or above VIP level Bronze or above Promotionional period May 11 - May 18 (12 pm UTC) BET NOW! Additional Information Bets must have been made after 11/05/2026 - (12 pm) UTC. You need 10+ forum posts and Level 2 KYC or higher. You can bet on pre-match or live markets. Voided, cancelled, half-loss, and half-win bets are not eligible for the challenge. Cashed-out bets are not eligible for the challenge. Stake Shield bets are eligible for the promotion. Only selections that result in a win will contribute to your total number of winning selections. Only one valid entry per user. You have to be one of the VIP members on our site (at least the Bronze VIP level). Prize Pool Maximum Prize Pool $3,000 Tiered Prize Pool Minimum prize pool$300 30 - 40 participants$600 41 - 50 participants$900 51 - 100 participants$1,200 101 - 200 participants$2,500 201 or more participants$3,000 Distribution All players who complete the challenge in the next 7 days, will get a share in the prize pool! Extra reward πŸ’° Win an extra reward by hitting x100 or more and we will award you $50! Terms & Conditions β€” click to expand Only level 2 KYC or higher verified users will be eligible for the prize. Only Stake.com and official Stake.com mirrors users will be eligible for the prize. Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. 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. For payment, give us up to 72 hours from the end of the promotion. Winners will be contacted directly via support. Prizes will be distributed in the form of a coupon, which will also be posted as the final comment on this post.
  10. Hey @daredddd Thank you for the constructive feedback and for explaining your perspective in such a detailed manner. You honestly make a very fair point, and I can absolutely understand how the wording may have led to different interpretations of the promotion mechanic. Your explanation regarding the intended β€œChoose Your Weapon / Pick Your Path” concept makes a lot of sense, especially when connected to selecting a category first and then continuing within that chosen path. I genuinely appreciate that you approached the discussion thoughtfully and respectfully instead of simply arguing about the result itself. Feedback like this is actually very useful because it helps highlight where promotional wording can unintentionally create ambiguity or confusion. Your suggestions for future clarification are also good ones, especially explicitly stating whether: The weapon must be selected before the qualifying bet, or any qualifying bet during the event period can later be assigned to one category. That kind of clarification would definitely help avoid similar misunderstandings in future events. I also fairly often create discussion topics focused on clarification, community feedback, and possible improvements regarding promotions and forum rules in general. I’ll most likely open another discussion topic again soon where we can openly discuss promotions, event mechanics, and rules that maybe should be clarified, adapted, or improved moving forward. Thanks again for taking the time to share your thoughts in a constructive and mature way, it’s appreciated a lot. Best regards, NemanjaPi.
  11. Hey @daredddd I think there’s still a misunderstanding regarding Rule 4. The β€œpost” in that rule referred to the promotion post itself, not to each participant’s individual reply/weapon selection post. Participants were also able to edit their chosen target during the promotion period, which already shows that the intention was not β€œpost first, then bet only afterward.” That said, we do understand how the wording could lead to different interpretations, so we’ll make the rule wording more explicit if we run a similar promotion again in the future , which I planned beacuse I think that promotion is interesting and pretty easy. Best regards, NemanjaPi.
  12. Hey @daredddd It’s possible to edit the post if the user gets a higher or better multiplier, but double posting and similar things are not allowed. Basically, all of that has already been disallowed in previous promotions as well. Best regards, NemanjaPi.
  13. Ah, you're that old? You probably went to school over the mountains and the seven seas, barefoot
  14. You can claim prizes on the link below until the 5th of June! The Originals team has won this battle, but the war continues! 127- 57 in favor of the Originals team! CLAIM HERE Make sure you are logged in to the proper account. Wow. Congrats to the 184 winners!
  15. You can claim prizes on the link below until the 5th of June! CLAIM HERE Make sure you are logged in to the proper account. Wow. Congrats to the 221 winners!
  16. @keyframes pulse-gold {0%,100%{box-shadow:0 0 0 0 rgba(247,201,72,0)} 50%{box-shadow:0 0 18px 4px rgba(247,201,72,0.28)}} @keyframes pulse-volt {0%,100%{box-shadow:0 0 0 0 rgba(0,229,255,0)} 50%{box-shadow:0 0 22px 6px rgba(0,229,255,0.3)}} @keyframes shimmer {0%{background-position:-200% center} 100%{background-position:200% center}} @keyframes float-up {0%,100%{transform:translateY(0)} 50%{transform:translateY(-4px)}} @keyframes bar-fill {from{width:0} to{width:var(--w)}} @keyframes scanline {0%{top:-100%} 100%{top:200%}} @keyframes spark {0%,100%{opacity:0;transform:scale(0)} 50%{opacity:1;transform:scale(1)}} @keyframes glow-border {0%,100%{border-color:rgba(0,229,255,0.3)} 50%{border-color:rgba(0,229,255,0.7)}} :root { --g:#f7c948; --v:#00e5ff; --card:rgba(8,16,32,0.88); --line:rgba(255,255,255,0.10); --tx:#f2f5fb; --mu:#a7b4c9; } *{box-sizing:border-box;margin:0;padding:0} .pr{font-family:var(--font-sans,sans-serif);color:var(--tx);max-width:680px;overflow:hidden} .glass{ border:1px solid var(--line);border-radius:26px;padding:26px;margin-bottom:18px; background:linear-gradient(135deg,rgba(247,201,72,0.06) 0%,transparent 40%), linear-gradient(225deg,rgba(0,229,255,0.05) 0%,transparent 40%), var(--card); position:relative;overflow:hidden; } .glass::before{ content:'';position:absolute;inset:0;border-radius:26px;pointer-events:none; background:linear-gradient(180deg,rgba(255,255,255,0.04) 0%,transparent 60%); } .scanline{ position:absolute;left:0;width:100%;height:60px;pointer-events:none; background:linear-gradient(180deg,transparent,rgba(0,229,255,0.03),transparent); animation:scanline 4s linear infinite;z-index:1; } .hero-wrap{position:relative} .badge-pill{ position:absolute;top:0;right:0;padding:9px 16px; border-radius:999px;border:1px solid rgba(0,229,255,0.45); background:rgba(0,229,255,0.07);color:#e0fdff;font-size:13px;font-weight:700; animation:glow-border 2.5s ease-in-out infinite; } .title-main{ font-size:27px;font-weight:700;text-align:center;margin-bottom:6px;padding-top:4px; background:linear-gradient(90deg,var(--g),#fff 50%,var(--v)); -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text; background-size:200%;animation:shimmer 4s linear infinite; } .subtitle{color:var(--mu);font-size:14px;text-align:center;margin-bottom:18px} .desc{color:var(--mu);font-size:13.5px;text-align:center;line-height:1.65} .sec-title{ font-size:20px;font-weight:700;text-align:center;margin-bottom:16px; color:var(--g);letter-spacing:0.3px; } .level-ladder{display:flex;flex-direction:column;gap:9px;margin-top:20px;position:relative;z-index:2} .level-row{ display:flex;align-items:stretch;border-radius:16px;overflow:hidden; border:1px solid rgba(255,255,255,0.08);background:rgba(255,255,255,0.025); transition:transform .2s ease,border-color .2s ease,background .2s ease;cursor:default; position:relative; } .level-row::after{ content:'';position:absolute;inset:0;opacity:0; background:linear-gradient(90deg,transparent,rgba(255,255,255,0.03),transparent); transition:opacity .3s;pointer-events:none; } .level-row:hover{transform:translateX(6px) translateY(-1px);background:rgba(255,255,255,0.04)} .level-row:hover::after{opacity:1} .l1:hover{border-color:rgba(247,201,72,0.5);box-shadow:0 4px 20px rgba(247,201,72,0.12)} .l2:hover{border-color:rgba(247,180,72,0.5);box-shadow:0 4px 20px rgba(247,168,72,0.10)} .l3:hover{border-color:rgba(247,140,72,0.5);box-shadow:0 4px 20px rgba(247,130,72,0.10)} .l4:hover{border-color:rgba(247,90,72,0.5);box-shadow:0 4px 20px rgba(247,90,72,0.10)} .l5{animation:glow-border 2.5s ease-in-out infinite} .l5:hover{border-color:rgba(0,229,255,0.7)!important;box-shadow:0 4px 24px rgba(0,229,255,0.2)} .lvl-badge{ min-width:58px;display:flex;flex-direction:column;align-items:center;justify-content:center; padding:14px 10px;font-weight:700;font-size:13px;flex-shrink:0; } .lvl-num{font-size:24px;font-weight:700;line-height:1} .lvl-lbl{font-size:9px;opacity:.6;margin-top:2px;text-transform:uppercase;letter-spacing:.5px} .lvl-body{flex:1;padding:13px 16px} .lvl-name{font-size:15px;font-weight:700;margin-bottom:3px} .lvl-range{font-size:12px;color:var(--mu);margin-bottom:8px} .lvl-bar-wrap{background:rgba(255,255,255,0.07);border-radius:99px;height:6px;overflow:hidden} .lvl-bar{height:100%;border-radius:99px;animation:bar-fill .9s cubic-bezier(.4,0,.2,1) both} .lvl-prize{ display:flex;flex-direction:column;align-items:center;justify-content:center; padding:14px 18px;font-weight:700;border-left:1px solid rgba(255,255,255,0.06); min-width:80px;flex-shrink:0; } .prize-amt{font-size:17px;font-weight:700} .prize-lbl{font-size:10px;opacity:.55;margin-top:1px;text-transform:uppercase;letter-spacing:.4px} .l1 .lvl-badge{background:rgba(247,201,72,0.11);color:var(--g);border-right:1px solid rgba(247,201,72,0.2)} .l1 .lvl-bar{background:linear-gradient(90deg,#c49a20,var(--g));--w:20%;animation-delay:.1s} .l1 .lvl-name{color:var(--g)} .l1 .prize-amt{color:var(--g)} .l2 .lvl-badge{background:rgba(247,175,72,0.11);color:#f7a848;border-right:1px solid rgba(247,175,72,0.2)} .l2 .lvl-bar{background:linear-gradient(90deg,#c47820,#f7a848);--w:40%;animation-delay:.2s} .l2 .lvl-name{color:#f7a848} .l2 .prize-amt{color:#f7a848} .l3 .lvl-badge{background:rgba(247,130,72,0.11);color:#f78048;border-right:1px solid rgba(247,130,72,0.2)} .l3 .lvl-bar{background:linear-gradient(90deg,#c44820,#f78048);--w:60%;animation-delay:.3s} .l3 .lvl-name{color:#f78048} .l3 .prize-amt{color:#f78048} .l4 .lvl-badge{background:rgba(247,80,72,0.11);color:#f76040;border-right:1px solid rgba(247,80,72,0.2)} .l4 .lvl-bar{background:linear-gradient(90deg,#c43020,#f76040);--w:80%;animation-delay:.4s} .l4 .lvl-name{color:#f76040} .l4 .prize-amt{color:#f76040} .l5 .lvl-badge{background:rgba(0,229,255,0.10);color:var(--v);border-right:1px solid rgba(0,229,255,0.25);animation:pulse-volt 2.5s ease-in-out infinite} .l5 .lvl-bar{background:linear-gradient(90deg,#009bb0,var(--v));--w:100%;animation-delay:.5s} .l5 .lvl-name{color:var(--v)} .l5 .prize-amt{color:var(--v)} .flow-row{display:flex;align-items:center;gap:0;margin-top:18px;position:relative;z-index:2} .flow-step{ flex:1;text-align:center;padding:12px 6px;border-radius:14px; background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.08); font-size:12px;line-height:1.4;transition:.2s ease;cursor:default; } .flow-step:hover{background:rgba(247,201,72,0.06);border-color:rgba(247,201,72,0.3);transform:translateY(-2px)} .flow-arrow{color:var(--mu);font-size:16px;padding:0 4px;flex-shrink:0} .flow-num{font-size:18px;font-weight:700;color:var(--g);display:block;margin-bottom:4px} .flow-txt{color:var(--mu);font-size:11px} .warn-box{ background:rgba(247,90,60,0.07);border:1px solid rgba(247,90,60,0.28); border-radius:14px;padding:14px 18px;margin-top:14px;position:relative;overflow:hidden; } .warn-box::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#f76040,#c43020);border-radius:3px 0 0 3px} .warn-title{color:#f78060;font-weight:700;font-size:14px;margin-bottom:6px;padding-left:8px} .warn-body{font-size:13px;line-height:1.6;color:var(--mu);padding-left:8px} .rule-row{ display:flex;align-items:flex-start;gap:12px;padding:11px 14px;border-radius:12px; margin-bottom:8px;background:rgba(255,255,255,0.025);border:1px solid rgba(255,255,255,0.07); transition:.18s ease; } .rule-row:hover{background:rgba(247,201,72,0.05);border-color:rgba(247,201,72,0.25);transform:translateX(3px)} .rnum{ background:var(--g);color:#000;font-weight:700;font-size:11px; width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center; flex-shrink:0;margin-top:1px; } .rtxt{font-size:13px;line-height:1.6;color:var(--tx)} .prize-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:16px} .pcol{border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:.2s ease;cursor:default} .pcol:hover{transform:translateY(-4px)} .phead{padding:13px 8px;text-align:center;font-weight:700;font-size:12px;border-bottom:1px solid rgba(255,255,255,0.07)} .pbody{ padding:13px 8px;background:rgba(255,255,255,0.025); text-align:center;flex:1;display:flex;flex-direction:column; gap:5px;align-items:center;justify-content:center; } .pbody .psub{font-size:10px;color:var(--mu)} .pbody .pamt{font-size:19px;font-weight:700} .pbody .pnote{font-size:10px;color:var(--mu);opacity:.7} .p1 .phead{background:linear-gradient(160deg,rgba(247,201,72,0.20),rgba(247,201,72,0.06));color:var(--g)} .p1 .pamt{color:var(--g)} .p1:hover{box-shadow:0 8px 24px rgba(247,201,72,0.15)} .p2 .phead{background:linear-gradient(160deg,rgba(247,175,72,0.20),rgba(247,175,72,0.06));color:#f7a848} .p2 .pamt{color:#f7a848} .p2:hover{box-shadow:0 8px 24px rgba(247,175,72,0.13)} .p3 .phead{background:linear-gradient(160deg,rgba(247,130,72,0.20),rgba(247,130,72,0.06));color:#f78048} .p3 .pamt{color:#f78048} .p3:hover{box-shadow:0 8px 24px rgba(247,130,72,0.13)} .p4 .phead{background:linear-gradient(160deg,rgba(247,80,72,0.20),rgba(247,80,72,0.06));color:#f76040} .p4 .pamt{color:#f76040} .p4:hover{box-shadow:0 8px 24px rgba(247,80,72,0.12)} .p5 .phead{background:linear-gradient(160deg,rgba(0,229,255,0.15),rgba(0,229,255,0.04));color:var(--v);animation:pulse-volt 2.5s ease-in-out infinite} .p5 .pamt{color:var(--v)} .p5:hover{box-shadow:0 8px 28px rgba(0,229,255,0.22)} .enter-bar{ background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.09); border-radius:14px;padding:13px 18px;margin-top:16px; display:flex;align-items:flex-start;gap:10px;flex-wrap:wrap; transition:.2s ease;position:relative;overflow:hidden; } .enter-bar:hover{background:rgba(247,201,72,0.05);border-color:rgba(247,201,72,0.35)} .enter-bar::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--g),rgba(247,201,72,0.3));border-radius:3px 0 0 3px} .et{color:var(--g);font-size:15px;font-weight:700;flex-shrink:0;padding-left:8px} .etxt{font-size:13.5px;color:var(--tx);line-height:1.6} .dd-card{background:rgba(255,255,255,0.025);border:1px solid rgba(255,255,255,0.08);border-radius:14px;margin-top:14px;overflow:hidden} .dd-card summary{list-style:none;padding:13px 18px;cursor:pointer;outline:none;display:flex;align-items:center;justify-content:space-between;transition:.18s ease} .dd-card summary:hover{background:rgba(255,255,255,0.03)} .dd-card summary::-webkit-details-marker{display:none} .dd-title{color:var(--g);font-weight:700;font-size:15px} .dd-sub{color:var(--mu);font-size:12px} .dd-content{border-top:1px solid rgba(255,255,255,0.07);padding:14px 16px} .divider{display:flex;align-items:center;gap:10px;margin:16px 0;color:var(--mu);font-size:12px} .divider::before,.divider::after{content:'';flex:1;height:1px;background:rgba(255,255,255,0.08)} .volt-txt{color:var(--v)} .gold-txt{color:var(--g)} .tip-box{ background:rgba(0,229,255,0.05);border:1px solid rgba(0,229,255,0.2); border-radius:14px;padding:13px 16px;margin-top:14px;font-size:13px;line-height:1.6; } .tip-box strong{color:var(--v)} .pcol{border:1px solid rgba(255,255,255,0.07)} Weekly Event 🎯 The Multiplier Run 🎯 Climb the levels. Increase the stakes. Unlock bigger rewards. A progressive betting challenge where every level unlocked earns you a share of that level's prize pool. Complete all 5 levels in strict order, the higher you climb, the greater the reward. Slot for this week (11 -18 May) 🎰Dragon Duel Minimun required bet:0.20$ 1LVL ⚑ Spark Multiplier: 100x – 499x $800 pool 2LVL πŸ”₯ Surge Multiplier: 500x – 999x $1200 pool 3LVL πŸ’₯ Ignite Multiplier: 1,000x – 1,499x $1500 pool 4LVL πŸŒ‹ Inferno Multiplier: 1,500x – 1,999x $2000 pool 5MAX ⚑ Overdrive Multiplier: 2,000x+ $2500 pool βš™οΈ How It Works 1 Hit Level 1 100x–499x β†’ 2 Hit Level 2 500x–999x β†’ 3 Hit Level 3 1,000x+ β†’ 4 Hit Level 4 1,500x+ β†’ 5 Max Out 2,000x+ 1 Levels must be completed in strict chronological order β€” Level 1 first, then 2, then 3, and so on. No skipping allowed. 2 Each qualifying bet must be placed after the previous level is completed. Bets placed out of sequence are invalid. 3 Every level you complete earns you a share of that level's own prize pool shared among all players who reach it. ❌ Invalid progression example Hitting 3,000x before completing Level 1 will NOT count for Level 5. You must complete every level in order, the system tracks your bets chronologically. How to Enter: Reply to this topic with your Level 1 qualifying bet ID. Use the Edit option on your post to add Level 2–5 bet IDs as you progress. No need to create a new post for each level. πŸ† Prize Pool (per level): Each level has its own prize pool, split equally among all players who complete it. The further you go, the bigger the pot. Level 1 100x–499x Split among $800 all completers Level 2 500x–999x Split among $1200 all completers Level 3 1,000x–1,499x Split among $1500 all completers Level 4 1,500x–1,999x Split among $2000 all completers Level 5 2,000x+ Split among $2500 all completers Pro tip: Even if you don't reach Level 5, every level you complete pays out. Clearing Level 1 and 2 already puts money in your pocket - the further you go the more you earn! Terms & Conditions Terms & Conditions Click to expand β–Ύ 1 You must be at least Bronze VIP level on our site to participate. 2 Levels must be completed in strict chronological order: Level 1 β†’ 2 β†’ 3 β†’ 4 β†’ 5. No skipping allowed under any circumstances. 3 Each qualifying bet must be placed after the previous level was completed. Out of sequence bets are automatically invalid. 4 Only level 2 KYC or higher verified users are eligible for prizes. 5 Stake employees cannot participate in official forum challenges. This restriction does not apply to moderators. 6 Only Stake.com and official Stake.com mirror site users are eligible. 7 Players using multiple accounts will be immediately disqualified. 8 Stake reserves the right to disqualify any user for promotion or account abuse, which may result in a permanent ban. 9 Allow up to 72 hours after the event closes for prize distribution. 10 Bets must have been made after 11/05/26 - (12 pm) UTC. 10 Winners will be contacted via support. Prizes are distributed as coupons, also posted as the final comment on this thread.
  17. :root { --card: rgba(10, 20, 38, 0.78); --line: rgba(255,255,255,0.14); --text: #f5f7fb; --muted: #a7b4c9; --gold: #ffd36a; --volt: #35e6ff; --danger: #ff5c7a; --shadow: 0 22px 70px rgba(0, 0, 0, 0.35); } .glass-card { border: 1px solid var(--line); border-radius: 28px; padding: 28px; margin-bottom: 20px; background: linear-gradient(135deg, rgba(255, 211, 106, 0.08), transparent 40%), linear-gradient(225deg, rgba(53, 230, 255, 0.06), transparent 40%), linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)), var(--card); box-shadow: var(--shadow); backdrop-filter: blur(14px); color: var(--text); } .center { text-align:center; } .muted { color:var(--muted); } .section-title { color: var(--gold); font-size: 24px; font-weight: 800; margin-bottom: 10px; } .hero-wrap { position: relative; } .badge { position: absolute; top: 18px; right: 18px; padding: 10px 16px; border-radius: 999px; border: 1px solid rgba(53,230,255,0.45); background: rgba(53,230,255,0.06); font-weight: 800; font-size: 14px; } /* slots */ .stage-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 20px; } .stage-card { border-radius: 18px; padding: 18px 12px; text-align: center; transition: 0.18s ease; } .stage-card:hover { transform: translateY(-3px) scale(1.03); } .stage-volt { background: rgba(53,230,255,0.10); border: 1px solid rgba(53,230,255,0.4); } .stage-freq { background: rgba(255,211,106,0.10); border: 1px solid rgba(255,211,106,0.4); } .stage-title { font-size: 15px; font-weight: 800; margin: 8px 0; } .stage-sub { font-size: 12px; color: var(--muted); } .slot-btn { display:inline-block; margin-top:10px; padding:8px 14px; border-radius:10px; font-size:12px; font-weight:800; color:#fff; text-decoration:none; } .slot-btn-volt { border:1px solid rgba(53,230,255,0.45); background: rgba(53,230,255,0.08); } .slot-btn-freq { border:1px solid rgba(255,211,106,0.45); background: rgba(255,211,106,0.08); } /* info box */ .rules-box { margin-top: 18px; padding: 16px; border-radius: 16px; border: 1px solid rgba(255,255,255,0.12); background: rgba(0,0,0,0.20); font-size: 13px; line-height: 1.7; } .rules-title { color: var(--gold); font-weight: 800; margin-bottom: 8px; } .highlight { color: var(--gold); font-weight: 800; } /* terms */ .dropdown-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12); border-radius: 16px; margin-top: 18px; overflow: hidden; } .dropdown-trigger { padding: 10px 16px; text-align: center; cursor: pointer; } .dropdown-title { color: var(--gold); font-weight: 800; } .dropdown-sub { color: var(--muted); font-size: 13px; display:block; } .dropdown-content { padding: 14px 18px; border-top: 1px solid rgba(255,255,255,0.10); font-size: 14px; line-height: 1.6; } .rule { display:flex; gap:10px; margin-bottom:10px; } .num { width:22px; height:22px; border-radius:50%; background: var(--gold); color:#0b0f1a; font-weight:800; display:flex; align-items:center; justify-content:center; flex-shrink:0; } Weekly Event βš”οΈ Last Man Standing βš”οΈ A four-week elimination tournament where only consistency guarantees survival. Every week introduces a new challenge and a higher multiplier requirement. Fail once and your journey ends instantly. Survive all four weeks and reach the Grand Finale. Weekly Featured Slots πŸ›‘οΈ Week 1 Req Multi: 200x May (19-26) Paperclip: Lazy Knight Play Slot βš”οΈ Week 2 Req Multi: 400x May (26 - 03) Valkyrie: Castle of Ymir Play Slot πŸ”₯ Week 3 Req Multi: 650x May/June (03 - 10) Lucky Man's Chamber Play Slot πŸ‘‘ Week 4 Req Multi: 850x June (10 - 17) Cursed Reckoning Play Slot How It Works In order to be eligible for the other three weeks you are required to complete week 1. Bets must have been made after 19/05/2026 - (12 PM) UTC. Each week requires hitting a higher multiplier target. Failure = elimination for the rest of the tournament. β€’ Players will be ranked based on the multiplier. Prize Pool Distribution Week 1 β†’ $500 (Top 100 players ranked by multipliers) Week 2 β†’ $1000 Week 3 β†’ $1500 Week 4 β†’ $2000 Higher multipliers = larger share of weekly rewards. Terms & Conditions Click to expand Full rules & eligibility 1Minimum bet amount: $0.20 USD (in any currency). 2Entry only during Week 1. 3Feel free to edit your post if you get a higher multiplier(s) during the competition. 4Only level 2 KYC or higher verified users will be eligible for the prize. 5Only Stake.com and official Stake.com mirror sites users will be eligible for the prize. 6Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. 7Any player using multiple accounts will not be eligible for prizes. 8Stake reserves the right to disqualify any user due to promotion or account abuse, which may also result in a permanent ban. 9For payment, give us up to 72 hours from the end of the challenge. 10Winners will be contacted directly via support. Prizes will be distributed in the form of a coupon, which will also be posted as the final comment on this post.
  18. :root { --card: rgba(10, 20, 38, 0.75); --line: rgba(255,255,255,0.12); --text: #f5f7fb; --muted: #a7b4c9; --gold: #f7c948; --volt: #00e5ff; --freq: #f7c948; --shadow: 0 20px 60px rgba(0, 0, 0, 0.28); } .glass-card { border: 1px solid var(--line); border-radius: 28px; padding: 28px; margin-bottom: 20px; background: linear-gradient(135deg, rgba(247, 201, 72, 0.08), transparent 40%), linear-gradient(225deg, rgba(0, 229, 255, 0.06), transparent 40%), linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)), var(--card); box-shadow: var(--shadow); backdrop-filter: blur(14px); color: var(--text); } .section-title { color: var(--gold); font-size: 24px; font-weight: 700; margin-bottom: 10px; } .center { text-align: center; } .muted { color: var(--muted); } .hero-wrap { position: relative; } .badge { position: absolute; top: 18px; right: 18px; display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 18px; border-radius: 999px; border: 1px solid rgba(0, 229, 255, 0.45); background: rgba(0, 229, 255, 0.05); color: #fdfefe; font-size: 14px; letter-spacing: 0.4px; font-weight: 700; box-shadow: inset 0 1px 0 rgba(0, 229, 255, 0.1); overflow: hidden; z-index: 5; } .separator-line { width: 100%; max-width: 420px; height: 1px; margin: 18px auto; background: linear-gradient( 90deg, rgba(247,201,72,0), rgba(247,201,72,0.7), rgba(247,201,72,0) ); } .provider-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; } .provider-card { border-radius: 16px; padding: 18px; text-align: center; transition: 0.18s ease; } .provider-card:hover { transform: translateY(-3px) scale(1.03); } .provider-volt { background: linear-gradient(135deg, rgba(0,229,255,0.12), rgba(0,229,255,0.03)); border: 1px solid rgba(0,229,255,0.4); } .provider-freq { background: linear-gradient(135deg, rgba(247,201,72,0.12), rgba(247,201,72,0.03)); border: 1px solid rgba(247,201,72,0.4); } .provider-title { font-size: 15px; font-weight: 700; margin-top: 8px; margin-bottom: 6px; } .provider-sub { font-size: 12px; color: var(--muted); line-height: 1.5; } .score-box { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 18px; padding: 22px; margin-top: 18px; } .score-formula { background: rgba(0,0,0,0.22); border-radius: 12px; padding: 14px; margin-top: 12px; text-align: center; line-height: 1.8; font-size: 15px; } .how-to-enter-bar { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 10px 16px; margin-top: 18px; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 6px; transition: 0.18s ease; } .how-to-enter-bar:hover { transform: translateY(-2px) scale(1.02); background: rgba(247,201,72,0.06); border-color: rgba(247,201,72,0.35); } .how-to-enter-title { color: var(--gold); font-size: 20px; font-weight: 700; } .how-to-enter-text { color: var(--text); font-size: 16px; font-weight: 400; } .info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 18px; } .info-box { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 16px; text-align: center; font-weight: 600; font-size: 15px; transition: 0.18s ease; } .info-box:hover { transform: translateY(-2px) scale(1.02); background: rgba(247,201,72,0.08); border-color: rgba(247,201,72,0.6); } .prize-subcard { padding: 12px; border-radius: 12px; margin-bottom: 10px; font-weight: 600; } .prize-gold { background: linear-gradient(135deg, rgba(247,201,72,0.25), rgba(247,201,72,0.05)); border: 1px solid rgba(247,201,72,0.6); } .prize-silver { background: linear-gradient(135deg, rgba(200,200,200,0.25), rgba(200,200,200,0.05)); border: 1px solid rgba(200,200,200,0.5); } .prize-bronze { background: linear-gradient(135deg, rgba(205,127,50,0.25), rgba(205,127,50,0.05)); border: 1px solid rgba(205,127,50,0.6); } .dropdown-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; margin-top: 18px; width: 100%; overflow: hidden; } .dropdown-trigger { padding: 8px 16px; text-align: center; cursor: pointer; display: block; } .dropdown-card summary { list-style: none; } .dropdown-card summary::-webkit-details-marker { display: none; } .dropdown-title { color: var(--gold); font-weight: 700; font-size: 16px; } .dropdown-sub { color: var(--muted); font-size: 13px; margin-top: 3px; display: block; } .dropdown-content { padding: 12px 18px; border-top: 1px solid rgba(255,255,255,0.08); font-size: 14px; line-height: 1.5; } .rule { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; text-align: left; } .num { background: var(--gold); color: #000; font-weight: 700; font-size: 12px; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } Weekly Event 🎭 Phantom Theater 🎭 A mysterious week-long leaderboard event where hidden slot boosts decide your final score. Ends: 27/05/2026 @ (12 PM) GMT This week, we've chosen Pragmatic Play "Only on Stake" Slots! Step into the shadows of the Phantom Theater, where every slot hides a secret advantage behind the curtain. Chase massive multipliers and discover at the end of the week whether your slot held the strongest Phantom Factor. 🎰 Pick Any Slot Pick any pragmatic only on stake slot 🎭 Hidden Phantom Factor Every slot has a secret mystery multiplier. πŸ† Highest Final Score Wins Biggest boosted multipliers top the leaderboard. How Scoring Works Your base score is determined by the multiplier of your winning bet. Bet Multiplier Γ— Hidden Phantom Factor = Final Score Example: Hit a 200x win on a slot with a hidden 3x Phantom Factor Final Score = 600 Points Phantom Factors remain hidden until the end of the event. How to Enter: Respond to this topic and post your best bet ID. Only your single highest-scoring qualifying bet will count toward the leaderboard. Prize Pool Distribution Weekly Prize Pool πŸ₯‡ Top 1 – 3 Largest Rewards (1500$) πŸ… Top 4 – 10 Premium Rewards(1500$) 🎟️ Top 11 – 50 Additional Prizes(1000$) Additional Information Every slot has its own hidden Phantom Factor, revealed after the event ends. Final rankings are based on your boosted multiplier score. In case of a tie, the user with the earliest qualifying bet wins. Minimum qualifying bet: $0.10 USD (or equivalent in any currency). Terms & Conditions Click here to expand 1Bets must have been made after 20/05/2026 - (12 PM) UTC. 2 Only slots from supported providers are eligible for the promotion. 3 Your score is determined by your winning bet multiplier combined with your provider's hidden Phantom Factor. 4 Phantom Factors remain hidden until the end of the event. 5 Only your single highest-scoring qualifying bet will count toward the final leaderboard. 6 Minimum qualifying bet amount is $0.10 USD or equivalent in any currency. 7 Only level 2 KYC or higher verified users will be eligible for the prize. 8 Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. 9 Only stake.com and official stake.com mirror site users will be eligible for the prize. 10 Any player using multiple accounts will not be eligible for prizes. 11 Stake reserves the right to disqualify any user due to promotion or account abuse, which may also result in a permanent ban. 12 For payment, give us up to 24 hours from the end of the event. 13 Winners will be contacted directly via support. Prizes may be distributed in the form of a coupon and announced in the final event post.
  19. karmkarteja Aliaando gamest101 lhjlkhbae altermattde DougTheRipper TerataiEmas MixMax7 raju1791997 Moonica1 alinke johnessy21 realperen Kolt111 VitGreen ysiguus edxrest JepeAlways3 Nippeliina Martinovvv NicksOkay MasukinMas nibnuyh Loay9112 Runaway11 markzsigo Jotosson23 AntiRungkat22 c0zeN97 simsun9 Malva11 kevlarfabric BetBall99 NurEinenZehner ngocTuan31 Tommybigl Makalius1 RomaAs GGRIPWSCAM kutasikireo lyδΊ‘ Jangkriktua22 hansdj Dieful bigbang0o0 LoskiY anntun Hannahearle chenxiaodao frige19 fhvlina ichmiefe HakutoKizu wenerek Olena68S BucketBet Guventunc 8vildarose Ploof899 gajin1993 Marud4NayzArmy Siennishka Mjdesb0 Lamenice skozh LordVaio sanctioners CipikaCipiki Cookzzz Haftunatehy Mokondo69 vinovo mdyqizm TheDezzz AdaJepe minhluan1511 shigoshigo blakjac666 Sarahswan88 GambitGenius LikeGreenFrogs Timicute Brondong346 NotsoSneaky SalsaBotanera REALRICKYBOBBY z1dd Meherun99 littlematch BigDogJeter69 jw888888 Petabread tttylerrr littlelucky JosipBrozTito xMWOx DARGO1337x elbastinho Manbeasticus Mines5kk kuaixinwin5922 Naix7777 dandush elin123 Mats2408 chudavr LimitBet 809pm JorPorCor slarkdenraab Ismi7321 chuachunkang Sahcho420 pakapaka0831 kizzorek tigerfu8566 sangi663 taysungbantia Sidhu3110 nowloading daiyo sasor santere123 Sirk23 CrescentMoon Klaatu red95 Healer192 sanderlore volzecCOMMA Diddyp17 LUCAYT enviiie Itachibrass PastiBigWin9 jackpotjpg TBouvier ozo9000 Girish676 waystone edwaritoan RMK khursan826 tknasdfnec droz BlondeLover LuckiestMF Misrespect OmKumis2 MetanKr Hadrin davewang77 kenari29 Henkkamoii PemulungMaxwin kickallman MekongRiver Luki99999 poyupuri misterdylan ngochuy2808 kosmos2 llaedrix35 quntti dctrm1 mdshazzad5565 SHIBAYUN chujciwdupez SwePokerNinja B88K Rohini77 eddiepissed699 DiceKeni2026 Menang yakinikubet KickTed fumiya08 JesterGG JustRunBetter ZottiderSotti pokerchamp79 BrandenA Kartenstapel vlonegoat yasuokid Dapperrrr rokitodeva NetherX8 bonga0830 tyzebolero CadeWebb1 AndyEZ420 AimCatz xHellB0y LenteraMerah66 Imad002 winallgamee Sabrosa10 ogx888 sweetbonanza94 WPRtabliceauta Marrina33 typiiing chainslease TomCruiseVn CentScentSent sigurdsun Ernest2352 kiemtienonlai 119280 zandorphy huispaaja sahkkvcep paulakseno STIFLERq pracapoplacaxd nhabankem Kilikka Walkim Nanakika ionite markusma SHIBIOST jasonthegreat1 Questionings Ameobi thegreatcurty AngstyAndy ColdSummer irlberries Gambsy OzgeYag nolimitwin6996 chenhangzxc NoAshJustPass MrQoobs Gingerrr gluck777 yjgbnmnbp MehondaL Skutsijoni SwaxGTR wheelyboy321 MuitoLizo FazzioLux LeWolffe Sirius110 maxwinpls1269 jenkmaister VlanQONK semrayc Vetal1983 Celybea Ishatwht Norrrr Mohammad1331 ZeroArmorTV Spamonda Mushatwt inqik Tubbsy11 NovitaSticky Levent2390 Moe86 Hydraxes VoisH nedziwotes tantan25 March311 bigjoro drexallon Cisialisia Cranequeen14 buni Svetlovolosik lemmesleep majlajuna0187 coacular agyalagyula xuqsvh lunadk1210 LeftBurst daH4ri GoutamKUN vilucky Cryomastix Edithelast Anggola7 DonThereal EchxanhQBccc missakon swiezytypuhu gaudytuber PolatG2022 Nagumetta iaconic kschoo78 ostomionik Jaysfan thanhdat1408 debiltodex Binor69 Eduuz Mygosh Coretek23 Lewandosiki sai8898 NgocHuong0807 Breatbox98 legend142 Musahwtty 桁星倧倧e Conghuu xtqaq66 Mexwore pesuka33 srankerbaw SonaaXy alboy123123 Niwdla ellieebellie tedkimppa Wintermaster hage4869 z4k Farmyukio anhtram0912 Belimbing991 NgyBeetle102 Jotosco3 Rgcarmic Morten24 remsuek ErmaKusus24 Dewantara5 iscircleoflife Smeepio yassuokid6789 Annichka SvennieBanaan BobRoss4Life Phantomuzi10 Taty7744 mgreggy infern5965 kemaltuygun Kunci1 jiuyiqiji Paoran WannWoWie Preziorek Henido samsunglgmoto thenameisme263 sizzlinghotx MonTenku
  20. You can claim prizes on the link below until the 1st of June! CLAIM HERE Make sure you are logged in to the proper account. Wow. Congrats to the 130 winners!
  21. πŸŽ‰ Congratulations πŸŽ‰ You can claim prizes on the link below until the 1st of June! Top 20 winners: Place Username Prize 1 raitx $50 2 soxbopp $50 3 Po0oW $50 4 sweetbonanza94 $50 5 Waqas222u $50 6 Ohthespot $50 7 RMK $50 8 gougou $50 9 Alamar $50 10 daiyo $50 11 droz $50 12 neoz $50 13 styx66 $50 14 Mitkenso $50 15 iBamSmaBi $50 16 katsuppo $50 17 thexx08 $50 18 lindaslots $50 19 Kartenstapel $50 20 Quemos $50 CLAIM HERE
  22. πŸŽ‰ Congratulations πŸŽ‰ You can claim prizes on the link below until the 1st of June! Top 20 winners: Place Username Multiplier 1 daffyducky 33333 2 cobra3 25000 3 droz 23368.7 4 stiffz31 14743.4 5 unbox60k 12500 6 chuachunkang 12141.3 7 fenixptz 10125 8 Tequitos30 10000 9 YoungFlexxer5 10000 10 littlematch 8523.7 11 kayneeh91 7785.3 12 ariless 7322.6 13 Kapuero58 6259.75 14 slarkdenraab 5769.8 15 Cryomastix 5408.8 16 ZottiderSotti 5000 17 SIXSLXSIX 4949 18 Brusafa 4938.9 19 Matic335 4778.2 20 mightyaramis 4742.37 CLAIM HERE View the full list HERE
  23. πŸŽ‰ Congratulations πŸŽ‰ You are the official winner of the Behind the Bet 🧠🧩 challenge! Winner @vaibhavawaam CLAIM Please make sure you are logged into the correct account before claiming your reward.
  24. :root { --bg: #07111f; --card: rgba(10, 20, 38, 0.75); --line: rgba(255,255,255,0.12); --text: #f5f7fb; --muted: #a7b4c9; --gold: #f7c948; --green: #3dd598; --red: #ff6b6b; --shadow: 0 20px 60px rgba(0, 0, 0, 0.28); --radius: 24px; } * { box-sizing: border-box; } html, body { margin: 0; padding: 0; font-family: Inter, Arial, Helvetica, sans-serif; color: var(--text); background: radial-gradient(circle at top left, rgba(247, 201, 72, 0.12), transparent 28%), radial-gradient(circle at 80% 20%, rgba(61, 213, 152, 0.10), transparent 24%), radial-gradient(circle at bottom right, rgba(96, 165, 250, 0.12), transparent 30%), linear-gradient(160deg, #040913 0%, #07111f 38%, #09182a 100%); min-height: 100%; overflow-x: hidden; } @keyframes fadeUp { 0% { opacity: 0; transform: translateY(10px); } 100% { opacity: 1; transform: translateY(0); } } @keyframes softGlow { 0% { box-shadow: 0 0 0 rgba(247, 201, 72, 0); } 50% { box-shadow: 0 0 16px rgba(247, 201, 72, 0.16); } 100% { box-shadow: 0 0 0 rgba(247, 201, 72, 0); } } body::before { content: ""; position: fixed; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px); background-size: 28px 28px; pointer-events: none; mask-image: radial-gradient(circle at center, black 45%, transparent 95%); } .container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 28px 0 60px; position: relative; z-index: 1; } .hero { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 32px; padding: 34px; background: linear-gradient(135deg, rgba(247, 201, 72, 0.10), transparent 32%), linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)), var(--card); box-shadow: var(--shadow); backdrop-filter: blur(14px); animation: fadeUp 0.5s ease-out; } .hero::after { content: ""; position: absolute; width: 320px; height: 320px; border-radius: 50%; top: -120px; right: -90px; background: radial-gradient(circle, rgba(247, 201, 72, 0.14), transparent 65%); filter: blur(12px); pointer-events: none; } .badge-wrap { display: flex; align-items: center; justify-content: space-between; gap: 14px; width: 100%; margin-bottom: 6px; } .badge { position: relative; overflow: hidden; } .badge::after { content: ""; position: absolute; top: -55%; bottom: -55%; width: 42%; background: linear-gradient( 90deg, rgba(255,255,255,0), rgba(255,255,255,0.85), rgba(167,233,255,0.22), rgba(255,255,255,0) ); filter: blur(5px); animation: diamondShine 3.4s linear infinite; } @keyframes diamondShine { 0% { transform: translateX(-180%) rotate(18deg); opacity: 0; } 15% { opacity: 0.2; } 50% { opacity: 0.95; } 85% { opacity: 0.2; } 100% { transform: translateX(180%) rotate(18deg); opacity: 0; } } .badge { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 18px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.06); color: #fdfefe; font-size: 14px; letter-spacing: 0.4px; font-weight: 700; box-shadow: inset 0 1px 0 rgba(255,255,255,0.16); } .badge-text { white-space: nowrap; } .status { flex: 0 0 auto; padding: 8px 14px; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: 1px; white-space: nowrap; text-align: center; } @keyframes livePulse { 0% { box-shadow: 0 0 0 rgba(61, 213, 152, 0); transform: scale(1); } 50% { box-shadow: 0 0 14px rgba(61, 213, 152, 0.35); transform: scale(1.05); } 100% { box-shadow: 0 0 0 rgba(61, 213, 152, 0); transform: scale(1); } } .status.live { background: rgba(61, 213, 152, 0.18); color: #3dd598; border: 1px solid rgba(61, 213, 152, 0.45); animation: livePulse 1.8s ease-in-out infinite; } .status.live::before { content: "●"; margin-right: 6px; color: #3dd598; animation: livePulse 1.8s ease-in-out infinite; } .status.closed { background: rgba(255, 107, 107, 0.15); color: #ff6b6b; border: 1px solid rgba(255, 107, 107, 0.40); } h1 { margin: 18px 0 14px; font-size: clamp(34px, 5vw, 64px); line-height: 0.96; letter-spacing: -1.8px; max-width: 820px; } .accent { color: var(--gold); } .lead { margin: 0; max-width: 760px; color: var(--muted); font-size: 18px; line-height: 1.65; } .hero-grid { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 12px; align-items: stretch; } .card { border: 1px solid var(--line); background: rgba(8, 16, 30, 0.72); border-radius: var(--radius); box-shadow: var(--shadow); backdrop-filter: blur(12px); position: relative; overflow: hidden; } .timer-card { padding: 22px; position: relative; } .timer-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(247, 201, 72, 0.04), transparent 42%); pointer-events: none; } .timer-top { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; margin-bottom: 18px; position: relative; z-index: 1; } .timer-title { font-size: 15px; text-transform: uppercase; letter-spacing: 4px; color: var(--muted); font-weight: 700; text-align: left; } .timer-end { font-size: 14px; color: var(--gold); background: rgba(247, 201, 72, 0.10); border: 1px solid rgba(247, 201, 72, 0.22); padding: 8px 14px; border-radius: 999px; white-space: nowrap; animation: softGlow 2.8s ease-in-out infinite; } .timer-main { display: grid; grid-template-columns: 1.1fr auto; gap: 20px; align-items: center; position: relative; z-index: 1; margin-bottom: 18px; } .timer-copy { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; justify-content: center; } .timer-grid { width: 100%; min-width: 0; display: flex; justify-content: center; align-items: center; } .timer-frame { display: flex; justify-content: center; align-items: center; width: 220px; height: 74px; padding: 0; overflow: hidden; border-radius: 18px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 0 10px rgba(247,201,72,0.10); } .timer-frame iframe { display: block; width: 250px; height: 80px; border: 0; transform: scale(0.80); transform-origin: center center; } .footer-note { display: inline-flex; align-items: center; justify-content: flex-start; padding: 12px 18px; color: var(--gold); font-size: 15px; line-height: 1.5; border-radius: 999px; background: rgba(247, 201, 72, 0.10); border: 1px solid rgba(247, 201, 72, 0.28); max-width: 100%; width: auto; text-align: left; position: relative; z-index: 1; animation: softGlow 2.8s ease-in-out infinite; } #timerStatus { cursor: pointer; text-decoration: none; transition: all 0.25s ease; } #timerStatus:hover { transform: translateY(-2px); background: linear-gradient(135deg, #3dd598, #2bbf84); border-color: rgba(61, 213, 152, 0.6); color: #0b1424 !important; box-shadow: 0 12px 26px rgba(61, 213, 152, 0.28); } .highlights { padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; background: transparent; border: 0; box-shadow: none; backdrop-filter: none; } .highlight { padding: 20px; border-radius: 20px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); transition: all 0.25s ease; position: relative; overflow: hidden; } .highlight:hover { transform: translateY(-5px); box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18); border-color: rgba(247, 201, 72, 0.25); } .highlight:hover::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(circle at center, rgba(247,201,72,0.10), transparent 70%); pointer-events: none; } .highlight strong { display: block; font-size: 22px; margin-bottom: 8px; color: var(--gold); } .highlight span { color: var(--muted); font-size: 14px; line-height: 1.55; } .section { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; } .section-card { padding: 26px; } .section-card h2 { margin: 0 0 18px; font-size: 24px; letter-spacing: -0.4px; } .rules { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; } .rules li { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border-radius: 18px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); color: var(--muted); line-height: 1.55; } .rule-index { flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; font-size: 13px; font-weight: 700; color: #0b1424; background: var(--gold); margin-top: 1px; } .rule-text strong { color: var(--text); } table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 18px; border: 1px solid rgba(255,255,255,0.08); background: rgba(255,255,255,0.03); } th, td { padding: 14px 16px; text-align: left; border-bottom: 1px solid rgba(255,255,255,0.08); } th { color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: 1px; background: rgba(255,255,255,0.03); } tbody tr:hover { background: rgba(255,255,255,0.035); } tr:last-child td { border-bottom: 0; } .money { color: var(--gold); font-weight: 700; } .prize-note { margin-top: 60px; } .cta { margin-top: 24px; padding: 26px; display: flex; justify-content: space-between; gap: 20px; align-items: center; background: linear-gradient(135deg, rgba(247, 201, 72, 0.10), rgba(255,255,255,0.04)), rgba(8, 16, 30, 0.8); } .cta h3 { margin: 0 0 8px; font-size: 24px; } .cta p { margin: 0; color: var(--muted); line-height: 1.6; max-width: 700px; } .button { display: inline-flex; color: #0b1424 !important; align-items: center; justify-content: center; gap: 10px; min-width: 190px; padding: 16px 22px; border: 0; border-radius: 16px; font-weight: 700; text-decoration: none; background: linear-gradient(135deg, #ffd76a, #f7c948); box-shadow: 0 14px 28px rgba(247, 201, 72, 0.16); transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; } .button:hover { background: linear-gradient(135deg, #3dd598, #2bbf84); color: #0b1424 !important; transform: translateY(-2px); box-shadow: 0 18px 34px rgba(61, 213, 152, 0.22); } @media (max-width: 960px) { .section { grid-template-columns: 1fr; } .highlights { grid-template-columns: repeat(2, 1fr); } .cta { flex-direction: column; align-items: flex-start; } } @media (max-width: 860px) { .badge-wrap { flex-direction: column; align-items: flex-start; } .timer-top { grid-template-columns: 1fr; justify-items: center; } .timer-title { text-align: center; } .timer-main { grid-template-columns: 1fr; justify-items: center; text-align: center; } .timer-copy { align-items: center; } .timer-grid { justify-content: center; min-width: auto; } } @media (max-width: 680px) { .container { width: min(100% - 20px, 1180px); padding-top: 18px; } .hero, .section-card, .cta, .timer-card { padding: 18px; } .highlights { grid-template-columns: 1fr; } h1 { letter-spacing: -1px; } .footer-note { max-width: 100%; } .timer-frame { width: 210px; height: 68px; } .timer-frame iframe { transform: scale(0.76); } } Exclusive VIP Slots LIVE NOW $7,000 Return of the King Hit the highest multiplier on any eligible 3rd party video slot, submit your valid bet ID, and climb the leaderboard. Time frame & requirements Ends 11 May 2026 β€’ 12:00 UTC One lucky spin can still change the leaderboard. PLAY NOW 100x Minimum multiplier required to qualify for the leaderboard. $0.20 USD Minimum bet amount in any currency for valid participation. Bronze Only Bronze VIP level and above are eligible to claim prizes. 1 Bet ID Post your bet ID in the topic. Feel free to edit your post if you hit a higher multiplier. Challenge Rules 1 Game requirement: Win the highest multiplier on any 3rd party video slot except Coral Cove by Pocket Play. 2 Minimum multiplier: Your winning spin must be 100x or above. 3 Minimum bet amount: $0.20 (or the equivalent in any currency). 4 Bets must have been made after 04/05/26 - (12 pm) UTC. 5 VIP and verification: Player must be at least Bronze VIP and have Level 2 KYC or higher. 6 Prizes will be determined by who has a higher multiplier. 7 Tie breaker: Higher average bet amount gets the advantage. If still tied, the earlier posted or edited entry takes priority. Prize Pool Distribution Placement Prize 1st $1,200 2nd $600 3rd $400 4th $300 5th $200 6th to 10th $140 each 11th to 20th $60 each 21st onward Share of $3,000 pool Winners are ranked by the highest multiplier. Eligible users outside top 20 still share the remaining pool. How to enter Play an eligible 3rd party slot, hit 100x or higher multiplier with a bet amount of at least $0.20, then post your bet ID. Post your entry πŸ“„ 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 Prizes & Delivery Winners will be contacted directly via support. Prizes will be distributed in the form of a coupon, which will also be posted as the final comment on this post. Prizes delivered within 72 hours of the competition ending. Winners selected at random from all eligible entries. One entry per user. Eligibility Feature buys are not allowed. Bronze VIP account or above. KYC Level 2 verification required. Bets must have been made after the commencement of this promotion. Account must have no restrictions or exclusions. Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. Must maintain only one Stake account. Only Stake.com and official Stake.com mirrors users will be eligible for the prize. Stake's Reserved Rights To amend the Rules at any time. To cancel the Competition at any time. To to disqualify any user due to promotion or account abuse, which may also result in a permanent ban.
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use