Jump to content

Fatiga

Member
  • Posts

    267
  • Joined

  • Last visited

Reputation Activity

  1. Pepe - Pain
    Fatiga reacted to DragoslavP in 🏆Champions League Finals - Lucky Draw 🏆   
    :root { --card: rgba(10, 20, 38, 0.75); --line: rgba(255,255,255,0.12); --text: #f5f7fb; --muted: #a7b4c9; --gold: #f7c948; --shadow: 0 20px 60px rgba(0, 0, 0, 0.28); } .glass-card { border: 1px solid var(--line); border-radius: 28px; padding: 28px; margin-bottom: 20px; background: linear-gradient(135deg, rgba(247, 201, 72, 0.08), transparent 40%), linear-gradient(225deg, rgba(247, 201, 72, 0.08), transparent 40%), linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)), var(--card); box-shadow: var(--shadow); backdrop-filter: blur(14px); color: var(--text); transition: 0.25s ease; position: relative; } .glass-card:hover { transform: translateY(-4px); } .hero-title { font-size: 30px; font-weight: 800; text-align: center; margin-top: 10px; } .hero-sub { text-align: center; color: var(--muted); margin-top: 6px; font-size: 15px; } /* BADGE */ .badge { position: absolute; top: 18px; right: 18px; padding: 10px 18px; border-radius: 999px; border: 1px solid rgba(247,201,72,0.6); background: rgba(255,255,255,0.03); font-weight: 700; overflow: hidden; backdrop-filter: blur(6px); box-shadow: 0 4px 18px rgba(0,0,0,0.25); z-index: 10; } .badge::after { content:""; position:absolute; top:-50%; left:-60%; width:60%; height:200%; background: linear-gradient(90deg,transparent,rgba(255,255,255,0.35),transparent); transform: rotate(20deg); animation: shineBadge 4s linear infinite; } @keyframes shineBadge { 0% { left:-60%; } 100% { left:120%; } } /* 🏀 BOUNCE ANIMATION */ .bounce-ball { font-size: 20px; display: inline-block; animation: bounce 1s infinite ease-in-out; will-change: transform; } @keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } } /* 🔥 BET NOW BUTTON */ .bet-wrap { text-align: center; margin: 14px 0 10px; } .bet-btn { display: inline-block; padding: 16px 46px; background: linear-gradient(135deg, #FFB800, #e6a500); color: #071824; font-weight: 800; font-size: 17px; border-radius: 14px; text-decoration: none !important; transition: 0.25s ease; box-shadow: 0 10px 25px rgba(255,184,0,0.25); } .bet-btn:hover { transform: translateY(-3px); box-shadow: 0 14px 35px rgba(255,184,0,0.4); } /* HOW TO ENTER */ .challenge-box { background: linear-gradient(145deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02)); border: 1px solid rgba(247,201,72,0.18); border-radius: 20px; padding: 26px; margin-bottom: 18px; text-align: center; position: relative; overflow: hidden; } .challenge-title { font-size: 18px; font-weight: 800; color: var(--gold); margin-bottom: 18px; text-transform: uppercase; } .feature-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; } .feature { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 14px 14px 14px 44px; font-size: 14px; transition: 0.25s ease; position: relative; display: flex; align-items: center; text-align: left; } .feature:hover { background: rgba(247,201,72,0.08); transform: translateY(-4px); } .feature::before { content: attr(data-step); position: absolute; left: 14px; top: 50%; transform: translateY(-50%); width: 22px; height: 22px; border-radius: 50%; background: rgba(247,201,72,0.15); border: 1px solid rgba(247,201,72,0.6); color: var(--gold); font-size: 11px; font-weight: 800; display:flex; align-items:center; justify-content:center; } /* REQUIREMENTS ITEM */ .req-item { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 12px; margin-bottom: 10px; font-size: 14px; text-align: left; transition: 0.25s ease; } .req-item:hover { background: rgba(247,201,72,0.08); transform: translateY(-4px); } /* BASE INFO BOX */ .info-box { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 16px; text-align: center; transition: none; } /* PRIZE BOX */ .prize-box:hover { background: rgba(247,201,72,0.08); transform: translateY(-3px); } /* PRIZE SHINE */ .prize-shiny { font-size: 52px; font-weight: 900; background: linear-gradient(90deg,#f7c948,#fff4b0,#f7c948); background-size: 200%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: shine 3s linear infinite; } @keyframes shine { 0% { background-position: 200% center; } 100% { background-position: -200% center; } } /* GRID */ .info-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 18px; } /* PRIZE LIST FIXED */ .prize-list { margin-top: 10px; font-size: 14px; } .prize-row { display: flex; justify-content: space-between; align-items: center; padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,0.05); } .prize-row span:first-child { color: var(--text); } .prize-row span:last-child { color: var(--gold); font-weight: 700; } .prize-row:last-child { border:none; } /* TERMS */ .dropdown-card { background: rgba(255,255,255,0.04); border-radius: 16px; margin-top: 20px; overflow: hidden; border: 1px solid rgba(255,255,255,0.08); } .dropdown-trigger { padding: 14px; text-align: center; cursor: pointer; font-weight: 700; color: var(--gold); } /* RULES */ .rules-list { list-style: none; padding: 0; margin: 0; counter-reset: step; } .rules-list li { position: relative; padding: 10px 10px 10px 40px; margin-bottom: 8px; text-align: left; counter-increment: step; transition: 0.2s; } .rules-list li:hover { transform: translateX(3px); } .rules-list li::before { content: counter(step); position: absolute; left: 10px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; border-radius: 50%; background: rgba(247,201,72,0.15); border: 1px solid rgba(247,201,72,0.6); color: var(--gold); font-size: 11px; font-weight: 800; display:flex; align-items:center; justify-content:center; transition: 0.25s; } .center { text-align:center; } @media(max-width:900px){ .feature-grid, .info-grid { grid-template-columns:1fr; } } ⚡ Limited-Time Event

    🏆 🔵🔴PSG vs Arsenal🔴⚪ 🏆
    Champion League Finals is finally here!
    Place a bet on Champion League Finals and share your Bet IDs below.
    Bet Now Competition ends: 01/06/2026 - 12:00pm GMT How to Enter: Place a bet on Champion League Finals match on Stake.com. Submitted bets must be a minimum of 5x odds. Copy your Bet ID(s) after placing your bet. Reply to this thread with your Bet ID(s) to enter. 📋 Requirements: 🏀 Bets must be on Champion League Finals match. 💵 Minimum bet amount: $5.00. 📈 Minimum 5x odds. 💬 Reply to this thread with your Bet ID(s). 🔒 Bronze VIP or above & KYC Level 2. 💡 Only one bet allowed; others will be removed. 🏆 Prize Pool $2,000 TOTAL PRIZE POOL 10 users$200 Each SelectionRandom Draw Winners will be selected at random from all eligible entries that meet the requirements. Terms & Conditions Bronze VIP account or above on Stake.com is required. KYC Level 2 verification is required for all participants. Only one Stake account per user. Multi-accounting results in disqualification. Accounts must have no restrictions or exclusions to receive prizes. Stake employees are not eligible to participate. Stake reserves the right to amend or cancel the competition at any time. Prizes will be delivered within 72 hours of the competition ending. Winners will have their username displayed with a prize claim link.
  2. Pepe - Hands Up
    Fatiga reacted to Rusozarate in 🏆Champions League Finals - Lucky Draw 🏆   
    sport:593483778
  3. Eddie
    Fatiga got a reaction from Facundo in Translation Issues or Suggestions   
    Buenas tardes desde la gloriosa america latina, en las nuevas deportivas dice "proxima pierna" o "proxima combinada" (quedaria mejor capaz)
    FatigaX esta en la casa.
    Saludos
  4. Fire
    Fatiga got a reaction from KaiZidan in Weekend Stream + Giveaway   
    FatigaX
  5. Fire
    Fatiga got a reaction from DeadSuccess in 🥇 $7,000 The Return of the King | VIP Slots 🎰   
    casino:466884468828
  6. Pepe - Hands Up
    Fatiga reacted to maverick528 in 🐰 $400 Easter Mystery Basket 🧺   
    1528
    maverick528
     
  7. Pepe - Hands Up
    Fatiga reacted to Xylber in Translation Issues or Suggestions   
    Aunque se atrasaron, en los más de 8 años que estoy en el foro siempre pagaron, así que no me preocuparía.
    En teoría este jueves/viernes deberían mandar lo último con todo lo que quedó pendiente.
  8. Pepe - Thinking
    Fatiga got a reaction from Rusozarate in Looking for a Spanish speaking moderators   
    Buenas, mi usuario es FatigaX y soy el mas apto para la postulación.
  9. Pepe - Sad
    Fatiga reacted to Xylber in Translation Issues or Suggestions   
    Te averiguo para mañana.

    De todas maneras esta es mi última semana revisando los reportes (voy a seguir en Stake pero haciendo otras tareas), así que los reportes futuros podrían demorar en ser recompensados.
  10. Pepe - Excited
    Fatiga reacted to Xylber in Translation Issues or Suggestions   
    "Promociones" no se cuenta, muchas son en ingles o traducidas por IA.
    Se contó la de la semana pasada.
    Las recompensas se envían jueves o viernes
     

  11. Fire
    Fatiga got a reaction from banoon in Bet ID Prediction: April❓   
    473.172.172.172

    FatigaX
  12. Fire
    Fatiga got a reaction from Freddnelson22 in $3,000 Perfect 10 | Sports   
    sport:542920258
  13. Fire
    Fatiga got a reaction from sebapensiero in Looking for a Spanish speaking moderators   
    Buenas, mi usuario es FatigaX y soy el mas apto para la postulación.
  14. Fire
    Fatiga got a reaction from Perricolas in Looking for a Spanish speaking moderators   
    Buenas, mi usuario es FatigaX y soy el mas apto para la postulación.
  15. Stonks
    Fatiga got a reaction from cami85 in Looking for a Spanish speaking moderators   
    Buenas, mi usuario es FatigaX y soy el mas apto para la postulación.
  16. Imposter
    Fatiga got a reaction from Pufflin in Looking for a Spanish speaking moderators   
    Buenas, mi usuario es FatigaX y soy el mas apto para la postulación.
  17. Fire
    Fatiga got a reaction from ferwarenycia in Looking for a Spanish speaking moderators   
    Buenas, mi usuario es FatigaX y soy el mas apto para la postulación.
  18. Fire
    Fatiga got a reaction from XxLuciferxX90 in Looking for a Spanish speaking moderators   
    Buenas, mi usuario es FatigaX y soy el mas apto para la postulación.
  19. Fire
    Fatiga got a reaction from banoon in 🏆 $400 Endgame Quiz 🧠   
    361x
    Chicken
    Moles

    FatigaX
  20. Pepe - Hands Up
    Fatiga reacted to kin77 in $3,000 Perfect 10 | Sports   
    sport:541582837
  21. Bitcoin
    Fatiga got a reaction from Xylber in Translation Issues or Suggestions   
    "sport group on the mound"   ni se bien que es jaja, pero ahi se lo dejo don Xylber, aca trayendo traducciones de primera calidad (?
    MLB
  22. Stonks
    Fatiga reacted to Fandekayn in Looking for a Spanish speaking moderators   
    Tu nombre de usuario de Stake: Fandekayn
    Tu experiencia: Hace 10 años que trabajo con equipos que se dedican a planificar y desarrollar estratégias en cuanto a seguridad informatica, organización y desarrollo. Me encargo de organizar y distribuir las actividades semanales/mensuales y trimestrales, asesorar y contribuir siendo pares con miembros de mi equipo.

    Paso 12hs de lunes a viernes trabajando frente a la pc, así que estoy acostumbrado a largas jornadas.

    Modere hace años chats de diferentes tipos, manteniendo orden y el respeto entre pares. 
    Su disponibilidad: 09am en adelante hasta las 2am
    ¿Por qué crees que encajarías bien?

    Creo que soy uno de los pocos que desde hace rato detecta que hay huecos o brechas, donde el chat es un descontrol y no solo genera incomodidad en el resto de usuarios, sino que se hace imposible mantener una conversación o pasar el rato en el chat español como pasaba hace 2 o 3 años cuando comence acá. Yo mismo muchas veces soy activo en el casino jugando, pero con el chat cerrado porque es insostenible leer mendigos, gente que rompe las reglas y que no para de desvirtuar un chat que a mi parecer, tendría que ser para conversar con el resto de jugadores.

    La idea es poder darle una mano a ghita y maverick, complementar con ellos cubriendolos en los momentos donde estén descansando o que no puedan estar 100% enfocados en el chat. Hace rato que vengo comentando que hay espacios donde si o si hace falta un moderador, yo más de una vez tuve que irme a otro canal a buscar alguno que estuviera disponible para poder mantener orden.

    Gracias por considerar esto, es super necesaria una persona mas. 
     
  23. Pepe - Excited
    Fatiga reacted to Xylber in Translation Issues or Suggestions   
    Ok, todas válidas, la recompensa se envía antes de viernes

     

  24. Bitcoin
    Fatiga got a reaction from Xylber in Translation Issues or Suggestions   
    Ahora prestando atencion vi al lado de "activas y determinadas" Outcome , nose si sirve
  25. Bitcoin
    Fatiga got a reaction from Xylber in Translation Issues or Suggestions   
    Aca veo que cambio el menu de deportivas , nose porque pero vi "live betting" al lado de "Mis apuestas" :


×
×
  • Create New...

Important Information

Privacy Policy Terms of Use