* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Inter", sans-serif;
  background: #f8f7f4;
  color: #1a1a1a;
  overflow-x: hidden;
  max-width: 100vw;
}

/* ── Scrollbar ── */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #fc7b0b;
  border-radius: 3px;
}

.textZoom {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 2; */
}
#medal {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 28' width='56' height='28'%3E%3Cpath fill='%23255ec0' fill-opacity='0.08' d='M56 26v2h-7.75c2.3-1.27 4.94-2 7.75-2zm-26 2a2 2 0 1 0-4 0h-4.09A25.98 25.98 0 0 0 0 16v-2c.67 0 1.34.02 2 .07V14a2 2 0 0 0-2-2v-2a4 4 0 0 1 3.98 3.6 28.09 28.09 0 0 1 2.8-3.86A8 8 0 0 0 0 6V4a9.99 9.99 0 0 1 8.17 4.23c.94-.95 1.96-1.83 3.03-2.63A13.98 13.98 0 0 0 0 0h7.75c2 1.1 3.73 2.63 5.1 4.45 1.12-.72 2.3-1.37 3.53-1.93A20.1 20.1 0 0 0 14.28 0h2.7c.45.56.88 1.14 1.29 1.74 1.3-.48 2.63-.87 4-1.15-.11-.2-.23-.4-.36-.59H26v.07a28.4 28.4 0 0 1 4 0V0h4.09l-.37.59c1.38.28 2.72.67 4.01 1.15.4-.6.84-1.18 1.3-1.74h2.69a20.1 20.1 0 0 0-2.1 2.52c1.23.56 2.41 1.2 3.54 1.93A16.08 16.08 0 0 1 48.25 0H56c-4.58 0-8.65 2.2-11.2 5.6 1.07.8 2.09 1.68 3.03 2.63A9.99 9.99 0 0 1 56 4v2a8 8 0 0 0-6.77 3.74c1.03 1.2 1.97 2.5 2.79 3.86A4 4 0 0 1 56 10v2a2 2 0 0 0-2 2.07 28.4 28.4 0 0 1 2-.07v2c-9.2 0-17.3 4.78-21.91 12H30zM7.75 28H0v-2c2.81 0 5.46.73 7.75 2zM56 20v2c-5.6 0-10.65 2.3-14.28 6h-2.7c4.04-4.89 10.15-8 16.98-8zm-39.03 8h-2.69C10.65 24.3 5.6 22 0 22v-2c6.83 0 12.94 3.11 16.97 8zm15.01-.4a28.09 28.09 0 0 1 2.8-3.86 8 8 0 0 0-13.55 0c1.03 1.2 1.97 2.5 2.79 3.86a4 4 0 0 1 7.96 0zm14.29-11.86c1.3-.48 2.63-.87 4-1.15a25.99 25.99 0 0 0-44.55 0c1.38.28 2.72.67 4.01 1.15a21.98 21.98 0 0 1 36.54 0zm-5.43 2.71c1.13-.72 2.3-1.37 3.54-1.93a19.98 19.98 0 0 0-32.76 0c1.23.56 2.41 1.2 3.54 1.93a15.98 15.98 0 0 1 25.68 0zm-4.67 3.78c.94-.95 1.96-1.83 3.03-2.63a13.98 13.98 0 0 0-22.4 0c1.07.8 2.09 1.68 3.03 2.63a9.99 9.99 0 0 1 16.34 0z'%3E%3C/path%3E%3C/svg%3E");
}

.medalTab {
  display: flex;
  background: linear-gradient(100deg, #0081ff, #1244e9, #ff6a00);
  border-radius: 24px;
  margin: 15px 0px 2px;
  padding: 0 5px;
  background-size: 300% 300%;

  /* 2. 动画改变背景位置 */
  animation: gradientMove 6s ease-in-out infinite alternate;
}
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* @ max-width: 777px */
.page-wrapper {
  max-width: 777px;
  margin: 0 auto;
  padding: 30px 8px;
  position: relative;
}
.newsItemImg {
  width: 40%;
  max-height: 100px;
  overflow: hidden;
}
.navbox {
  padding: 0 10px;
}
#newsContent {
  display: flex;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 24px;
  flex-direction: column;
}
#newsListFirst {
  position: relative;
  height: 245px;
  overflow: hidden;
}
#photosContent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.citiesItem {
  height: 200px;
}
.citiesBox {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
.sponsorsBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 100%;
  margin: 0 auto;
}
.footerBox {
  display: flex;
  gap: 48px;
  margin-bottom: 20px;
  justify-content: center;
}
.footerItem {
  display: none;
}
#indexInfo {
  display: none;
}
.hero-section {
  min-height: 240px;
  position: relative;
  overflow: hidden;
}
.indexCall {
  padding: 0 23px;
}
#timeDownBig {
  display: none;
}
#timeDown {
  display: block;
}
.tablist {
  display: none !important;
}
.moblieIcon {
  display: block;
}
.listtext {
  -webkit-line-clamp: 2;
  font-family: "Noto Serif SC", serif;
  font-size: 3vw;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.5;
}

.gameindexBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
.gameindexItem {
  height: 250px;
}
.gameindexItemTitle {
  font-family: "Noto Serif SC", serif;
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
  writing-mode: vertical-rl;
  letter-spacing: 10px;
}
.m_top,
.m_shadow,
.m_sidebarRight {
  display: none;
}
.m_shadow {
  display: none;
  background-color: #000000b1;
  position: fixed;
  z-index: 99999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.m_sidebarRight {
  display: none;
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 65vw;
  height: 100vh;
  background: #f8f7f4;
  animation: fadeInLeft;
  animation-duration: 0.4s;
}
.m_sidebar_ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 15px 25px 0px;
  box-sizing: border-box;
  gap: 10px;
  background: linear-gradient(103deg, #0081ff, #1244e9, #ff6a00);
  backdrop-filter: blur(2px) saturate(180%);
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.2),
    inset 0 4px 20px rgba(255, 255, 255, 0.3);
}
.m_sidebar_li {
  color: #0a0f3cfa;
  width: 100%;
  border-radius: 10px;
  border: 1px rgb(255 255 255 / 47%) solid;
  background: linear-gradient(
    160deg,
    rgb(255 255 255 / 83%),
    rgb(255 255 255 / 35%)
  );
  padding: 15px 25px;
  display: flex;
  gap: 6px;
  align-items: center;
}
.m_show {
  display: block;
}
.contentbody img {
  max-width: 100% !important;
  display: inline-block;
  text-align: center;
}
#certify {
  display: none;
}

#certify .swiper-container {
  padding-bottom: 60px;
  width: 1200px;
  margin: 0 auto;
}

#certify .swiper-slide {
  width: 520px;
  height: 333px;
  background: #fff;
  box-shadow: 0 5px 20px #ddd;
  border-radius: 6%;
  overflow: hidden;
}

#certify .swiper-slide img {
  display: block;
  width: 100%;
  height: 84%;
}

#certify .swiper-slide p {
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 18px;
  margin: 0;
  height: 16%;
  align-items: center;
  display: flex;
  justify-content: center;
}

#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #040c7a;
  background-color: #fff;
}

#certify .swiper-button-prev {
  left: 350px;
  top: 60%;
  width: 45px;
  height: 45px;
  background: url(/images/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

#certify .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%;
}

#certify .swiper-button-next {
  right: 350px;
  width: 45px;
  top: 60%;
  height: 45px;
  background: url(/images/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
}

#certify .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%;
}
.notice-content {
  width: 100%;
  /* background: linear-gradient(135deg, rgb(255 255 255 / 49%), rgb(255 255 255 / 23%)); */
  box-shadow: 0 4px 8px #408de61a;
  border-radius: 20px;
  padding: 1px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.moreright {
  display: none !important;
}
.moredown {
  display: block;
  text-align: center;
  margin-top: 20px;
}
#carousel-prev,
#carousel-next {
  display: none;
}
.section-title {
  font-family: "Noto Serif SC", serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(135deg, #1a1a2e 30%, #b91c1c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.iframeBox {
  display: none;
}
.iframeActive {
  display: block;
}
.iframeTab {
  flex: 1;
  text-align: center;
  font-size: 11px;
  padding: 10px 0;
  margin: 5px 0;
  color: #e6e6e6;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.iframeTabActive {
  color: #fff;
  border: 1px #c5c5c5 solid;
  /* margin: 10px 0; */
  border-radius: 20px;
  background: linear-gradient(
    135deg,
    rgb(255 255 255 / 20%),
    rgb(255 255 255 / 10%)
  );
  box-shadow: 1px 3px 10px #ffffff73;
  margin: 5px 0;
  text-shadow: 1px 1px 3px #ffffff80;
}
.headerTit {
  text-shadow: 1px 2px 3px #ff6f2a;
  font-family: "Noto Serif SC", serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
}
.gamesInfo {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 28' width='56' height='28'%3E%3Cpath fill='%23255ec0' fill-opacity='0.08' d='M56 26v2h-7.75c2.3-1.27 4.94-2 7.75-2zm-26 2a2 2 0 1 0-4 0h-4.09A25.98 25.98 0 0 0 0 16v-2c.67 0 1.34.02 2 .07V14a2 2 0 0 0-2-2v-2a4 4 0 0 1 3.98 3.6 28.09 28.09 0 0 1 2.8-3.86A8 8 0 0 0 0 6V4a9.99 9.99 0 0 1 8.17 4.23c.94-.95 1.96-1.83 3.03-2.63A13.98 13.98 0 0 0 0 0h7.75c2 1.1 3.73 2.63 5.1 4.45 1.12-.72 2.3-1.37 3.53-1.93A20.1 20.1 0 0 0 14.28 0h2.7c.45.56.88 1.14 1.29 1.74 1.3-.48 2.63-.87 4-1.15-.11-.2-.23-.4-.36-.59H26v.07a28.4 28.4 0 0 1 4 0V0h4.09l-.37.59c1.38.28 2.72.67 4.01 1.15.4-.6.84-1.18 1.3-1.74h2.69a20.1 20.1 0 0 0-2.1 2.52c1.23.56 2.41 1.2 3.54 1.93A16.08 16.08 0 0 1 48.25 0H56c-4.58 0-8.65 2.2-11.2 5.6 1.07.8 2.09 1.68 3.03 2.63A9.99 9.99 0 0 1 56 4v2a8 8 0 0 0-6.77 3.74c1.03 1.2 1.97 2.5 2.79 3.86A4 4 0 0 1 56 10v2a2 2 0 0 0-2 2.07 28.4 28.4 0 0 1 2-.07v2c-9.2 0-17.3 4.78-21.91 12H30zM7.75 28H0v-2c2.81 0 5.46.73 7.75 2zM56 20v2c-5.6 0-10.65 2.3-14.28 6h-2.7c4.04-4.89 10.15-8 16.98-8zm-39.03 8h-2.69C10.65 24.3 5.6 22 0 22v-2c6.83 0 12.94 3.11 16.97 8zm15.01-.4a28.09 28.09 0 0 1 2.8-3.86 8 8 0 0 0-13.55 0c1.03 1.2 1.97 2.5 2.79 3.86a4 4 0 0 1 7.96 0zm14.29-11.86c1.3-.48 2.63-.87 4-1.15a25.99 25.99 0 0 0-44.55 0c1.38.28 2.72.67 4.01 1.15a21.98 21.98 0 0 1 36.54 0zm-5.43 2.71c1.13-.72 2.3-1.37 3.54-1.93a19.98 19.98 0 0 0-32.76 0c1.23.56 2.41 1.2 3.54 1.93a15.98 15.98 0 0 1 25.68 0zm-4.67 3.78c.94-.95 1.96-1.83 3.03-2.63a13.98 13.98 0 0 0-22.4 0c1.07.8 2.09 1.68 3.03 2.63a9.99 9.99 0 0 1 16.34 0z'%3E%3C/path%3E%3C/svg%3E");
}
.hover-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.hover-containerTop {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.hover-image {
  position: absolute;
  left: 105%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
  width: 150px;
  height: auto;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  border-radius: 8px;
  box-shadow: 1px 1px 15px 0px #ffffff;
}

.hover-imageTop {
  position: absolute;
  left: 30%;
  top: 190%;
  transform: translateX(-50%);
  width: 150px;
  height: auto;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  border-radius: 8px;
  box-shadow: 0px 0px 15px 0px #ffc4a8;
}

.hover-container:hover .hover-image {
  opacity: 1;
  visibility: visible;
}
.hover-containerTop:hover .hover-imageTop {
  opacity: 1;
  visibility: visible;
}

#backA {
  display: none;
}
/* @media (min-width: 1111px) */
@media (min-width: 1111px) {
  .tablist {
    display: flex !important;
  }
  .moblieIcon {
    display: none;
  }
  #backA {
    display: block;
  }
}

/* @media (min-width: 777px)  */
@media (min-width: 777px) {
  .headerTit {
    font-size: 23px;
  }
  .iframeTab {
    font-size: 17px;
  }
  .section-title {
    font-size: 42px;
  }
  .moreright {
    display: inline-flex !important;
  }
  .moredown {
    display: none;
  }
  #carousel-prev,
  #carousel-next {
    display: flex;
  }
  .notice-content {
    width: 100%;
    background: linear-gradient(
      135deg,
      rgb(255 255 255 / 49%),
      rgb(255 255 255 / 23%)
    );
    box-shadow: 0 4px 8px #408de61a;
    border-radius: 20px;
    padding: 29px;
    padding-top: 40px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #certify {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 75px 0 30px;
  }
  .gamecard:nth-child(even) {
    margin-top: 55px;
  }
  .gameindexItemTitle {
    font-family: "Noto Serif SC", serif;
    font-size: 55px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 6px;
    writing-mode: vertical-rl;
    letter-spacing: 10px;
    padding: 26px 24px 120px !important;
  }
  .gameindexBox {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 24px;
  }
  .gameindexItem {
    height: 550px;
  }
  .newsItemImg {
    width: 22%;
    max-height: 150px;
    overflow: hidden;
  }
  .listtext {
    -webkit-line-clamp: 2;
    font-family: "Noto Serif SC", serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.5;
  }
  .navbox {
    padding: 0 48px;
  }
  #timeDownBig {
    display: block;
  }
  #timeDown {
    display: none;
  }
  .indexCall {
    padding: 0 48px;
  }

  .hero-section {
    height: 81vh;
    min-height: 540px;
    position: relative;
    overflow: hidden;
  }
  #indexInfo {
    display: block;
  }
  .page-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
    position: relative;
  }
  #newsContent {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 24px;
  }
  #newsListFirst {
    position: relative;
    height: 320px;
    overflow: hidden;
  }
  .notice-item {
    width: 49% !important;
    padding: 0 19px !important;
  }
  .notice-item span:nth-of-type(2) {
    margin-left: 20px !important;
  }
  #photosContent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
  .citiesBox {
    grid-template-columns: repeat(3, 1fr);
  }
  .citiesItem {
    height: 555px;
  }
  .sponsorsBox {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
  }
  .sponsor-item {
    padding: 24px 85px !important;
    height: 140px !important;
  }

  .footerBox {
    display: grid;
    grid-template-columns: 2.5fr 1fr 1fr 1fr 1.2fr;
    gap: 48px;
    margin-bottom: 48px;
  }
  .footerItem {
    display: block;
  }
}

@media (min-width: 1280px) {
  .page-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 65px 96px;
    position: relative;
  }
}

/* ── Nav ── */
#main-nav {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1000;
  background: linear-gradient(90deg, #0070ff, #fc7b0b);
  backdrop-filter: blur(12px);
  border-bottom: 0.5px solid #00c9ef29;
  transition: box-shadow 0.3s;
}

#main-nav.scrolled {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
}

/* Mongolian ornament stripe */
.ornament-stripe {
  height: 4px;
  background: linear-gradient(
    90deg,
    #b91c1c 0%,
    #eab308 30%,
    #22c55e 60%,
    #1d4ed8 80%,
    #b91c1c 100%
  );
}

/* ── Hero Carousel ── */
/* .hero-section {
    height: 80vh;
    min-height: 540px;
    position: relative;
    overflow: hidden;
  } */

.carousel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease;
}

.carousel-slide.active {
  opacity: 1;
  z-index: 2;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.carousel-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(
    135deg,
    rgba(10, 15, 60, 0.72) 0%,
    rgba(180, 30, 0, 0.28) 60%,
    transparent 100%
  );
}

.carousel-content {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: center;
}

.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.3s;
  cursor: pointer;
}

.carousel-dot.active {
  width: 28px;
  border-radius: 4px;
  background: #eab308;
}

/* ── Section heading ── */
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 14px;
  border-radius: 20px;
  background: linear-gradient(
    90deg,
    rgba(185, 28, 28, 0.12),
    rgba(234, 179, 8, 0.12)
  );
  border: 1px solid rgba(185, 28, 28, 0.25);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #b91c1c;
}

.section-line {
  width: 60px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, #b91c1c, #eab308);
}

/* ── News card ── */
.news-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
}

.news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14);
}

.news-badge {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* ── Sport icon card ── */
.sport-card {
  background: #fff;
  border-radius: 20px;
  padding: 28px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.sport-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(185, 28, 28, 0.06),
    rgba(234, 179, 8, 0.06)
  );
  opacity: 0;
  transition: opacity 0.3s;
}

.sport-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 20px 50px rgba(185, 28, 28, 0.18);
}

.sport-card:hover::before {
  opacity: 1;
}

.sport-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  box-shadow: 0 4px 16px rgba(234, 179, 8, 0.3);
  transition: transform 0.3s;
}

.sport-card:hover .sport-icon-wrap {
  transform: rotate(8deg) scale(1.1);
}

/* ── City card ── */
.city-card {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  transition: transform 0.35s, box-shadow 0.35s;
  cursor: pointer;
  /* height: 200px; */
}
.city-card2 {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  transition: transform 0.35s, box-shadow 0.35s;
  cursor: pointer;
}

.city-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 5px 10px rgb(99 99 99);
}
.city-card2:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 9px 8px 9px rgb(79 79 79 / 33%);
}

.city-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}

.city-card:hover img {
  transform: scale(1.08);
}

.city-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgb(10 15 60) 0%, transparent 100%);
  padding: 28px 24px 24px;
}

/* ── Sponsor ── */
.sponsor-item {
  background: #fff;
  border-radius: 16px;
  padding: 14px 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s;
  filter: grayscale(30%);
  opacity: 0.8;
  height: 100px;
  overflow: hidden;
}

.sponsor-item:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* ── Counter ── */
.counter-card {
  margin: 10px;
  text-align: center;
  padding: 32px 20px;
  border-radius: 20px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.12),
    rgba(255, 255, 255, 0.06)
  );
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
}

/* ── Footer ── */
footer {
  background: linear-gradient(130deg, #0070ff, #fc7b0b);
}

.footer-link {
  color: #ffffffc4;
  transition: color 0.2s;
  font-size: 14px;
  line-height: 2;
}

.footer-link:hover {
  color: #eab308;
}

/* ── Mongolian pattern border ── */
.mongolian-border {
  height: 8px;
  background-image: linear-gradient(
    90deg,
    #b91c1c 0%,
    #eab308 30%,
    #22c55e 60%,
    #1d4ed8 80%,
    #b91c1c 100%
  );
}

/* ── Scroll reveal ── */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Ticker ── */
.ticker-wrap {
  overflow: hidden;
  white-space: nowrap;
}

.ticker-content {
  display: inline-block;
  animation: ticker 30s linear infinite;
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.ticker-wrap:hover .ticker-content {
  animation-play-state: paused;
}

.notice-item {
  width: 99%;
  height: 59px;
  padding: 0 10px;
  background: #f8f9fad6;
  border-radius: 7px;
  margin-bottom: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
  display: flex;
  align-items: center;
}
.notice-item span:nth-of-type(1) {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d7693e;
  margin-right: 12px;
  transition: background 0.3s ease;
}
.notice-item p {
  flex: 1;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
.notice-item span:nth-of-type(2) {
  font-size: 15px;
  color: #666;
  margin-left: 2px;
  flex-shrink: 0;
  white-space: nowrap;
}
.flex-center-between {
  align-items: center;
  justify-content: space-between;
}
.notice-item:hover {
  background: #fff;
  border-left: 4px solid #eab308;
  transform: translate(4px);
  box-shadow: 0 2px 8px #eab3089e;
}

.back-btn {
  position: absolute;
  top: 1.04167vw;
  left: 1.04167vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.52083vw 1.04167vw;
  background: linear-gradient(
    to bottom,
    rgb(39 52 174 / 98%),
    rgb(22 31 116 / 92%)
  );
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 1.30208vw;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0.20833vw 0.625vw #0251b64d, inset 0 1px #fff3;
  text-decoration: none;
  z-index: 10;
}
.back-btn:before {
  content: "←";
  font-size: 1rem;
  transition: transform 0.3s ease;
}
.back-btn:hover {
  background: linear-gradient(135deg, #01419c, #1478d9);
  transform: translate(-0.26042vw);
  box-shadow: 0 0.3125vw 1.04167vw #0251b666, inset 0 1px #ffffff4d;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
#Medalsss {
  display: none;
}
