Jump to content

lucasBl

Noob
  • Posts

    83
  • Joined

  • Last visited

Reputation Activity

  1. Doge - Cool
    lucasBl reacted to Jake7589 in 💰[$10,000+Rain] Stake’s World Chat Tournament 🏟️   
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&family=Barlow+Condensed:wght@700;800;900&display=swap'); :root { /* Brand Primary */ --navy: #071824; --white: #ffffff; /* Bolt (primary accent) */ --bolt: #1475E1; --bolt-dark: #0749CE; --bolt-darker: #082F5A; /* Crash */ --crash: #E9113C; --crash-dark: #C9000A; --crash-darker: #5D0718; /* Strike */ --strike: #FF7B00; --strike-dark: #FF4E00; --strike-darker: #663100; /* Charge */ --charge: #FFB800; --charge-dark: #FF8C00; --charge-darker: #4D3700; /* Dash */ --dash: #00CA51; --dash-dark: #00AD2A; --dash-darker: #005120; /* Surfaces */ --surface: #0d2438; --surface2: #112d44; --muted: #7fa8c4; /* Display font */ --display: 'Barlow Condensed', 'Inter', sans-serif; } * { margin:0; padding:0; box-sizing:border-box; } body { background: var(--navy); color: var(--white); font-family: 'Inter', sans-serif; min-height: 100vh; overflow-x: hidden; } .container { max-width:740px; margin:0 auto; padding:24px 20px 60px; position:relative; z-index:1; } .fade-up { opacity:0; transform:translateY(28px); animation:fadeUp .6s ease forwards; } @keyframes fadeUp { to { opacity:1; transform:none; } } /* ─────── HEADER ─────── */ .header { text-align:center; padding:48px 28px 40px; background: linear-gradient(160deg, var(--surface2) 0%, var(--navy) 100%); border-radius:20px; border:1px solid #ffffff14; margin-bottom:20px; position:relative; overflow:hidden; animation-delay:.05s; } .header::before { content:''; position:absolute; top:-80px; left:50%; transform:translateX(-50%); width:380px; height:380px; background: radial-gradient(circle, rgba(20,117,225,0.20) 0%, transparent 70%); animation: pulse-glow 4s ease-in-out infinite; pointer-events:none; } @keyframes pulse-glow { 0%,100% { opacity:.55; transform:translateX(-50%) scale(1); } 50% { opacity:1; transform:translateX(-50%) scale(1.15); } } .eyebrow { font-family: var(--display); font-weight:700; font-size:13px; letter-spacing:.32em; color:var(--bolt); text-transform:uppercase; margin-bottom:14px; } .header h1 { font-family: var(--display); font-size:62px; font-weight:900; text-transform:uppercase; line-height:.92; letter-spacing:.01em; color:var(--white); margin-bottom:4px; } .h1-accent { color:var(--charge); } .ends-label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:.15em; margin:18px 0 10px; } .ends-label strong { color:var(--white); } .countdown-wrapper { margin:10px 0 22px; } .countdown-wrapper iframe { border-radius:8px; } .header-desc { font-size:15px; color:#b0cee4; max-width:520px; margin:0 auto 14px; line-height:1.7; } .header-desc:last-of-type { margin-bottom:26px; } .header-desc strong { color:var(--white); } .play-btn { display:inline-block; font-family: var(--display); padding:18px 50px; background: linear-gradient(135deg, var(--bolt) 0%, var(--bolt-dark) 100%); color:var(--white); font-size:22px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; text-decoration:none; border-radius:12px; transition:transform .2s, box-shadow .2s; position:relative; overflow:hidden; } .play-btn::after { content:''; position:absolute; inset:0; background:linear-gradient(120deg, transparent 30%, rgba(255,255,255,.25) 50%, transparent 70%); transform:translateX(-100%); transition:transform .5s ease; } .play-btn:hover { transform:translateY(-3px); box-shadow:0 10px 36px rgba(20,117,225,0.45); } .play-btn:hover::after { transform:translateX(100%); } .play-btn:active { transform:scale(.97); } /* ─────── INLINE LINK ─────── */ .match-link { color:var(--bolt); text-decoration:none; border-bottom:1px dashed rgba(20,117,225,0.55); padding-bottom:1px; transition:color .2s, border-color .2s, border-style .2s; } .match-link:hover { color:#5fb0ff; border-bottom-color:#5fb0ff; border-bottom-style:solid; } .match-link strong { color:inherit; } /* ─────── REWARDS SHOWCASE (TWO CARDS) ─────── */ .rewards { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-bottom:16px; } .reward-card { border-radius:18px; padding:30px 22px 26px; text-align:center; border:1px solid transparent; position:relative; overflow:hidden; transition:transform .3s, box-shadow .3s; } .reward-card:hover { transform:translateY(-6px); } .reward-card.cash { background: linear-gradient(160deg, var(--bolt) 0%, var(--bolt-dark) 60%, var(--bolt-darker) 130%); border-color: var(--bolt); } .reward-card.cash:hover { box-shadow:0 18px 50px rgba(20,117,225,0.4); } .reward-card.rain { background: linear-gradient(160deg, var(--dash) 0%, var(--dash-dark) 60%, var(--dash-darker) 130%); border-color: var(--dash); } .reward-card.rain:hover { box-shadow:0 18px 50px rgba(0,202,81,0.35); } .reward-card .ribbon { font-family:var(--display); font-weight:700; font-size:11px; text-transform:uppercase; letter-spacing:.3em; color:rgba(255,255,255,.85); margin-bottom:10px; } .reward-card .headline { font-family:var(--display); font-weight:900; font-size:54px; line-height:.95; color:var(--white); letter-spacing:.005em; } .reward-card .subline { font-family:var(--display); font-weight:900; font-size:18px; text-transform:uppercase; letter-spacing:.14em; color:var(--white); margin-top:10px; } .reward-card .footnote { font-size:12px; color:rgba(255,255,255,.75); margin-top:12px; letter-spacing:.04em; } /* ─────── POOL STRIP ─────── */ .pool-strip { display:flex; justify-content:center; align-items:center; gap:14px; padding:14px 22px; background:linear-gradient(135deg, rgba(255,184,0,0.12), rgba(255,184,0,0.03)); border:1px solid rgba(255,184,0,0.4); border-radius:14px; margin-bottom:16px; font-family:var(--display); text-transform:uppercase; letter-spacing:.18em; font-weight:700; color:var(--muted); font-size:13px; transition:box-shadow .3s; } .pool-strip:hover { box-shadow:0 0 30px rgba(255,184,0,0.18); } .pool-strip strong { color:var(--charge); font-size:22px; letter-spacing:.02em; } /* ─────── PILL ─────── */ .pill { background:rgba(20,117,225,0.10); border:1px solid rgba(20,117,225,0.35); border-radius:40px; padding:12px 22px; text-align:center; font-size:13px; font-weight:600; color:#7fb8ff; margin-bottom:18px; transition:background .3s, border-color .3s; } .pill:hover { background:rgba(20,117,225,0.18); border-color:rgba(20,117,225,0.6); } .pill strong { color:var(--white); } /* ─────── SECTION ─────── */ .section { background: var(--surface); border-radius:16px; padding:26px; margin-bottom:16px; border:1px solid #ffffff0d; transition:border-color .3s, box-shadow .3s; } .section:hover { border-color:rgba(20,117,225,0.35); box-shadow:0 4px 24px rgba(20,117,225,0.08); } .section-title { font-family:var(--display); font-size:24px; font-weight:900; color:var(--white); text-transform:uppercase; letter-spacing:.05em; margin-bottom:20px; display:flex; align-items:center; gap:12px; } .section-title .num { color:var(--bolt); font-size:18px; font-weight:700; letter-spacing:.1em; } .section-intro { font-size:14px; color:#b0cee4; line-height:1.7; margin-top:-6px; margin-bottom:18px; } /* ─────── CHAT ROOMS GRID ─────── */ .rooms-grid { display:grid; grid-template-columns:repeat(4, 1fr); gap:10px; } .room { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px; padding:18px 10px; background:var(--navy); border:1px solid #ffffff10; border-radius:12px; transition:transform .25s, border-color .25s, background .25s, box-shadow .25s; text-align:center; text-decoration:none; color:inherit; cursor:pointer; } .room:hover { transform:translateY(-3px); } .room .flag { font-size:26px; line-height:1; } .room .lang { font-family:var(--display); font-weight:900; font-size:15px; text-transform:uppercase; letter-spacing:.06em; color:var(--white); } .room.r-bolt { border-color:rgba(20,117,225,0.4); } .room.r-bolt:hover { background:rgba(20,117,225,0.10); border-color:var(--bolt); } .room.r-crash { border-color:rgba(233,17,60,0.4); } .room.r-crash:hover { background:rgba(233,17,60,0.10); border-color:var(--crash); } .room.r-strike { border-color:rgba(255,123,0,0.4); } .room.r-strike:hover { background:rgba(255,123,0,0.10); border-color:var(--strike); } .room.r-charge { border-color:rgba(255,184,0,0.4); } .room.r-charge:hover { background:rgba(255,184,0,0.10); border-color:var(--charge); } .room.r-dash { border-color:rgba(0,202,81,0.4); } .room.r-dash:hover { background:rgba(0,202,81,0.10); border-color:var(--dash); } .room.r-more { border-style:dashed; border-color:rgba(255,255,255,0.18); color:var(--muted); } .room.r-more .lang { color:var(--muted); font-size:13px; letter-spacing:.18em; } /* ─────── STEPS ─────── */ .steps { display:flex; flex-direction:column; gap:14px; } .step { display:flex; gap:14px; align-items:flex-start; } .step-num { font-family:var(--display); min-width:38px; height:38px; background: linear-gradient(135deg, var(--bolt), var(--bolt-dark)); border-radius:10px; display:flex; align-items:center; justify-content:center; font-weight:900; font-size:19px; color:var(--white); flex-shrink:0; transition:transform .25s, box-shadow .25s; } .step:hover .step-num { transform:scale(1.12); box-shadow:0 0 0 6px rgba(20,117,225,0.15); } .step-text { font-size:15px; color:#b0cee4; padding-top:7px; line-height:1.55; } .step-text strong { color:var(--white); } /* ─────── REQUIREMENTS ─────── */ .req-list { display:flex; flex-direction:column; gap:10px; } .req-item { display:flex; align-items:center; gap:14px; background:var(--navy); border-radius:12px; padding:14px 16px; border:1px solid #ffffff0a; transition:background .25s, border-color .25s, transform .25s; } .req-item:hover { background:#0a2236; border-color:rgba(20,117,225,0.45); transform:translateX(6px); } .req-icon { font-size:20px; flex-shrink:0; } .req-text { font-size:14px; color:#b0cee4; } .req-text strong { color:var(--bolt); } /* ─────── POOL HERO ─────── */ .pool-total { text-align:center; padding:32px 22px; background:linear-gradient(135deg, rgba(20,117,225,0.10), rgba(20,117,225,0.02)); border:1px solid rgba(20,117,225,0.35); border-radius:16px; margin-bottom:20px; transition:box-shadow .3s; position:relative; overflow:hidden; } .pool-total::before { content:''; position:absolute; inset:0; background: radial-gradient(ellipse at 50% 0%, rgba(20,117,225,0.18) 0%, transparent 60%); pointer-events:none; } .pool-total:hover { box-shadow:0 0 40px rgba(20,117,225,0.18); } .pool-total .pool-label { font-family:var(--display); font-size:13px; color:var(--muted); text-transform:uppercase; letter-spacing:.3em; margin-bottom:10px; position:relative; } .pool-total .pool-amount { font-family:var(--display); font-size:78px; font-weight:900; color:var(--bolt); line-height:1; letter-spacing:.01em; position:relative; animation: count-pulse 3s ease-in-out infinite; } @keyframes count-pulse { 0%,100% { filter:drop-shadow(0 0 0 transparent); } 50% { filter:drop-shadow(0 0 24px rgba(20,117,225,0.5)); } } .pool-total .winners-line { font-family:var(--display); font-size:14px; color:var(--white); text-transform:uppercase; letter-spacing:.22em; margin-top:12px; font-weight:700; position:relative; } .pool-total .winners-line strong { color:var(--charge); } /* ─────── PRIZE TABLE ─────── */ .tier-head { display:grid; grid-template-columns:1.2fr 2fr auto; gap:14px; padding:0 18px 10px; font-family:var(--display); font-size:11px; letter-spacing:.25em; text-transform:uppercase; color:var(--muted); font-weight:700; } .tier-head span:last-child { text-align:right; } .tier-table { display:flex; flex-direction:column; gap:8px; } .tier-row { display:grid; grid-template-columns:1.2fr 2fr auto; gap:14px; align-items:center; padding:16px 18px; background:var(--navy); border-radius:10px; border:1px solid #ffffff0a; transition:background .2s, border-color .2s, transform .2s; } .tier-row:hover { background:#0a2236; border-color:rgba(20,117,225,0.3); transform:translateX(4px); } .tier-label { font-family:var(--display); font-weight:900; text-transform:uppercase; font-size:16px; color:var(--white); letter-spacing:.06em; } .tier-desc { font-size:13px; color:var(--muted); line-height:1.45; } .tier-value { font-family:var(--display); font-weight:900; font-size:22px; color:var(--bolt); text-align:right; letter-spacing:.01em; white-space:nowrap; } .tier-row.t-bolt { border-color:rgba(20,117,225,0.4); background:linear-gradient(90deg, rgba(20,117,225,0.07), var(--navy) 60%); } .tier-row.t-dash { border-color:rgba(0,202,81,0.4); background:linear-gradient(90deg, rgba(0,202,81,0.07), var(--navy) 60%); } .tier-row.t-bolt .tier-value { color:var(--bolt); } .tier-row.t-dash .tier-value { color:var(--dash); } /* ─────── NOTICE ─────── */ .notice { background:rgba(255,123,0,0.08); border:1px solid rgba(255,123,0,0.32); border-radius:14px; padding:16px; margin-bottom:16px; display:flex; gap:14px; align-items:flex-start; transition:border-color .3s; } .notice:hover { border-color:rgba(255,123,0,0.6); } .n-icon { font-size:22px; flex-shrink:0; } .n-text { font-size:13px; color:#f0c8a0; line-height:1.7; } .n-text strong { color:var(--white); } /* ─────── STAKE BADGE ─────── */ .stake-badge { font-family:var(--display); text-align:center; padding:16px; background:linear-gradient(135deg, rgba(20,117,225,0.18), rgba(20,117,225,0.04)); border:1px solid rgba(20,117,225,0.4); border-radius:12px; color:var(--white); font-weight:900; font-size:18px; letter-spacing:.2em; text-transform:uppercase; margin-bottom:16px; position:relative; overflow:hidden; transition:box-shadow .3s; } .stake-badge:hover { box-shadow:0 0 32px rgba(20,117,225,0.3); } .stake-badge::after { content:''; position:absolute; top:0; left:-100%; width:60%; height:100%; background:linear-gradient(90deg,transparent,rgba(20,117,225,0.18),transparent); animation:sweep 3s linear infinite; } @keyframes sweep { to { left:160%; } } /* ─────── TERMS ─────── */ details { background:var(--navy); border:1px solid #ffffff0d; border-radius:14px; overflow:hidden; transition:border-color .3s; } details:hover { border-color:rgba(20,117,225,0.3); } summary { padding:18px 20px; cursor:pointer; font-family:var(--display); font-weight:900; font-size:15px; letter-spacing:.15em; text-transform:uppercase; color:var(--muted); list-style:none; display:flex; justify-content:space-between; align-items:center; user-select:none; transition:color .2s; } summary:hover { color:var(--white); } summary::after { content:'▼'; font-size:10px; color:var(--bolt); } details[open] summary::after { content:'▲'; } .terms-body { padding:0 20px 20px; font-size:13px; color:#6a90a8; line-height:1.9; } .terms-body h2 { font-family:var(--display); font-size:14px; color:var(--bolt); text-transform:uppercase; letter-spacing:.18em; margin:18px 0 8px; font-weight:900; } .terms-body ul, .terms-body ol { padding-left:20px; } .terms-body li { margin-bottom:5px; } .terms-body a { color:var(--bolt); } /* ─────── ANIMATION DELAYS ─────── */ .d1{animation-delay:.05s} .d2{animation-delay:.13s} .d3{animation-delay:.21s} .d4{animation-delay:.29s} .d5{animation-delay:.37s} .d6{animation-delay:.45s} .d7{animation-delay:.53s} .d8{animation-delay:.61s} .d9{animation-delay:.69s} /* ─────── MOBILE ─────── */ @media(max-width:480px){ .header h1 { font-size:44px; } .pool-total .pool-amount { font-size:54px; } .rewards { grid-template-columns:1fr; } .reward-card .headline { font-size:46px; } .rooms-grid { grid-template-columns:repeat(2, 1fr); } .tier-head, .tier-row { grid-template-columns:1fr; gap:6px; padding:14px; } .tier-head span:last-child { text-align:left; } .tier-value { text-align:left; font-size:20px; } .tier-head span:nth-child(2), .tier-head span:nth-child(3) { display:none; } .section { padding:22px 18px; } .pool-strip { flex-direction:column; gap:4px; text-align:center; padding:18px; } } It's All At Stake Stake's
    World Chat
    Tournament
    Competition ends: 14/7/2026
    Every region has its loyalists. Every chat room has its die-hards. This summer, we're putting it all on the line. Which Stake Chat knows their world football best?
    Stack your SGMs. Stack the wins. Drag your chat room to the top.
    It's All At Stake for your region. Bragging rights and three full days of rain pouring down on the winning room.
    Top 20 Users $500 Each · Cash Awarded to the top 20 users in the winning chat room Whole Room 3 Days Extended Rain For every active chatter in the winning room Total Cash Pool $10,000 · 20 Winners 💡 Bets must be Same-Game-Multis (SGMs) on any International Soccer Match [01] Chat Rooms In The Fight Each chat room battles for the crown. Pick yours — every winning SGM stacks for your region.
    🇬🇧English 🇫🇷Français 🌍Deutsch 🇹🇷Türkçe 🇵🇹Português 🇮🇳India 🌍Filipino 🇯🇵日本語 🌍Polski 🌍Suomi 🌍Nigeria 🇷🇺Русский 🌍Tiếng Việt 🌍Pakistan 🇪🇸Español 🇰🇷한국어 🇹🇭ประเทศไทย 🌍ٱلْعَرَبِيَّة 🌍Indonesian 🌍Norway 🇨🇳中文 [02] How To Enter 1 Build a Same-Game-Multi (SGM) with a minimum amount of $5 USD any International Soccer Match this summer 2 Click your chatroom above to join 3 Or find the thread that matches your chat room (English, Hindi, French, Português, etc.) and click in 4 Post your Bet ID as a reply on that thread to lock in your entry for your region 5 Every winning SGM posted in your room's thread stacks against every other chat room sitewide [03] Requirements 🎯 Bets must be Same-Game-Multis (SGMs) only ⚽️ SGMs must be on any International Soccer Match 💬 Post your Bet ID in your region's chat-room thread 🔒 Must be a Stake.com account in good standing [04] Prize Breakdown Total Cash Pool $10,000 20 Winners · Top Room Takes All Prize Recipients Value Cash Prize Top 20 users from the winning chat room $500 each Extended Rain All active chatters of the winning chat room 3 Days ⚠️ Heads up! Only one chat room wins. Make sure your Bet ID is posted in your region's thread — entries in the wrong room won't count toward your team. ‼️ Stake.com Users Only ‼️ 📄 Full Terms & Conditions 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
    The winning chat room is the one with the highest total of winning SGMs posted in its thread by the deadline. Top 20 users from the winning room (by qualifying SGM volume) each receive $500. All active chatters of the winning room receive 3 days of extended rain. Cash prizes delivered within 14 days of competition ending. One entry per Bet ID — duplicate or cross-posted Bet IDs may be disqualified. Eligibility
    Active Stake.com account in good standing KYC Level 2 verification required for cash prize delivery Account must have no restrictions or exclusions Must not be a Stake employee Must maintain only one Stake account Must not be in a Prohibited Jurisdiction Stake's Reserved Rights
    To amend the Rules at any time To cancel the Competition at any time To verify the nominated account for prize delivery
  2. Pepe - Crying
    lucasBl reacted to Edward in Weekend Stream + Giveaway   
    Weekend stream
    Join me on Kick & ask me any questions about Stake or the gaming industry in general. Will be running a bunch of giveaways throughout, including this forum giveaway.

    Link to stream: https://kick.com/Eddie
    How to enter the giveaway?

    Simply post your Stake username below! You'll need to ensure you have at least 10 posts. Don't try to abuse this giveaway as it'll lead to a perm forum suspension 🙈
    How are winners chosen?

    When you post on the forum you will be assigned both a page number & a post number. Towards the end of the stream I will draw 5 random pages for each VIP host to choose winners from.

    Essentially you're hoping that I draw your page number on live stream & that the person assigned your page picks you as a winner! I will also draw 7 random post numbers. If your post number is drawn you will also win. 

    Want to increase your chances of winning?

    1. Stay tuned into the live stream for tips on how to edit your post to include certain information for a higher chance 😎
    2. Be super nice to your VIP host & don't give them a hard time 😂
    3. One entry per household only. Multiple entries will have you disqualified 

    Giveaway prizes (Stake.com Players)

    Non VIP: $10
    Bronze: $20
    Silver: $40
    Gold: $60
    Platinum: $100
    Platinum 2: $120
    Platinum 3: $140
    Platinum 4: $160
    Platinum 5: $180
    Platinum 6: $200
    Diamond: $500

    Giveaway prizes (Stake.us Players)

    Non VIP: 10k GC + free Stake Cash
    Bronze: 20k GC + free Stake Cash
    Silver: 40k GC + free Stake Cash
    Gold: 60k GC + free Stake Cash
    Platinum: 1m GC + free Stake Cash
    Platinum 2: 1.2m GC + free Stake Cash
    Platinum 3: 1.4m GC + free Stake Cash
    Platinum 4: 1.6m GC + free Stake Cash
    Platinum 5: 1.8m GC + free Stake Cash
    Platinum 6: 2m GC + free Stake Cash
    Diamond: 5m GC + free Stake Cash

    Please note that the number of posts and pages may fluctuate while this topic remains open. Be sure to check your post number once the topic is closed
  3. Fire
    lucasBl reacted to Jake7589 in ​ 🏆 Stake x Team Vitality PC Giveaway 🎮 ​   
    We have our winners!
    Congratulations to the following randomly selected players. Winners have been contacted.
     
    Thank you, everyone, for entering! 
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap'); :root { --primary: #071824; --gold: #FFB800; --blue: #0079ff; --surface: #0a2236; --text: #e0eef8; --muted: #7fa8c4; } * { margin:0; padding:0; box-sizing:border-box; } body { background: var(--primary); color: var(--text); font-family: 'Inter', sans-serif; min-height: 100vh; } .container { max-width:740px; margin:0 auto; padding:24px 20px 60px; } .fade-up { opacity:0; transform:translateY(28px); animation:fadeUp .6s ease forwards; } @keyframes fadeUp { to { opacity:1; transform:none; } } .winner-banner { text-align:center; padding:40px 28px 36px; margin-bottom:20px; } .winner-banner h1 { margin-bottom:10px; } .winner-banner p { max-width:480px; margin:0 auto; } .winning-slot { display:flex; align-items:center; justify-content:center; gap:14px; background: linear-gradient(135deg, #FFB80018, #FFB80008); border:1px solid #FFB80055; border-radius:16px; padding:20px 24px; margin-bottom:20px; position:relative; overflow:hidden; transition:box-shadow .3s; } .winning-slot:hover { box-shadow:0 0 40px #FFB80022; } .winning-slot::after { content:''; position:absolute; top:0; left:-100%; width:60%; height:100%; background:linear-gradient(90deg,transparent,rgba(255,184,0,.08),transparent); animation:sweep 3s linear infinite; } @keyframes sweep { to { left:160%; } } .slot-label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:1.2px; font-weight:700; } .slot-name { font-size:28px; font-weight:900; color:#FFB800; animation: count-pulse 2.5s ease-in-out infinite; } @keyframes count-pulse { 0%,100% { text-shadow:0 0 0 #FFB800; } 50% { text-shadow:0 0 20px #FFB80077; } } .slot-icon { font-size:36px; animation:float 3s ease-in-out infinite; } @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} } .claim-wrap { text-align:center; margin-bottom:20px; } .claim-btn { display:inline-block; padding:16px 36px; background: linear-gradient(135deg, #FFB800, #e6a500); color:#071824; font-size:16px; font-weight:800; text-decoration:none !important; border-radius:12px; transition:transform .2s, box-shadow .2s; position:relative; overflow:hidden; box-shadow:0 4px 20px #FFB80044; } .claim-btn::after { content:''; position:absolute; inset:0; background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.25) 50%,transparent 70%); transform:translateX(-100%); transition:transform .5s; } .claim-btn:hover { transform:translateY(-3px); box-shadow:0 8px 32px #FFB80055; text-decoration:none !important; } .claim-btn:hover::after { transform:translateX(100%); } .claim-note { font-size:12px; color:var(--muted); margin-top:10px; } .section { background:var(--surface); border-radius:16px; padding:24px; border:1px solid #ffffff0d; transition:border-color .3s, box-shadow .3s; } .section:hover { border-color:#0079ff33; box-shadow:0 4px 24px #0079ff0d; } .section-tag { display:inline-block; margin-bottom:10px; color:var(--gold); font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; } .section h2 { font-size:22px; font-weight:900; margin-bottom:18px; } .winners-list { display:flex; flex-direction:column; gap:8px; } .winner-row { display:flex; justify-content:space-between; align-items:center; padding:13px 16px; background:var(--primary); border-radius:12px; border:1px solid #ffffff0a; transition:background .2s, border-color .2s, transform .2s; cursor:default; } .winner-row:hover { background:#0a2236; border-color:#FFB80044; transform:translateX(6px); } .winner-left { display:flex; align-items:center; gap:12px; } .winner-rank { width:28px; height:28px; border-radius:50%; background:rgba(255,184,0,.12); border:1px solid rgba(255,184,0,.2); color:var(--gold); font-size:12px; font-weight:800; display:flex; align-items:center; justify-content:center; flex-shrink:0; } .winner-name { font-size:14px; font-weight:600; color:var(--text); } .winner-prize { font-size:14px; font-weight:800; color:#FFB800; } .d1{animation-delay:.05s} .d2{animation-delay:.13s} .d3{animation-delay:.21s} .d4{animation-delay:.29s} @media(max-width:480px){ .winner-banner h1 { font-size:24px; } .slot-name { font-size:22px; } }
    Winners 5 Lucky Winners
    1 BangloyN - apEX's PC 2 Ryderistic - ZywOo's PC 3 jinrui - flameZ's PC 4 r3fteen - mezii's PC 5 Enigmanoishi - ropz's PC
  4. Fire
    lucasBl reacted to pierrot1045 in How to forum challenge   
    ◆前書き
    この記事は下記3カテゴリのプロモーションを対象に記載しています。
    Casino Promotions VIP Promotions Sportsbook Promotions ※Other Promotionsについては……🙈🙉🙊
    ※20歳以上のプレイヤーに向けた記事になります。
     
    ◆この記事でわかること
    フォーラムチャレンジについて 参加の仕方について(事前準備~報告) 報酬について おまけ:Eddie定期配信時のフォーラム投稿について  
    ◆フォーラムチャレンジについて
     フォーラムチャレンジとは、毎週月曜日に投稿されるお題をクリアすることで報酬を受け取れるチャレンジのことです。
     お題は通常、下記のように合計6つ指定されます。
    Casino Promotions オリジナルゲーム スロットゲーム Sportsbook Promotions マルチで10倍以上狙い 最高オッズ狙い(月間で開催) VIP Promotions オリジナルゲーム スロットゲーム  ※CasinoとVIPはカジノ、Sportsbookはスポーツが対象。
     ※CasinoよりVIPのほうがちょっと難しい。
     
    ◆参加の仕方について
     Step1:フォーラムに登録しよう❗
      まずは画面の右上からsign upしましょう。
      ※ログインIDはStakeとは別管理となっているため、最初に登録が必要です。
     Step2:10回の投稿を完了させよう❗
      フォーラムチャレンジに挑戦する前に任意のトピックに10回投稿を行う必要があります。
      【重要‼️】トピックの新規作成ではなく、10回の返信投稿にしましょう。
      元モデレーターのhidaushiさんが返信しやすいトピックを作成してくれているのでお勧めです。
      ※投稿と投稿の間には数分のインターバルを挟む必要があります。
      👇トピックの探し方👇
      トップページ > Local >日本語 (Japanese) >カジノディスカッション
     Step3:お題を確認してみよう❗
      実際にお題を確認してみましょう。
      ※記事に最低BETやクリア条件、期間などの記載があるので念入りにチェックしましょう。
       ランキング条件を満たしてランクインすると追加報酬が獲得できるものも🤑
       👇お題の探し方👇
      トップページ > Promotions >Casino Promotions
      トップページ > Promotions >Sportsbook Promotions
      トップページ > Promotions >VIP Promotions
     Step4:お題をクリアして報告しよう❗
      お題をクリアしたら報告をする必要があります。
      1.クリアしたベットIDを記載
       フォーラムにsign inして該当トピックの「Reply to this topic」をクリック(タップ)します。
       StakeでベットIDをコピーして入力欄に記載します。
       ※報告後も報酬を受け取るまではメモに保存することをお勧めします。
        👇ベットIDの見つけ方👇
       https://help.stake.com/ja/articles/5746896-ベットidの見つけ方について
      2.コインマークを使う
       === オリジナルゲームの場合 ===
        入力欄の上部にコインマーク(チップアイコン)があります。
        記載したベットID部分を全選択してマークを使用すると結果が画像化されます。
        ※Stakeでゴーストモードをオフにする必要があります。
           👇ゴーストモードについて👇
         Stakeトップ > 人マーク >設定 >環境設定
        ※アイコンについてはオリジナルゲームのトピックに画像付きで説明があります。
        【備考】
         2022年10月28日現在、アイコンがうまく使用できません。
         (必須ではないようですが)上記手順の代わりにスクショを添付しましょう。
       === スロットゲームの場合 ===
        仕様上、コインマークは使用できません。
        (必須か知りませんが)スクショを添付しましょう。
     Step5:報酬を受け取ろう❗
      報酬は自動で配布されないため、自分で受け取りを行う必要があります。
      詳細は次項に記載。
     
    ◆報酬について
    報酬はお題が締め切られてから72時間以内に配布されます。 トピックごとに最終ページに受け取り用のリンクが追記されます。   ※報酬金額は各トピックの記載内容をご確認ください。
      ※Stakeの認証レベルが1以下の場合、2以上に比べて報酬が少なくなります。
       認証レベル1:未認証時の報酬+10%、認証レベル2以上:未認証時の報酬+100%
     
    ◆おまけ:Eddie定期配信時のフォーラム投稿について
     1.Eddie定期配信とは(前置き)
      Eddie定期配信とは、日本時間の毎週土曜日21時半より開始される配信のことです。
      ※配信URLは週次ボーナスと併せてTG(Telegram)で知らされます。
        👇週次ボーナスとTGについて👇
      https://help.stake.com/ja/articles/5507919-週次ボーナスについて知っておくべきすべてのこと
     2.Eddie定期配信時のフォーラム投稿について
      毎週の定期配信では配信中にフォーラムを用いた抽選が行われます。
      毎週、配信直前に作成される専用トピックに、
      「Stakeのユーザー名(ID)」と「ラッキーカラー」を投稿することで抽選の対象になります。
      ※ラッキーカラーは配信内で発表されます。
       👇専用トピックの探し方👇
      トップページ > Other Promotions >Giveaways
     3.抽選について
      抽選は2段階で行われます。
      まず、配信中にフォーラムのページ数を抽選が実施されます。
      その後、配信外で当選ページ内の1名が当選者として選ばれます。
      当選した場合、アカウントにチップまたは金庫に直接という形式で賞金が与えられます。
      ※そのため、当落に依らず、最初の投稿後には特別な操作は必要ありません。
      ※賞金の金額については専用トピック内の記載をご確認ください。
  5. Eddie
    lucasBl reacted to Mitkenso in ⬆️⬇️ $2,000 Over or Under Challenge   
    casino:470338301735
  6. Eddie
    lucasBl reacted to red95 in ⬆️⬇️ $2,000 Over or Under Challenge   
    casino:470295481251

  7. Eddie
    lucasBl reacted to pAsi777 in ⬆️⬇️ $2,000 Over or Under Challenge   
    casino:470293523003
  8. Bitcoin
    lucasBl reacted to Edward in Weekend Stream + Giveaway   
    Weekend stream
    Join me on Kick & ask me any questions about Stake or the gaming industry in general. Will be running a bunch of giveaways throughout, including this forum giveaway.

    Link to stream: https://kick.com/Eddie
    How to enter the giveaway?

    Simply post your Stake username below! You'll need to ensure you have at least 10 posts. Don't try to abuse this giveaway as it'll lead to a perm forum suspension 🙈
    How are winners chosen?

    When you post on the forum you will be assigned both a page number & a post number. Towards the end of the stream I will draw 5 random pages for each VIP host to choose winners from.

    Essentially you're hoping that I draw your page number on live stream & that the person assigned your page picks you as a winner! I will also draw 7 random post numbers. If your post number is drawn you will also win. 

    Want to increase your chances of winning?

    1. Stay tuned into the live stream for tips on how to edit your post to include certain information for a higher chance 😎
    2. Be super nice to your VIP host & don't give them a hard time 😂
    3. One entry per household only. Multiple entries will have you disqualified 

    Giveaway prizes (Stake.com Players)

    Non VIP: $10
    Bronze: $20
    Silver: $40
    Gold: $60
    Platinum: $100
    Platinum 2: $120
    Platinum 3: $140
    Platinum 4: $160
    Platinum 5: $180
    Platinum 6: $200
    Diamond: $500

    Giveaway prizes (Stake.us Players)

    Non VIP: 10k GC + free Stake Cash
    Bronze: 20k GC + free Stake Cash
    Silver: 40k GC + free Stake Cash
    Gold: 60k GC + free Stake Cash
    Platinum: 1m GC + free Stake Cash
    Platinum 2: 1.2m GC + free Stake Cash
    Platinum 3: 1.4m GC + free Stake Cash
    Platinum 4: 1.6m GC + free Stake Cash
    Platinum 5: 1.8m GC + free Stake Cash
    Platinum 6: 2m GC + free Stake Cash
    Diamond: 5m GC + free Stake Cash

    Please note that the number of posts and pages may fluctuate while this topic remains open. Be sure to check your post number once the topic is closed
  9. Litecoin
    lucasBl reacted to JessD26 in $1,000,000 Bad Beat Jackpot 🃏   
    🃏 Stake Poker: $1,000,000 Bad Beat Jackpot 💰
    At Stake, we're not in the business of bad beats 😤
    So we're putting a $1,000,000 Jackpot up for grabs when your great hand is beaten by an even greater hand 🤑
    Bad Beat Trigger Hands
    Holdem = AAAJJ or better Omaha = 2222x or better Winning the Jackpot
    Hand must go to showdown Both the winner and the loser must use 2 hole cards to make a qualifying combination Hole cards must contain a pocket pair for a four of a kind to qualify There must be 4 or more players dealt in to the hand If the board is run multiple times, only the first board will qualify players for the Bad Beat Jackpot Players who are not dealt hole cards are not eligible for the Bad Beat Jackpot Any player who is dealt in to a jackpot triggering hand must stay at the table until the conclusion of a hand to be eligible for the jackpot.  
    You can find more information about Payouts, Jackpot Fund, and T&Cs HERE
     
    PLAY HERE
  10. Fire
    lucasBl got a reaction from Abhayspam in Paperclip Gaming - Scroll Keeper 📜   
    Sigan progresando y mejorando para nosotros los usuarios!! Gracias
  11. Pepe - Crying
    lucasBl reacted to Steve in $90,000 giveaway winners #244   
    Winners claim $5000 here!
    https://playstake.info/bonus?code=75kRaffleWeek244


    $5000 winners

    7134849 - amitmori1
    7300601 - Rinyard2
    6064458 - baihongjun771
    5036994 - Algenidley
    357776 - InspectorFaraz
    8649885 - Rewioe1
    3495055 - InspectorFaraz
    4203989 - baihongjun771
    2374312 - InspectorFaraz
    1812189 - InspectorFaraz
    8244195 - HPH44
    650321 - InspectorFaraz
    2752001 - InspectorFaraz
    4109142 - baihongjun771
    364750 - InspectorFaraz
    65445 - Yabsss
    4603565 - Dsquaredstake
    4902240 - Player369
  12. Fire
    lucasBl reacted to JessD26 in 💰 [$2,500 USD] ​ Bonus Clash: Maze Quest vs Knight Shift 🥊 ​   
    Bonuses have clashed, and Knight Shift has won! ⚔️

    Congratulations to our following winners 🏆



    You can claim your reward here:
    CLAIM HERE
  13. Ethereum
    lucasBl reacted to errrbuddyslots in Weekend Stream + Giveaway   
    atomx9
     
    lets go!! good luck this weekend!!
  14. Ethereum
    lucasBl reacted to Adumbobi in Weekend Stream + Giveaway   
    Stake name: adumbobi
    good luck everyone 💕 🎄 
  15. Litecoin
    lucasBl reacted to yayaa in Weekend Stream + Giveaway   
    shige55
  16. Imposter
    lucasBl reacted to bitneoo in Weekend Stream + Giveaway   
    bitneoo  
  17. Fire
    lucasBl reacted to Jake7589 in 💰[$1,000 USD] Multiplier Mania: Eggventure ​🥚​   
    🏆 Multiplier Mania: Eggventure 🥚
    Ends: 16/12/2025 @  1.00 AM GMT

    Think you can stack up the 5x multipliers? Jump into Eggventure, Paperclip’s latest release - only on Stake! 🥚
    Rack up as many qualifying 5x (or above) bet IDs as you can. The top 10 users with the most submitted Bet IDs will score a share of $1,000!
    - There is no limit on the Bet IDs submitted, per user -
    Drop your Bet IDs below and climb the leaderboard. 💰🔥
    PLAY HERE
     
    Requirements: 
    1.00 USD bet minimum
    5x minimum multiplier
    Reply to this thread with your Bet IDs
    Prize Pool: $1,000
    Distributed to 10 eligible winners who meet the above conditions. How to Enter:
    Bet ID: Your bet ID here Prize pool distribution:
    Complete the challenge within the next 7 days for a shot at the prize pool. Winners are limited to 10. IMPORTANT: Don’t miss out! Stay tuned for the official winner announcements so you can grab your prize before the link expires. Users will not be credited after the 3 month time period ends. Stake.com users only ‼
    Terms of Service – Competition: 
    For Full Terms of Service - Expand below Quote
  18. Fire
    lucasBl reacted to MilicaRa in 🎯 New Year Resolution - One Thing You Want to Change🎯   
    Interesting topic! I’ve created a vision board, mostly focused on friends’ gatherings, travel, success, and money. I also want to start going to the gym, which is the hardest goal for me 🫡🤍
  19. Fire
    lucasBl reacted to Jake7589 in 💰[$2,000 USD] All I Want for Christmas Is a Max Win 🎁   
    🎄 All I Want for Christmas Is a Max Win 🎁
    Ends: 26/12/2025 @  1.00 AM GMT

    We released 11 new Stake Originals this year, the most in Stake’s history!. From pumping up balloons, cracking packs, and your money on a chicken, 2025 has delivered nonstop bangers every month. Share your biggest win from any new Stake original from this year, and we’ll choose 10 random replies to win a share of $2,000!
    Drop your Bet IDs below 🎄✨
    Requirements: 
    Reply to this thread with your Bet ID Include your Stake ID. Prize Pool: $2,000
    Distributed to 10 randomly selected winners who meet the above conditions. How to Enter:
    Reply to this thread with your Bet ID Include your Stake ID Prize pool distribution:
    Complete the challenge within the next 4 days for a shot at the prize pool. Winners are limited to 10. IMPORTANT: Don’t miss out! Stay tuned for the official winner announcements so you can grab your prize before the link expires. Users will not be credited after the 3-month time period ends. Stake.com users only ‼
    Terms of Service – Competition: 
    For Full Terms of Service - Expand below Quote
  20. Fire
  21. Fire
    lucasBl reacted to StakeCE in 💰[$2,000 USD] All I Want for Christmas Is a Max Win 🎁   
    casino:376209838962
    Was like my best day ever lol 😆 
    Stake ID: StakeCE
  22. Eddie
    lucasBl reacted to Jake7589 in Reel Bounty: Moji Joji Winnerlsit 12/1/26   
    body { font-family: Calibri, Arial, sans-serif; font-size: 11pt; line-height: 1.15; color: #ffffff; /* make all text white */ margin: 24px; } .p { margin: 0 0 8pt 0; } /* Ensure headings and lists are white */ h1, h2, h3, h4, h5, h6, p, li, ul, ol, blockquote { color: #ffffff; } /* Ensure links stay readable */ a { color: #ffffff; } Reel Bounty: Moji Joji Winners 19/1/26 
    - Winners list  - 
    Congratulations to the following winners!
    You can claim your reward here - https://playstake.info/bonus?code=ReelBountyMojiJoji
    .table-wrapper { display: flex; justify-content: center; margin-top: 40px; } table { border-collapse: collapse; text-align: center; } th, td { border: 1px solid #000; padding: 8px 12px; } th { font-weight: bold; } Rank Name Hits Prize 1 hotball 1595 $10,000 2 Cryomastix 1398 $6,500 3 AMINASB 721 $4,200 4 Zoltan 278 $3,200 5 mantisK90 251 $1,600 6 Kartenstapel 91 $100 7 Jimmy37 68 $100 8 daffyducky 49 $100 9 vxvcooper 42 $100 10 AngstyAndy 28 $100 11 MindTheGap 17 $100 12 Drew2287 14 $100 13 bernthecool 14 $100 14 xiTaLo97x 14 $100 15 droz 13 $100 16 daveyj 12 $100 17 sylomex 12 $100 18 caspervonb 11 $100 19 sizzlinghotx 10 $100 20 nowloading 10 $100 21 Muxagateiro 10 $100 22 sigurdsun 9 $100 23 UnkohO 9 $100 24 SwePokerNinja 9 $100 25 kaftata 9 $100 26 edxrest 8 $100 27 GTI1986 7 $100 28 BotsUmer 6 $100 29 kosmos2 6 $100 30 Sirk23 5 $100 31 yokcashya 5 $100 32 Alexis888 5 $100 33 ZottiderSotti 5 $100 34 BetSquirtle 4 $100 35 NatoG2025 4 $100 36 Cryomatic 4 $100 37 xonixakja 4 $100 38 Dmac187 4 $100 39 Charballantyne 4 $100 40 Snotrik 4 $100 41 Malboro666 4 $100 42 kenksk 3 $100 43 Zenboah 3 $100 44 coolbogey 3 $100 45 Flikers 3 $100 46 Theonekind 3 $100 47 Hmzmok 3 $100 48 ariansoppa 3 $100 49 Beat23 3 $100 50 Acario22 3 $100
    .table-container { display: flex; justify-content: center; } table { border-collapse: collapse; } th, td { padding: 8px; border: 1px solid #000; text-align: center; }
  23. Eddie
    lucasBl reacted to BratislavK in Conquer The Casino December 12 - 19   
    Airstrike
    Swaam   x25000 /  house:429861057314
    frankymarty   x25,000.00   /   house:429781965857
    Yabsss   $1,713,000.00  /  house:429501403537
    Big Bass Splash 1000
    markusma   x25000 /  house:429625742598
    Yabsss   $165,375.00  /  house:429362479087
    Galactic Warrior
    nemrap98  x3217.75  /  house:430951541327
     
    馬上開   $129,759.00  /  house:431257216244
    Iron Bank 2
    OlezhaXD   x2.783,53  /  house:430099312865
    Poedes   $41,293.00  /  house:429501949169
    Jaws of Justice
    Apache89   x9799.5  /  house:429787990173
    towin100m   $1,796,000.00  /  house:430937719938
    Pirate Doubles
    sukhpal21h   x5000  /  house:429447095187
    Dabeh   $122,792.00  /  house:429439952962
    Polar Buffalo Extreme Hold and Win 25,000
    jw888888   x594  /  house:429519528970
    馬上開   $1,715.00   /  house:431108694620
    Power Pops
    Conrad1060  x9734.6  /  house:430691550992
    Basketball11   $47,426.96  /  house:430394984907
    Solar Eclipse
    Ales1996   x3552.1  /  house:430414690710
    Yabsss $129,249.41  /  house:431250675429
    The Family Death
    EzequielRP7   x21325.4  /  house:429770716629
    tugberkerkal   $105,040.00  /  house:429982256565
  24. Pepe - Thinking
    lucasBl reacted to n0pants in Stake rigging winners for the 9 missions Promo   
    Diamond is like the highest rank with the fewest numbers players that ever reach that shit, and you can have a maximum of 9 tickets, and you tell me that the first 3 are Diamond ranks – that's no coincidence. @Edward@Steve can you explain that rgged bs ? 



    also all on mission summary part 3 page (but thats lil too much tinfoil)
  25. Eddie
    lucasBl reacted to Edward in Weekend Stream + Giveaway   
    Weekend stream
    Join me on Kick & ask me any questions about Stake or the gaming industry in general. Will be running a bunch of giveaways throughout, including this forum giveaway.

    Link to stream: https://kick.com/Eddie
    How to enter the giveaway?

    Simply post your Stake username below! You'll need to ensure you have at least 10 posts. Don't try to abuse this giveaway as it'll lead to a perm forum suspension 🙈
    How are winners chosen?

    When you post on the forum you will be assigned both a page number & a post number. Towards the end of the stream I will draw 5 random pages for each VIP host to choose winners from.

    Essentially you're hoping that I draw your page number on live stream & that the person assigned your page picks you as a winner! I will also draw 7 random post numbers. If your post number is drawn you will also win. 

    Want to increase your chances of winning?

    1. Stay tuned into the live stream for tips on how to edit your post to include certain information for a higher chance 😎
    2. Be super nice to your VIP host & don't give them a hard time 😂
    3. One entry per household only. Multiple entries will have you disqualified 

    Giveaway prizes (Stake.com Players)

    Non VIP: $10
    Bronze: $20
    Silver: $40
    Gold: $60
    Platinum: $100
    Platinum 2: $120
    Platinum 3: $140
    Platinum 4: $160
    Platinum 5: $180
    Platinum 6: $200
    Diamond: $500

    Giveaway prizes (Stake.us Players)

    Non VIP: 10k GC + free Stake Cash
    Bronze: 20k GC + free Stake Cash
    Silver: 40k GC + free Stake Cash
    Gold: 60k GC + free Stake Cash
    Platinum: 1m GC + free Stake Cash
    Platinum 2: 1.2m GC + free Stake Cash
    Platinum 3: 1.4m GC + free Stake Cash
    Platinum 4: 1.6m GC + free Stake Cash
    Platinum 5: 1.8m GC + free Stake Cash
    Platinum 6: 2m GC + free Stake Cash
    Diamond: 5m GC + free Stake Cash

    Please note that the number of posts and pages may fluctuate while this topic remains open. Be sure to check your post number once the topic is closed
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use