.catalog{padding:var(--pad-top)var(--pad);flex:1}.catalog-title{margin-bottom:16px;font-size:24px}.catalog-inner{flex-direction:column;display:flex}.catalog-filter{align-items:center;margin-bottom:24px;display:flex}.catalog-level-btns{gap:8px;display:flex}.catalog-btn{border:1px solid var(--text);cursor:pointer;background:0 0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.catalog-btn span{border-radius:4px;width:8px;height:8px;transition:all .1s}.catalog-btn span.active{border-radius:0;width:24px;height:24px}.catalog-btn:first-child span{background:#209a3a}.catalog-btn:nth-child(2) span{background:#d0cb22}.catalog-completed-label{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;margin-left:auto;display:flex}.catalog-completed-label button{margin-left:8px}.catalog-completed-label img{width:0;height:0;transition:all .1s}.catalog-completed-label img.active{width:24px;height:24px}.catalog-completed-label span{line-height:0}.catalog-items{flex-wrap:wrap;justify-content:center;gap:clamp(8px,2vw,27px);display:flex}.catalog-item-image{background:linear-gradient(45deg,#2c2c2c,#222);border-radius:2px}
