Jump to content

Layla

Noob
  • Posts

    10
  • Joined

  • Last visited

Reputation Activity

  1. Fire
    Layla got a reaction from zlatan61 in Weekend Stream + Giveaway   
    Layla2323
  2. Fire
    Layla got a reaction from KaiZidan in 🔥 If Stake Gave You $100 Free Right Now… What Would You Do? 🔥   
    Me quedo con la mitad y juego la mitad
  3. Fire
    Layla reacted to Jake7589 in 💰[$1,000] ​Eddie's missing! 😱   
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap'); :root { --primary: #0d1a0a; --gold: #e8a020; --green: #4a9e3f; --green-soft: rgba(74,158,63,0.15); --surface: #121f0e; --surface2: #172812; --text: #e8f0e0; --muted: #8aaa78; } * { margin:0; padding:0; box-sizing:border-box; } body { background: linear-gradient(180deg, #0a1508 0%, #0d1a0a 50%, #0a1508 100%); color: var(--text); font-family: 'Inter', sans-serif; min-height: 100vh; overflow-x: hidden; } /* ── JUNGLE LEAVES ── */ .leaves { position:fixed; inset:0; pointer-events:none; z-index:0; overflow:hidden; } .leaf { position:absolute; top:-30px; font-size:1.4em; opacity:0; animation: leaffall linear infinite; } @keyframes leaffall { 0% { transform:translateY(0) rotate(0deg) translateX(0); opacity:.6; } 50% { transform:translateY(50vh) rotate(180deg) translateX(20px); opacity:.4; } 100% { transform:translateY(110vh) rotate(360deg) translateX(-10px); opacity:0; } } .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:0 0 36px; background: linear-gradient(160deg, #1a2e0f 0%, #0d1a0a 100%); border-radius:20px; border:1px solid rgba(74,158,63,0.3); margin-bottom:20px; position:relative; overflow:hidden; box-shadow: 0 0 60px rgba(74,158,63,0.08); } .header::before { content:''; position:absolute; top:-60px; left:50%; transform:translateX(-50%); width:400px; height:400px; background: radial-gradient(circle, rgba(74,158,63,0.12) 0%, transparent 70%); animation: pulse-glow 4s ease-in-out infinite; pointer-events:none; } @keyframes pulse-glow { 0%,100% { opacity:.5; transform:translateX(-50%) scale(1); } 50% { opacity:1; transform:translateX(-50%) scale(1.15); } } /* jungle vine decorations */ .header::after { content:'🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿'; position:absolute; top:0; left:0; right:0; font-size:18px; letter-spacing:2px; line-height:1; opacity:.35; pointer-events:none; overflow:hidden; white-space:nowrap; } .hero-img-wrap { border-radius:20px 20px 0 0; overflow:hidden; border-bottom:2px solid rgba(74,158,63,0.3); } .hero-img-wrap img { width:100%; display:block; } .header-body { padding:28px 28px 0; } .eyebrow { display:inline-block; padding:7px 14px; border-radius:999px; border:1px solid rgba(74,158,63,0.4); background:rgba(74,158,63,0.1); color:#7dcc6a; font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; margin-bottom:16px; } .header h1 { font-size:36px; font-weight:900; line-height:1.1; background: linear-gradient(90deg, #e8a020, #f5c842, #e8a020); background-size:200%; -webkit-background-clip:text; -webkit-text-fill-color:transparent; animation: shimmer 3s linear infinite; margin-bottom:6px; } @keyframes shimmer { to { background-position:200% center; } } .ends-label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:1.2px; margin-bottom:14px; } .ends-label strong { color:#fff; } .countdown-wrapper { margin:10px 0 22px; } .countdown-wrapper iframe { border-radius:8px; } .header-desc { font-size:15px; color:#c0d8a8; max-width:480px; margin:0 auto 14px; line-height:1.7; } .play-btn { display:inline-block; padding:16px 46px; background: linear-gradient(135deg, #4a9e3f, #2d7a24); color:#e8f0e0; font-size:17px; font-weight:800; text-decoration:none !important; border-radius:12px; transition:transform .2s, box-shadow .2s; box-shadow:0 4px 20px rgba(74,158,63,0.4); position:relative; overflow:hidden; margin-top:8px; } .play-btn::after { content:''; position:absolute; inset:0; background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.2) 50%,transparent 70%); transform:translateX(-100%); transition:transform .5s ease; } .play-btn:hover { transform:translateY(-3px); box-shadow:0 8px 32px rgba(74,158,63,0.55); text-decoration:none !important; } .play-btn:hover::after { transform:translateX(100%); } .play-btn:active { transform:scale(.97); } /* ── PRIZE CARDS ── */ .prize-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-bottom:16px; } .prize-card { background: var(--surface); border-radius:16px; padding:28px 18px; text-align:center; border:1px solid transparent; position:relative; overflow:hidden; transition:transform .3s, border-color .3s, box-shadow .3s; cursor:default; } .prize-card:hover { transform:translateY(-6px) scale(1.02); } .prize-card.gold { border-color:rgba(232,160,32,0.4); --glow:rgba(232,160,32,0.1); } .prize-card.gold:hover { border-color:rgba(232,160,32,0.8); box-shadow:0 12px 40px rgba(232,160,32,0.2); } .prize-card.jungle { border-color:rgba(74,158,63,0.3); --glow:rgba(74,158,63,0.08); } .prize-card.jungle:hover { border-color:rgba(74,158,63,0.7); box-shadow:0 12px 40px rgba(74,158,63,0.15); } .prize-card::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 50% 0%, var(--glow,transparent) 0%, transparent 65%); opacity:0; transition:opacity .3s; pointer-events:none; } .prize-card:hover::before { opacity:1; } .badge { position:absolute; top:12px; right:14px; font-size:22px; animation:float 3s ease-in-out infinite; } @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} } .prize-amount { font-size:42px; font-weight:900; line-height:1; margin-bottom:6px; } .prize-card.gold .prize-amount { color:#e8a020; } .prize-card.jungle .prize-amount { color:#7dcc6a; } .prize-label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:.8px; } .prize-sub { font-size:13px; color:#5a7a4a; margin-top:4px; } /* ── PILL ── */ .pill { background:rgba(74,158,63,0.1); border:1px solid rgba(74,158,63,0.3); border-radius:40px; padding:10px 20px; text-align:center; font-size:13px; font-weight:600; color:#7dcc6a; margin-bottom:18px; transition:background .3s, border-color .3s; } .pill:hover { background:rgba(74,158,63,0.18); border-color:rgba(74,158,63,0.55); } /* ── SECTIONS ── */ .section { background: var(--surface); border-radius:16px; padding:24px; margin-bottom:16px; border:1px solid rgba(255,255,255,0.06); transition:border-color .3s, box-shadow .3s; } .section:hover { border-color:rgba(74,158,63,0.25); box-shadow:0 4px 24px rgba(74,158,63,0.06); } .section-title { font-size:12px; font-weight:700; color:#e8a020; text-transform:uppercase; letter-spacing:1.4px; margin-bottom:18px; display:flex; align-items:center; gap:8px; } .section-title span { font-size:16px; } /* ── STEPS ── */ .steps { display:flex; flex-direction:column; gap:14px; } .step { display:flex; gap:14px; align-items:flex-start; } .step-num { min-width:34px; height:34px; background: linear-gradient(135deg, #4a9e3f, #2d7a24); border-radius:50%; display:flex; align-items:center; justify-content:center; font-weight:800; font-size:14px; color:#fff; flex-shrink:0; transition:transform .25s, box-shadow .25s; } .step:hover .step-num { transform:scale(1.15); box-shadow:0 0 0 6px rgba(74,158,63,0.2); } .step-text { font-size:15px; color:#c0d8a8; padding-top:6px; } .step-text strong { color:#fff; } /* ── REQUIREMENTS ── */ .req-list { display:flex; flex-direction:column; gap:10px; } .req-item { display:flex; align-items:center; gap:14px; background:var(--primary); border-radius:12px; padding:13px 16px; border:1px solid rgba(255,255,255,0.05); transition:background .25s, border-color .25s, transform .25s; cursor:default; } .req-item:hover { background:#172812; border-color:rgba(74,158,63,0.3); transform:translateX(6px); } .req-icon { font-size:20px; flex-shrink:0; } .req-text { font-size:14px; color:#c0d8a8; } .req-text strong { color:#e8a020; } /* ── PRIZE POOL ── */ .pool-total { text-align:center; padding:22px; background:linear-gradient(135deg,rgba(232,160,32,0.1),rgba(232,160,32,0.03)); border:1px solid rgba(232,160,32,0.3); border-radius:14px; margin-bottom:16px; transition:box-shadow .3s; } .pool-total:hover { box-shadow:0 0 40px rgba(232,160,32,0.15); } .pool-total .amount { font-size:52px; font-weight:900; color:#e8a020; animation: count-pulse 2.5s ease-in-out infinite; } @keyframes count-pulse { 0%,100% { text-shadow:0 0 0 #e8a020; } 50% { text-shadow:0 0 24px rgba(232,160,32,0.6); } } .pool-total .label { font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:1px; } .dist-list { display:flex; flex-direction:column; gap:8px; } .dist-item { display:flex; justify-content:space-between; align-items:center; padding:12px 16px; background:var(--primary); border-radius:10px; border:1px solid rgba(255,255,255,0.05); font-size:14px; transition:background .2s, border-color .2s; } .dist-item:hover { background:#172812; border-color:rgba(232,160,32,0.25); } .dist-item .who { color:#c0d8a8; } .dist-item .val { color:#e8a020; font-weight:700; } /* ── NOTICE ── */ .notice { background:rgba(232,100,0,0.07); border:1px solid rgba(232,100,0,0.25); 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(232,100,0,0.5); } .n-icon { font-size:22px; flex-shrink:0; } .n-text { font-size:13px; color:#f0c8a0; line-height:1.7; } .n-text strong { color:#fff; } /* ── STAKE BADGE ── */ .stake-badge { text-align:center; padding:14px; background:rgba(74,158,63,0.08); border:1px solid rgba(74,158,63,0.3); border-radius:12px; color:#7dcc6a; font-weight:700; font-size:14px; margin-bottom:16px; letter-spacing:.5px; position:relative; overflow:hidden; transition:box-shadow .3s; } .stake-badge:hover { box-shadow:0 0 32px rgba(74,158,63,0.2); } .stake-badge::after { content:''; position:absolute; top:0; left:-100%; width:60%; height:100%; background:linear-gradient(90deg,transparent,rgba(74,158,63,0.12),transparent); animation:sweep 3s linear infinite; } @keyframes sweep { to { left:160%; } } /* ── TERMS ── */ details { background:var(--primary); border:1px solid rgba(255,255,255,0.06); border-radius:14px; overflow:hidden; transition:border-color .3s; } details:hover { border-color:rgba(74,158,63,0.25); } summary { padding:16px 20px; cursor:pointer; font-weight:700; color:var(--muted); font-size:14px; list-style:none; display:flex; justify-content:space-between; align-items:center; user-select:none; transition:color .2s; } summary:hover { color:#fff; } summary::after { content:'▼'; font-size:10px; color:#7dcc6a; } details[open] summary::after { content:'▲'; } .terms-body { padding:0 20px 20px; font-size:13px; color:#6a8a5a; line-height:1.9; } .terms-body h2 { font-size:12px; color:#e8a020; text-transform:uppercase; letter-spacing:.8px; margin:18px 0 8px; } .terms-body ul, .terms-body ol { padding-left:20px; } .terms-body li { margin-bottom:5px; } .terms-body a { color:#7dcc6a; } .d1{animation-delay:.08s} .d2{animation-delay:.16s} .d3{animation-delay:.24s} .d4{animation-delay:.32s} .d5{animation-delay:.40s} .d6{animation-delay:.48s} .d7{animation-delay:.56s} .d8{animation-delay:.64s} @media(max-width:480px){ .prize-row{grid-template-columns:1fr;} .header h1{font-size:26px;} .pool-total .amount{font-size:38px;} } 🍃 🌿 🍃 🌴 🍃 🌿 🍃 🌴 🌿 🍃 🦁 CREATIVE Competition Eddie's missing!
    Competition ends: 18/5/2026 @ 1:00 AM GMT
    Eddie has gone missing somewhere in the wild jungle, and we need to find him!
    We have set up a $2,000 bounty to help find Eddie before it's too late, Send us photos of Eddie being spotted in the jungle!
    🦁 $1,000 Prize Pool 🐯 $50 × 20 Winners 🌿 Your photo must include Eddie and a jungle-themed 📋 How To Enter 1 Create a photo of Eddie in a jungle setting 2 Reply to this thread with your creation to enter ✅ Requirements 💬 Reply to this thread with your Creation 🔒 Must be a Stake.com account — Bronze VIP or above 💰 Prize Pool $1,000 Total Prize Pool 🐯 20 × Winners$50 each 👥 Total Winners20 People 📅 Duration7 Days ⚠️ Don't miss out! Stay tuned for winner announcements. You must claim your prize within 3 months — users will not be credited after this period expires. ‼️ Stake.com users only ‼️ 📄 Full Terms & Conditions — click to expand This competition is published by Stake, which operates stake.com, and is subject to the Stake Terms and Conditions and Community Terms of Use.
    In the event of conflict, the following order of precedence applies:
    Terms and Conditions These Rules Stake Community Terms of Use Prizes & Delivery
    Winners will have their username displayed on the thread with a prize claim link. Prizes delivered within 14 days of competition ending. Winners selected at random from all eligible entries. One entry per user — multiple entries result in only the first being valid. Eligibility
    Bronze VIP account or above on Stake KYC Level 2 verification required 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
  4. Fire
    Layla 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
  5. Fire
    Layla got a reaction from DeadSuccess in 🐰 $400 Easter Mystery Basket 🧺   
  6. Fire
    Layla reacted to DragoslavP in 🚀 Streak Rush March - Week 3   
    Week 3 (March 9th - March 16th )
    🚀 Streak Rush 📈

    Hit the required multiplier on selected games and earn cash prizes.
    Keep your streak going to unlock bigger rewards each week.

     
    Requirements:
    Win a bet with 600x or higher multipliers on one of these slots.
    - Candy Dream  
    - Off the Rails  
    - Wild Frontier
    - Sugar Gates   
    - Shamrock 1000    Minimum bet is 20c (0.20 USD).  Tips & Terms & Conditions
    The bet must have been made after the commencement of this promotion. If you submit a post to this challenge and hit a higher multiplier than your first submission, you must edit your original post so we can get a better idea of how many unique participants there are. Anyone with multiple posts on this challenge by the time it expires will be disqualified. Stake employees cannot participate in official Stake.com forum challenges. This does not apply to moderators. 10+ Posts count on the Forum. For payment, give us up to 72 hours from the end of the promotion. Only level 2 KYC or higher verified users will be eligible for the prize. You can verify your Stake account here: https://stake.com/settings/verification Any player using multiple accounts will not be eligible for prizes. Stake reserves the right to disqualify any user due to promotion or account abuse, which may also result in a permanent ban. Only stake.com and official stake.com mirrors users will be eligible for the prize. Winners will be contacted directly via support. Prizes will be distributed in the form of a coupon, which will also be posted as the final comment on this post.
      Additional explanation : 
    You must complete the challenge every week to keep your streak going Missing a week resets your streak back to the base prize. Your streak continues only if you win every week without skipping. Missing a week will end your streak. The next time you win, you’ll start again from the base reward

    Examples : Example 1: You win in Week 1, skip Week 2, and win again in Week 3 → your streak ended in Week 2, so your Week 3 win only gives you the base prize. Example 2: You don’t play in Week 1, but win in Weeks 2, 3, and 4 → you will get the base prize for Week 2, and your streak starts at Week 3 and continues from there. Example 3: You win all 4 weeks in a row → you’ll earn a bonus reward for completing a perfect 4-week streak.

    Monthly Reset: Max streak: 4 weeks, then the monthly cycle resets At the start of each month, all streaks reset and everyone begins fresh from Week 1. Streak Prize:
    Base (starting point) - All winners get the base prize Streak 2 - Streak gives you an additional 20$ on top of the Base Prize Streak 3 - Streak gives you an additional 30$ on top of the Base Prize Streak 4 - Streak gives you an additional 80$ on top of the Base Prize Each week, the Base prize increases. Prize pool distribution week 3:
    Base prize of $30 for all eligible winners Up to 200 winners If more than 200 players qualify, those with higher multipliers will have priority
    How to Enter:
    Paste your bet ID (screenshot of the bet is optional). Post only one valid bet ID per user. Please ensure that your Stake username/ID is posted in your post so we can swiftly organize payment if you win. Bets must have been made after 09/03/2026 - (1 pm) UTC. Examples of valid bet IDs:
    - house:123456789000
    - casino:123456789000
  7. Fire
    Layla reacted to DragoslavP in 2000$ Queen of the Parlay - 8.March | Sports Challenge   
    (March 4th  - March 8th)
    👸Queen of the Parlay 👸
    Ends: 08/03/2026 @ (00:00 am) UTC
    >
    Requirements:
    Win a bet with at least x10 by betting on at least 5 matches/selections on only women's sport (E-Sports counts).
    The minimum bet amount is set at 2USD$ (in any currency). Tips & Terms & Conditions:
    You can bet on pre-match or live markets. All of your matches/selections have to be on women's sports/esports. Voided, cancelled, half-loss, and half-win bets are not eligible for the challenge! Cashed-out bets are not eligible for the challenge. You have to be one of the VIP members on our site (at least the Bronze VIP level). Bet must have been placed after 04/03/2026 1 PM UTC, and it has to be settled before the timer expires! Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. For payment, give us up to 72 hours from the end of the promotion. Do not change your linked account during the duration of the promotion. Only level 2 KYC or higher verified users will be eligible for the prize. You can verify your Stake account here: https://stake.com/settings/verification Any player using multiple accounts will not be eligible for prizes. Stake reserves the right to disqualify any user due to promotion or account abuse, which may also result in a permanent ban. Only stake.com and official stake.com mirrors users will be eligible for the prize. Winners will be contacted directly via support. Prizes will be distributed in the form of a coupon, which will also be posted as the final comment on this post. Prize Pool Structure(s): (based on the number of unique players)
    Guaranteed Minimum: $500 30–50 participants: $900 51–100 participants: $1,500 101 or more participants: $2000 Prize pool distribution:
    All players who complete the challenge in the next 4 days will get a share in the prize pool! There is no limit to the number of winners. Extra reward: (fulfill the additional requirement and win some extras)
    Win an extra reward by hitting x50 or more, and we will award you with an extra $25. Win an extra reward by hitting x100 or more, and we will award you with an extra $50 Win an extra reward by hitting x250 or more, and we will award you with an extra $150 How to Enter: 
    Respond to this topic by posting your sports bet ID (screenshot of the bet is optional). One valid entry per user
    Examples of valid bet IDs:
    sport:123456789
  8. Fire
    Layla reacted to BratislavK in 💛 Her Impact | Voices of Appreciation Event 💰   
    ( March 4th - March 8th )
    💛Her Impact | Voices of Appreciation Event💛

    March 8 is about appreciation.
    We would love to hear about a woman who has made a difference in your life, whether it is someone close to you, a mentor, a friend, a family member, or even someone from our community who inspired you in meaningful ways.
    Share your message, your gratitude, or a simple thank you.
     
    To make this moment even more special, 8 randomly selected stories will share a total prize of $400 as a small token of appreciation.

    If you participate, please include your Stake username in your post so we can contact the selected participants.
    Good luck!
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use