@charset "utf-8";@media only screen and (max-width:1000px){#category_page_wrp{display:flex;align-items:flex-start}}#alphabet{margin:2em 0}#alphabet ul{display:flex;align-items:center}#alphabet li{flex:1}#alphabet a{display:block;position:relative;padding:.875em 0;margin:0 auto;max-width:3em;border-radius:.5em;color:currentColor;text-decoration:none;text-align:center;cursor:pointer;transition:.3s}#alphabet a:hover{background:rgba(0,0,0,.1)}#alphabet span{display:block;font-family:var(--SiteFF);font-size:1.25em;font-weight:500;line-height:1;text-transform:uppercase;white-space:nowrap}#alphabet span[icon]:before{content:attr(icon)}#alphabet li:first-of-type span:before{display:block;margin:-.25em auto;font-size:2em;width:1em;height:1em;line-height:1;transform:scale(.66)}#alphabet li.on a{background:#1e90ff;color:#fff}#alphabet li.on span{font-weight:700}#alphabet li.disabled a{opacity:.25;pointer-events:none}@media only screen and (max-width:1000px){#alphabet{position:-webkit-sticky;position:sticky;top:5em;left:0;margin:0 -2em 0 0;order:9;flex:none;padding:1em;max-height:calc(100vh - 5em);box-sizing:border-box;overflow:hidden;overflow-y:auto}#alphabet ul{display:block}#alphabet a{padding:.666667em .25em}#alphabet span{font-size:1em}}#games_list{position:relative;margin:2em 0}#games_list ul{display:grid;grid-template-columns:repeat(auto-fill,minmax(25em,1fr));grid-gap:2em}#games_list a{display:flex;align-items:flex-start;border-radius:.5em;color:currentColor;text-decoration:none;transition:.3s;padding:1px}#games_list .cover{width:8em;flex:none;position:relative;border-radius:.5em;overflow:hidden;box-shadow:rgba(0 0 0/10%) 0 .25em .5em,rgba(0 0 0/5%) 0 0 0 1px;background:#fff;aspect-ratio:3/4}#games_list .cover:before{content:'';display:block;padding-top:133.33334%}#games_list .cover img{width:100%;vertical-align:top;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;transition:.3s}#games_list a:hover{background:rgba(37,175,239,.1)}#games_list a:hover .cover img{transform:scale(1.1);opacity:.9}#games_list .info{flex:auto;margin:1em 1.5em}#games_list .info b{display:block;font-family:var(--SiteFF);font-size:1.333334em;font-weight:500}#games_list .info b+span{margin-top:1em}#games_list .info span{display:block;opacity:.5}#games_list .info i{display:inline-block;vertical-align:baseline;font-style:normal}@media only screen and (max-width:1000px){#games_list{flex:auto}#games_list .info b{font-size:1.25em}}@media only screen and (max-width:800px){#games_list ul{grid-template-columns:repeat(auto-fill,minmax(20em,1fr))}#games_list .cover{width:6em}}