Jump to content

Stream1907

Noob
  • Posts

    10
  • Joined

  • Last visited

Reputation Activity

  1. Claps
    Stream1907 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. Fire
    Stream1907 reacted to Muratce in Weekend Stream + Giveaway   
    muratce
  3. Fire
    Stream1907 got a reaction from Abhayspam in Weekend Stream + Giveaway   
    Stream1907
  4. Doge
    Stream1907 got a reaction from Abhayspam in My Favorite Slots on Stake 🎰   
    Just dog house (old) ı playing everytime
  5. Fire
    Stream1907 got a reaction from IvanaBe in 🐶🐱🐇 Show Off Your Pets! 📸   
    My boy 😍😍😍

  6. Fire
    Stream1907 reacted to Therewego in 🎁 Stake Forum Haftalık Çekilişine Katılma Rehberi 🎁   
    Stake forumunda düzenlenen haftalık çekilişe katılmak için aşağıdaki adımları takip etmeniz gerekmektedir:
    1️⃣ Çekiliş İçin Gerekli Şartlar
    10 farklı konuya yorum yapmalısınız.
    Yorumlar Türkçe veya İngilizce olabilir, dil kısıtlaması yoktur.
    Yorumlarınız, ilgili konu başlıklarına uygun olmalıdır.
    Eğer yorumlarınızı Cumartesi gününden önce tamamladıysanız, bu haftaki çekilişe katılabilirsiniz.
    Yorumlarınızı Cumartesi günü veya sonrasında yaptıysanız, bir sonraki haftalık çekilişe katılma hakkı kazanırsınız.
    2️⃣ Türkçe Konulara Yorum Yapmak İçin
    Eğer Türkçe konulara yorum yapmak isterseniz, aşağıdaki bağlantıyı kullanarak ilgili başlıklara göz atabilirsiniz:
    🔗 Türkçe Konular
    3️⃣ Çekilişe Katılım
    10 yorumu tamamladıktan sonra, çekiliş konusuna giderek şu adımları takip edin:
    "Reply to this topic" butonuna tıklayın.
    Kullanıcı adınızı girerek bir yanıt yazın.
    Paylaşımı yaptıktan sonra çekilişe katılımınız tamamlanmış olacaktır!
    Not: Çekiliş kazananları ödüllerini doğrudan bahşiş yoluyla alırlar. Bu yüzden tüm kazananları görebileceğiniz ayrı bir liste bulunmamaktadır. Kazandıysanız yapmanız gereken tek şey, ödülünüzün hesabınıza aktarılmasını beklemektir.
    Bol şans diliyorum 🍀

    Saygılarımızla,
    Moderatörler 🍀
  7. Fire
    Stream1907 reacted to Zamia2001 in Happy Valentines Day❤️   
    Hey friends,
    Have you greeted someone on Valentines day?
    Why not greet them now, it's time to show your creativeness this Valentines day, You can draw a heart, jot down a note, pictures of flowers, chocolate, cake or  a romantic emoji or just a heartfelt messages and tag a friend, a mod or stake staff and greet her/him. Valentines day just come/happens once a year so take the opportunity❤️🌷.
    This is my hand-written greetings for all of you🤩Happy heart's Day💗
      

  8. Fire
    Stream1907 got a reaction from Aerena09 in ⭐ Your Favourite Number ⭐   
    777
  9. Doge - Cool
    Stream1907 reacted to FilipTa in ⭐ Your Favourite Number ⭐   
    Lucky number 420
    Favorite 666
    👹
  10. Fire
    Stream1907 reacted to Oiseaux in ⭐ Your Favourite Number ⭐   
    lucky 25
    favorite 1
  11. Fire
    Stream1907 reacted to Steve in $75,000 giveaway winners #242   
    Winners claim $5000 here!
    https://playstake.info/bonus?code=75kRaffleWeek242


    $5000 winners

    216206 - Ludludo01
    4240979 - dragonccl
    1275716 - Moni8383
    81136 - linusfinus
    444447 - Odtufde
    3894479 - BigChippah6
    2754363 - Huge249
    1526481 - cookie79
    2385782 - Peliiqann
    2979789 - gdnkh930
    2420568 - cdg99
    2940878 - Inexprox
    3862045 - Reflexstudio
    1103489 - cmdreric
    2015180 - おねがいします
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use