Jump to content

k0k4ine

Member
  • Posts

    273
  • Joined

  • Last visited

Reputation Activity

  1. Fire
    k0k4ine reacted to Jake7589 in πŸ’°[$10,000+Rain] Stake’s World Chat Tournament 🏟️   
    STAKE WORLD CHAT TOURNAMENT WINNERS!
    The votes are in, and the SGMs are counted. Congratulations to the winning room and all the top 20 users taking home cash! @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&family=Barlow+Condensed:wght@700;800;900&display=swap'); :root { --navy: #071824; --white: #ffffff; --bolt: #1475E1; --bolt-dark: #0749CE; --bolt-darker: #082F5A; --charge: #FFB800; --charge-dark: #FF8C00; --charge-darker: #4D3700; --dash: #00CA51; --dash-dark: #00AD2A; --dash-darker: #005120; --surface: #0d2438; --surface2: #112d44; --muted: #7fa8c4; --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; } .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); } } .hero-img-wrap { margin:0 auto 24px; max-width:500px; border-radius:14px; overflow:hidden; border:1px solid #ffffff12; box-shadow:0 8px 32px rgba(0,0,0,.4); } .hero-img-wrap img { width:100%; display:block; } .eyebrow { font-family: var(--display); font-weight:700; font-size:13px; letter-spacing:.32em; color:var(--bolt); text-transform:uppercase; margin-bottom:14px; position:relative; display:block; } .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; position:relative; } .h1-accent { color:var(--charge); } .header-desc { font-size:15px; color:#b0cee4; max-width:520px; margin:18px auto 0; line-height:1.7; position:relative; } .header-desc strong { color:var(--white); } /* WINNING ROOM BANNER */ .winning-room { display:flex; align-items:center; justify-content:center; gap:18px; background: linear-gradient(135deg, rgba(255,184,0,0.14), rgba(255,184,0,0.03)); border:2px solid rgba(255,184,0,0.5); border-radius:16px; padding:24px 28px; margin-bottom:20px; position:relative; overflow:hidden; transition:box-shadow .3s; } .winning-room:hover { box-shadow:0 0 50px rgba(255,184,0,0.18); } .winning-room::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%; } } .room-flag { font-size:48px; animation:float 3s ease-in-out infinite; } @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} } .room-info { text-align:left; } .room-label { font-family:var(--display); font-size:11px; font-weight:700; letter-spacing:.28em; text-transform:uppercase; color:var(--muted); margin-bottom:6px; } .room-name { font-family:var(--display); font-size:44px; font-weight:900; color:var(--charge); letter-spacing:.04em; line-height:1; text-shadow:0 0 30px rgba(255,184,0,0.4); } .room-sub { font-size:13px; color:#b0cee4; margin-top:6px; } /* 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; } /* CLAIM */ .claim-wrap { text-align:center; margin-bottom:20px; } .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%); } .claim-note { font-size:12px; color:var(--muted); margin-top:12px; letter-spacing:.04em; } .claim-note 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; } /* WINNERS */ .winners-list { display:flex; flex-direction:column; gap:8px; } .winner-row { display:flex; align-items:center; gap:12px; padding:14px 16px; background:var(--navy); border-radius:10px; border:1px solid #ffffff0a; transition:background .2s, border-color .2s, transform .2s; } .winner-row:hover { background:#0a2236; border-color:rgba(20,117,225,0.3); transform:translateX(4px); } .winner-rank { font-family:var(--display); min-width:32px; height:32px; background: linear-gradient(135deg, var(--bolt), var(--bolt-dark)); border-radius:8px; display:flex; align-items:center; justify-content:center; font-weight:900; font-size:15px; color:var(--white); flex-shrink:0; } .winner-name { font-size:14px; font-weight:700; color:var(--white); flex:1; } .winner-prize { font-family:var(--display); font-weight:900; font-size:20px; color:var(--charge); white-space:nowrap; } /* RAIN NOTICE */ .rain-notice { display:flex; align-items:center; gap:16px; background: linear-gradient(135deg, rgba(0,202,81,0.10), rgba(0,202,81,0.03)); border:1px solid rgba(0,202,81,0.35); border-radius:14px; padding:18px 20px; margin-bottom:16px; transition:border-color .3s, box-shadow .3s; } .rain-notice:hover { border-color:rgba(0,202,81,0.6); box-shadow:0 0 30px rgba(0,202,81,0.12); } .rain-icon { font-size:28px; flex-shrink:0; } .rain-text { font-size:14px; color:#a0e8c0; line-height:1.7; } .rain-text strong { color:#00CA51; } /* 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:sweep2 3s linear infinite; } @keyframes sweep2 { to { left:160%; } } .d1{animation-delay:.05s} .d2{animation-delay:.13s} .d3{animation-delay:.21s} .d4{animation-delay:.29s} .d5{animation-delay:.37s} @media(max-width:520px){ .header h1 { font-size:44px; } .room-name { font-size:32px; } .pool-strip { flex-direction:column; gap:4px; text-align:center; padding:18px; } .section { padding:22px 18px; } }
    πŸ‡«πŸ‡· πŸ† Winning Room FranΓ§ais Top 20 users each win $500 cash + 3 days extended rain for all active chatters 🎁 Claim Your Reward 1 ajnfajnf $500 2 alleluiateam $500 3 Ancifals $500 4 Bender8 $500 5 Bolours $500 6 EkhoBait $500 7 gabifrkr $500 8 Gzone83 $500 9 HisokaStake69 $500 10 John3 $500 11 kelianthis $500 12 Lerenard12 $500 13 LouisHoodie $500 14 moulay $500 15 Ppxierre18100 $500 16 princessemir $500 17 Samouelle $500 18 Snetyx69 $500 19 Tzou $500 20 zefootix $500
  2. Fire
    k0k4ine reacted to Jake7589 in ⚽️ Stake's Światowy Turniej Czatu - Polski 🌍   
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&family=Barlow+Condensed:wght@700;800;900&display=swap'); :root { --navy: #071824; --white: #ffffff; --bolt: #1475E1; --bolt-dark: #0749CE; --bolt-darker: #082F5A; --crash: #E9113C; --crash-dark: #C9000A; --crash-darker: #5D0718; --strike: #FF7B00; --strike-dark: #FF4E00; --strike-darker: #663100; --charge: #FFB800; --charge-dark: #FF8C00; --charge-darker: #4D3700; --dash: #00CA51; --dash-dark: #00AD2A; --dash-darker: #005120; --surface: #0d2438; --surface2: #112d44; --muted: #7fa8c4; --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 { 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); } .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 { 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 { 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 { 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 { 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; } .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); } .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-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); } .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 { 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 { 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%; } } 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); } .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} @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; } .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; } } 🌍 Polski PokΓ³j Β· It's All At Stake Stake's
    Światowy
    Turniej Czatu
    Konkurs koΕ„czy siΔ™: 14/7/2026
    KaΕΌdy region ma swoich lojalnych. KaΕΌdy pokΓ³j czatu ma swoich zagorzaΕ‚ych fanΓ³w. Tego lata stawiamy wszystko na szali. KtΓ³ry Stake Chat najlepiej zna Ε›wiatowΔ… piΕ‚kΔ™ noΕΌnΔ…?
    Zbieraj swoje SGM. Zbieraj wygrane. ZaprowadΕΊ swΓ³j pokΓ³j czatu na szczyt.
    It's All At Stake dla twojego regionu. Prawo do chwalenia siΔ™ i peΕ‚ne trzy dni rain spadajΔ…cego na zwyciΔ™ski pokΓ³j.
    ⚽️ Postaw Teraz Top 20 UΕΌytkownikΓ³w $500 KaΕΌdy Β· Cash Przyznawane top 20 uΕΌytkownikom zwyciΔ™skiego pokoju czatu CaΕ‚y PokΓ³j 3 Dni PrzedΕ‚uΕΌony Rain Dla kaΕΌdego aktywnego uΕΌytkownika w zwyciΔ™skim pokoju Łączna Pula Cash $10,000 Β· 20 ZwyciΔ™zcΓ³w πŸ’‘Β ZakΕ‚ady muszΔ… byΔ‡ Same-Game-Multis (SGMs) na dowolnym MiΔ™dzynarodowym Meczu PiΕ‚ki NoΕΌnej [01] Jak WziΔ…Δ‡ UdziaΕ‚ 1 Zbuduj Same-Game-Multi (SGM) o minimalnej kwocie 5 USD na dowolny MiΔ™dzynarodowym Meczu PiΕ‚ki NoΕΌnej tego lata 2 Odpowiedz w tym wΔ…tku swoim Bet ID, aby potwierdziΔ‡ udziaΕ‚ 3 KaΕΌdy wygrywajΔ…cy SGM opublikowany w tym wΔ…tku kumuluje siΔ™ przeciwko wszystkim innym pokojom czatu w caΕ‚ej witrynie [02] Wymagania 🎯 ZakΕ‚ady muszΔ… byΔ‡ wyΕ‚Δ…cznie Same-Game-Multis (SGMs) ⚽️ SGM muszΔ… byΔ‡ na dowolnym MiΔ™dzynarodowym Meczu PiΕ‚ki NoΕΌnej πŸ’¬ Opublikuj swΓ³j Bet ID jako odpowiedΕΊ na ten wΔ…tek πŸ”’ Musi byΔ‡ konto Stake.com w dobrej kondycji [03] SzczegΓ³Ε‚y NagrΓ³d Łączna Pula Cash $10,000 20 ZwyciΔ™zcΓ³w Β· Najlepszy PokΓ³j Zabiera Wszystko Nagroda Odbiorcy WartoΕ›Δ‡ Nagroda PieniΔ™ΕΌna Top 20 uΕΌytkownikΓ³w ze zwyciΔ™skiego pokoju czatu $500 kaΕΌdy PrzedΕ‚uΕΌony Rain Wszyscy aktywni uΕΌytkownicy ze zwyciΔ™skiego pokoju 3 Dni ⚠️ Uwaga! Tylko jeden pokΓ³j czatu wygrywa. Upewnij siΔ™, ΕΌe twΓ³j Bet ID jest opublikowany w tym wΔ…tku β€” wpisy zamieszczone w innym miejscu nie bΔ™dΔ… siΔ™ liczyΔ‡ dla twojej druΕΌyny. ‼️ Tylko UΕΌytkownicy Stake.com ‼️ πŸ“„ PeΕ‚ne Warunki i Zasady Ten konkurs jest publikowany przez Stake, ktΓ³ra prowadzi stake.com, i podlega Warunkom i Zasadom Stake oraz Warunkom Korzystania ze SpoΕ‚ecznoΕ›ci.
    W przypadku konfliktu obowiΔ…zuje nastΔ™pujΔ…ca kolejnoΕ›Δ‡ pierwszeΕ„stwa:
    Warunki i Zasady Niniejsze Zasady Warunki Korzystania ze SpoΕ‚ecznoΕ›ci Stake Nagrody i Dostawa
    Zwycięski pokój czatu to ten z najwyższą sumą wygrywających SGM opublikowanych w jego wątku do terminu. Top 20 użytkowników ze zwycięskiego pokoju (według wolumenu kwalifikujących się SGM) otrzymuje po $500. Wszyscy aktywni użytkownicy ze zwycięskiego pokoju otrzymują 3 dni przedłużonego rain. Nagrody pieniężne dostarczane w ciągu 14 dni od zakończenia konkursu. Jeden wpis na Bet ID — duplikaty lub krzyżowo publikowane Bet ID mogą zostać zdyskwalifikowane. Kwalifikacja
    Aktywne konto Stake.com w dobrej kondycji Weryfikacja KYC poziomu 2 wymagana do dostawy nagrody pieniężnej Konto nie może mieć ograniczeń ani wykluczeń Nie może być pracownikiem Stake Musi posiadać tylko jedno konto Stake Nie może znajdować się w Zakazanej Jurysdykcji Zastrzeżone Prawa Stake
    Zmiana zasad w dowolnym momencie Anulowanie konkursu w dowolnym momencie Weryfikacja wskazanego konta do dostawy nagrody
  3. Fire
    k0k4ine reacted to Mitkenso in πŸ’°$3,000 Royal Club of Originals | Hilo πŸƒ   
    casino:492596549536
  4. Fire
    k0k4ine reacted to kosmos2 in πŸ’°$3,000 Royal Club of Originals | Hilo πŸƒ   
    casino:492585041795
  5. Fire
    k0k4ine reacted to zuxel in πŸ’°$3,000 Royal Club of Originals | Hilo πŸƒ   
    casino:492690796749
  6. Fire
    k0k4ine reacted to Saurabh00707 in πŸ’°$3,000 Royal Club of Originals | Hilo πŸƒ   
    casino:492688498455
  7. Fire
    k0k4ine reacted to daniel_xxo in πŸ’°$3,000 Royal Club of Originals | Hilo πŸƒ   
    casino:492838838634
  8. Fire
    k0k4ine reacted to RMK1 in πŸ’°$3,000 Royal Club of Originals | Hilo πŸƒ   
    casino:492908179956
  9. Fire
  10. Fire
  11. Fire
  12. Fire
  13. Fire
  14. Fire
    k0k4ine reacted to zuxel in πŸ₯‡ $7,000 The Return of the King | VIP Slots 🎰   
    casino:492604819869
  15. Fire
  16. Pepe - Sad
    k0k4ine reacted to Damskb92 in πŸ₯‡ $7,000 The Return of the King | VIP Slots 🎰   
    BET ID :Β casino:492671529797

  17. Pepe - Pray
  18. Imposter
  19. Fire
    k0k4ine reacted to Spocklz in πŸ₯‡ $7,000 The Return of the King | VIP Slots 🎰   
    casino:491277042387Β 
  20. Eddie
  21. Imposter
    k0k4ine reacted to dadahs74 in πŸ₯‡ $7,000 The Return of the King | VIP Slots 🎰   
    casino:#491,421,619,508
    Username sk21kΒ 
    Β 

  22. Fire
  23. Imposter
  24. Fire
    k0k4ine reacted to zr3ty in πŸ₯‡ $7,000 The Return of the King | VIP Slots 🎰   
    casino:492012650499
  25. Fire
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use