﻿.mexp-page {
  background: #fff;
  padding: 70px 16px;
}

.mexp-wrap {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.mexp-card {
  max-width: 520px;
  margin: 0 auto 26px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 60px rgba(0,0,0,0.12);
  background: white;
}

.mexp-media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #000;
}

.mexp-photo,
.mexp-xp-slot {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .55s ease;
}

.mexp-photo {
  object-fit: cover;
  object-position: center;
}

.mexp-xp-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: radial-gradient(ellipse at center, rgba(0,0,0,.55), rgba(0,0,0,.92));
}

.is-show {
  opacity: 1 !important;
}

.mexp-card-body {
  padding: 20px 18px 24px;
}

.mexp-title {
  margin: 0;
  color: #004080;
  font-size: clamp(28px, 3.2vw, 38px);
  line-height: 1.15;
  font-family: "Roboto", Arial, sans-serif;
}

.mexp-small {
  color: #000;
  text-decoration: underline;
  font-size: .72em;
  font-style: italic;
  margin-left: 8px;
  opacity: .85;
}

.mexp-desc {
  margin: 16px auto 0;
  max-width: 680px;
  color: #333;
  font-size: 18px;
  line-height: 1.65;
}

.mexp-return {
  display: inline-block;
  margin-top: 20px;
  background: #004080;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 900;
}

.mexp-return:hover {
  background: #0066cc;
  color: white;
}

/* XP */
.mexp-xp,
.mexp-xp * {
  box-sizing: border-box !important;
  font-family: "Roboto", sans-serif !important;
  font-style: normal !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}

.mexp-xp {
  width: 340px;
  margin: 0 auto;
  background: #000;
  color: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,.25);
  text-align: center;
}

.mexp-xp-logo {
  width: 220px;
  margin: 20px auto;
  text-align: left !important;
  padding-left: 5px;
}

.mexp-xp-logo p {
  margin: 0 !important;
  padding: 0 !important;
}

.mexp-xp-top {
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 16px !important;
  color: white !important;
  display: inline-block !important;
  transform: translateX(1.7px) !important;
}

.mexp-xp-top::after {
  content: "\00a9";
  font-size: 10px;
  position: relative;
  top: -5px;
  margin-left: 2px;
}

.mexp-xp-mid {
  font-size: 46px !important;
  font-weight: 700 !important;
  line-height: 36px !important;
  color: white !important;
}

.mexp-xp-mid span {
  font-size: 22px !important;
  display: inline-block !important;
  vertical-align: top !important;
  color: #FF6821 !important;
  margin-top: -8px !important;
}

.mexp-xp-bottom {
  font-size: 30px !important;
  font-weight: 300 !important;
  line-height: 30px !important;
  margin-left: 5px !important;
  color: white !important;
}

.mexp-xp-container {
  width: 150px;
  height: 10px;
  border: 2px solid #b2b2b2;
  border-radius: 7px;
  margin: 0 auto;
  padding: 2px 1px;
  overflow: hidden;
  font-size: 0 !important;
  line-height: 0 !important;
  white-space: nowrap;
}

.mexp-xp-box {
  width: 9px;
  height: 100%;
  display: inline-block !important;
  vertical-align: top !important;
  margin-right: 2px;
  background: linear-gradient(to bottom,#2838c7 0%,#5979ef 17%,#869ef3 32%,#869ef3 45%,#5979ef 59%,#2838c7 100%);
  animation: mexp_loader 2s linear infinite !important;
}

@keyframes mexp_loader {
  0% { transform: translateX(-70px); }
  100% { transform: translateX(150px); }
}

@media (max-width: 480px) {
  .mexp-page {
    padding: 45px 10px;
  }

  .mexp-card {
    border-radius: 16px;
  }

  .mexp-card-body {
    padding: 16px 14px 18px;
  }

  .mexp-xp {
    width: 290px;
  }
}
