.glv3-showcase{background:var(--showcase-bg,#101415);padding:var(--showcase-padding-top,48px) 0 var(--showcase-padding-bottom,96px)}.glv3-showcase__container{box-sizing:border-box;display:flex;flex-direction:column;gap:96px;margin:0 auto;max-width:var(--showcase-container-max-width,1400px);padding:0 var(--showcase-container-h-padding,96px)}.glv3-showcase__top{align-items:center;display:flex;flex-direction:column;gap:64px}.glv3-showcase__screenshot-wrap{border:1px solid #425562;border-radius:12px;box-shadow:0 4px 149px 0 #000;max-width:1088px;overflow:hidden;width:100%}.glv3-showcase__screenshot{display:block;height:auto;width:100%}.glv3-showcase__desc{display:flex;flex-direction:column;gap:12px;max-width:800px;padding:16px 24px 32px;text-align:center;width:100%}.glv3-showcase__desc-dark{color:var(--showcase-desc-color,#f5f8f9)}.glv3-showcase__desc-dark,.glv3-showcase__desc-muted{font-family:Outfit,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:20px;font-weight:400;line-height:26px;margin:0}.glv3-showcase__desc-muted{color:var(--showcase-desc-muted,#9bb5c5)}.glv3-showcase__bottom{align-items:center;display:flex;flex-direction:column;gap:32px}.glv3-showcase__badge-wrap{padding-bottom:48px}.glv3-showcase__badge{align-items:center;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);background:rgba(20,24,26,.49);border:none;border-radius:4px;box-sizing:border-box;display:inline-flex;flex:0 0 auto;flex-shrink:0;gap:7px;padding:8px;position:relative;white-space:nowrap;z-index:0}.glv3-showcase__badge:before{background:linear-gradient(270deg,#6fffb9,#25b05a 39%,#12183a 75%,#334c5d);border-radius:4px;content:"";inset:-1px;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:1px;pointer-events:none;position:absolute;z-index:-1}.glv3-showcase__badge-label{color:var(--showcase-text,#f5f8f9);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:24px}.glv3-showcase__badge-count{color:var(--showcase-badge-counter,#3eff9a);display:inline-block;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:16px;font-variant-numeric:tabular-nums;font-weight:400;line-height:24px;min-width:80px;text-align:center}.glv3-showcase__games-text{color:var(--showcase-text,#f5f8f9);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:24px;margin:0;padding:0 8px 8px;text-align:center}.glv3-showcase__games-highlight{color:var(--showcase-highlight,#72db9c)}.glv3-showcase__marquee-wrap{height:134px;overflow:hidden;position:relative;width:100%}.glv3-showcase__marquee-fade{bottom:0;pointer-events:none;position:absolute;top:0;width:120px;z-index:2}.glv3-showcase__marquee-fade--left{background:linear-gradient(to right,var(--showcase-fade-color,#101415),transparent);left:0}.glv3-showcase__marquee-fade--right{background:linear-gradient(to left,var(--showcase-fade-color,#101415),transparent);right:0}.glv3-showcase__marquee-track{animation:showcase-marquee var(--showcase-marquee-speed,30s) linear infinite;display:flex;gap:48px;width:max-content}@keyframes showcase-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.glv3-showcase__game-item{align-items:center;display:flex;flex-direction:column;flex-shrink:0;height:134px;justify-content:center;position:relative;width:156px}.glv3-showcase__game-logo{max-height:90px;max-width:130px;mix-blend-mode:screen;object-fit:contain}.glv3-showcase__game-logo-placeholder{background:hsla(0,0%,100%,.1);border-radius:4px;height:60px;width:80px}.glv3-showcase__game-label{bottom:0;color:var(--showcase-text,#f5f8f9);font-family:Azeret Mono,Courier New,monospace;font-size:9px;font-weight:500;left:50%;letter-spacing:1px;line-height:13px;position:absolute;text-align:center;text-transform:uppercase;transform:translateX(-50%);white-space:nowrap}@media (max-width:992px){.glv3-showcase{padding-bottom:var(--showcase-mobile-padding-bottom,64px);padding-top:var(--showcase-mobile-padding-top,32px)}.glv3-showcase__container{gap:64px;padding:0 48px}.glv3-showcase__top{gap:48px}.glv3-showcase__desc{padding:8px 16px 24px}.glv3-showcase__desc-dark,.glv3-showcase__desc-muted{font-size:18px;line-height:24px}}@media (max-width:480px){.glv3-showcase__container{padding:0 16px}.glv3-showcase__top{gap:32px}.glv3-showcase__desc-dark,.glv3-showcase__desc-muted{font-size:16px;line-height:22px}.glv3-showcase__badge-count,.glv3-showcase__badge-label{font-size:14px}.glv3-showcase__marquee-fade{width:60px}}