.member-page {
  position: relative;
  min-height: 100vh;
  padding: 150px 0 110px;
  overflow: hidden;
  color: #fff;
  background: #07111d url("/public/uploads/images/20260112/0cdf6fd034259022ca967b3897b4b7ff.jpg") center/cover no-repeat;
}

.member-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 18%, rgba(126, 202, 215, 0.34), transparent 32%),
    linear-gradient(105deg, rgba(5, 14, 24, 0.88) 0%, rgba(5, 14, 24, 0.72) 42%, rgba(5, 14, 24, 0.28) 100%);
  z-index: 0;
}

.member-page::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  bottom: -220px;
  border-radius: 50%;
  background: rgba(126, 202, 215, 0.22);
  filter: blur(12px);
  z-index: 0;
}

.member-shell {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

.member-hero-copy {
  max-width: 640px;
  padding-top: 20px;
  animation: memberFadeUp 0.7s ease both;
}

.member-eyebrow {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 16px;
  margin-bottom: 26px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 34px;
  color: #bceff6;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.member-hero-copy h1 {
  max-width: 620px;
  font-size: 58px;
  line-height: 1.08;
  font-weight: 700;
  color: #fff;
}

.member-hero-copy p {
  max-width: 520px;
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.76);
}

.member-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.member-proof span {
  display: inline-flex;
  align-items: center;
  height: 38px;
  padding: 0 16px;
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
}

.member-card {
  width: 500px;
  padding: 42px;
  border-radius: 30px;
  background: rgba(8, 16, 27, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(22px);
  animation: memberFloatIn 0.76s ease both;
}

.member-card-head {
  margin-bottom: 28px;
}

.member-title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}

.member-subtitle {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.64);
}

.member-tabs {
  display: flex;
  gap: 8px;
  padding: 6px;
  margin-bottom: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.member-tabs span {
  flex: 1;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  transition: all 0.25s ease;
}

.member-tabs span:hover {
  color: #fff;
}

.member-tabs .active {
  color: #07111d;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.member-form {
  display: block;
}

.member-form input {
  width: 100%;
  height: 52px;
  margin-bottom: 16px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  color: #121820;
  font-size: 15px;
  box-sizing: border-box;
  transition: all 0.25s ease;
}

.member-form input:focus {
  border-color: #7ecad7;
  box-shadow: 0 0 0 4px rgba(126, 202, 215, 0.18);
}

.member-form input::placeholder {
  color: #7b8794;
}

.member-verify-row {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin-bottom: 16px;
}

.member-verify-row input {
  flex: 1;
  min-width: 0;
  margin-bottom: 0;
}

.member-captcha-img {
  flex: 0 0 132px;
  width: 132px;
  height: 52px;
  border: 1px solid rgba(126, 202, 215, 0.8);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  object-fit: contain;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.member-captcha-img:hover {
  border-color: #7ecad7;
  box-shadow: 0 12px 28px rgba(126, 202, 215, 0.22);
  transform: translateY(-1px);
}

.member-form button,
.member-form .submit,
.member-actions button,
.member-actions a,
.pay-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #7ecad7, #26a8ba);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  box-shadow: 0 16px 34px rgba(38, 168, 186, 0.28);
}

.member-form button:not(.send):not(#sendSms):not(#sendEms):not(#sendCode):not(#sendBindSms):not(#sendProfileEms),
.member-form .submit {
  width: 100%;
}

.member-form button:hover,
.member-form .submit:hover,
.member-actions button:hover,
.member-actions a:hover,
.pay-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(38, 168, 186, 0.35);
}

.code-row {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}

.code-row input {
  flex: 1;
  margin-bottom: 0;
}

.code-row button,
.code-row .send {
  width: 132px;
  min-width: 132px;
  min-height: 52px;
  padding: 0;
  border: 1px solid rgba(126, 202, 215, 0.8);
  background: rgba(126, 202, 215, 0.12);
  color: #c9f6fb;
  box-shadow: none;
}

.code-row button:disabled,
.code-row .send:disabled {
  cursor: not-allowed;
  opacity: 0.72;
  transform: none;
  box-shadow: none;
}

.code-row button.is-counting,
.code-row .send.is-counting {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.68);
}

.member-links {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 22px;
  font-size: 14px;
}

.member-links a {
  color: rgba(255, 255, 255, 0.76);
  transition: all 0.25s ease;
}

.member-links a:hover {
  color: #7ecad7;
}

.member-toast-layer {
  position: fixed;
  top: 104px;
  right: 42px;
  z-index: 99999;
  opacity: 0;
  transform: translate3d(0, -14px, 0) scale(0.98);
  pointer-events: none;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.member-toast-layer.show {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.member-toast {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: min(380px, calc(100vw - 44px));
  padding: 18px 20px;
  overflow: hidden;
  border-radius: 22px;
  color: #fff;
  background: rgba(8, 16, 27, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(22px);
}

.member-toast::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, #7ecad7, #26a8ba);
}

.member-toast-error::before {
  background: linear-gradient(180deg, #ffb199, #ff5f6d);
}

.member-toast-info::before {
  background: linear-gradient(180deg, #cfd8ff, #8196ff);
}

.member-toast-icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7ecad7, #26a8ba);
  box-shadow: 0 12px 28px rgba(38, 168, 186, 0.28);
}

.member-toast-success .member-toast-icon::before {
  content: "";
  width: 8px;
  height: 15px;
  margin-top: -3px;
  border-right: 3px solid #061520;
  border-bottom: 3px solid #061520;
  transform: rotate(45deg);
}

.member-toast-error .member-toast-icon {
  background: linear-gradient(135deg, #ffb199, #ff5f6d);
  box-shadow: 0 12px 28px rgba(255, 95, 109, 0.22);
}

.member-toast-error .member-toast-icon::before {
  content: "!";
  color: #fff;
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
}

.member-toast-info .member-toast-icon {
  background: linear-gradient(135deg, #cfd8ff, #8196ff);
}

.member-toast-info .member-toast-icon::before {
  content: "i";
  color: #07111d;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  font-family: Georgia, serif;
}

.member-toast-content {
  min-width: 0;
}

.member-toast-content strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
}

.member-toast-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.65;
  word-break: break-word;
}

@media (prefers-reduced-motion: reduce) {
  .member-toast-layer {
    transition: none;
  }
}

.hide {
  display: none;
}

.member-dashboard-page {
  min-height: 100vh;
  padding-top: 146px;
  overflow: visible;
  color: #171717;
  background:
    radial-gradient(circle at 8% 16%, rgba(126, 202, 215, 0.22), transparent 30%),
    radial-gradient(circle at 88% 6%, rgba(123, 229, 35, 0.11), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfc 52%, #ffffff 100%);
}

.member-dashboard-page::before,
.member-dashboard-page::after {
  display: none;
}

.member-dashboard-page .member-shell {
  display: block;
}

.member-action-profile .header.act,
.member-action-order .header.act {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(23, 23, 23, 0.06);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(18px);
}

.member-action-profile .header.act .navigationList .navigation .navigation_top a,
.member-action-order .header.act .navigationList .navigation .navigation_top a,
.member-action-profile .header.act .headerRight .Language .Language_top,
.member-action-order .header.act .headerRight .Language .Language_top,
.member-action-profile .header.act .headerRight .MemberEntry,
.member-action-order .header.act .headerRight .MemberEntry {
  color: #122033;
}

.member-action-profile .header .headerRight .Language,
.member-action-order .header .headerRight .Language {
  min-width: 62px;
  margin-left: 6px;
}

.member-action-profile .header .headerRight .Language .Language_top,
.member-action-order .header .headerRight .Language .Language_top {
  min-width: 62px;
  padding: 0 12px;
  color: #122033;
}

.member-action-profile .header .headerRight .Language .Language_bom,
.member-action-order .header .headerRight .Language .Language_bom {
  min-width: 72px;
  border: 1px solid rgba(126, 202, 215, 0.16);
}

.member-action-profile .header.act .headerRight .MemberEntry .member-register,
.member-action-order .header.act .headerRight .MemberEntry .member-register {
  border-color: #7ecad7;
  background: #7ecad7;
  color: #fff;
}

.member-dashboard-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.member-side-nav {
  position: sticky;
  top: 124px;
  padding: 20px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(23, 23, 23, 0.08);
  box-shadow: 0 22px 70px rgba(11, 31, 42, 0.08);
  backdrop-filter: blur(18px);
}

.member-side-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 6px 20px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(23, 23, 23, 0.08);
}

.member-avatar {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #171717;
  font-size: 20px;
  font-weight: 800;
  background: linear-gradient(135deg, #7be523, #7ecad7);
  box-shadow: 0 14px 28px rgba(126, 202, 215, 0.24);
}

.member-side-brand strong {
  display: block;
  max-width: 116px;
  overflow: hidden;
  color: #171717;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.member-side-brand p {
  margin-top: 4px;
  color: #808080;
  font-size: 12px;
}

.member-side-nav a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 24px;
  color: #666;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.25s ease;
}

.member-side-nav a + a {
  margin-top: 6px;
}

.member-side-nav a i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cbd5e1;
  transition: all 0.25s ease;
}

.member-side-nav a:hover,
.member-side-nav a.active {
  color: #171717;
  background: rgba(126, 202, 215, 0.14);
}

.member-side-nav a:hover i,
.member-side-nav a.active i {
  background: #7ecad7;
  box-shadow: 0 0 0 5px rgba(126, 202, 215, 0.18);
}

.member-workspace {
  min-width: 0;
}

.member-overview-card {
  position: relative;
  overflow: hidden;
  padding: 48px;
  border-radius: 48px;
  background:
    radial-gradient(circle at 96% 0%, rgba(126, 202, 215, 0.22), transparent 28%),
    rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(23, 23, 23, 0.08);
  box-shadow: 0 32px 90px rgba(11, 31, 42, 0.12);
  backdrop-filter: blur(18px);
}

.member-overview-card::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  top: -250px;
  right: -170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(126, 202, 215, 0.3), rgba(126, 202, 215, 0) 68%);
  pointer-events: none;
}

.member-overview-card::after {
  content: "MEMBER";
  position: absolute;
  right: 42px;
  top: 28px;
  color: rgba(23, 23, 23, 0.035);
  font-size: 112px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.06em;
  pointer-events: none;
}

.member-overview-card .member-title {
  color: #171717;
  font-size: 42px;
  line-height: 1.18;
  font-weight: 800;
}

.member-panel {
  position: relative;
  z-index: 1;
  width: min(1100px, 96%);
  margin: 0 auto;
  padding: 42px;
  border-radius: 48px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(23, 23, 23, 0.08);
  box-shadow: 0 32px 90px rgba(11, 31, 42, 0.12);
}

.member-panel .member-title {
  color: #111827;
}

.member-center-panel {
  width: min(1180px, 96%);
}

.member-center-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
  position: relative;
  z-index: 1;
}

.member-center-eyebrow {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  margin-bottom: 14px;
  border-radius: 30px;
  color: #5b666a;
  background: #fff;
  border: 1px solid rgba(23, 23, 23, 0.1);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.member-center-head p {
  margin-top: 10px;
  color: #808080;
  font-size: 15px;
  line-height: 1.7;
}

.member-center-actions {
  justify-content: flex-end;
  margin-top: 0;
  padding-top: 32px;
}

.member-ghost-btn {
  background: transparent !important;
  border: 1px solid rgba(23, 23, 23, 0.16) !important;
  color: #171717 !important;
  box-shadow: none !important;
}

.member-ghost-btn:hover {
  border-color: #7ecad7 !important;
  color: #7ecad7 !important;
  background: #fff !important;
}

.member-dashboard-page .member-actions a,
.member-dashboard-page .member-actions button,
.member-dashboard-page .pay-btn {
  min-height: 48px;
  border-radius: 48px;
  background: #171717;
  color: #fff;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
}

.member-dashboard-page .member-form button:not(#sendBindSms):not(#sendProfileEms):not(.send),
.member-dashboard-page .member-form .submit {
  border-radius: 48px;
  background: #171717;
  color: #fff;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
}

.member-dashboard-page .member-actions a:hover,
.member-dashboard-page .member-actions button:hover,
.member-dashboard-page .pay-btn:hover,
.member-dashboard-page .member-form button:not(#sendBindSms):not(#sendProfileEms):not(.send):hover,
.member-dashboard-page .member-form .submit:hover {
  background: #7ecad7;
  color: #fff;
  box-shadow: 0 22px 42px rgba(126, 202, 215, 0.3);
}

.member-dashboard-page .member-center-actions .member-ghost-btn {
  min-height: 48px;
}

.member-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 26px;
}

.member-bind-notice {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 26px;
  padding: 18px 22px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 14%, rgba(126, 202, 215, 0.24), transparent 32%),
    linear-gradient(135deg, rgba(248, 253, 255, 0.98), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(38, 168, 186, 0.22);
  box-shadow: 0 18px 48px rgba(38, 168, 186, 0.1);
}

.member-bind-notice strong {
  display: block;
  color: #171717;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 800;
}

.member-bind-notice p {
  margin-top: 5px;
  color: #808080;
  font-size: 14px;
  line-height: 1.65;
}

.member-bind-notice button {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 20px;
  border: 0;
  border-radius: 48px;
  background: #171717;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.member-bind-notice button:hover {
  transform: translateY(-2px);
  background: #7ecad7;
  box-shadow: 0 18px 38px rgba(126, 202, 215, 0.32);
}

.member-stat-card {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 112px;
  padding: 24px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 10%, rgba(126, 202, 215, 0.18), transparent 34%),
    linear-gradient(135deg, #ffffff, #f8fbfc);
  border: 1px solid rgba(23, 23, 23, 0.07);
  box-shadow: 0 18px 48px rgba(11, 31, 42, 0.06);
}

.member-stat-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7be523, #7ecad7);
  position: relative;
  box-shadow: 0 14px 28px rgba(126, 202, 215, 0.22);
}

.member-stat-icon::before,
.member-stat-icon::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  height: 2px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.9);
}

.member-stat-icon::before {
  top: 15px;
}

.member-stat-icon::after {
  top: 24px;
}

.member-stat-card em {
  display: block;
  margin-bottom: 10px;
  color: #808080;
  font-size: 14px;
  font-style: normal;
}

.member-stat-card strong {
  display: block;
  color: #171717;
  font-size: 34px;
  line-height: 1;
}

.member-center-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.member-section {
  padding: 32px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(23, 23, 23, 0.07);
  box-shadow: 0 22px 60px rgba(11, 31, 42, 0.06);
}

.member-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.member-section-title {
  color: #171717;
  font-size: 22px;
  font-weight: 800;
}

.member-section-head p {
  margin-top: 8px;
  color: #808080;
  font-size: 14px;
  line-height: 1.65;
}

.member-section-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 13px;
  border-radius: 34px;
  color: #7ecad7;
  background: #fff;
  border: 1px solid rgba(126, 202, 215, 0.34);
  font-size: 13px;
  font-weight: 700;
}

.member-panel .member-form {
  max-width: 560px;
}

.member-profile-section {
  padding: 30px 34px 34px;
}

.member-profile-section .member-section-head {
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(23, 23, 23, 0.08);
}

.member-profile-section .member-form {
  max-width: none;
}

.member-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 24px;
}

.member-profile-grid .member-field {
  min-width: 0;
}

.member-profile-grid .member-field-wide {
  grid-column: 1 / -1;
}

.member-profile-grid .member-field-card {
  align-self: start;
  padding: 20px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 10%, rgba(126, 202, 215, 0.14), transparent 34%),
    linear-gradient(180deg, #ffffff, #f8fbfc);
  border: 1px solid rgba(23, 23, 23, 0.07);
  box-shadow: 0 14px 34px rgba(11, 31, 42, 0.04);
}

#accountProfile {
  scroll-margin-top: 150px;
}

.member-overview-card label {
  display: block;
  margin: 14px 0 8px;
  color: #505050;
  font-size: 14px;
  font-weight: 700;
}

.member-profile-form label {
  margin-top: 0;
}

.member-profile-grid .member-field-card label {
  margin-bottom: 12px;
}

.member-overview-card .member-form input {
  height: 52px;
  margin-bottom: 14px;
  padding: 0 18px;
  border-color: rgba(23, 23, 23, 0.1);
  background: #fff;
  color: #171717;
  font-size: 15px;
  line-height: normal;
  font-family: inherit;
  font-weight: 600;
  letter-spacing: 0;
}

.member-overview-card .member-form input::placeholder {
  color: #9b9b9b;
  font-weight: 500;
}

.member-overview-card .member-form input:disabled {
  opacity: 1;
  background: #f7fafb;
  color: #666;
  -webkit-text-fill-color: #666;
}

.member-overview-card .member-form input.member-readonly-input {
  background: #f8fbfc;
  border-color: rgba(23, 23, 23, 0.08);
}

.member-field-help {
  margin: -4px 0 0;
  color: #808080;
  font-size: 13px;
  line-height: 1.6;
}

.member-email-help {
  margin-bottom: 10px;
}

.member-bind-alert {
  padding: 14px 16px;
  margin: 10px 0 14px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(126, 202, 215, 0.16), rgba(255, 255, 255, 0.9));
  border: 1px solid rgba(38, 168, 186, 0.18);
}

.member-field-card .member-bind-alert {
  margin: 0 0 14px;
  background: rgba(126, 202, 215, 0.1);
  box-shadow: none;
}

.member-bind-alert strong {
  display: block;
  color: #171717;
  font-size: 15px;
  line-height: 1.4;
}

.member-bind-alert p,
.member-bind-tip {
  margin-top: 6px;
  color: #808080;
  font-size: 13px;
  line-height: 1.65;
}

.member-bind-tip {
  margin: -4px 0 14px;
}

.member-bind-tip.is-bound {
  color: #188348;
}

.member-bind-code-row {
  margin-bottom: 14px;
}

.member-overview-card .member-bind-code-row input {
  margin-bottom: 0;
}

.member-overview-card .member-bind-code-row button {
  border-color: rgba(126, 202, 215, 0.44);
  background: #fff;
  color: #7ecad7;
  font-size: 14px;
  font-weight: 800;
}

.member-overview-card .member-bind-code-row button:hover {
  transform: translateY(-1px);
  background: #7ecad7;
  color: #fff;
  box-shadow: 0 14px 28px rgba(126, 202, 215, 0.24);
}

.member-overview-card .member-bind-code-row button.is-counting,
.member-overview-card .member-bind-code-row button:disabled {
  border-color: #dbe7ee;
  background: #f3f8fb;
  color: #7b8ca2;
  transform: none;
  box-shadow: none;
}

.member-bind-action {
  margin-bottom: 14px;
}

.member-bind-action button {
  width: 100%;
}

.member-mobile-field .member-bind-action {
  margin-bottom: 0;
}

.member-email-code-row {
  display: none;
  margin-bottom: 0;
}

.member-email-code-row.is-visible {
  display: flex;
}

.member-overview-card .member-email-code-row input {
  margin-bottom: 0;
}

.member-overview-card .member-email-code-row button {
  border-color: rgba(126, 202, 215, 0.44);
  background: #fff;
  color: #7ecad7;
  font-size: 14px;
  font-weight: 800;
}

.member-overview-card .member-email-code-row button.is-counting,
.member-overview-card .member-email-code-row button:disabled {
  border-color: #dbe7ee;
  background: #f3f8fb;
  color: #7b8ca2;
  transform: none;
  box-shadow: none;
}

.member-profile-actions {
  justify-content: flex-end;
  max-width: none;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(23, 23, 23, 0.08);
}

.member-profile-actions button {
  width: 220px !important;
}

.member-panel label {
  display: block;
  margin: 16px 0 8px;
  color: #4b5563;
}

.member-panel .member-form input {
  border-color: #dbe4ea;
  background: #fff;
}

.member-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.member-actions a,
.member-actions button {
  width: auto;
  margin: 0;
  text-decoration: none;
}

.order-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(11, 31, 42, 0.05);
}

.order-table th,
.order-table td {
  padding: 18px;
  border-bottom: 1px solid rgba(23, 23, 23, 0.07);
  text-align: left;
}

.order-table th {
  color: #666;
  background: #f8fbfc;
}

.member-recent-orders {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.member-order-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 24px;
  background: #f8fbfc;
  border: 1px solid rgba(23, 23, 23, 0.07);
  transition: all 0.25s ease;
}

.member-order-card:hover {
  background: #fff;
  border-color: rgba(126, 202, 215, 0.36);
  box-shadow: 0 18px 42px rgba(11, 31, 42, 0.06);
  transform: translateY(-2px);
}

.member-order-card strong,
.member-order-card span {
  display: block;
}

.member-order-card strong {
  max-width: 360px;
  overflow: hidden;
  color: #171717;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.member-order-card span {
  margin-top: 6px;
  color: #999;
  font-size: 13px;
}

.member-order-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.member-order-meta b {
  color: #171717;
  font-size: 16px;
}

.member-order-meta a,
.member-order-meta em {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 13px;
  border-radius: 34px;
  background: #171717;
  color: #fff;
  font-size: 13px;
  font-style: normal;
}

.member-order-meta a:hover {
  background: #7ecad7;
  color: #fff;
}

.member-order-meta .is-paid {
  background: #e8f8ef;
  color: #168348;
}

.member-order-meta .is-expired {
  background: #f1f1f1;
  color: #777;
}

.member-purchase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.member-purchase-card,
.member-order-product {
  display: flex;
  align-items: center;
  gap: 14px;
}

.member-purchase-card {
  min-height: 132px;
  padding: 16px;
  border-radius: 24px;
  background: #f8fbfc;
  border: 1px solid rgba(23, 23, 23, 0.07);
}

.member-purchase-thumb,
.member-order-product-thumb {
  flex: 0 0 auto;
  overflow: hidden;
  background: linear-gradient(135deg, #e7f7fb, #f5fff1);
  color: #7ecad7;
  font-weight: 800;
}

.member-purchase-thumb {
  width: 92px;
  height: 92px;
  border-radius: 20px;
}

.member-order-product-thumb {
  width: 56px;
  height: 56px;
  border-radius: 14px;
}

.member-purchase-thumb img,
.member-order-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-purchase-thumb span,
.member-order-product-thumb span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.member-purchase-info {
  min-width: 0;
}

.member-purchase-info strong,
.member-order-product strong {
  display: block;
  overflow: hidden;
  color: #171717;
  font-size: 15px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.member-purchase-info span,
.member-order-product span {
  display: block;
  margin-top: 6px;
  color: #909090;
  font-size: 13px;
  line-height: 1.35;
}

.member-purchase-info div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.member-purchase-info b {
  color: #171717;
  font-size: 16px;
}

.member-purchase-info em,
.member-paid-text,
.member-expired-text {
  color: #168348;
  font-size: 13px;
  font-style: normal;
}

.member-expired-text {
  color: #777;
}

.member-purchase-empty {
  grid-column: 1 / -1;
}

.member-table-empty {
  padding: 28px 0;
  color: #999;
  text-align: center;
}

.member-empty {
  padding: 42px 22px;
  border-radius: 30px;
  color: #808080;
  text-align: center;
  background:
    radial-gradient(circle at 50% 18%, rgba(126, 202, 215, 0.16), transparent 34%),
    #f8fbfc;
  border: 1px dashed rgba(126, 202, 215, 0.34);
}

.member-empty-graphic {
  position: relative;
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7be523, #7ecad7);
  box-shadow: 0 20px 40px rgba(126, 202, 215, 0.2);
}

.member-empty-graphic::before,
.member-empty-graphic::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  height: 3px;
  border-radius: 3px;
  background: #fff;
}

.member-empty-graphic::before {
  top: 27px;
}

.member-empty-graphic::after {
  top: 42px;
}

.member-empty strong {
  display: block;
  color: #171717;
  font-size: 18px;
}

.member-empty p {
  margin-top: 8px;
  color: #808080;
  font-size: 14px;
}

.member-empty a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 18px;
  padding: 0 18px;
  border-radius: 42px;
  background: #fff;
  border: 1px solid rgba(126, 202, 215, 0.32);
  color: #188da0;
  font-weight: 700;
}

.member-empty a:hover {
  border-color: #7ecad7;
  background: #7ecad7;
  color: #fff;
}

@keyframes memberFadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes memberFloatIn {
  from {
    opacity: 0;
    transform: translateY(26px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media screen and (max-width: 1200px) {
  .member-dashboard-shell {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 18px;
  }

  .member-overview-card {
    padding: 34px;
  }

  .member-shell {
    gap: 42px;
  }

  .member-hero-copy h1 {
    font-size: 46px;
  }

  .member-card {
    width: 460px;
  }
}

@media screen and (max-width: 930px) {
  .member-page {
    padding: 120px 18px 70px;
  }

  .member-dashboard-page {
    padding-top: 118px;
  }

  .member-dashboard-shell {
    display: block;
  }

  .member-side-nav {
    position: relative;
    top: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
  }

  .member-side-brand {
    width: 100%;
  }

  .member-side-nav a {
    flex: 1 1 150px;
  }

  .member-overview-card {
    padding: 28px 22px;
    border-radius: 28px;
  }

  .member-shell {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }

  .member-hero-copy {
    max-width: 100%;
    text-align: center;
  }

  .member-hero-copy h1 {
    margin: 0 auto;
    font-size: 38px;
  }

  .member-hero-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .member-proof {
    justify-content: center;
  }

  .member-card,
  .member-panel {
    width: 100%;
    padding: 30px 22px;
    border-radius: 24px;
  }

  .member-auth-page .member-card {
    max-width: 560px;
    margin: 0 auto;
  }

  .member-center-head,
  .member-center-grid {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .member-profile-grid {
    grid-template-columns: 1fr;
  }

  .member-profile-grid .member-field-wide {
    grid-column: auto;
  }

  .member-stat-grid {
    grid-template-columns: 1fr;
  }

  .member-bind-notice {
    align-items: stretch;
    flex-direction: column;
  }

  .member-bind-notice button {
    width: 100%;
  }

  .member-center-actions {
    justify-content: flex-start;
    padding-top: 0;
  }

  .member-order-card,
  .member-order-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .member-purchase-grid {
    grid-template-columns: 1fr;
  }

  .member-purchase-card {
    align-items: flex-start;
  }

  .member-order-product {
    align-items: flex-start;
    min-width: 220px;
  }
}

@media screen and (max-width: 576px) {
  .member-toast-layer {
    top: 78px;
    left: 16px;
    right: 16px;
  }

  .member-toast {
    width: auto;
  }

  .member-page {
    padding: 95px 14px 54px;
  }

  .member-auth-page .member-shell {
    gap: 22px;
  }

  .member-auth-page .member-hero-copy {
    padding-top: 0;
  }

  .member-auth-page .member-card {
    padding: 24px 16px;
    border-radius: 24px;
  }

  .member-dashboard-page {
    padding-top: 98px;
  }

  .member-overview-card,
  .member-section {
    padding: 22px 16px;
    border-radius: 24px;
  }

  .member-side-nav {
    padding: 14px;
    border-radius: 22px;
  }

  .member-stat-card {
    min-height: auto;
  }

  .member-section-head {
    flex-direction: column;
  }

  .member-hero-copy h1 {
    font-size: 30px;
  }

  .member-hero-copy p {
    font-size: 15px;
  }

  .member-title {
    font-size: 26px;
  }

  .member-tabs {
    gap: 6px;
    padding: 5px;
    border-radius: 16px;
  }

  .member-tabs span {
    height: 40px;
    border-radius: 12px;
    font-size: 14px;
  }

  .member-auth-page .member-tabs span {
    color: rgba(255, 255, 255, 0.74);
  }

  .member-auth-page .member-tabs span.active {
    color: #07111d;
  }

  .member-verify-row {
    gap: 8px;
  }

  .member-captcha-img {
    flex-basis: 138px;
    width: 138px;
  }

  .member-links {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .code-row {
    flex-direction: column;
  }

  .code-row input {
    flex: none;
    width: 100%;
  }

  .code-row button,
  .code-row .send {
    width: 100%;
  }
}

@media screen and (max-width: 380px) {
  .member-verify-row {
    flex-direction: column;
  }

  .member-captcha-img {
    flex-basis: auto;
    width: 100%;
  }
}
