/* Mr.ChatGPT — Create Account video page */
body.page-id-8083 #content {
  padding: clamp(26px, 5vw, 72px) 16px !important;
}

body.page-id-8083 .page-wrapper,
body.page-id-8083 .page-inner,
body.page-id-8083 .entry-content,
body.page-id-8083 .col-inner,
body.page-id-8083 main {
  min-width: 0;
}

body.page-id-8083 .page-title,
body.page-id-8083 .entry-title {
  display: none !important;
}

body.page-id-8083 .mc-create-account {
  width: min(100%, 1080px);
  margin: 0 auto;
  display: grid;
  gap: 22px;
}

body.page-id-8083 .mc-create-account__hero {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(105, 170, 255, .18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 85% 0%, rgba(37, 137, 255, .22), transparent 38%),
    linear-gradient(145deg, rgba(15, 42, 82, .92), rgba(5, 14, 31, .97));
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
  text-align: right;
}

body.page-id-8083 .mc-create-account__badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 12px;
  margin-bottom: 12px;
  border: 1px solid rgba(112, 184, 255, .32);
  border-radius: 999px;
  background: rgba(36, 136, 255, .11);
  color: #77bcff !important;
  font-size: .75rem;
  font-weight: 800;
}

body.page-id-8083 .mc-create-account__hero h1 {
  margin: 0 0 10px !important;
  color: #f4f8ff !important;
  font-size: clamp(1.65rem, 3vw, 2.65rem) !important;
  line-height: 1.45 !important;
}

body.page-id-8083 .mc-create-account__hero p {
  margin: 0 !important;
  color: rgba(224, 236, 251, .76) !important;
  font-size: clamp(.92rem, 1.5vw, 1.05rem);
  line-height: 2;
}

body.page-id-8083 .mc-create-account__player-card {
  padding: clamp(14px, 2vw, 20px);
  border: 1px solid rgba(105, 170, 255, .2);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(21, 53, 100, .78), rgba(5, 14, 31, .96));
  box-shadow:
    0 26px 65px rgba(0,0,0,.3),
    inset 0 1px 0 rgba(255,255,255,.035);
  overflow: hidden;
}

body.page-id-8083 .mc-create-account__player-head {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 2px 2px 16px;
}

body.page-id-8083 .mc-create-account__play-icon {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(116, 190, 255, .36);
  border-radius: 15px;
  background: linear-gradient(180deg, #2891ff, #1469cf);
  box-shadow: 0 12px 28px rgba(23, 116, 229, .3);
  color: #fff;
}

body.page-id-8083 .mc-create-account__play-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

body.page-id-8083 .mc-create-account__player-head strong,
body.page-id-8083 .mc-create-account__player-head span {
  display: block;
}

body.page-id-8083 .mc-create-account__player-head strong {
  margin-bottom: 3px;
  color: #f4f8ff !important;
  font-size: 1rem;
}

body.page-id-8083 .mc-create-account__player-head span {
  color: rgba(219, 233, 250, .65) !important;
  font-size: .8rem;
}

body.page-id-8083 .mc-create-account__video-wrap {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(121, 190, 255, .24);
  border-radius: 18px;
  background: #02050b;
  box-shadow: 0 18px 48px rgba(0,0,0,.32);
}

body.page-id-8083 .mc-create-account__video-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.025);
}

body.page-id-8083 .mc-create-account__video-wrap .wp-video,
body.page-id-8083 .mc-create-account__video-wrap .mejs-container,
body.page-id-8083 .mc-create-account__video-wrap .mejs-inner,
body.page-id-8083 .mc-create-account__video-wrap .mejs-mediaelement,
body.page-id-8083 .mc-create-account__video-wrap video {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

body.page-id-8083 .mc-create-account__video-wrap .mejs-container,
body.page-id-8083 .mc-create-account__video-wrap video {
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  background: #02050b !important;
}

body.page-id-8083 .mc-create-account__video-wrap .mejs-controls {
  background: linear-gradient(transparent, rgba(1, 5, 13, .98)) !important;
}

body.page-id-8083 .mc-create-account__support {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 17px 18px;
  border: 1px solid rgba(70, 161, 255, .2);
  border-radius: 18px;
  background: rgba(26, 89, 173, .1);
}

body.page-id-8083 .mc-create-account__support-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: rgba(35, 139, 255, .16);
  color: #72b9ff;
}

body.page-id-8083 .mc-create-account__support-icon svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
}

body.page-id-8083 .mc-create-account__support strong {
  display: block;
  margin-bottom: 3px;
  color: #f2f7ff !important;
}

body.page-id-8083 .mc-create-account__support p {
  margin: 0 !important;
  color: rgba(219, 233, 250, .68) !important;
  font-size: .84rem;
}

body.page-id-8083 .mc-create-account__support a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border-radius: 12px;
  background: linear-gradient(180deg, #2891ff, #1469cf);
  color: #fff !important;
  font-size: .82rem;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(23, 116, 229, .24);
}

body.page-id-8083 .mc-create-account__support a:hover {
  transform: translateY(-1px);
  filter: brightness(1.07);
}

html[data-mc-theme="light"] body.page-id-8083 .mc-create-account__hero,
html[data-mc-theme="light"] body.page-id-8083 .mc-create-account__player-card {
  border-color: rgba(28, 92, 173, .14);
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(236,244,253,.98));
  box-shadow: 0 24px 60px rgba(31,72,122,.12);
}

html[data-mc-theme="light"] body.page-id-8083 .mc-create-account__hero h1,
html[data-mc-theme="light"] body.page-id-8083 .mc-create-account__player-head strong,
html[data-mc-theme="light"] body.page-id-8083 .mc-create-account__support strong {
  color: #1d3553 !important;
}

html[data-mc-theme="light"] body.page-id-8083 .mc-create-account__hero p,
html[data-mc-theme="light"] body.page-id-8083 .mc-create-account__player-head span,
html[data-mc-theme="light"] body.page-id-8083 .mc-create-account__support p {
  color: #59708d !important;
}

@media (max-width: 700px) {
  body.page-id-8083 #content {
    padding: 18px 10px 36px !important;
  }

  body.page-id-8083 .mc-create-account {
    gap: 15px;
  }

  body.page-id-8083 .mc-create-account__hero,
  body.page-id-8083 .mc-create-account__player-card {
    border-radius: 18px;
  }

  body.page-id-8083 .mc-create-account__support {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 14px;
  }

  body.page-id-8083 .mc-create-account__support-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }

  body.page-id-8083 .mc-create-account__support a {
    grid-column: 1 / -1;
    width: 100%;
  }

  body.page-id-8083 .mc-create-account__video-wrap {
    border-radius: 13px;
  }
}
