.category-icons-nav{display:none}@media (min-width:768px){.category-icons-nav{background:var(--bg-sidebar-image,none), var(--bg-sidebar);width:216px;height:calc(100dvh - 58px);-webkit-backdrop-filter:var(--blur-sidebar,none);z-index:40;border-right:1px solid var(--divider-color);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:space-between;padding:.5rem 0;display:flex;position:fixed;top:58px;left:0}.sidebar-top-logo{border-bottom:1px solid var(--divider-color)}.sidebar-brand{justify-content:center;align-items:center;padding-top:1.5rem;padding-bottom:.5rem;display:flex}.category-nav-title{text-transform:uppercase;color:var(--text-lightest);letter-spacing:.1em;margin-bottom:1rem;padding-left:.5rem;font-size:13px;font-weight:700}.sidebar-top-section{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.category-icons-list{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex:1;gap:8px;min-height:0;padding:.5rem;display:flex;overflow-y:auto}.category-icons-list::-webkit-scrollbar{display:none}.category-icon-item{cursor:pointer;width:100%;color:var(--text-muted);background:0 0;border-radius:12px;flex-direction:row;align-items:center;display:flex}.category-icon-item:hover{color:var(--text-lightest);background:var(--accent-color)}.category-icon-item.active{color:var(--secondary-darker);background:var(--bg-active-menu-item);border:1px solid var(--bg-);font-weight:800;position:relative;box-shadow:0 0 15px #ffa72466,inset 0 1px 1px #fff6}.category-icon-image{flex-shrink:0;justify-content:center;align-items:center;display:flex}.category-icon-emoji{object-fit:contain;width:24px;height:24px}.landscape .category-icon-emoji{width:100%;height:24px}.category-icon-title{text-align:left;color:var(--text-lightest);white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:500;overflow:hidden}.category-icon-skeleton{background:var(--divider-color);border-radius:8px;height:56px;animation:1.5s infinite pulse}.sidebar-social{margin-top:1rem;padding:0 .5rem}.sidebar-social__separator{background:var(--divider-color);opacity:.3;height:1px;margin:.75rem 0}.sidebar-social__info{margin-bottom:.75rem;padding-left:.25rem}.sidebar-social__title{color:var(--primary-color);text-transform:uppercase;letter-spacing:.1em;font-size:14px;font-weight:700;line-height:1}.sidebar-social__subtitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:2px;font-size:12px;font-weight:500}.sidebar-social__links{grid-template-columns:repeat(4,1fr);gap:.2rem;padding-bottom:1rem;display:grid}.sidebar-social__link{justify-content:center;align-items:center;padding:8px;transition:opacity .2s;display:flex}.sidebar-social__link:hover{filter:brightness(1.2)}.sidebar-social__support-text{color:var(--text-secondary-color);text-align:center;opacity:.8;justify-content:center;align-items:center;gap:8px;margin-top:.5rem;padding-bottom:.5rem;font-size:11px;display:flex}.mobile-nav{display:none!important}}.mobile-nav{z-index:1000;pointer-events:none;justify-content:center;height:95px;display:flex;position:fixed;bottom:0;left:0;right:0}.mobile-nav__container{pointer-events:auto;width:100%;height:100%;position:relative}.mobile-nav__bar{background:var(--surface-color);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--divider-color);justify-content:space-between;align-items:center;height:clamp(80px,12vh,85px);padding:0 8px;display:flex;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0006}.mobile-nav__floating-btn{background:var(--primary-color);z-index:20;background:var(--bg-active-menu-item);border:none;border-radius:50%;justify-content:center;align-items:center;width:clamp(64px,18vw,72px);height:clamp(64px,18vw,72px);transition:all .2s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:0 4px 15px #0009}.mobile-nav__floating-btn:active{transform:translate(-50%,2px)scale(.95)}.mobile-nav__floating-btn.active{box-shadow:0 0 25px var(--primary-color);border:2px solid #fff3}.mobile-nav__floating-inner{justify-content:center;align-items:center;width:clamp(32px,10vw,40px);height:clamp(32px,10vw,40px);display:flex}.mobile-nav__floating-inner .icon{object-fit:contain;filter:drop-shadow(0 2px 4px #0000004d);width:100%;height:100%}.mobile-nav__group{scrollbar-width:none;-ms-overflow-style:none;flex:1;gap:4px;display:flex;overflow-x:auto}.mobile-nav__group::-webkit-scrollbar{display:none}.mobile-nav__group.left{justify-content:flex-start;padding-right:clamp(40px,10vw,45px)}.mobile-nav__group.right{justify-content:flex-start;padding-left:clamp(40px,10vw,45px)}.mobile-nav__item{color:var(--text-muted);background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;padding:8px 12px;transition:all .2s;display:flex}.mobile-nav__item.active{color:var(--accent-color)}.mobile-nav__item.active .mobile-nav__icon{filter:drop-shadow(0 0 8px var(--primary-color));transform:translateY(-2px)}.mobile-nav__item.active .mobile-nav__text{color:var(--primary-color);font-weight:700}.mobile-nav__icon{object-fit:contain;width:clamp(28px,8vw,32px);height:clamp(28px,8vw,32px);margin-bottom:6px;transition:transform .2s}.mobile-nav__text{text-transform:capitalize;white-space:nowrap;opacity:.9;font-size:clamp(11px,2.8vw,13px);font-weight:500}.mobile-nav__placeholder{width:48px}.mobile-nav__loading{background:var(--surface-color);justify-content:space-around;align-items:center;width:100%;height:75px;padding:0 16px;display:flex;position:absolute;bottom:0}.mobile-nav__skeleton{background:var(--divider-color);border-radius:8px;width:40px;height:40px;animation:1.5s infinite pulse}@keyframes pulse{0%,to{opacity:.5}50%{opacity:.8}}.featured-vendors .vendors-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:6px;display:grid}@media (max-width:768px){.featured-vendors .vendors-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:4px}}@media (max-width:480px){.featured-vendors .vendors-grid{grid-template-columns:1fr;gap:4px}}.featured-vendors .vendor-card{cursor:pointer;border:2px solid var(--ring-color);border-radius:14px;width:100%;height:80px;transition:transform .1s ease-in-out,box-shadow .2s ease-in-out;position:relative;overflow:hidden}.featured-vendors .vendor-card:hover .bg-overlay{opacity:.4}.featured-vendors .vendor-card:hover .vendor-bg{filter:grayscale(0)}.featured-vendors .vendor-card:hover .vendor-logo{opacity:1;filter:brightness(1.4);transform:translateY(-50%)scale(1.05)}.featured-vendors .vendor-card .bg-overlay{z-index:1;background:linear-gradient(90deg,#000c 0%,#0006 50%,#0000 100%);position:absolute;inset:0}.featured-vendors .vendor-card .vendor-bg{object-fit:cover;opacity:.8;filter:grayscale(.8);z-index:0;width:100%;height:100%;transition:transform .6s cubic-bezier(.2,0,.2,1),filter .1s;position:absolute;inset:0}.featured-vendors .vendor-card .vendor-bg-watermark{opacity:.08;-webkit-user-select:none;user-select:none;pointer-events:none;flex-wrap:wrap;place-content:center;gap:16px;padding:8px;display:flex;position:absolute;inset:0;overflow:hidden}.featured-vendors .vendor-card .vendor-bg-watermark span{text-transform:uppercase;white-space:nowrap;color:var(--primary-text-color);flex-shrink:0;font-family:Saira Condensed,sans-serif;font-size:16px;font-weight:700;transform:rotate(-25deg)}.featured-vendors .vendor-card .vendor-content{z-index:2;text-align:left;flex-direction:column;width:calc(100% - 60px);height:100%;padding:8px 12px;display:flex;position:relative}@media (min-width:640px){.featured-vendors .vendor-card .vendor-content{width:calc(100% - 80px);padding:12px 20px}}.featured-vendors .vendor-card .vendor-name{color:#fff;text-transform:uppercase;text-shadow:0 0 10px #ffffff80,0 2px 4px #000c;filter:brightness(1.2);margin:0;font-family:Saira Condensed,sans-serif;font-weight:700;line-height:1.1}@media (min-width:640px){.featured-vendors .vendor-card .vendor-name{font-size:20px}}.featured-vendors .vendor-card .vendor-category{color:#fff;opacity:.9;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;text-shadow:0 0 8px #ffffff4d,0 1px 3px #000c;filter:brightness(1.1);font-family:Saira Condensed,sans-serif;font-weight:600;overflow:hidden}@media (min-width:640px){.featured-vendors .vendor-card .vendor-category{margin-top:4px;font-size:16px}}.featured-vendors .vendor-card .vendor-logo{object-fit:contain;z-index:2;opacity:.8;width:auto;height:36px;padding:4px;transition:opacity .15s,transform .15s cubic-bezier(.34,1.56,.64,1);position:absolute;top:50%;right:12px;transform:translateY(-50%)}@media (min-width:640px){.featured-vendors .vendor-card .vendor-logo{max-width:80px;height:70px;padding:8px;right:16px}}.game-category-container{max-width:1800px;margin:0 auto;padding:1rem}.game-category-container:before,.game-category-container:after{content:"";z-index:10;pointer-events:none;width:60px;position:absolute;top:0;bottom:0}.category-loading{color:#00000080;text-align:center;padding:2rem;font-style:italic;font-weight:500}.game-category-section{position:relative}.game-category-section:before{background:linear-gradient(to right, var(--darkdark-900) 0%, transparent 100%);left:0}.game-category-section:after{background:linear-gradient(to left, var(--darkdark-900) 0%, transparent 100%);right:0}.game-category-section::-webkit-scrollbar{display:none}.game-category-header{justify-content:space-between;align-items:center;padding:0 16px;display:flex}.game-category-title-group{align-items:center;gap:6px;display:flex}.game-category-icon{font-size:1.25rem}.game-category-title{color:var(--text-primary-color);margin:0;font-size:15px;font-weight:700}.game-category-nav{align-items:center;gap:8px;display:flex}.nav-see-all{color:var(--text-secondary-color);cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:13px;font-weight:500;transition:color .2s}.nav-see-all:hover{color:var(--primary-color)}.nav-label{color:color-mix(in srgb, var(--text-primary-color), transparent 40%);margin-right:4px;font-size:13px}.nav-search,.nav-arrow{background:var(--divider-color);width:28px;height:28px;color:var(--text-secondary-color);cursor:pointer;border-radius:20%;justify-content:center;align-items:center;transition:all .2s;display:flex}.nav-search:hover:not(:disabled),.nav-arrow:hover:not(:disabled){background:color-mix(in srgb, var(--text-primary-color), transparent 80%);color:var(--text-primary-color)}.nav-search:disabled,.nav-arrow:disabled{opacity:.3;cursor:not-allowed}.nav-search svg,.nav-arrow svg{width:14px;height:14px}.game-category-slider{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;place-content:start flex-start;gap:6px;padding:4px 16px 32px;display:flex;position:relative;overflow:auto visible}.game-category-slider.orientation-vertical,.game-category-slider.orientation-portrait{flex-wrap:wrap;display:flex}.game-category-slider.orientation-landscape.multi-row{grid-auto-flow:column;grid-template-rows:repeat(var(--row-count,1), auto);display:grid}.game-category-slider.orientation-landscape.single-row{display:flex}.game-category-slider-item{scroll-snap-align:start;flex:none;width:85px}@media (min-width:480px){.game-category-slider-item{width:100px}}@media (min-width:640px){.game-category-slider-item{width:120px}}@media (min-width:1024px){.game-category-slider-item{width:140px}}.game-category-slider-item>a,.game-category-slider-item>div{width:100%}.slider-item-placeholder{border-radius:12px;flex:none;width:85px;height:113px;animation:1.5s ease-in-out infinite pulse}@media (min-width:480px){.slider-item-placeholder{width:100px;height:133px}}@media (min-width:640px){.slider-item-placeholder{width:120px;height:160px}}@media (min-width:1024px){.slider-item-placeholder{width:140px;height:187px}}:root{--gc-min-height:82px;--gc-img-width:108px;--gc-font-title:13px;--gc-font-sub:11px;--gc-font-tiny:10px;--gc-padding-x:14px;--gc-padding-y:10px}@media (max-width:768px){:root{--gc-min-height:74px;--gc-img-width:96px;--gc-font-title:12px;--gc-font-sub:10px;--gc-font-tiny:9px;--gc-padding-x:10px;--gc-padding-y:8px}}@media (max-width:480px){:root{--gc-min-height:68px;--gc-img-width:84px;--gc-font-title:11px;--gc-font-sub:9px;--gc-font-tiny:8.5px;--gc-padding-x:8px;--gc-padding-y:6px}}.game-card{cursor:pointer;border-radius:12px;transition:transform .2s;box-shadow:0 4px 8px #0003}.game-card:hover{transform:translateY(-4px)}.game-card:hover .game-card-play-overlay,.game-card:hover .game-card-title-overlay{opacity:1}.game-card-image-wrapper{aspect-ratio:3/4;background-color:var(--bg-card-color);border-radius:12px;position:relative;overflow:hidden}.game-card-vignette{pointer-events:none;z-index:5;background:linear-gradient(#00000080 0%,#0000 25% 75%,#000c 100%);position:absolute;inset:0}.game-card-img{object-fit:cover;width:100%;height:100%}.game-card-title-overlay{background:var(--primary);opacity:0;border-radius:12px 12px 0 0;padding:12px;transition:opacity .2s;position:absolute;top:0;left:0;right:0;-webkit-mask-image:linear-gradient(#000 0%,#0000 100%);mask-image:linear-gradient(#000 0%,#0000 100%)}.game-card-title-overlay .game-title{text-shadow:0 1px 4px #000c;color:#fff;text-transform:uppercase;font-size:11px;font-weight:700;line-height:1.2;display:block}.vendor-watermark{color:#fff;opacity:.12;pointer-events:none;text-transform:uppercase;letter-spacing:2px;z-index:10;text-shadow:0 0 4px #0000004d;-webkit-user-select:none;user-select:none;flex-wrap:wrap;place-content:center;gap:16px 24px;width:140%;height:140%;font-size:14px;font-weight:900;line-height:1;display:flex;position:absolute;top:-20%;left:-20%;transform:rotate(-15deg)}.vendor-watermark span{white-space:nowrap}.game-card-play-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;z-index:20;background:#000000c2;flex-direction:column;justify-content:center;align-items:center;gap:12px;transition:all .1s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;inset:0;transform:scale(1.1)}.play-button{background:var(--primary-color,#7c6af7);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:clamp(2.5rem,8vw,3.5rem);height:clamp(2.5rem,8vw,3.5rem);transition:transform .2s,filter .2s;display:flex}.play-button:hover{filter:brightness(1.1);transform:scale(1.1)}.game-card-title-under-play{text-align:center;width:100%}.game-card-title-under-play .game-title{font-size:var(--gc-font-title);color:#fff;text-transform:uppercase;text-shadow:0 2px 4px #00000080;text-overflow:ellipsis;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-weight:700;line-height:1.2;display:-webkit-box;overflow:hidden}.play-icon{width:20px;height:20px;fill:var(--secondary-darker)}.game-card-info{pointer-events:none;background:linear-gradient(#0000 0%,#000c 100%);border-radius:0 0 12px 12px;align-items:center;padding:8px 10px;display:flex;position:absolute;bottom:0;left:0;right:0}.player-info{align-items:center;gap:4px;display:flex}.player-info .player-count{color:#fff;font-size:10px;font-weight:600}.game-card--transparent{box-shadow:none}.game-card--transparent .game-card-image-wrapper{aspect-ratio:1;background:0 0}.game-card--transparent:hover .game-card-play-overlay{opacity:1}.game-card-img--contain{object-fit:contain!important;width:100%!important;height:100%!important}.game-card-name{text-align:center;padding:4px 4px 0}.game-card-name span{color:var(--text-muted,#94a3b8);text-transform:uppercase;letter-spacing:.03em;-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;border-radius:8px;-webkit-box-orient:vertical;font-size:.75rem;font-weight:500;line-height:1.2;display:-webkit-box;overflow:hidden}.game-card-placeholder{background:var(--surface-elevated,#1a1d2e);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;display:flex}.game-card-placeholder__icon{opacity:.4;font-size:20px}.game-card-placeholder__label{color:var(--text-muted,#64748b);text-transform:uppercase;letter-spacing:.06em;font-weight:600}@keyframes online-glow{0%,to{opacity:.7;filter:drop-shadow(0 0 1px #a4ffc6)}50%{opacity:1;filter:drop-shadow(0 0 6px #a4ffc6)}}.online-glow{animation:2s ease-in-out infinite online-glow;color:#baffc9!important}.gc-badge-container{z-index:30;pointer-events:none;align-items:center;gap:4px;width:95%;padding:4px;display:flex;position:absolute;top:-24px;right:4px;overflow:hidden}@media (max-width:768px){.gc-badge-container{top:-20px}}@media (max-width:480px){.gc-badge-container{top:-16px}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin-slow{animation:8s linear infinite spin-slow}.delay-150{animation-delay:.15s}.delay-300{animation-delay:.3s}.delay-500{animation-delay:.5s}@property --gradient-angle{syntax:"<angle>";inherits:false;initial-value:0deg}.bg-gradient-conic{background:conic-gradient(from var(--gradient-angle), hsl(var(--primary)), hsl(var(--primary)/.8), transparent, hsl(var(--primary)))}.launch-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:color-mix(in srgb, var(--bg-color), transparent 20%);z-index:1000;justify-content:center;align-items:center;animation:.2s ease-in-out fadeIn;display:flex;position:fixed;inset:0}.launch-modal{width:90%;max-width:420px;padding:32px;animation:.2s ease-in-out scaleIn;position:relative}.launch-modal-content{text-align:center;flex-direction:column;align-items:center;display:flex}.launch-modal-game-icon{aspect-ratio:3/4;object-fit:contain;border-radius:16px;width:16rem;height:auto;margin-bottom:28px;overflow:visible}@media (max-width:480px){.launch-modal-game-icon{width:12rem}}.launch-modal-title{color:var(--color-text);margin:0 0 6px;font-size:20px;font-weight:700;line-height:1.3}.launch-modal-info{text-transform:uppercase;align-items:center;gap:8px;margin-bottom:24px;font-size:13px;font-weight:600;display:flex}.launch-modal-info .vendor{color:var(--primary-color)}.launch-modal-info .divider{color:var(--color-text--muted);opacity:.5}.launch-modal-info .category{color:var(--color-text--muted)}.launching-state{flex-direction:column;justify-content:center;align-items:center;gap:16px;height:104px;padding:20px 0;display:flex}.launching-state p{color:var(--primary-color);margin:0;font-size:14px;font-weight:600}.launch-modal-actions{flex-direction:column;gap:12px;width:100%;display:flex}.launch-modal-actions button{cursor:pointer;border:none;border-radius:12px;width:100%;padding:14px;font-size:15px;font-weight:600;transition:all .2s}.launch-btn{background:var(--bg-active-menu-item);color:var(--color-text)}.launch-btn:hover{background:var(--bg-color)}.launch-btn:active{transform:translateY(.2rem)}.cancel-btn{color:#a0a0a0;background:0 0;justify-content:center;align-items:center;position:absolute;top:12px;right:12px;border:1px solid #ffffff1a!important;border-radius:8px!important;width:32px!important;height:32px!important;padding:0!important;display:flex!important}.cancel-btn:hover{color:#dedede;background:#ffffff0d}.cancel-btn:active{transform:scale(.98)}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulseText{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}#promotion-scroll-wrapper{width:100%;margin:0 auto;position:relative}#promotion-scroll-wrapper #progress{z-index:20;position:absolute;top:-85px;left:-10px;transform:rotate(-90deg)}#promotion-scroll-wrapper #progress circle{stroke-dashoffset:0;stroke-width:8%;fill:none}#promotion-scroll-wrapper .bg{stroke:var(--divider-color);opacity:.2}#promotion-scroll-wrapper ul{scroll-snap-type:x mandatory;scrollbar-width:none;gap:16px;height:260px;margin:0;list-style:none;display:flex;overflow-x:auto}#promotion-scroll-wrapper ul::-webkit-scrollbar{display:none}.promo-item-container{scroll-snap-align:start;flex:0 0 420px}@media (max-width:640px){.promo-item-container{flex:0 0 85%}}.promo-card{border-radius:20px;align-items:center;height:100%;padding:24px 32px;transition:transform .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #0000004d}.promo-card .promo-content{z-index:2;flex-direction:column;flex:1;justify-content:center;display:flex;position:relative}.promo-card .promo-content .promo-tag{text-transform:uppercase;letter-spacing:.05em;border-radius:6px;width:-moz-fit-content;width:fit-content;margin-bottom:12px;padding:4px 12px;font-size:10px;font-weight:800}.promo-card .promo-content .promo-title{color:var(--text-primary-color);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0 0 10px;font-size:24px;font-weight:800;line-height:1.2;display:-webkit-box;overflow:hidden}.promo-card .promo-content .promo-desc{color:var(--text-secondary-color);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0 0 20px;font-size:14px;line-height:1.5;display:-webkit-box;overflow:hidden}.promo-card .promo-content .promo-btn{color:#fff;background:var(--bg-active-menu-item);border-radius:8px;width:-moz-fit-content;width:fit-content;padding:10px 24px;font-size:13px;font-weight:700;text-decoration:none;transition:all .2s;box-shadow:0 4px 15px #0003}.promo-card .promo-content .promo-btn:hover{filter:brightness(1.1);transform:translateY(-2px)}.promo-card .promo-decoration{z-index:1;opacity:.5;pointer-events:none;height:105%;transition:opacity .3s;position:absolute;bottom:-10px;right:-10px}.promo-card .promo-decoration .promo-char{object-fit:contain;height:100%}.promo-card.promo-card--empty .promo-content{text-align:center;align-items:center}.promo-card.promo-card--empty .promo-content .promo-title,.promo-card.promo-card--empty .promo-content .promo-desc{-webkit-line-clamp:initial;line-clamp:initial}.promo-card.promo-card--empty .promo-decoration{opacity:.15;filter:blur(2px);right:10%}@media (max-width:480px){.promo-card{padding:20px}.promo-card .promo-content .promo-title{font-size:20px}.promo-card .promo-decoration{opacity:.3;right:-30px}#promotion-scroll-wrapper #progress{width:60px;height:60px;top:-65px}}.search-game-grid,.search-provider-grid{grid-template-columns:repeat(4,1fr);align-content:start;gap:6px;padding:1rem;display:grid}@media (min-width:480px){.search-game-grid,.search-provider-grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}}@media (min-width:640px){.search-game-grid,.search-provider-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));padding:1.5rem}}@media (min-width:1024px){.search-game-grid,.search-provider-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));padding:1.5rem 2rem}}.search-game-grid--live{grid-template-columns:1fr}@media (min-width:640px){.search-game-grid--live{grid-template-columns:repeat(2,1fr)}}.search-game-grid-item{background:#0003;border-radius:12px;width:100%;min-width:0}.search-game-footer{flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;padding:24px 0 32px;display:flex}.search-game-footer .loading-more{color:var(--text-secondary-color);align-items:center;gap:8px;font-size:13px;font-weight:500;animation:.3s ease-out fadeIn;display:flex}.search-game-footer .loading-more .spinner{color:var(--accent-purple);animation:1s linear infinite spin}.search-game-footer .end-of-list{color:var(--text-dim-color);opacity:.6;letter-spacing:.02em;font-size:12px;font-weight:400}.search-game-footer .sentinel{pointer-events:none;width:100%;height:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
