@theme{--color-navy-950:#06061a;--color-navy-900:#0d0d2b;--color-navy-800:#13133d;--color-navy-700:#1a1a52;--color-navy-600:#222268;--color-brand-cyan:#4ec3f7;--color-brand-blue:#38bdf8;--color-brand-purple:#7c3aed;--color-brand-violet:#9333ea;--color-brand-gold:#f59e0b;--color-brand-gold-light:#fbbf24;--font-display:"Segoe UI",system-ui,sans-serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:#0d0d2b;color:#e2e8f0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.6;min-height:100vh}a{color:#4ec3f7;text-decoration:none;transition:color .2s}a:hover{color:#fbbf24}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4{line-height:1.2;font-weight:700}.gradient-text{background:linear-gradient(135deg,#4ec3f7,#9333ea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gradient-bg{background:linear-gradient(135deg,#4ec3f7,#7c3aed)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.75rem;border-radius:.625rem;font-weight:700;font-size:1rem;cursor:pointer;text-decoration:none;transition:all .2s ease;border:none;white-space:nowrap}.btn--primary{background:linear-gradient(135deg,#4ec3f7,#7c3aed);color:#fff;box-shadow:0 4px 20px rgba(78,195,247,.35)}.btn--primary:hover{background:linear-gradient(135deg,#38bdf8,#9333ea);box-shadow:0 6px 28px rgba(78,195,247,.55);transform:translateY(-2px);color:#fff}.btn--secondary{background:transparent;color:#4ec3f7;border:2px solid #4ec3f7;box-shadow:0 0 12px rgba(78,195,247,.15)}.btn--secondary:hover{background:rgba(78,195,247,.1);box-shadow:0 0 20px rgba(78,195,247,.3);transform:translateY(-2px);color:#4ec3f7}.btn--gold{background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#0d0d2b;box-shadow:0 4px 20px rgba(245,158,11,.4);font-weight:800}.btn--gold:hover{box-shadow:0 6px 28px rgba(245,158,11,.6);transform:translateY(-2px);color:#0d0d2b}.navbar{position:sticky;top:0;z-index:100;background:rgba(13,13,43,.92);backdrop-filter:blur(12px);border-bottom:1px solid rgba(78,195,247,.15)}.navbar__container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:64px}.navbar__logo{line-height:0}.navbar__links,.navbar__logo{display:flex;align-items:center}.navbar__links{gap:1.5rem;list-style:none}.navbar__links a{color:#94a3b8;font-weight:500;font-size:.9rem;transition:color .2s}.navbar__links a:hover{color:#4ec3f7}.breadcrumb{max-width:1200px;margin:0 auto;padding:1rem 1.5rem 0}.breadcrumb__list li+li:before{content:"›";color:#475569}.breadcrumb__item a{color:#64748b}.breadcrumb__item a:hover{color:#4ec3f7}.breadcrumb__item--active{color:#94a3b8}.hero{padding:4rem 1.5rem 5rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 20% 50%,rgba(78,195,247,.08) 0,transparent 60%),radial-gradient(ellipse at 80% 50%,rgba(124,58,237,.1) 0,transparent 60%);pointer-events:none}.hero__container{max-width:900px;margin:0 auto;text-align:center;position:relative}.hero__title{font-size:clamp(1.75rem,4vw,3rem);font-weight:900;background:linear-gradient(135deg,#4ec3f7,#c084fc 50%,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.25rem;letter-spacing:-.5px}.hero__lead{font-size:1.1rem;color:#94a3b8;max-width:680px;margin:0 auto 2rem;line-height:1.7}.hero__cta{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem}.hero__cta,.hero__image{display:flex;justify-content:center}.hero__image{max-width:700px;margin:0 auto;border-radius:1rem;overflow:hidden;border:1px solid rgba(78,195,247,.2);box-shadow:0 8px 40px rgba(78,195,247,.1);background:#13133d;min-height:200px;align-items:center}.hero__image img{width:100%;border-radius:1rem}section{padding:4rem 1.5rem}.cta-section__container,.info-section__container,.platform-section__container,.steps-section__container,section>div{max-width:1100px;margin:0 auto}h2{font-size:clamp(1.4rem,3vw,2rem);color:#e2e8f0;margin-bottom:1rem}h2+p{color:#94a3b8;margin-bottom:2rem}.games{background:#06061a;border-top:1px solid rgba(78,195,247,.08);border-bottom:1px solid rgba(78,195,247,.08)}.games__container{max-width:1100px;margin:0 auto}.games__heading{text-align:center;font-size:clamp(1.4rem,3vw,2rem);color:#e2e8f0;margin-bottom:.75rem}.games__description{text-align:center;color:#94a3b8;margin-bottom:2.5rem}.games__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.game-card{background:#13133d;border:1px solid rgba(78,195,247,.15);border-radius:1rem;padding:1.5rem 1.25rem;text-align:center;text-decoration:none;transition:all .25s ease;display:flex;flex-direction:column;align-items:center;gap:.75rem}.game-card:hover{border-color:rgba(78,195,247,.5);transform:translateY(-4px);box-shadow:0 8px 30px rgba(78,195,247,.15);background:#1a1a52;color:inherit}.game-card img{border-radius:.5rem;background:#0d0d2b;width:100%;aspect-ratio:3/2;object-fit:cover}.game-card h3{color:#4ec3f7;font-size:1.1rem;font-weight:700}.game-card p{color:#94a3b8;font-size:.875rem;line-height:1.5}.how-it-works,.steps-section{background:#0d0d2b}.how-it-works__container,.steps-section__container{max-width:800px;margin:0 auto}.steps{flex-direction:column;margin:1.5rem 0;padding-left:0;list-style:none;counter-reset:steps}.step,.steps{display:flex;gap:1rem}.step{counter-increment:steps;align-items:flex-start;background:#13133d;border:1px solid rgba(78,195,247,.12);border-radius:.75rem;padding:1rem 1.25rem;color:#94a3b8;font-size:.95rem}.step:before{content:counter(steps);min-width:2rem;height:2rem;border-radius:50%;background:linear-gradient(135deg,#4ec3f7,#7c3aed);color:#fff;font-weight:800;font-size:.85rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step strong{color:#e2e8f0}.benefits-section,.info-section{background:#06061a;border-top:1px solid rgba(78,195,247,.08);border-bottom:1px solid rgba(78,195,247,.08)}.benefits-grid,.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-top:1.5rem}.benefit-card,.info-card{background:#13133d;border:1px solid rgba(78,195,247,.12);border-radius:.875rem;padding:1.5rem;transition:border-color .2s,box-shadow .2s}.benefit-card:hover,.info-card:hover{border-color:rgba(78,195,247,.35);box-shadow:0 4px 20px rgba(78,195,247,.08)}.benefit-card h3,.info-card h3{color:#4ec3f7;font-size:1rem;margin-bottom:.5rem}.benefit-card p,.info-card p{color:#94a3b8;font-size:.875rem;line-height:1.6}.download-card{background:#13133d;border:1px solid rgba(78,195,247,.2);border-radius:1rem;padding:1.5rem;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;margin:1.5rem 0 2rem}.download-card img{border-radius:.5rem;background:#0d0d2b;flex-shrink:0}.download-card__info{flex:1;min-width:200px}.download-card__info h3{color:#e2e8f0;font-size:1.1rem;margin-bottom:.5rem}.download-card__specs{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem}.download-card__specs li{font-size:.8rem;color:#64748b;background:#0d0d2b;border:1px solid rgba(78,195,247,.1);border-radius:.375rem;padding:.2rem .6rem}.platform-section{background:#0d0d2b}.platform-section--ios{background:#06061a;border-top:1px solid rgba(78,195,247,.08);border-bottom:1px solid rgba(78,195,247,.08)}.platform-section h3{color:#e2e8f0;font-size:1.15rem;margin:2rem 0 1rem}.cta-section{background:linear-gradient(135deg,#13133d,#1a0a3d);border-top:1px solid rgba(124,58,237,.2);border-bottom:1px solid rgba(124,58,237,.2);text-align:center}.cta-section h2{color:#e2e8f0;margin-bottom:.75rem}.cta-section p{color:#94a3b8;max-width:600px;margin:0 auto 2rem}.cta-section__buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.faq-section{background:#06061a;padding:4rem 1.5rem;border-top:1px solid rgba(78,195,247,.08)}.faq-section__heading{text-align:center;font-size:clamp(1.3rem,2.5vw,1.75rem);color:#e2e8f0;margin-bottom:2rem;max-width:1100px;margin-left:auto;margin-right:auto}.faq-section__list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.faq-section__item{background:#13133d;border:1px solid rgba(78,195,247,.12);border-radius:.75rem;overflow:hidden;transition:border-color .2s}.faq-section__item[open]{border-color:rgba(78,195,247,.35)}.faq-section__question{padding:1rem 1.25rem;font-weight:600;color:#e2e8f0;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;font-size:.95rem}.faq-section__question:after{content:"+";color:#4ec3f7;font-size:1.25rem;font-weight:300;flex-shrink:0;margin-left:1rem;transition:transform .2s}.faq-section__item[open] .faq-section__question:after{content:"−"}.faq-section__answer{color:#94a3b8;font-size:.9rem;line-height:1.7;border-top:1px solid rgba(78,195,247,.08);padding:.875rem 1.25rem 1.25rem}.footer{background:#06061a;border-top:1px solid rgba(78,195,247,.1);padding:3rem 1.5rem 2rem}.footer__container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.footer__brand{font-size:1.25rem;font-weight:900;background:linear-gradient(135deg,#4ec3f7,#9333ea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.footer__tagline{color:#475569;font-size:.85rem}.footer__col h4{color:#94a3b8;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.footer__col ul{list-style:none;display:flex;flex-direction:column;gap:.4rem}.footer__col ul a{color:#475569;font-size:.875rem}.footer__col ul a:hover{color:#4ec3f7}.footer__bottom{max-width:1100px;margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(78,195,247,.06);text-align:center;color:#334155;font-size:.8rem}@media (max-width:640px){.hero{padding:2.5rem 1rem 3rem}section{padding:2.5rem 1rem}.games__grid{grid-template-columns:repeat(2,1fr)}.download-card{flex-direction:column;text-align:center}.download-card__specs{justify-content:center}.navbar__links{display:none}}.game-hero{padding:5rem 1rem 4rem;text-align:center;background:linear-gradient(160deg,#0d0d2b,#13133d 60%,#0d0d2b);border-bottom:1px solid rgba(78,195,247,.12)}.game-hero__container{max-width:800px;margin:0 auto}.game-hero__badge{display:inline-block;background:rgba(78,195,247,.12);border:1px solid rgba(78,195,247,.3);color:#4ec3f7;padding:.35rem 1rem;border-radius:999px;font-size:.85rem;font-weight:600;margin-bottom:1.25rem;letter-spacing:.3px}.game-hero__title{font-size:clamp(2rem,5vw,3rem);font-weight:900;background:linear-gradient(135deg,#4ec3f7,#9333ea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.25rem;line-height:1.2}.game-hero__intro{font-size:1.1rem;color:#cbd5e1;max-width:680px;margin:0 auto 1.75rem;line-height:1.75}.game-hero__badges{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;margin-bottom:2rem}.trust-badge{background:rgba(245,158,11,.1);border:1px solid rgba(245,158,11,.3);color:#fbbf24;padding:.35rem .9rem;border-radius:999px;font-size:.82rem;font-weight:600}.game-hero__cta{display:flex;flex-wrap:wrap;justify-content:center;gap:.9rem}.game-section{padding:4rem 1rem}.game-section--alt{background:#13133d}.game-section__container{max-width:840px;margin:0 auto}.game-section__title{font-size:clamp(1.4rem,3vw,1.9rem);font-weight:800;color:#e2e8f0;margin-bottom:1.25rem;position:relative;padding-bottom:.75rem}.game-section__title:after{content:"";position:absolute;bottom:0;left:0;width:48px;height:3px;background:linear-gradient(90deg,#4ec3f7,#9333ea);border-radius:2px}.game-section p{color:#94a3b8;line-height:1.8}.game-steps{list-style:none;display:flex;flex-direction:column;gap:1.25rem}.game-steps__item{display:flex;gap:1.1rem;align-items:flex-start;background:hsla(0,0%,100%,.03);border:1px solid rgba(78,195,247,.1);border-radius:.75rem;padding:1.1rem 1.25rem;transition:border-color .2s}.game-steps__item:hover{border-color:rgba(78,195,247,.25)}.game-steps__num{flex-shrink:0;width:2rem;height:2rem;background:linear-gradient(135deg,#4ec3f7,#9333ea);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:.85rem;color:#fff;margin-top:.1rem}.game-steps__item strong{display:block;color:#e2e8f0;font-size:1rem;margin-bottom:.3rem}.game-steps__item p{color:#94a3b8;font-size:.92rem;line-height:1.65;margin:0}.game-tips{list-style:none;display:flex;flex-direction:column;gap:1.1rem}.game-tips__item{display:flex;gap:1rem;align-items:flex-start;background:hsla(0,0%,100%,.03);border:1px solid rgba(147,51,234,.15);border-radius:.75rem;padding:1.1rem 1.25rem;transition:border-color .2s}.game-tips__item:hover{border-color:rgba(147,51,234,.35)}.game-tips__icon{font-size:1.5rem;flex-shrink:0;margin-top:.1rem}.game-tips__item strong{display:block;color:#e2e8f0;font-size:1rem;margin-bottom:.3rem}.game-tips__item p{color:#94a3b8;font-size:.92rem;line-height:1.65;margin:0}.related-games{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.1rem}.related-game-card{display:flex;gap:1rem;align-items:flex-start;background:hsla(0,0%,100%,.03);border:1px solid rgba(78,195,247,.12);border-radius:.9rem;padding:1.25rem;text-decoration:none;transition:border-color .2s,background .2s;color:inherit}.related-game-card:hover{border-color:rgba(78,195,247,.35);background:rgba(78,195,247,.05);color:inherit}.related-game-card--cta{border-color:rgba(245,158,11,.25)}.related-game-card--cta:hover{border-color:rgba(245,158,11,.5);background:rgba(245,158,11,.05)}.related-game-card__icon{font-size:1.75rem;flex-shrink:0}.related-game-card strong{display:block;color:#e2e8f0;font-size:.95rem;margin-bottom:.3rem}.related-game-card p{color:#94a3b8;font-size:.85rem;line-height:1.55;margin:0}.breadcrumb{background:hsla(0,0%,100%,.02);border-bottom:1px solid rgba(78,195,247,.08);padding:.65rem 0}.breadcrumb__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.breadcrumb__list{display:flex;align-items:center;gap:.5rem;list-style:none;font-size:.85rem;color:#64748b}.breadcrumb__list a{color:#4ec3f7}.breadcrumb__list a:hover{color:#fbbf24}@media (max-width:640px){.game-hero{padding:3.5rem 1rem 3rem}.game-hero__cta{flex-direction:column;align-items:center}.game-steps__item,.game-tips__item{flex-direction:column;gap:.75rem}.related-games{grid-template-columns:1fr}}.blog-hero{padding:5rem 1rem 4rem;text-align:center;background:linear-gradient(160deg,#0d0d2b,#13133d 60%,#0d0d2b);border-bottom:1px solid rgba(78,195,247,.12)}.blog-hero__container{max-width:800px;margin:0 auto}.blog-hero__intro{font-size:1.1rem;color:#cbd5e1;max-width:680px;margin:1.25rem auto 1.75rem;line-height:1.75}.blog-hero__cta{display:flex;flex-wrap:wrap;justify-content:center;gap:.9rem}.blog-grid-section{padding:4rem 1rem;max-width:1200px;margin:0 auto}.blog-grid-section__container{max-width:1100px;margin:0 auto}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.blog-card{display:flex;flex-direction:column;background:#13133d;border:1px solid rgba(78,195,247,.12);border-radius:1rem;overflow:hidden;text-decoration:none;color:inherit;transition:border-color .2s,transform .2s}.blog-card:hover{border-color:rgba(78,195,247,.35);transform:translateY(-2px);color:inherit}.blog-card__image{background:linear-gradient(135deg,#13133d,#1a1a52);height:120px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(78,195,247,.08)}.blog-card__icon{font-size:3rem}.blog-card__body{padding:1.25rem;display:flex;flex-direction:column;flex:1}.blog-card__category{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;margin-bottom:.5rem}.blog-card__title{font-size:1rem;font-weight:700;color:#e2e8f0;line-height:1.4;margin-bottom:.6rem}.blog-card__excerpt{font-size:.875rem;color:#94a3b8;line-height:1.6;flex:1;margin-bottom:1rem}.blog-card__meta{display:flex;gap:.4rem;font-size:.78rem;color:#64748b;margin-bottom:.75rem}.blog-card__read-more{font-size:.85rem;font-weight:600;color:#4ec3f7}.blog-cta-section{background:#13133d;padding:4rem 1rem;text-align:center;border-top:1px solid rgba(78,195,247,.1)}.blog-cta-section__container{max-width:640px;margin:0 auto}.blog-cta-section h2{font-size:1.75rem;font-weight:800;color:#e2e8f0;margin-bottom:.75rem}.blog-cta-section p{color:#94a3b8;line-height:1.7}.post-header{padding:5rem 1rem 3rem;background:linear-gradient(160deg,#0d0d2b,#13133d);border-bottom:1px solid rgba(78,195,247,.1)}.post-header__container{max-width:760px;margin:0 auto}.post-header__category{display:inline-block;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#4ec3f7;margin-bottom:.75rem}.post-header__title{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:900;color:#e2e8f0;line-height:1.25;margin-bottom:1rem}.post-header__description{font-size:1.1rem;color:#94a3b8;line-height:1.7;margin-bottom:1.25rem}.post-header__meta{display:flex;gap:.5rem;font-size:.85rem;color:#64748b}.post-body{padding:3rem 1rem}.post-body__container{max-width:760px;margin:0 auto}.prose h1,.prose h2,.prose h3{color:#e2e8f0;font-weight:800;margin:2rem 0 .75rem;line-height:1.3}.prose h1{font-size:1.9rem}.prose h2{font-size:1.45rem;padding-bottom:.5rem;border-bottom:1px solid rgba(78,195,247,.12)}.prose h3{font-size:1.15rem;color:#4ec3f7}.prose p{color:#94a3b8;line-height:1.85;margin:.9rem 0}.prose a{color:#4ec3f7;text-decoration:underline;text-underline-offset:2px}.prose a:hover{color:#fbbf24}.prose ol,.prose ul{color:#94a3b8;padding-left:1.5rem;margin:1rem 0;display:flex;flex-direction:column;gap:.5rem}.prose li{line-height:1.7}.prose strong{color:#e2e8f0;font-weight:700}.prose blockquote{border-left:3px solid #4ec3f7;padding-left:1.25rem;margin:1.5rem 0;color:#cbd5e1;font-style:italic}.prose hr{border:none;border-top:1px solid rgba(78,195,247,.15);margin:2rem 0}.prose table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem}.prose th{background:#1a1a52;color:#4ec3f7;font-weight:700;padding:.6rem .9rem;text-align:left;border:1px solid rgba(78,195,247,.15)}.prose td{padding:.6rem .9rem;border:1px solid rgba(78,195,247,.08);color:#94a3b8}.prose tr:nth-child(2n) td{background:hsla(0,0%,100%,.02)}.post-cta{background:#13133d;padding:4rem 1rem;text-align:center;border-top:1px solid rgba(78,195,247,.1)}.post-cta__container{max-width:600px;margin:0 auto}.post-cta h2{font-size:1.6rem;font-weight:800;color:#e2e8f0;margin-bottom:.75rem}.post-cta p{color:#94a3b8;line-height:1.7}@media (max-width:640px){.blog-grid{grid-template-columns:1fr}.post-header{padding:3.5rem 1rem 2rem}}.coming-soon-btn{position:relative;display:inline-flex;align-items:center;gap:.45rem;padding:.6rem 1.3rem;border-radius:.5rem;font-weight:700;font-size:.95rem;cursor:not-allowed;opacity:.62;background:linear-gradient(135deg,#4ec3f7,#9333ea);color:#fff;border:none;white-space:nowrap;user-select:none;transition:opacity .2s;text-decoration:none}.coming-soon-btn:hover{opacity:.75;color:#fff}.coming-soon-btn--secondary{background:transparent;border:1.5px solid rgba(78,195,247,.4);color:#4ec3f7}.coming-soon-btn--secondary:hover{color:#4ec3f7}.coming-soon-btn--sm{padding:.45rem 1.1rem;font-size:.875rem}.coming-soon-btn__badge{display:inline-flex;align-items:center;gap:.2rem;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;background:rgba(0,0,0,.25);padding:.15rem .45rem;border-radius:999px;white-space:nowrap}.nav-coming-soon{display:inline-flex;align-items:center;gap:.35rem}.nav-coming-soon__badge{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.4px;background:rgba(245,158,11,.18);border:1px solid rgba(245,158,11,.35);color:#f59e0b;padding:.1rem .35rem;border-radius:999px}.game-listing{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.game-listing{grid-template-columns:repeat(2,1fr)}}.game-listing-card{display:flex;flex-direction:column;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:1rem;overflow:hidden;text-decoration:none;color:inherit;transition:transform .2s ease,border-color .2s ease}.game-listing-card:hover{transform:translateY(-4px);border-color:rgba(78,195,247,.4)}.game-listing-card__image{width:100%;overflow:hidden}.game-listing-card__body{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.game-listing-card__header{display:flex;align-items:center;gap:.75rem}.game-listing-card__icon{font-size:1.5rem}.game-listing-card__badge{font-size:.72rem;font-weight:700;padding:.2rem .6rem;border-radius:999px;text-transform:uppercase;letter-spacing:.05em}.game-listing-card__badge--hot{background:rgba(239,68,68,.15);color:#f87171;border:1px solid rgba(239,68,68,.3)}.game-listing-card__badge--high{background:rgba(245,158,11,.15);color:#f59e0b;border:1px solid rgba(245,158,11,.3)}.game-listing-card__badge--chain{background:rgba(78,195,247,.15);color:#4ec3f7;border:1px solid rgba(78,195,247,.3)}.game-listing-card__badge--multi{background:rgba(147,51,234,.15);color:#a855f7;border:1px solid rgba(147,51,234,.3)}.game-listing-card__title{font-size:1.2rem;font-weight:700;color:#fff;margin:0}.game-listing-card__desc{font-size:.9rem;color:hsla(0,0%,100%,.7);line-height:1.6;margin:0}.game-listing-card__highlights{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.game-listing-card__highlights li{font-size:.85rem;color:hsla(0,0%,100%,.6)}.game-listing-card__cta{display:inline-block;margin-top:auto;padding-top:.75rem;font-size:.9rem;font-weight:600;color:#4ec3f7}