.catalog-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;display:grid}@media (max-width:620px){.catalog-grid{grid-template-columns:1fr}}.catalog-card{transition:transform .14s cubic-bezier(.23,1,.32,1)}.catalog-card:active{transform:scale(.99)}.cheats-layout{flex-direction:column;gap:24px;width:100%;display:flex}.cheats-filters{background:#1a181f;border-radius:16px;flex-direction:column;display:flex}.cheats-filters__body{flex-direction:column;gap:20px;padding:24px;display:none}.cheats-filters.is-open .cheats-filters__body{display:flex}.cheats-filters__toggle{color:#e9e3f6;justify-content:space-between;align-items:center;gap:8px;padding:16px 24px;font-size:14px;font-weight:600;transition:background-color .14s cubic-bezier(.23,1,.32,1),transform .16s cubic-bezier(.23,1,.32,1);display:flex}.cheats-filters__toggle:active{transform:scale(.97)}.cheats-filters__toggle:focus-visible{outline-offset:-2px;border-radius:16px;outline:2px solid #8b6dca}.cheats-filters__count{color:#8b6dca;background:#8b6dca26;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:12px;font-weight:600;display:inline-flex}.cheats-filters__chevron{transition:transform .14s cubic-bezier(.23,1,.32,1);transform:rotate(90deg)}.cheats-filters.is-open .cheats-filters__chevron{transform:rotate(270deg)}@media (min-width:930px){.cheats-layout{flex-direction:row;align-items:flex-start}.cheats-filters{flex:0 0 280px;width:280px}.cheats-filters__toggle{display:none}.cheats-filters__body{display:flex}}.cheat-row{background:#1a181f;border-radius:16px;flex-direction:column;transition:background-color .14s cubic-bezier(.23,1,.32,1);display:flex;overflow:hidden}.cheat-row__art{background:#0e0d11;flex:none;width:100%;height:180px;display:block}@media (min-width:640px){.cheat-row{flex-direction:row;min-height:210px}.cheat-row__art{flex:0 0 220px;width:220px;height:auto}}@media (hover:hover) and (pointer:fine){.cheat-row:hover,.cheats-filters__toggle:hover{background:#2c2733}}
