@charset "UTF-8";.game-list-wrap .game-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:24px;padding:0 20px;max-width:1400px;margin:0 auto}.game-list-wrap .game-list .game-item{background:var(--bg-card);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--glass-border);border-radius:var(--radius-lg);padding:16px;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;overflow:hidden}.game-list-wrap .game-list .game-item:before{content:"";position:absolute;inset:0;border-radius:var(--radius-lg);padding:1px;background:linear-gradient(135deg,#667eea00,#f093fb00);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;transition:all .4s ease}.game-list-wrap .game-list .game-item:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(102,126,234,.15) 0%,transparent 70%);opacity:0;transition:opacity .4s ease}.game-list-wrap .game-list .game-item:hover{background:var(--bg-card-hover);box-shadow:0 12px 40px #667eea4d,0 0 60px #f093fb33,inset 0 0 20px #ffffff2e;animation:shakeAndShrink .6s cubic-bezier(.36,.07,.19,.97) both}.game-list-wrap .game-list .game-item:hover:before{background:linear-gradient(135deg,#667eea99,#f093fb99)}.game-list-wrap .game-list .game-item:hover:after{opacity:1}.game-list-wrap .game-list .game-item:hover .game-cover img{transform:scale(1.08)}.game-list-wrap .game-list .game-item:hover .game-info .game-name{background:linear-gradient(135deg,#667eea,#f093fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.game-list-wrap .game-list .game-item .game-cover{width:100%;aspect-ratio:1;border-radius:var(--radius-md);overflow:hidden;margin-bottom:14px;position:relative;background:linear-gradient(135deg,#667eea1a,#f093fb1a);box-shadow:0 4px 15px #667eea33,inset 0 0 20px #fff3}.game-list-wrap .game-list .game-item .game-cover img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.game-list-wrap .game-list .game-item .game-cover:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#667eea1a,#f093fb1a);opacity:0;transition:opacity .3s ease}.game-list-wrap .game-list .game-item:hover .game-cover:before{opacity:1}.game-list-wrap .game-list .game-item .game-info .game-name{font-family:var(--font-heading);font-size:16px;font-weight:600;color:var(--text-primary);margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:44px;transition:all .3s ease;letter-spacing:.2px}.game-list-wrap .game-list .game-item .game-info .game-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.game-list-wrap .game-list .game-item .game-info .game-tags .tag{font-size:11px;padding:4px 10px;border-radius:var(--radius-sm);background:linear-gradient(135deg,#667eea33,#f093fb33);color:var(--text-secondary);border:1px solid rgba(102,126,234,.3);font-weight:500;letter-spacing:.3px;transition:all .3s ease}.game-list-wrap .game-list .game-item .game-info .game-tags .tag:hover{background:linear-gradient(135deg,#667eea66,#f093fb66);transform:scale(1.05)}@media(max-width:1200px){.game-list-wrap .game-list{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:20px}}@media(max-width:768px){.game-list-wrap .game-list{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px;padding:0 15px}.game-list-wrap .game-list .game-item{padding:12px;border-radius:var(--radius-md)}.game-list-wrap .game-list .game-item .game-cover{border-radius:10px;margin-bottom:10px}.game-list-wrap .game-list .game-item .game-info .game-name{font-size:14px;min-height:38px}}@media(max-width:480px){.game-list-wrap .game-list{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;padding:0 12px}.game-list-wrap .game-list .game-item{padding:10px}.game-list-wrap .game-list .game-item .game-cover{border-radius:8px;margin-bottom:8px}.game-list-wrap .game-list .game-item .game-info .game-name{font-size:13px;min-height:36px}.game-list-wrap .game-list .game-item .game-info .game-tags{display:none}}.game-item{animation:gameCardFadeIn .5s ease-out backwards}.game-item:nth-child(1){animation-delay:.03s}.game-item:nth-child(2){animation-delay:.06s}.game-item:nth-child(3){animation-delay:.09s}.game-item:nth-child(4){animation-delay:.12s}.game-item:nth-child(5){animation-delay:.15s}.game-item:nth-child(6){animation-delay:.18s}.game-item:nth-child(7){animation-delay:.21s}.game-item:nth-child(8){animation-delay:.24s}.game-item:nth-child(9){animation-delay:.27s}.game-item:nth-child(10){animation-delay:.3s}.game-item:nth-child(11){animation-delay:.33s}.game-item:nth-child(12){animation-delay:.36s}.game-item:nth-child(13){animation-delay:.39s}.game-item:nth-child(14){animation-delay:.42s}.game-item:nth-child(15){animation-delay:.45s}.game-item:nth-child(16){animation-delay:.48s}.game-item:nth-child(17){animation-delay:.51s}.game-item:nth-child(18){animation-delay:.54s}.game-item:nth-child(19){animation-delay:.57s}.game-item:nth-child(20){animation-delay:.6s}@keyframes gameCardFadeIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes shakeAndShrink{0%{transform:translateY(0) scale(1)}10%{transform:translateY(-2px) translate(-2px) rotate(-1deg) scale(1)}20%{transform:translateY(-4px) translate(2px) rotate(1deg) scale(1.02)}30%{transform:translateY(-3px) translate(-1px) rotate(-.5deg) scale(1.01)}40%{transform:translateY(-2px) translate(1px) rotate(.5deg) scale(1)}50%{transform:translateY(-1px) translate(0) rotate(0) scale(.98)}to{transform:translateY(-2px) scale(.96)}}.game-list-container{position:relative;margin:10px 0}.game-list-container .scroll-btn{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#ffffffeb;backdrop-filter:blur(10px);border:1px solid var(--glass-border);color:var(--text-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;opacity:0;visibility:hidden;transition:all .25s ease}.game-list-container .scroll-btn svg{width:24px;height:24px;filter:drop-shadow(0 2px 4px rgba(102,126,234,.18))}.game-list-container .scroll-btn:hover{background:#fff;border-color:var(--border-strong);transform:translateY(-50%) scale(1.15);box-shadow:0 10px 24px #667eea33}.game-list-container .scroll-btn:active{transform:translateY(-50%) scale(.95)}.game-list-container .scroll-btn-left{left:18px}.game-list-container .scroll-btn-left:not(.visible){display:none!important}.game-list-container .scroll-btn-right{right:18px}.game-list-container .scroll-btn-right:not(.visible){display:none!important}@media(min-width:769px){.game-list-container .scroll-btn{opacity:0;visibility:hidden}.game-list-container:hover .scroll-btn.visible{opacity:1;visibility:visible}}@media(max-width:768px){.game-list-container .scroll-btn{display:none}}.game-list-container.category .scroll-btn,.game-list-container.search .scroll-btn,.game-list-container.game .scroll-btn{display:none}.game-list{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(240px,1fr);gap:12px;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;scroll-behavior:smooth}.game-list::-webkit-scrollbar{display:none}.game-list.category,.game-list.search{grid-auto-flow:row;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));overflow-x:visible}.game-list.game{grid-auto-flow:row;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));overflow-x:visible}@media(max-width:768px){.game-list.search{grid-template-columns:repeat(2,minmax(0,1fr))}}.game-list .game-item{width:100%;border-radius:12px;overflow:hidden;background:transparent;position:relative;aspect-ratio:3/2;transition:all .2s ease-in-out;box-shadow:0 10px 22px #667eea1a;border:1px solid rgba(255,255,255,.7)}.game-list .game-item:hover,.game-list .game-item:focus-visible{border:3px solid transparent;background:linear-gradient(180deg,#00e579,#076eff) border-box;box-shadow:0 0 24px #00e57935,0 10px 22px #667eea29;transform:translateY(-4px)}.game-list .game-item:hover .game-img,.game-list .game-item:focus-visible .game-img{transform:scale(1.05)}.game-list .game-item:hover .game-name,.game-list .game-item:focus-visible .game-name{opacity:1;visibility:visible}.game-list .game-item .game-img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.game-list .game-item .game-img.lazy-img{width:18px;height:18px;margin:26% auto auto}.game-list .game-item .game-name{position:absolute;left:0;right:0;bottom:0;margin:0;padding:12px 14px;color:#fff;font-size:15px;font-weight:600;line-height:1.3;background:linear-gradient(180deg,#0000,#000000bf);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;text-shadow:0 2px 4px rgba(0,0,0,.5)}
