@font-face {
    font-family: 'mianfeiziti';
    src: url('../../ttf/HYWenHei-85W-1.ttf') format('truetype');
    font-display: swap;
}

:root {
    --helper-font-family-mianfeiziti: 'mianfeiziti', system-ui, "calibri", "Roboto", verdana, "PingFang SC", sans-serif;
}

html,
body {
  margin: 0;
  padding: 30px;
  background-color: #f3eee2;
  display: inline-block;
  font-family: var(--helper-font-family-mianfeiziti);
}

.menu-cont {
  width: 780px;
  background: url("../../img/ercode-bg.D1ccSQKH.png") center/cover no-repeat;
  background-color: #f3eee2;
  position: relative;
  padding: 40px 50px;
  box-sizing: border-box;
  overflow: hidden;
}

.menu-cont::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(28, 22, 18, 0.18);
  z-index: 1;
  pointer-events: none;
}

.menu-page {
  position: relative;
  z-index: 3;
}

.header-center {
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 2px dashed rgba(160, 140, 110, 0.4);
  padding-bottom: 15px;
}

.page-title {
  color: #ffc65f;
  font-size: 38px;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
  -webkit-text-stroke: 1.5px #d4842b;
  letter-spacing: 2px;
}

.page-subtitle {
  color: #9e8e76;
  font-size: 16px;
  margin-top: 6px;
}

.menu-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.group-title {
  font-size: 22px;
  font-weight: bold;
  color: #c97926;
  margin-bottom: 15px;
  padding-left: 12px;
  border-left: 5px solid #ffc65f;
}

.group-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.menu-item {
  width: 100%;
  min-height: 85px;
  background: url("../../img/player-bg.png") no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 50px 12px 25px;
  box-sizing: border-box;
}

.group-items > .menu-item:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  width: calc((100% - 15px) / 2);
  justify-self: center;
}

.menu-item-cmd {
  font-size: 22px;
  font-weight: bold;
  color: #5a3e1b;
  margin-bottom: 8px;
  line-height: 1.2;
}

.menu-item-desc {
  font-size: 16px;
  color: #8c7a61;
  line-height: 1.3;
}

.footer {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  color: #bfae95;
}
