section.game-list-section{padding:50px 20px 0}section+main section.game-list-section{padding-top:0}.game-list-background{position:relative;border-radius:6px;overflow:hidden}.game-list-background svg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}@media screen and (max-width:991px){.game-list-background svg{width:-moz-fit-content;width:fit-content}}.game-list-header{position:relative;display:flex;justify-content:space-between}.game-list-header img{position:absolute;width:450px;height:450px}@media screen and (min-width:992px){.game-list-header img{right:0;bottom:-10%;animation:float 6s ease-in-out infinite}}@media screen and (max-width:991px){.game-list-header img{width:350px;height:350px;right:-15%;top:45%;animation:slideInRight 6s ease-in-out infinite}}@keyframes slideInRight{0%,to{transform:translateX(50%) translateY(-50%) rotate(40deg)}50%{transform:translateX(70%) translateY(-50%) rotate(30deg)}}@keyframes float{0%,to{transform:translateY(10%) rotate(40deg)}50%{transform:translateY(20%) rotate(30deg)}}.game-list-background .game-list-content{display:flex;flex-direction:column;gap:20px;padding:50px 0}.game-list-background .game-list-title{font-size:80px;font-weight:700;line-height:150%}.game-list-background .statistical-info{display:flex;gap:20px}.game-list-background .statistical-info .statistical-item{display:flex;flex-direction:column;padding:10px 20px;border-radius:6px;border:1px solid var(--text-primary);box-shadow:0 12px 16px 0 rgba(0,0,0,.04),0 4px 56px 0 rgba(0,0,0,.04)}.game-list-search{display:flex;gap:8px}.game-list-background .form-control.game-search{padding:12px 16px;border-radius:6px;border:1px solid var(--text-disabled);background:var(--text-primary);box-shadow:0 1px 2px 0 rgba(16,24,40,.05);color:var(--text-disabled);width:100%}.game-list-background .form-control.game-search::placeholder{color:var(--text-disabled)}.game-list-background .form-control.game-search:focus{outline:none}@media screen and (max-width:991px){.game-list-background .statistical-info .statistical-item{padding:10px}.game-list-background .game-list-content{padding:20px}.game-list-background .game-list-title{font-size:30px;font-weight:700;line-height:150%}.game-list-background .statistical-info{flex-direction:column;gap:40px;width:50%}}.server-card-inner{display:block;border-radius:6px;background:var(--bg-surface);color:inherit;text-decoration:none}.server-card-inner .server-card-row{display:flex;align-items:stretch;height:132px}.game-img-wrap{position:relative;overflow:hidden;background:var(--bg-elevated)}.game-img-bg{position:absolute;inset:0;object-fit:cover;filter:blur(5px) brightness(.6);transform:scale(1.12)}.game-img,.game-img-bg{width:100%;height:100%;object-position:center}.game-img{position:relative;z-index:1;display:block;object-fit:contain}.server-card-inner .game-img-wrap{flex-shrink:0;height:100%;aspect-ratio:1/1;border-radius:6px 0 0 6px}.server-card-inner .server-card-body{display:flex;align-items:center;flex:1 1;min-width:0}.server-card-inner .server-info{display:flex;flex:1 1;min-width:0;flex-direction:column;align-items:flex-start;justify-content:center;gap:10px;padding:12px}.server-card-inner .server-info .game-title{display:inline-block;max-width:100%;padding:10px 16px;border-radius:6px;background:var(--bg-elevated);font-size:20px;font-weight:500;line-height:120%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.server-card-inner .server-info .server-info-content{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;width:100%}.server-card-inner .game-stat{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0}.server-card-inner .game-stat-label{font-size:13px;line-height:1;color:var(--text-secondary)}.server-card-inner .game-stat-value{display:flex;align-items:center;gap:6px;font-size:20px;font-weight:600;line-height:1;color:var(--text-primary);min-width:0}.server-card-inner .game-stat-value span{white-space:nowrap}.server-card-inner .game-stat-icon{width:20px;height:20px;color:var(--primary);flex-shrink:0}.server-card-inner .server-info-actions{flex-shrink:0;padding:0 16px 0 4px;display:flex;align-items:center;justify-content:center;color:var(--primary)}.server-card-inner .server-info-actions svg{width:24px;height:24px}@media screen and (min-width:1200px){.server-card-inner .server-card-row{height:148px}.server-card-inner .server-info{padding:16px 12px 16px 16px;gap:12px}.server-card-inner .server-info .game-title{font-size:24px;padding:12px 20px}.server-card-inner .game-stat-value{font-size:24px;gap:8px}.server-card-inner .game-stat-icon{width:24px;height:24px}.server-card-inner .server-info-actions{padding:0 20px 0 8px}}@media screen and (max-width:991px){.server-card-inner .server-card-row{height:112px}.server-card-inner .server-info{padding:10px 8px 10px 10px;gap:10px}.server-card-inner .server-info .game-title{padding:8px 12px;font-size:16px}.server-card-inner .server-info .server-info-content{gap:8px}.server-card-inner .game-stat-label{font-size:11px}.server-card-inner .game-stat-value{font-size:14px;gap:4px}.server-card-inner .game-stat-icon{width:16px;height:16px}.server-card-inner .server-info-actions{padding:0 10px 0 2px}.server-card-inner .server-info-actions svg{width:20px;height:20px}}