:root {
  --moyu-ink: #111113;
  --moyu-muted: #66636b;
  --moyu-pink: #ff3f86;
  --moyu-cyan: #20d6f6;
  --moyu-yellow: #ffd166;
  --moyu-card: rgba(255, 255, 255, .82);
}

html.moyu-login body {
  min-height: 100vh !important;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 63, 134, .24), transparent 320px),
    radial-gradient(circle at 86% 80%, rgba(32, 214, 246, .22), transparent 360px),
    linear-gradient(135deg, #fff7ef 0%, #fff 45%, #eefcff 100%) !important;
}

html.moyu-login body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .42;
  background-image:
    linear-gradient(rgba(17, 17, 19, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 19, .045) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(180deg, #000, transparent 72%);
}

html.moyu-login .moyu-login-shell {
  width: min(1060px, calc(100vw - 48px)) !important;
  min-height: calc(100vh - 104px) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) 420px !important;
  gap: 44px !important;
  align-items: center !important;
  padding: 32px 0 52px !important;
}

html.moyu-login .moyu-login-hero {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 36px;
  min-height: 468px;
  padding: 36px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 10%, rgba(255, 63, 134, .86), transparent 190px),
    radial-gradient(circle at 74% 88%, rgba(32, 214, 246, .56), transparent 220px),
    linear-gradient(135deg, #101012 0%, #22101a 58%, #101012 100%);
  box-shadow: 0 28px 88px rgba(17, 17, 19, .22);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

html.moyu-login .moyu-login-hero::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -82px;
  top: -84px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .20);
  box-shadow: inset 0 0 0 28px rgba(255, 255, 255, .045);
}

html.moyu-login .moyu-login-hero::after {
  content: "moyu club";
  position: absolute;
  left: 34px;
  top: 28px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

html.moyu-login .moyu-login-hero b {
  display: block;
  max-width: 560px;
  margin-bottom: 18px;
  font-size: clamp(44px, 6vw, 72px);
  line-height: .95;
  letter-spacing: -.075em;
  font-weight: 950;
}

html.moyu-login .moyu-login-hero b span {
  color: var(--moyu-yellow);
}

html.moyu-login .moyu-login-hero p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, .74);
  font-size: 16px;
  line-height: 1.9;
}

html.moyu-login .moyu-login-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

html.moyu-login .moyu-login-tags i {
  font-style: normal;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .84);
  font-size: 12px;
  font-weight: 800;
}

html.moyu-login .moyu-login-card {
  width: 100% !important;
  max-width: 420px !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  padding: 30px !important;
  border-radius: 30px !important;
  background: var(--moyu-card) !important;
  border: 1px solid rgba(17, 17, 19, .08) !important;
  box-shadow: 0 24px 76px rgba(20, 28, 42, .14) !important;
  backdrop-filter: blur(18px) !important;
}

html.moyu-login .moyu-login-card h1,
html.moyu-login .moyu-login-card h2,
html.moyu-login .moyu-login-card [class*="title"] {
  font-size: 31px !important;
  line-height: 1.08 !important;
  letter-spacing: -.045em !important;
  color: var(--moyu-ink) !important;
}

html.moyu-login .moyu-login-card label {
  color: var(--moyu-ink) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
}

html.moyu-login .moyu-login-card input {
  height: 44px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .92) !important;
  border-color: rgba(17, 17, 19, .10) !important;
  color: var(--moyu-ink) !important;
  box-shadow: none !important;
}

html.moyu-login .moyu-login-card input:focus {
  border-color: rgba(255, 63, 134, .72) !important;
  box-shadow: 0 0 0 4px rgba(255, 63, 134, .12) !important;
}

html.moyu-login .moyu-login-card button {
  height: 44px !important;
  border-radius: 999px !important;
  font-weight: 900 !important;
}

html.moyu-login .moyu-login-card a {
  color: var(--moyu-ink) !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(17, 17, 19, .28) !important;
}

html.moyu-login .moyu-login-card p,
html.moyu-login .moyu-login-card span {
  font-size: 13px !important;
}

html.moyu-login .moyu-login-tip {
  margin: 14px 0 20px;
  padding: 12px 14px;
  border-radius: 18px;
  background: #111113;
  color: #fff;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 750;
}

html.moyu-login .moyu-login-tip small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  font-weight: 650;
}

html.moyu-login .moyu-login-card .semi-checkbox,
html.moyu-login .moyu-login-card [class*="checkbox"] {
  border-radius: 999px !important;
}

html.moyu-polished body {
  color: var(--moyu-ink);
}

html.moyu-polished .semi-layout-sider,
html.moyu-polished aside {
  border-right-color: rgba(17, 17, 19, .08) !important;
}

html.moyu-polished .semi-card,
html.moyu-polished [class*="semi-card"] {
  border-radius: 20px !important;
}

@media (max-width: 920px) {
  html.moyu-login .moyu-login-shell {
    grid-template-columns: 1fr !important;
    width: min(520px, calc(100vw - 32px)) !important;
    min-height: auto !important;
    padding: 22px 0 42px !important;
    gap: 20px !important;
  }

  html.moyu-login .moyu-login-hero {
    min-height: 260px;
    border-radius: 28px;
    padding: 28px;
  }

  html.moyu-login .moyu-login-card {
    max-width: none !important;
    padding: 24px !important;
  }
}

html.moyu-404 body {
  min-height: 100vh !important;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 63, 134, .20), transparent 330px),
    radial-gradient(circle at 82% 76%, rgba(32, 214, 246, .20), transparent 360px),
    linear-gradient(135deg, #fff7ef, #fff, #effcff) !important;
}

html.moyu-404 body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .34;
  background-image:
    linear-gradient(rgba(17, 17, 19, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 19, .045) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(180deg, #000, transparent 74%);
}

html.moyu-404 .h-svh {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 32px !important;
}

html.moyu-404 .moyu-404-card {
  position: relative !important;
  overflow: hidden !important;
  width: min(720px, calc(100vw - 48px)) !important;
  height: auto !important;
  min-height: 430px !important;
  padding: 46px 42px !important;
  border-radius: 36px !important;
  color: #fff !important;
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 63, 134, .82), transparent 180px),
    radial-gradient(circle at 72% 94%, rgba(32, 214, 246, .55), transparent 210px),
    linear-gradient(135deg, #101012, #211019) !important;
  box-shadow: 0 28px 90px rgba(17, 17, 19, .20) !important;
}

html.moyu-404 .moyu-404-card::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -72px;
  top: -76px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: inset 0 0 0 28px rgba(255, 255, 255, .04);
}

html.moyu-404 .moyu-404-kicker {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

html.moyu-404 .moyu-404-card h1 {
  position: relative;
  z-index: 1;
  margin: 0 !important;
  font-size: clamp(96px, 15vw, 150px) !important;
  line-height: .86 !important;
  letter-spacing: -.08em !important;
  color: #ffd166 !important;
  text-shadow: 0 18px 44px rgba(0, 0, 0, .18);
}

html.moyu-404 .moyu-404-card span {
  position: relative;
  z-index: 1;
  margin-top: 20px !important;
  font-size: 32px !important;
  line-height: 1.15 !important;
  letter-spacing: -.045em !important;
  font-weight: 950 !important;
  color: #fff !important;
}

html.moyu-404 .moyu-404-card p {
  position: relative;
  z-index: 1;
  max-width: 420px;
  margin: 10px 0 0 !important;
  color: rgba(255, 255, 255, .72) !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
}

html.moyu-404 .moyu-404-card .mt-6 {
  position: relative;
  z-index: 1;
  margin-top: 28px !important;
}

html.moyu-404 .moyu-404-card button {
  height: 40px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  font-weight: 900 !important;
}

html.moyu-404 .moyu-404-card button:first-child {
  background: rgba(255, 255, 255, .10) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, .16) !important;
}

html.moyu-404 .moyu-404-card button:last-child {
  background: #fff !important;
  color: #111113 !important;
}

html.moyu-login .moyu-signup-cta {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin-top: 14px !important;
  padding: 14px 16px !important;
  border-radius: 20px !important;
  background: linear-gradient(135deg, rgba(255, 63, 134, .12), rgba(32, 214, 246, .12)) !important;
  border: 1px solid rgba(17, 17, 19, .08) !important;
  color: #111113 !important;
  font-size: 14px !important;
  font-weight: 850 !important;
}

html.moyu-login .moyu-signup-cta a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 34px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  background: #111113 !important;
  color: #fff !important;
  border: 0 !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.moyu-atlas-launcher {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 54px;
  padding: 7px 16px 7px 7px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(17, 17, 19, .94);
  color: #fff !important;
  box-shadow: 0 18px 46px rgba(17, 17, 19, .26);
  backdrop-filter: blur(16px);
  text-decoration: none !important;
  transform: translateY(0);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.moyu-atlas-launcher:hover {
  background: #111113;
  box-shadow: 0 22px 56px rgba(17, 17, 19, .34);
  transform: translateY(-3px);
}

.moyu-atlas-launcher i {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #ffd166;
  color: #111113;
  font-size: 24px;
  font-style: normal;
  font-weight: 950;
  line-height: 1;
}

.moyu-atlas-launcher span {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.05;
}

.moyu-atlas-launcher b {
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .01em;
}

.moyu-atlas-launcher small {
  color: rgba(255, 255, 255, .58);
  font-size: 10px;
  font-weight: 700;
}

html.moyu-404 .moyu-atlas-launcher {
  display: none;
}

@media (max-width: 640px) {
  .moyu-atlas-launcher {
    right: 14px;
    bottom: 14px;
    min-height: 48px;
    padding: 5px;
  }

  .moyu-atlas-launcher i {
    width: 38px;
    height: 38px;
  }

  .moyu-atlas-launcher span {
    display: none;
  }
}
