h2.page-header {
  margin: 10px 0 25px 0;
  padding-bottom: 15px;
}
.user-baseinfo {
  margin-bottom: 25px;
}
.user-baseinfo table tr td {
  color: #999;
}
@media (min-width: 992px) {
  .user-center .avatar-text,
  .user-center .avatar-img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
    line-height: 150px;
    font-size: 70px;
  }
  .user-center .avatar-img {
    font-size: 0;
  }
  .user-center .avatar-img img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
  }
}
.sidebar-toggle {
  display: none;
}
@media (max-width: 991px) {
  .sidenav {
    position: fixed;
    top: 50px;
    z-index: 1029;
    height: calc(100vh - 50px);
    padding: 20px 0 20px 0;
    min-width: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 250px;
    left: -250px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sidebar-toggle {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 70px;
    border-radius: 50%;
    background: #eee;
    font-size: 22px;
    padding: 10px;
    line-height: 30px;
    height: 50px;
    width: 50px;
    text-align: center;
    z-index: 999999;
  }
}
body.sidebar-open .sidenav {
  left: 0;
  width: 250px;
  box-shadow: 0 6px 27px rgba(0, 0, 0, 0.075);
}
body.sidebar-open .sidebar-toggle i:before {
  content: "\f00d";
}

/* 全国技能大赛 · 前台登录页 */
body.megagame-user-login {
  position: relative;
  background-color: #062a4a;
  background-image:
    radial-gradient(ellipse 80% 60% at 15% 20%, rgba(93, 184, 255, 0.28) 0%, transparent 55%),
    radial-gradient(ellipse 70% 50% at 85% 75%, rgba(0, 118, 209, 0.35) 0%, transparent 50%),
    radial-gradient(ellipse 50% 40% at 50% 100%, rgba(255, 255, 255, 0.08) 0%, transparent 60%),
    linear-gradient(145deg, #041e36 0%, #0a3d66 28%, #0076d1 58%, #2d8fd9 82%, #5db8ff 100%);
  background-attachment: fixed;
  min-height: 100vh;
  overflow-x: hidden;
}
body.megagame-user-login::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 90% 80% at 50% 40%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 90% 80% at 50% 40%, #000 20%, transparent 75%);
  pointer-events: none;
  z-index: 0;
}
body.megagame-user-login footer.footer {
  display: none !important;
}
body.megagame-user-login main.content {
  padding: 0;
  min-height: 0;
  background: transparent;
  position: relative;
  z-index: 1;
}
.megagame-login-page {
  --megagame-login-width: 980px;
  position: relative;
  padding: 48px 15px 32px;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
}
.megagame-login-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.megagame-login-bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  opacity: 0.75;
  animation: megagame-login-float 18s ease-in-out infinite;
}
.megagame-login-bg-orb-1 {
  top: -80px;
  right: -60px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(147, 210, 255, 0.45) 0%, rgba(93, 184, 255, 0.12) 45%, transparent 70%);
}
.megagame-login-bg-orb-2 {
  bottom: 10%;
  left: -100px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(0, 118, 209, 0.35) 0%, rgba(0, 80, 160, 0.1) 50%, transparent 72%);
  animation-delay: -6s;
  animation-duration: 22s;
}
.megagame-login-bg-orb-3 {
  top: 38%;
  right: 8%;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.04) 50%, transparent 70%);
  animation-delay: -12s;
  animation-duration: 16s;
}
.megagame-login-bg-line {
  position: absolute;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), transparent);
  transform: rotate(-24deg);
  opacity: 0.6;
}
.megagame-login-bg-line-1 {
  top: 18%;
  left: -10%;
  width: 55%;
  height: 1px;
}
.megagame-login-bg-line-2 {
  bottom: 22%;
  right: -8%;
  width: 45%;
  height: 1px;
  transform: rotate(18deg);
  opacity: 0.4;
}
@keyframes megagame-login-float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(12px, -16px) scale(1.04);
  }
  66% {
    transform: translate(-10px, 10px) scale(0.97);
  }
}
.megagame-login-content {
  position: relative;
  z-index: 1;
  max-width: var(--megagame-login-width);
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.megagame-login-hero {
  width: 100%;
  margin: 0 auto 24px;
  text-align: center;
  color: #fff;
}
.megagame-login-badge {
  display: inline-block;
  padding: 4px 14px;
  margin-bottom: 14px;
  border-radius: 20px;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #cce9ff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 4px 16px rgba(0, 40, 80, 0.15);
}
.megagame-login-title-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  max-width: none;
  margin: 0 auto 12px;
  text-align: left;
}
.megagame-login-logo {
  flex: 0 0 auto;
  width: 112px;
  height: 112px;
  object-fit: contain;
  vertical-align: middle;
  filter:
    drop-shadow(1px 0 0 rgba(0, 55, 110, 0.28))
    drop-shadow(-1px 0 0 rgba(0, 55, 110, 0.28))
    drop-shadow(0 1px 0 rgba(0, 55, 110, 0.28))
    drop-shadow(0 -1px 0 rgba(0, 55, 110, 0.28))
    drop-shadow(0 4px 10px rgba(0, 35, 80, 0.32))
    drop-shadow(0 10px 24px rgba(0, 35, 80, 0.42));
}
.megagame-login-title-wrap .megagame-login-title {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  flex-shrink: 0;
  text-align: left;
}
.megagame-login-title-wrap .megagame-login-title-line:last-child {
  align-self: center;
}
.megagame-login-title {
  margin: 0 0 12px;
  font-size: 32px;
  line-height: 1.45;
  font-weight: 600;
}
.megagame-login-title-line {
  display: block;
  text-shadow:
    1px 0 0 rgba(0, 55, 110, 0.28),
    -1px 0 0 rgba(0, 55, 110, 0.28),
    0 1px 0 rgba(0, 55, 110, 0.28),
    0 -1px 0 rgba(0, 55, 110, 0.28),
    0 4px 10px rgba(0, 35, 80, 0.32),
    0 10px 24px rgba(0, 35, 80, 0.42);
}
.megagame-login-title-line:first-child {
  white-space: nowrap;
}
.megagame-login-subtitle {
  margin: 0;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: 1px;
}
.megagame-login-portals {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin: 0 0 18px;
  padding: 0;
}
.megagame-login-portal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 72px;
  padding: 10px 6px;
  border-radius: 12px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
}
.megagame-login-portal i {
  font-size: 18px;
}
.megagame-login-portal span {
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
}
.megagame-login-portal:hover,
.megagame-login-portal:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.28);
  text-decoration: none;
  transform: translateY(-1px);
}
.megagame-login-portal.active {
  color: #fff;
  background: linear-gradient(135deg, rgba(93, 184, 255, 0.42) 0%, rgba(0, 118, 209, 0.55) 100%);
  border-color: rgba(255, 255, 255, 0.42);
  box-shadow: 0 8px 20px rgba(0, 40, 80, 0.22);
}
.megagame-login-portal-admin:hover,
.megagame-login-portal-admin:focus,
.megagame-login-portal-team:hover,
.megagame-login-portal-team:focus {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.35);
}
.megagame-login-container {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.megagame-login-page .megagame-login-container.container {
  width: 100%;
  max-width: 100%;
}
.megagame-login-card.login-section {
  margin: 0 auto;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 16px;
  overflow: hidden;
  box-shadow:
    0 20px 56px rgba(0, 40, 80, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 0;
  margin-bottom: 0;
}
.megagame-login-card .logon-tab.megagame-logon-tab {
  margin: 0;
  padding: 12px 12px 0;
  background: #f4f8fc;
  display: flex;
  gap: 8px;
}
.megagame-login-card .logon-tab.megagame-logon-tab > a {
  float: none;
  width: auto;
  flex: 1;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #2a6fad;
  background: transparent;
  border: 1px solid transparent;
}
.megagame-login-card .logon-tab.megagame-logon-tab > a:hover {
  color: #0076d1;
  background: rgba(0, 118, 209, 0.08);
}
.megagame-login-card .logon-tab.megagame-logon-tab > a.active {
  color: #fff;
  background: linear-gradient(135deg, #5db8ff 0%, #0076d1 100%);
  box-shadow: 0 4px 12px rgba(0, 118, 209, 0.28);
}
.megagame-login-card .login-main {
  padding: 32px 36px 28px;
}
.megagame-login-copyright {
  position: relative;
  z-index: 1;
  margin: 16px auto 0;
  padding: 0 15px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
  display: block;
  width: fit-content;
  max-width: none;
  white-space: nowrap;
  box-sizing: border-box;
}
.megagame-login-copyright a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}
.megagame-login-copyright a:hover {
  color: #fff;
  text-decoration: underline;
}
.megagame-login-form .control-label {
  color: #475569;
  font-weight: 500;
  margin-bottom: 8px;
}
.megagame-login-form .megagame-input-group {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #dce6f2;
  box-shadow: 0 2px 8px rgba(0, 118, 209, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.megagame-login-form .megagame-input-group:focus-within {
  border-color: #5db8ff;
  box-shadow: 0 0 0 3px rgba(0, 118, 209, 0.12);
}
.megagame-login-form .megagame-input-group .input-group-addon {
  background: #f4f9ff;
  border: none;
  color: #0076d1;
  min-width: 46px;
  padding: 0 14px;
  font-size: 16px;
}
.megagame-login-form .megagame-input-group .form-control {
  border: none;
  box-shadow: none;
  height: 46px;
  line-height: 46px;
  padding: 0 14px;
  font-size: 14px;
  background: #fff;
}
.megagame-login-form .megagame-input-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.megagame-login-form .megagame-captcha-group .btn-captcha {
  height: 46px;
  line-height: 46px;
  padding: 0 14px;
  border: none;
  border-radius: 0 10px 10px 0;
  background: linear-gradient(135deg, #5db8ff 0%, #0076d1 100%);
  font-size: 13px;
  white-space: nowrap;
}
.megagame-login-form .megagame-captcha-group .btn-captcha:hover,
.megagame-login-form .megagame-captcha-group .btn-captcha:focus {
  background: linear-gradient(135deg, #4aabf5 0%, #0068bc 100%);
  color: #fff;
}
.megagame-login-form .megagame-captcha-group img {
  height: 46px;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
}
.megagame-login-options .controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.megagame-keeplogin {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  cursor: pointer;
  user-select: none;
  color: #5c6b7a;
  font-weight: normal;
}
.megagame-keeplogin input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 2px solid #c5d4e3;
  border-radius: 5px;
  background: #fff;
  position: relative;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.megagame-keeplogin input[type="checkbox"]:checked {
  background: linear-gradient(135deg, #5db8ff 0%, #0076d1 100%);
  border-color: #0076d1;
}
.megagame-keeplogin input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.megagame-forgot {
  color: #0076d1;
  font-size: 13px;
}
.megagame-forgot:hover,
.megagame-forgot:focus {
  color: #005fa8;
  text-decoration: none;
}
.megagame-login-btn {
  height: 48px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, #5db8ff 0%, #0076d1 100%) !important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  box-shadow: 0 6px 16px rgba(0, 118, 209, 0.32);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.megagame-login-btn:hover,
.megagame-login-btn:focus {
  background: linear-gradient(135deg, #4aabf5 0%, #0068bc 100%) !important;
  box-shadow: 0 8px 20px rgba(0, 118, 209, 0.4);
  transform: translateY(-1px);
}
.megagame-register-link {
  border-radius: 10px;
  border: 1px solid #dce6f2 !important;
  color: #475569 !important;
  background: #f8fbfe !important;
  font-size: 14px;
}
.megagame-register-link:hover,
.megagame-register-link:focus {
  background: #eef5fc !important;
  color: #0076d1 !important;
}
@media (max-width: 767px) {
  .megagame-login-page {
    padding: 32px 15px 24px;
  }
  .megagame-login-title-wrap {
    gap: 14px;
  }
  .megagame-login-logo {
    width: 76px;
    height: 76px;
  }
  .megagame-login-title {
    font-size: 24px;
  }
  .megagame-login-subtitle {
    font-size: 13px;
  }
  .megagame-login-portals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 16px;
  }
  .megagame-login-portal {
    min-height: 64px;
    padding: 8px 4px;
  }
  .megagame-login-portal span {
    font-size: 11px;
  }
  .megagame-login-card .login-main {
    padding: 24px 20px 20px;
  }
  .megagame-login-copyright {
    font-size: 12px;
    padding: 0 12px;
  }
  .megagame-login-bg-orb-1 {
    width: 220px;
    height: 220px;
  }
  .megagame-login-bg-orb-2 {
    width: 180px;
    height: 180px;
  }
  .megagame-login-bg-orb-3 {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .megagame-login-bg-orb {
    animation: none;
  }
}

/* 登录页提示框：弹窗打开时 Toast / Layer 提示需浮于遮罩之上 */
body.megagame-user-login #toast-container {
  z-index: 19991020 !important;
}
body.megagame-user-login #toast-container > div {
  opacity: 1 !important;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.28) !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  max-width: 92vw;
}
body.megagame-user-login .toast-top-center {
  top: 72px;
}
body.megagame-user-login .layui-layer-msg,
body.megagame-user-login .layui-layer-tips,
body.megagame-user-login .layui-layer-loading {
  z-index: 19991020 !important;
}
body.megagame-user-login .layui-layer-fast.layui-layer-msg {
  min-width: 160px;
  background: rgba(15, 23, 42, 0.94) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.32) !important;
}
body.megagame-user-login .layui-layer-fast.layui-layer-msg .layui-layer-content {
  padding: 14px 22px;
  font-size: 14px;
  font-weight: 500;
  color: #fff !important;
}
body.megagame-user-login .layui-layer-tips .layui-layer-content {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  padding: 10px 16px !important;
  color: #fff !important;
  background: #d32f2f !important;
  border-radius: 6px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28) !important;
}
body.megagame-user-login .megagame-resetpwd-layer .layui-layer-content {
  overflow: visible;
}
body.megagame-user-login .megagame-resetpwd-layer .form-layer .form-body {
  padding: 8px 0 4px;
}
body.megagame-user-login .megagame-resetpwd-layer .form-layer .form-footer {
  padding-top: 8px;
  border-top: 1px solid #eef2f6;
}

/* 全国技能大赛 · 会员中心 */
body.megagame-user-center {
  background: #f0f5fb;
}
.megagame-user-shell {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.megagame-user-main {
  width: 100%;
}
.megagame-topnav-bar {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e3ebf3;
  border-radius: 16px;
  padding: 14px 18px;
  margin-bottom: 16px;
  box-shadow: 0 4px 16px rgba(0, 40, 80, 0.06);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.megagame-topnav {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 6px;
  min-width: min-content;
  padding: 5px;
  background: #eef5fc;
  border: 1px solid #dce6f2;
  border-radius: 999px;
}
.megagame-topnav-item {
  flex-shrink: 0;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #475569;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.megagame-topnav-item:hover,
.megagame-topnav-item:focus {
  color: #0076d1;
  background: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}
.megagame-topnav-item.active {
  color: #0076d1;
  font-weight: 600;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 118, 209, 0.16);
}
.megagame-user-page {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.megagame-user-page .megagame-enroll-window-alert {
  margin: 20px;
  border-radius: 8px;
}
.megagame-user-page .megagame-enroll-window-alert.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
body.megagame-user-center .megagame-user-main .megagame-user-page.container {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.megagame-user-welcome {
  padding: 8px 0 12px;
}
.megagame-user-welcome-text {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: #334155;
}
.megagame-user-welcome-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #64748b;
}
.megagame-user-placeholder {
  padding: 36px 20px;
  text-align: center;
  color: #64748b;
}
.megagame-user-placeholder i {
  font-size: 36px;
  color: #5db8ff;
  margin-bottom: 12px;
}
.megagame-user-placeholder p {
  margin: 0;
  font-size: 15px;
}
.megagame-user-logout {
  max-width: 420px;
  margin: 0 auto;
  padding: 20px 0 8px;
  text-align: center;
}
.megagame-user-logout-icon {
  margin-bottom: 16px;
}
.megagame-user-logout-text {
  margin: 0 0 24px;
  font-size: 16px;
  color: #475569;
}
.megagame-user-logout-form .megagame-user-submit-btn,
.megagame-user-logout-form .megagame-user-reset-btn {
  width: 100%;
  margin: 0 0 10px;
}
body.megagame-user-center main.content {
  background: transparent;
  padding: 24px 0 0;
  box-sizing: border-box;
}
body.megagame-user-center .navbar.navbar-white {
  background: linear-gradient(135deg, #0a3d66 0%, #0076d1 100%);
  border: none;
  box-shadow: 0 2px 12px rgba(0, 40, 80, 0.18);
}
body.megagame-user-center .megagame-site-header .container {
  position: relative;
  width: 100%;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
body.megagame-user-center .navbar .navbar-brand {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
}
body.megagame-user-center .navbar .navbar-brand .megagame-navbar-logo {
  display: inline-block;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  object-fit: contain;
}
.megagame-navbar-identity {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.megagame-navbar-identity-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: min(360px, 48vw);
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(4px);
}
.megagame-navbar-identity-label {
  flex-shrink: 0;
  white-space: nowrap;
}
.megagame-navbar-identity-sep {
  flex-shrink: 0;
  opacity: 0.72;
  font-weight: 400;
}
.megagame-navbar-identity-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}
body.megagame-user-center .navbar .navbar-brand,
body.megagame-user-center .navbar .nav > li > a {
  color: rgba(255, 255, 255, 0.92) !important;
}
body.megagame-user-center .navbar .nav > li > a:hover,
body.megagame-user-center .navbar .nav > li > a:focus,
body.megagame-user-center .navbar .navbar-brand:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1) !important;
}
body.megagame-user-center .navbar .icon-bar {
  background-color: #fff;
}
body.megagame-user-center footer.footer {
  background: transparent !important;
  margin-top: 0;
  border: none;
  box-shadow: none;
}
body.megagame-user-center footer.footer .copyright {
  background: transparent !important;
  margin: 0;
  padding: 16px 15px 28px;
  line-height: 1.8;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #1a1a1a;
  white-space: nowrap;
}
body.megagame-user-center footer.footer .copyright a {
  color: #1a1a1a;
  text-decoration: none;
}
body.megagame-user-center footer.footer .copyright a:hover {
  color: #0076d1;
  text-decoration: underline;
}
body.megagame-user-center .sidenav,
body.megagame-user-center .sidebar-toggle {
  display: none !important;
}
.megagame-user-card {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e3ebf3;
  box-shadow: 0 12px 36px rgba(0, 40, 80, 0.08);
  overflow: hidden;
}
.megagame-user-hero {
  position: relative;
  padding: 28px 28px 24px;
}
.megagame-user-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #5db8ff 0%, #0076d1 55%, #0a3d66 100%);
}
.megagame-user-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.18) 0%, transparent 45%),
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: auto, 24px 24px, 24px 24px;
}
.megagame-user-profile {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 36px;
}
.megagame-user-avatar {
  flex-shrink: 0;
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: 0 8px 20px rgba(0, 40, 80, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.megagame-user-avatar:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 118, 209, 0.28);
}
.megagame-user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.megagame-user-meta {
  flex: 1;
  min-width: 180px;
  padding-bottom: 4px;
}
.megagame-user-name-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.megagame-user-name {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  text-shadow: 0 1px 3px rgba(0, 40, 80, 0.25);
}
.megagame-user-identity-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 1;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  padding: 2px 14px;
  border-radius: 22px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(4px);
}
.megagame-user-identity-label {
  flex-shrink: 0;
  white-space: nowrap;
}
.megagame-user-identity-sep {
  flex-shrink: 0;
  opacity: 0.72;
  font-weight: 400;
}
.megagame-user-identity-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}
.megagame-user-bio {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}
.megagame-user-edit-btn {
  margin-left: auto;
  margin-bottom: 4px;
  border-radius: 20px;
  padding: 6px 16px;
  color: #0076d1 !important;
  background: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  box-shadow: 0 4px 12px rgba(0, 40, 80, 0.12);
}
.megagame-user-edit-btn:hover,
.megagame-user-edit-btn:focus {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.2) !important;
  border-color: #fff !important;
}
.megagame-user-body {
  padding: 8px 28px 28px;
}
.megagame-user-section-title {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eef2f6;
  font-size: 15px;
  font-weight: 600;
  color: #334155;
}
.megagame-user-section-title i {
  margin-right: 8px;
  color: #0076d1;
}
.megagame-user-info-grid {
  margin-bottom: 8px;
}
.megagame-user-info-item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #f8fbfe;
  border: 1px solid #e8f0f8;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.megagame-user-info-item:hover {
  border-color: #cce4f7;
  box-shadow: 0 4px 12px rgba(0, 118, 209, 0.08);
}
.megagame-user-info-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #0076d1;
  background: linear-gradient(135deg, #eef5fc 0%, #dceefb 100%);
}
.megagame-user-info-label {
  font-size: 12px;
  color: #94a3b8;
  margin-bottom: 4px;
}
.megagame-user-info-value {
  font-size: 14px;
  font-weight: 500;
  color: #334155;
  word-break: break-all;
}
.megagame-user-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eef2f6;
}
.megagame-user-action-btn {
  flex: 1;
  min-width: 140px;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #0076d1 !important;
  background: #f4f9ff !important;
  border: 1px solid #dce6f2 !important;
  transition: all 0.2s ease;
}
.megagame-user-action-btn:hover,
.megagame-user-action-btn:focus {
  color: #fff !important;
  background: linear-gradient(135deg, #5db8ff 0%, #0076d1 100%) !important;
  border-color: transparent !important;
  box-shadow: 0 6px 16px rgba(0, 118, 209, 0.28);
  transform: translateY(-1px);
}
.megagame-user-action-btn i {
  margin-right: 6px;
}

/* 会员中心 · 表单页（个人资料 / 修改密码） */
.megagame-user-page-head {
  position: relative;
  padding: 24px 28px;
  overflow: hidden;
}
.megagame-user-page-title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  text-shadow: 0 1px 3px rgba(0, 40, 80, 0.25);
}
.megagame-user-page-title i {
  margin-right: 10px;
  opacity: 0.92;
}
.megagame-user-page-title .megagame-enroll-window-range {
  font-size: 15px;
  font-weight: 500;
  opacity: 0.95;
}
.megagame-user-page-head-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.megagame-user-page-head-actions .megagame-user-page-title {
  flex: 1;
  min-width: 0;
}
.megagame-user-page-head-btn,
.megagame-user-page-add-btn {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
  text-decoration: none !important;
  color: #0076d1 !important;
  background: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  box-shadow: 0 4px 12px rgba(0, 40, 80, 0.12);
  transition: all 0.2s ease;
}
.megagame-user-page-head-btn:hover,
.megagame-user-page-head-btn:focus,
.megagame-user-page-add-btn:hover,
.megagame-user-page-add-btn:focus {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.2) !important;
  border-color: #fff !important;
  text-decoration: none !important;
}
.megagame-user-page-head-btn i,
.megagame-user-page-add-btn i {
  font-size: 12px;
}
.megagame-enroll-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  border-top: 1px solid #e8f0f8;
  background: #fff;
}
.megagame-user-card-enroll-list .megagame-user-body {
  padding: 0 0 24px;
}
.megagame-user-card-enroll-list .megagame-enroll-table-wrap {
  border-top: none;
}
.megagame-enroll-table {
  width: 100%;
  margin-bottom: 0;
  min-width: 920px;
  border-collapse: separate;
  border-spacing: 0;
}
.megagame-user-card-enroll-list .megagame-user-placeholder {
  padding: 48px 28px 36px;
}
.megagame-enroll-table-wrap-fixed-op .megagame-enroll-table > thead > tr > th:first-child,
.megagame-enroll-table-wrap-fixed-op .megagame-enroll-table > tbody > tr > td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  min-width: 96px;
  background: #fff;
  box-shadow: 2px 0 8px rgba(15, 23, 42, 0.06);
}
.megagame-enroll-table-wrap-fixed-op .megagame-enroll-table > thead > tr > th:first-child {
  z-index: 3;
  background: #f1f7fc;
}
.megagame-enroll-table-wrap-fixed-op .megagame-enroll-table > tbody > tr:nth-child(even) > td:first-child {
  background: #fbfdff;
}
.megagame-enroll-table-wrap-fixed-op .megagame-enroll-table > tbody > tr:hover > td:first-child {
  background: #f0f7ff;
}
.megagame-enroll-table > thead > tr > th {
  padding: 14px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  background: linear-gradient(180deg, #f8fbfe 0%, #f1f7fc 100%);
  border-bottom: 1px solid #dce6f2;
  white-space: nowrap;
  text-align: center;
}
.megagame-enroll-table > tbody > tr > td {
  padding: 13px 16px;
  font-size: 13px;
  color: #334155;
  vertical-align: middle;
  border-top: 1px solid #eef2f6;
  text-align: center;
  white-space: nowrap;
  background: #fff;
  transition: background 0.15s ease;
}
.megagame-enroll-table > tbody > tr:nth-child(even) > td {
  background: #fbfdff;
}
.megagame-enroll-table > tbody > tr:hover > td {
  background: #f0f7ff;
}
.megagame-enroll-table > tbody > tr:last-child > td {
  border-bottom: none;
}
.megagame-enroll-table .megagame-enroll-col-no {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  color: #475569;
  letter-spacing: 0.02em;
}
.megagame-enroll-table > tbody > tr:hover {
  background: transparent;
}
.megagame-enroll-table > tbody > tr.enroll-row-voided > td {
  color: #999 !important;
  background: #f5f5f5 !important;
}
.megagame-enroll-table > tbody > tr.enroll-row-voided:hover > td {
  background: #efefef !important;
}
.megagame-enroll-table > tbody > tr.enroll-row-voided .megagame-enroll-col-no {
  color: #999;
}
.megagame-enroll-table > tbody > tr.enroll-row-voided .megagame-enroll-status {
  opacity: 0.75;
}
.megagame-enroll-table-wrap-fixed-op .megagame-enroll-table > tbody > tr.enroll-row-voided > td:first-child {
  background: #f5f5f5 !important;
}
.megagame-enroll-table-wrap-fixed-op .megagame-enroll-table > tbody > tr.enroll-row-voided:hover > td:first-child {
  background: #efefef !important;
}
.megagame-enroll-status {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
}
.megagame-enroll-status-pending { color: #b45309; background: #fef3c7; }
.megagame-enroll-status-doc_pending { color: #1d4ed8; background: #dbeafe; }
.megagame-enroll-status-doc_rejected { color: #b91c1c; background: #fee2e2; }
.megagame-enroll-status-review_pending { color: #0369a1; background: #e0f2fe; }
.megagame-enroll-status-review_rejected { color: #b91c1c; background: #fee2e2; }
.megagame-enroll-status-approved { color: #047857; background: #d1fae5; }
.megagame-enroll-status-voided { color: #64748b; background: #f1f5f9; }
.megagame-enroll-view-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 4px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
  color: #0076d1 !important;
  background: #f4f9ff;
  border: 1px solid #bfdbfe;
  text-decoration: none;
  transition: all 0.2s ease;
}
.megagame-enroll-view-btn i {
  font-size: 11px;
}
.megagame-enroll-view-btn:hover,
.megagame-enroll-view-btn:focus {
  color: #fff !important;
  background: linear-gradient(135deg, #5db8ff 0%, #0076d1 100%);
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 118, 209, 0.24);
  text-decoration: none;
}
.megagame-enroll-audit-wrap {
  margin-bottom: 20px;
}
.megagame-enroll-audit-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.megagame-enroll-audit-head-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  flex-shrink: 0;
}
.megagame-enroll-stamp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
  color: #0076d1 !important;
  background: #fff;
  border: 1px solid #bfdbfe;
  box-shadow: 0 2px 8px rgba(0, 118, 209, 0.12);
  transition: all 0.2s ease;
}
.megagame-enroll-stamp-btn i {
  font-size: 11px;
}
.megagame-enroll-stamp-btn:hover,
.megagame-enroll-stamp-btn:focus {
  color: #fff !important;
  background: linear-gradient(135deg, #5db8ff 0%, #0076d1 100%);
  border-color: transparent;
}
.megagame-enroll-stamp-btn.is-view {
  color: #475569 !important;
  background: #f8fafc;
  border-color: #e2e8f0;
  box-shadow: none;
}
.megagame-enroll-stamp-btn.is-view:hover,
.megagame-enroll-stamp-btn.is-view:focus {
  color: #0076d1 !important;
  background: #f0f7ff;
  border-color: #bfdbfe;
}
.megagame-enroll-stamp-btn.is-download {
  color: #15803d !important;
  border-color: #bbf7d0;
  box-shadow: 0 2px 8px rgba(22, 163, 74, 0.12);
}
.megagame-enroll-stamp-btn.is-download:hover,
.megagame-enroll-stamp-btn.is-download:focus {
  color: #fff !important;
  background: linear-gradient(135deg, #4ade80 0%, #16a34a 100%);
  border-color: transparent;
}
.megagame-enroll-stamp-btn.is-history {
  color: #475569 !important;
  border-color: #e2e8f0;
  box-shadow: none;
}
.megagame-enroll-stamp-btn.is-history:hover,
.megagame-enroll-stamp-btn.is-history:focus {
  color: #0076d1 !important;
  background: #f0f7ff;
  border-color: #bfdbfe;
}
.megagame-enroll-history-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  margin-left: 4px;
  padding: 0 5px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #0076d1;
}
body.megagame-layer-page .enroll-audit-history-wrap {
  padding: 10px 20px 16px;
}
.layui-layer-fast.enroll-audit-history-layer .layui-layer-content {
  padding: 0 !important;
  overflow: auto !important;
  box-sizing: border-box;
}
.enroll-audit-history-wrap .enroll-audit-history-card {
  margin-bottom: 0;
}
.enroll-audit-history-wrap .enroll-audit-history-panel {
  min-height: 160px;
}
.enroll-audit-history-wrap .enroll-audit-history-table-wrap {
  margin: 0;
  border: 1px solid #e8edf3;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.enroll-audit-history-wrap .enroll-audit-history-table {
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0;
}
.enroll-audit-history-wrap .enroll-audit-history-table > thead > tr > th,
.enroll-audit-history-wrap .enroll-audit-history-table > tbody > tr > td {
  text-align: center;
  vertical-align: middle;
  padding: 12px 10px;
  border-color: #e8edf3;
  font-size: 13px;
  line-height: 1.5;
}
.enroll-audit-history-wrap .enroll-audit-history-table > thead > tr > th {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  color: #475569;
  font-weight: 600;
  border-bottom: 1px solid #dbe3ec;
  white-space: nowrap;
}
.enroll-audit-history-wrap .enroll-audit-history-table > tbody > tr > td {
  color: #334155;
  background: #fff;
}
.enroll-audit-history-wrap .enroll-audit-history-table > tbody > tr:nth-child(even) > td {
  background: #fafbfd;
}
.enroll-audit-history-wrap .enroll-audit-history-table > tbody > tr:hover > td {
  background: #f0f7ff;
}
.enroll-audit-history-wrap .enroll-audit-history-table .ea-reason-cell {
  text-align: center;
  word-break: break-word;
  max-width: 280px;
  color: #64748b;
}
.enroll-audit-history-wrap .enroll-audit-history-table .ea-status-tag {
  display: inline-block;
  min-width: 72px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
}
.enroll-audit-history-wrap .enroll-audit-empty {
  padding: 40px 20px;
  text-align: center;
  color: #94a3b8;
  background: #f8fafc;
  border: 1px dashed #dbe3ec;
  border-radius: 8px;
}
.enroll-audit-history-wrap .enroll-audit-empty i {
  display: block;
  font-size: 36px;
  color: #cbd5e1;
  margin-bottom: 10px;
}
.enroll-audit-history-wrap .enroll-audit-empty p {
  margin: 0;
  font-size: 14px;
}
.enroll-audit-history-wrap .ea-status-tag,
.enroll-audit-history-wrap .es-status-badge {
  border: 1px solid transparent;
}
.enroll-audit-history-wrap .ea-status-pending,
.enroll-audit-history-wrap .es-status-badge.ea-status-pending {
  color: #b88230;
  background: #fff8e6;
  border-color: #ffe2a8;
}
.enroll-audit-history-wrap .ea-status-doc_approved,
.enroll-audit-history-wrap .es-status-badge.ea-status-doc_approved {
  color: #d97706;
  background: #fffbeb;
  border-color: #fde68a;
}
.enroll-audit-history-wrap .ea-status-stamp_uploaded,
.enroll-audit-history-wrap .ea-status-reviewing,
.enroll-audit-history-wrap .es-status-badge.ea-status-stamp_uploaded,
.enroll-audit-history-wrap .es-status-badge.ea-status-reviewing {
  color: #2f6fed;
  background: #edf4ff;
  border-color: #c9dcff;
}
.enroll-audit-history-wrap .ea-status-approved,
.enroll-audit-history-wrap .es-status-badge.ea-status-approved {
  color: #2e8b57;
  background: #edf9f1;
  border-color: #bfe8cc;
}
.enroll-audit-history-wrap .ea-status-rejected,
.enroll-audit-history-wrap .ea-status-stamp_rejected,
.enroll-audit-history-wrap .es-status-badge.ea-status-rejected,
.enroll-audit-history-wrap .es-status-badge.ea-status-stamp_rejected {
  color: #d9534f;
  background: #fff1f0;
  border-color: #ffd0ce;
}
.enroll-audit-history-wrap .ea-status-voided,
.enroll-audit-history-wrap .es-status-badge.ea-status-voided {
  color: #909399;
  background: #f4f4f5;
  border-color: #e9e9eb;
}
.enroll-audit-history-wrap .ea-status-rollback,
.enroll-audit-history-wrap .es-status-badge.ea-status-rollback {
  color: #0369a1;
  background: #e0f2fe;
  border-color: #bae6fd;
}
.megagame-layer-page {
  margin: 0;
  padding: 0;
  background: #fff;
}
body.megagame-layer-page .enroll-stamp-upload-wrap {
  padding: 10px 20px 8px;
}
.layui-layer-fast.enroll-stamp-upload-layer .layui-layer-content {
  padding: 0 !important;
  overflow: hidden !important;
  box-sizing: border-box;
}
.layui-layer-fast.enroll-stamp-upload-layer .layui-layer-footer,
.layui-layer-fast.enroll-stamp-upload-layer .layui-layer-footer.enroll-stamp-upload-layer-footer {
  position: relative;
  z-index: 3;
  flex-shrink: 0;
  text-align: center !important;
  padding: 12px 24px !important;
  background: #f8f9fb;
  border-top: 1px solid #eef0f3;
}
html.is-enroll-stamp-upload,
html.is-enroll-stamp-upload body {
  overflow: hidden !important;
}
.enroll-stamp-upload-wrap.is-readonly .es-upload-zone.is-readonly {
  cursor: default;
  pointer-events: none;
}
.enroll-stamp-upload-wrap.is-readonly .es-upload-preview {
  min-height: 120px;
}
.megagame-enroll-audit-head-title {
  font-size: 14px;
  font-weight: 600;
  color: #334155;
  white-space: nowrap;
}
.megagame-enroll-audit-head-title i {
  margin-right: 6px;
  color: #0076d1;
}
.megagame-user-card-sheet .megagame-enroll-audit-wrap .enroll-audit-timeline {
  margin-bottom: 0;
}
.megagame-enroll-form-sheet {
  margin-bottom: 8px;
}
.megagame-enroll-meta-bar {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 20px;
}
.megagame-enroll-meta-label,
.megagame-enroll-label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #475569;
}
.megagame-enroll-label.required::before {
  content: '*';
  color: #ef4444;
  margin-right: 4px;
}
.megagame-enroll-form-title {
  margin: 0 0 20px;
  padding: 14px 16px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
  background: linear-gradient(135deg, #f8fbfe 0%, #eef5fc 100%);
  border: 1px solid #e3ebf3;
  border-radius: 12px;
}
.megagame-enroll-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
}
.megagame-enroll-field-wide {
  grid-column: 1 / -1;
}
.megagame-enroll-field-full {
  grid-column: 1 / -1;
}
.megagame-enroll-form:not(.enroll-sheet-form) .form-control {
  height: 42px;
  border: 1px solid #dce6f2;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 118, 209, 0.04);
}
.megagame-enroll-form:not(.enroll-sheet-form) textarea.form-control {
  height: auto;
  min-height: 80px;
}
.megagame-enroll-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  min-height: 42px;
  align-items: center;
}
.megagame-enroll-radio {
  margin: 0;
  font-weight: normal;
  color: #334155;
  cursor: pointer;
}
.megagame-enroll-radio input {
  margin-right: 6px;
}
.megagame-enroll-form-footer {
  margin-top: 24px;
}
.megagame-enroll-form-footer .megagame-user-reset-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.megagame-user-form .form-group {
  margin-bottom: 20px;
}
.megagame-user-form .control-label {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #475569;
  text-align: right;
}
.megagame-user-form .form-control {
  height: 42px;
  padding: 8px 14px;
  font-size: 14px;
  color: #334155;
  background: #fff;
  border: 1px solid #dce6f2;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 118, 209, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.megagame-user-form .form-control:focus {
  border-color: #5db8ff;
  box-shadow: 0 0 0 3px rgba(0, 118, 209, 0.12);
  outline: none;
}
.megagame-user-form .form-control[disabled] {
  background: #f4f9ff;
  color: #64748b;
  cursor: not-allowed;
}
.megagame-user-form textarea.form-control {
  height: auto;
  min-height: 80px;
}
.megagame-user-input-group {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #dce6f2;
  box-shadow: 0 2px 8px rgba(0, 118, 209, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.megagame-user-input-group:focus-within {
  border-color: #5db8ff;
  box-shadow: 0 0 0 3px rgba(0, 118, 209, 0.12);
}
.megagame-user-input-group .form-control {
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.megagame-user-input-group .form-control:focus {
  box-shadow: none;
}
.megagame-user-input-group .input-group-btn {
  padding: 0;
  border: none;
  vertical-align: middle;
}
.megagame-user-change-btn,
.megagame-user-captcha-btn {
  height: 42px;
  line-height: 42px;
  padding: 0 16px;
  border: none !important;
  border-radius: 0 10px 10px 0 !important;
  font-size: 13px;
  font-weight: 500;
  color: #fff !important;
  background: linear-gradient(135deg, #5db8ff 0%, #0076d1 100%) !important;
  transition: background 0.2s ease;
}
.megagame-user-change-btn:hover,
.megagame-user-change-btn:focus,
.megagame-user-captcha-btn:hover,
.megagame-user-captcha-btn:focus {
  color: #fff !important;
  background: linear-gradient(135deg, #4aabf5 0%, #0068bc 100%) !important;
}
.megagame-user-form-avatar {
  margin-bottom: 28px;
}
.megagame-profile-avatar-container {
  position: relative;
  width: 108px;
}
.megagame-profile-avatar-container .profile-user-img {
  width: 108px;
  height: 108px;
  border: 4px solid #fff;
  box-shadow: 0 8px 20px rgba(0, 40, 80, 0.15);
  object-fit: cover;
}
.megagame-profile-avatar-container .megagame-profile-avatar-text {
  display: none;
}
.megagame-profile-avatar-container:hover .megagame-profile-avatar-text {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 108px;
  height: 108px;
  line-height: 108px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  background: rgba(0, 118, 209, 0.72);
  cursor: pointer;
}
.megagame-profile-avatar-container button {
  position: absolute;
  top: 0;
  left: 0;
  width: 108px;
  height: 108px;
  opacity: 0;
  cursor: pointer;
}
.megagame-user-form-footer {
  margin-top: 8px;
  margin-bottom: 0;
  padding-top: 20px;
  border-top: 1px solid #eef2f6;
}
.megagame-user-submit-btn {
  min-width: 120px;
  height: 42px;
  padding: 0 24px;
  border: none !important;
  border-radius: 10px !important;
  font-size: 14px;
  font-weight: 600;
  color: #fff !important;
  background: linear-gradient(135deg, #5db8ff 0%, #0076d1 100%) !important;
  box-shadow: 0 6px 16px rgba(0, 118, 209, 0.28);
  transition: all 0.2s ease;
}
.megagame-user-submit-btn:hover,
.megagame-user-submit-btn:focus {
  color: #fff !important;
  background: linear-gradient(135deg, #4aabf5 0%, #0068bc 100%) !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 118, 209, 0.35);
}
.megagame-user-submit-btn.disabled,
.megagame-user-submit-btn[disabled] {
  opacity: 0.55;
  transform: none;
  box-shadow: none;
}
.megagame-user-reset-btn {
  min-width: 100px;
  height: 42px;
  margin-left: 10px;
  padding: 0 20px;
  border-radius: 10px !important;
  font-size: 14px;
  font-weight: 500;
  color: #0076d1 !important;
  background: #f4f9ff !important;
  border: 1px solid #dce6f2 !important;
  transition: all 0.2s ease;
}
.megagame-user-reset-btn:hover,
.megagame-user-reset-btn:focus {
  color: #fff !important;
  background: linear-gradient(135deg, #5db8ff 0%, #0076d1 100%) !important;
  border-color: transparent !important;
}
.megagame-user-form.form-layer {
  height: 100%;
  min-height: 150px;
  min-width: 300px;
}
.megagame-user-form.form-layer .form-body {
  width: 100%;
  overflow: auto;
  top: 0;
  position: absolute;
  z-index: 10;
  bottom: 50px;
  padding: 15px;
}
.megagame-user-form.form-layer .form-footer {
  height: 50px;
  line-height: 50px;
  background-color: #f4f9ff;
  width: 100%;
  position: absolute;
  z-index: 200;
  bottom: 0;
  margin: 0;
  border-top: 1px solid #e3ebf3;
}
.megagame-user-form.form-layer .form-footer .form-group {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 767px) {
  .megagame-user-hero {
    padding: 20px 16px 16px;
  }
  .megagame-user-body {
    padding: 8px 16px 20px;
  }
  .megagame-user-card-enroll-list .megagame-user-body {
    padding: 0 0 16px;
  }
  .megagame-user-card-sheet .megagame-user-body {
    padding: 0 0 20px;
  }
  .megagame-user-card-sheet .megagame-enroll-form.enroll-sheet-form.jp-member-sheet-form,
  .megagame-user-card-sheet #enroll-detail-form.enroll-sheet-form.jp-member-sheet-form {
    padding: 16px 16px 0;
  }
  .megagame-user-card-sheet .megagame-enroll-form-footer.enroll-form-footer {
    padding: 20px 16px 8px;
  }
  .megagame-user-profile {
    padding-top: 28px;
    gap: 14px;
  }
  .megagame-user-avatar {
    width: 72px;
    height: 72px;
  }
  .megagame-user-name {
    font-size: 18px;
  }
  .megagame-user-identity-badge {
    font-size: 18px;
    padding: 2px 12px;
    gap: 6px;
  }
  .megagame-user-edit-btn {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .megagame-user-action-btn {
    min-width: 100%;
  }
  .megagame-topnav-bar {
    padding: 12px 14px;
    border-radius: 12px;
  }
  .megagame-topnav-item {
    padding: 7px 14px;
    font-size: 13px;
  }
  .megagame-navbar-identity {
    right: 10px;
  }
  .megagame-navbar-identity-badge {
    font-size: 12px;
    padding: 4px 10px;
    max-width: min(280px, 56vw);
    gap: 4px;
  }
  body.megagame-user-center footer.footer .copyright {
    white-space: normal;
    font-size: 11px;
    padding: 12px 15px 20px;
  }
  .megagame-user-page-head {
    padding: 18px 16px;
  }
  .megagame-user-page-head-actions {
    flex-wrap: wrap;
  }
  .megagame-user-page-head-btn,
  .megagame-user-page-add-btn {
    width: 100%;
    text-align: center;
  }
  .megagame-enroll-meta-bar,
  .megagame-enroll-grid {
    grid-template-columns: 1fr;
  }
  .megagame-user-page-title {
    font-size: 18px;
  }
  .megagame-user-form .control-label {
    text-align: left;
    padding-top: 0;
    margin-bottom: 6px;
  }
  .megagame-user-form-footer .megagame-user-reset-btn {
    margin-left: 0;
    margin-top: 10px;
  }
  .megagame-user-submit-btn,
  .megagame-user-reset-btn {
    width: 100%;
  }
}
.megagame-user-card-sheet .megagame-user-body {
  padding: 0 0 28px;
}
.megagame-user-card-sheet .megagame-enroll-form.enroll-sheet-form.jp-member-sheet-form,
.megagame-user-card-sheet #enroll-detail-form.enroll-sheet-form.jp-member-sheet-form {
  padding: 24px 28px 0;
  margin: 0;
}
.megagame-user-card-sheet .megagame-enroll-form.enroll-sheet-form .enroll-form-sheet,
.megagame-user-card-sheet .jp-member-sheet-form .enroll-form-sheet {
  margin-top: 0;
  padding: 0;
}
.megagame-user-card-sheet .megagame-enroll-audit-wrap {
  margin: 0 0 20px;
  padding: 0;
}
.megagame-user-card-sheet .megagame-enroll-form.enroll-sheet-form .enroll-form-table .ef-field .form-control,
.megagame-user-card-sheet .megagame-enroll-form.enroll-sheet-form .enroll-coach-table .ef-field .form-control {
  height: 30px;
  padding: 5px 4px;
  font-size: 12px;
  line-height: 1.5;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.megagame-user-card-sheet .megagame-enroll-form.enroll-sheet-form .enroll-form-table .ef-field textarea.form-control,
.megagame-user-card-sheet .megagame-enroll-form.enroll-sheet-form .ef-remark-textarea {
  height: auto;
  min-height: 0;
  padding: 4px;
  line-height: 1.5;
}
.megagame-user-card-sheet .megagame-enroll-form.enroll-sheet-form .enroll-form-table .ef-field .bootstrap-select > .dropdown-toggle {
  height: auto;
  min-height: 0;
  padding: 5px 4px;
  font-size: 12px;
  line-height: 1.5;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.megagame-user-card-sheet .megagame-enroll-form-footer.enroll-form-footer {
  margin-top: 28px;
  padding: 24px 28px 8px;
  border-top: 1px solid #eef2f6;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.megagame-user-card-sheet .megagame-enroll-form-footer.enroll-form-footer .megagame-user-reset-btn {
  margin-left: 0;
}
.megagame-user-card-sheet .megagame-enroll-form-footer.enroll-form-footer .megagame-user-submit-btn {
  cursor: pointer;
}
.megagame-user-card-sheet .megagame-enroll-form-footer.enroll-form-footer .megagame-user-submit-btn.disabled,
.megagame-user-card-sheet .megagame-enroll-form-footer.enroll-form-footer .megagame-user-submit-btn[disabled] {
  cursor: not-allowed;
}
.megagame-user-card-sheet .megagame-enroll-form.enroll-sheet-form .ef-col-label-first {
  width: 12.5%;
}
/*# sourceMappingURL=user.css.map */