.juegos-page{min-height:100vh;background:var(--base-400);color:var(--base-100);padding:100px 24px 80px;position:relative;overflow:hidden}.juegos-page:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 15% 10%,rgba(0,220,94,.08) 0,transparent 45%),radial-gradient(ellipse at 85% 85%,rgba(168,85,247,.07) 0,transparent 50%),radial-gradient(circle at 50% 40%,rgba(255,255,255,.02) 0,transparent 70%);pointer-events:none;z-index:0}.juegos-wrap{position:relative;z-index:1;max-width:1200px;margin:0 auto;gap:64px}.juegos-hero,.juegos-wrap{display:flex;flex-direction:column}.juegos-hero{text-align:center;gap:14px;animation:juegosFadeUp .7s cubic-bezier(.2,.7,.2,1) both}@keyframes juegosFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes juegosCardIn{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.juegos-hero__eyebrow{display:inline-flex;align-self:center;align-items:center;gap:8px;padding:6px 14px 6px 8px;border:1px solid rgba(0,220,94,.4);background:rgba(0,220,94,.08);border-radius:999px;color:var(--theme-primary);font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.juegos-hero__eyebrow-icon{width:18px;height:18px;object-fit:contain;filter:drop-shadow(0 0 6px rgba(0,220,94,.55))}.juegos-hero__title{font-family:Neusharp,Geist,system-ui,sans-serif;font-weight:900;font-size:clamp(38px,6vw,72px);line-height:.95;letter-spacing:-.02em;text-transform:uppercase;margin:0;color:#fff}.juegos-hero__title em{color:var(--theme-primary);font-style:normal;text-shadow:0 0 32px rgba(0,220,94,.35)}.juegos-hero__sub{color:var(--base-300);font-size:clamp(14px,1.6vw,17px);line-height:1.55;max-width:620px;margin:0 auto}.juegos-category{display:flex;flex-direction:column;gap:22px}.juegos-category__head{display:flex;align-items:center;gap:14px}.juegos-category__icon{font-size:28px;filter:drop-shadow(0 0 12px rgba(0,220,94,.4))}.juegos-category__icon-img{width:44px;height:44px;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0,220,94,.35))}.juegos-category--multiply .juegos-category__icon-img{filter:drop-shadow(0 4px 12px rgba(251,191,36,.45))}.juegos-category__titles{display:flex;flex-direction:column;gap:2px}.juegos-category__title{font-family:Neusharp,system-ui,sans-serif;font-weight:900;font-size:clamp(22px,3vw,32px);letter-spacing:-.02em;margin:0;color:#fff;text-transform:uppercase}.juegos-category--accumulate .juegos-category__title em{color:var(--theme-primary);font-style:normal}.juegos-category--multiply .juegos-category__title em{color:#fbbf24;font-style:normal}.juegos-category__sub{color:var(--base-300);font-size:13.5px;margin:0}.juegos-category__divider{height:1px;background:linear-gradient(90deg,rgba(0,220,94,.5),rgba(0,220,94,.05) 30%,transparent)}.juegos-category--multiply .juegos-category__divider{background:linear-gradient(90deg,rgba(251,191,36,.5),rgba(251,191,36,.05) 30%,transparent)}.juegos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:22px;gap:22px}.juego-card{--accent:var(--theme-primary);--card-index:0;position:relative;display:flex;flex-direction:column;background:#0f1320;border-radius:18px;overflow:hidden;text-decoration:none;color:inherit;border:1px solid rgba(255,255,255,.06);cursor:pointer;transition:transform .4s cubic-bezier(.2,.7,.2,1),box-shadow .4s ease,border-color .4s ease;will-change:transform,box-shadow;animation:juegosCardIn .55s cubic-bezier(.2,.7,.2,1) both;animation-delay:calc(.15s + var(--card-index) * .07s)}.juego-card--locked{cursor:not-allowed;opacity:.55;pointer-events:none}.juego-card:hover{transform:translateY(-6px);border-color:color-mix(in srgb,var(--accent) 60%,transparent);box-shadow:0 18px 40px -12px rgba(0,0,0,.5),0 0 0 1px color-mix(in srgb,var(--accent) 40%,transparent),0 0 36px -6px color-mix(in srgb,var(--accent) 35%,transparent)}.juego-card__cover{position:relative;aspect-ratio:1;overflow:hidden;background:#05070d}.juego-card__cover img:not([class]){width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.7,.2,1);will-change:transform}.juego-card:hover .juego-card__cover img:not([class]){transform:scale(1.06)}.juego-card__cover:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(15,19,32,.85) 90%,#0f1320);pointer-events:none}.juego-card__badge{position:absolute;top:12px;left:12px;z-index:2;display:inline-flex;align-items:center;gap:6px;padding:4px 11px 4px 5px;font-size:10.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;border-radius:999px;background:rgba(15,19,32,.85);border:1px solid color-mix(in srgb,var(--accent) 55%,transparent);color:var(--accent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 4px 14px rgba(0,0,0,.45)}.juego-card__badge-icon{width:20px;height:20px;object-fit:contain;filter:drop-shadow(0 0 6px color-mix(in srgb,var(--accent) 60%,transparent))}.juego-card__difficulty{position:absolute;top:12px;right:12px;z-index:2;display:inline-flex;gap:2px;padding:5px 9px;border-radius:999px;background:rgba(15,19,32,.78);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.08)}.juego-card__difficulty span{width:7px;height:7px;border-radius:999px;background:rgba(255,255,255,.15)}.juego-card__difficulty span.on{background:var(--accent);box-shadow:0 0 6px color-mix(in srgb,var(--accent) 60%,transparent)}.juego-card__body{display:flex;flex-direction:column;gap:12px;padding:18px 20px 22px;position:relative;flex:1 1}.juego-card__title-row{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.juego-card__title{font-family:Neusharp,system-ui,sans-serif;font-weight:900;font-size:22px;letter-spacing:-.015em;margin:0;color:#fff;text-transform:uppercase;line-height:1}.juego-card__duration{display:inline-flex;align-items:center;gap:5px;color:var(--base-300);font-size:12px;font-weight:700;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);padding:3px 9px 3px 5px;border-radius:999px;white-space:nowrap}.juego-card__duration-icon{width:16px;height:16px;object-fit:contain}.juego-card__tagline{color:#cbd5e1;font-size:13.5px;line-height:1.45;margin:0;font-weight:500}.juego-card__desc{color:var(--base-300);font-size:12.5px;line-height:1.5;margin:0}.juego-card__chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:2px}.juego-card__chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px 4px 5px;border-radius:8px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);color:var(--base-100);font-size:11.5px;font-weight:700}.juego-card__chip strong{color:var(--accent);font-weight:900}.juego-card__chip-icon{width:22px;height:22px;object-fit:contain;display:inline-block;vertical-align:middle;transition:transform .25s cubic-bezier(.2,.7,.2,1);filter:drop-shadow(0 0 5px color-mix(in srgb,var(--accent) 45%,transparent))}.juego-card:hover .juego-card__chip-icon{transform:scale(1.12) rotate(-3deg)}.juego-card__stretched-link{position:absolute;inset:0;z-index:1;border-radius:inherit;text-indent:-9999px;overflow:hidden}.juego-card__stretched-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.juego-card__cta-wrap{margin-top:auto;padding-top:16px;position:relative;z-index:2;display:flex;justify-content:center}.juego-card__shiny{padding:.85rem 2rem!important;font-size:.78rem!important;width:100%}.juego-card__shiny--gold{--shiny-cta-highlight:#fbbf24;--shiny-cta-highlight-subtle:#fcd34d}.juego-card__shiny:has(.shiny-cta__icon){padding-right:3rem!important}.juego-card__shiny .shiny-cta__icon{width:1.8rem!important;height:1.8rem!important;right:.7rem!important}.juego-card__cta--soon{margin-top:auto;align-self:stretch;display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);color:var(--base-300);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.juegos-category--multiply .juego-card{--accent:#fbbf24}@media (max-width:640px){.juegos-page{padding:80px 16px 60px}.juegos-wrap{gap:48px}.juegos-grid{grid-template-columns:1fr;gap:16px}.juego-card__body{padding:16px 16px 20px}}