/*
Theme Name: MangGuo TV Landing
Theme URI: https://example.com/mangguo-tv
Author: Codex
Description: A mobile-first MangGuo TV style registration and VIP rewards WordPress theme with full Customizer controls.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: mangguo-tv
*/

:root {
  --mg-mint: #48cfb8;
  --mg-deep: #003f3f;
  --mg-purple: #493171;
  --mg-panel: rgba(117, 153, 151, 0.58);
  --mg-field: rgba(18, 80, 80, 0.72);
  --mg-white: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 78% 20%, rgba(72, 207, 184, 0.2), transparent 28rem), linear-gradient(135deg, #071f24, #111113);
  color: var(--mg-white);
  font-family: Arial, Helvetica, sans-serif;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.phone-shell {
  position: relative;
  width: min(100vw, 480px);
  min-height: 100vh;
  overflow: hidden;
  background: var(--mg-deep);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.45);
}

.screen {
  display: none;
  min-height: 100vh;
  padding-bottom: 5.5rem;
}

.screen.active {
  display: block;
}

.screen-home,
.screen-tasks {
  position: relative;
  overflow: hidden;
  padding: 1rem 1rem 6rem;
  background:
    radial-gradient(circle at 22% 18%, rgba(72, 207, 184, 0.42), transparent 12rem),
    radial-gradient(circle at 88% 8%, rgba(123, 96, 255, 0.36), transparent 11rem),
    linear-gradient(160deg, #032f31 0%, #07161d 58%, #0d0d16 100%);
}

.orbital-scene {
  position: absolute;
  inset: 0;
  pointer-events: none;
  perspective: 600px;
}

.orbital-scene::before {
  content: "";
  position: absolute;
  inset: 5rem -6rem auto;
  height: 24rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  transform: rotateX(65deg) rotateZ(-18deg);
  box-shadow: 0 0 0 2rem rgba(255, 255, 255, 0.025), 0 0 0 4.2rem rgba(255, 255, 255, 0.018);
}

.planet {
  position: absolute;
  border-radius: 50%;
  filter: drop-shadow(0 1rem 1.5rem rgba(0, 0, 0, 0.32));
}

.planet-one {
  width: 4.4rem;
  height: 4.4rem;
  top: 8.6rem;
  right: 1.5rem;
  background: linear-gradient(145deg, #8bf7e8, #1a9bdb);
}

.planet-two {
  width: 2.2rem;
  height: 2.2rem;
  top: 18rem;
  left: 1rem;
  background: linear-gradient(145deg, #ffd66c, #f16d00);
}

.planet-three {
  width: 3rem;
  height: 3rem;
  bottom: 11rem;
  right: 3rem;
  background: linear-gradient(145deg, #d25cff, #5948ff);
}

.app-header {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2rem;
}

.app-header div {
  display: grid;
  gap: 0.2rem;
}

.app-header span,
.eyebrow,
.mission-header span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.app-header strong {
  font-size: 1.15rem;
}

.profile-chip {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32), 0 1rem 2rem rgba(0, 0, 0, 0.28);
}

.profile-chip span {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #ffffff, var(--mg-mint));
}

.hero-3d {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 0.9rem;
  align-items: center;
  min-height: 18.5rem;
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1.5rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 1.4rem 3rem rgba(0, 0, 0, 0.34);
  transform-style: preserve-3d;
}

.hero-copy h1 {
  margin: 0.45rem 0 0.6rem;
  font-size: clamp(1.8rem, 9vw, 2.65rem);
  line-height: 0.98;
}

.hero-copy p,
.wallet-panel p,
.mission-header p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 700;
  line-height: 1.45;
}

.hero-copy .primary-button {
  width: 100%;
  margin-top: 1rem;
}

.reward-cube {
  position: relative;
  min-height: 9.8rem;
  display: grid;
  place-items: center;
  border-radius: 1.2rem;
  background: linear-gradient(145deg, #ffb93d, #f16d00);
  box-shadow: inset -1.4rem -1.4rem 2.4rem rgba(117, 45, 0, 0.35), inset 0.8rem 0.8rem 1.2rem rgba(255, 255, 255, 0.32), 0 1.5rem 2.5rem rgba(241, 109, 0, 0.28);
  transform: rotateY(-18deg) rotateX(10deg);
}

.reward-cube span {
  position: absolute;
  top: 1rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.78);
}

.reward-cube strong {
  font-size: 4.5rem;
  line-height: 1;
}

.stats-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  margin-top: 1rem;
}

.stat-card,
.wallet-panel,
.mission-card {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.055));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 1rem 2rem rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
}

.stat-card {
  min-height: 6rem;
  display: grid;
  align-content: center;
  gap: 0.35rem;
  padding: 1rem;
  border-radius: 1rem;
}

.stat-card.wide {
  grid-column: 1 / -1;
}

.stat-card span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
  font-weight: 800;
}

.stat-card strong {
  font-size: 1.35rem;
}

.wallet-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 1.25rem;
}

.wallet-panel h2,
.mission-header h2 {
  margin: 0 0 0.35rem;
  font-size: 1.45rem;
}

.wallet-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
}

.wallet-actions form,
.mission-card form,
.vip-card form {
  margin: 0;
}

.wallet-actions button {
  width: 100%;
}

.wallet-actions button,
.mission-card button {
  width: 100%;
  min-height: 2.6rem;
  border: 0;
  border-radius: 0.8rem;
  background: rgba(72, 207, 184, 0.18);
  color: #ffffff;
  font-weight: 900;
}

.mission-header {
  position: relative;
  z-index: 1;
  padding: 0.6rem 0 1rem;
}

.video-device {
  position: relative;
  z-index: 1;
  height: 15rem;
  margin: 0.2rem 0 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1.6rem;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(8, 20, 31, 0.9), rgba(16, 84, 83, 0.74));
  box-shadow: inset 0 0 0 0.6rem rgba(255, 255, 255, 0.04), 0 1.8rem 3rem rgba(0, 0, 0, 0.38);
}

.video-glow {
  position: absolute;
  inset: 2rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(72, 207, 184, 0.5), transparent 62%);
}

.play-ring {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 6rem;
  height: 6rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 1rem rgba(72, 207, 184, 0.09), 0 0 0 2rem rgba(123, 96, 255, 0.07);
}

.play-ring span {
  width: 0;
  height: 0;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 1.55rem solid #ffffff;
  transform: translateX(0.18rem);
}

.video-bars {
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.1rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}

.video-bars i {
  height: 0.45rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.28);
}

.mission-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.75rem;
}

.mission-card {
  display: grid;
  grid-template-columns: 3rem 1fr auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.85rem;
  border-radius: 1rem;
}

.mission-card.is-complete,
.vip-card.is-complete {
  outline: 2px solid rgba(72, 207, 184, 0.42);
}

.mission-card.is-complete button,
.vip-card.is-complete button {
  background: rgba(72, 207, 184, 0.42);
}

.mission-card h3 {
  margin: 0 0 0.2rem;
  font-size: 1rem;
}

.mission-card span {
  color: var(--mg-mint);
  font-weight: 900;
}

.mission-icon {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 0.9rem;
  background: linear-gradient(145deg, #8bf7e8, #1aa48f);
  color: #042222;
  font-weight: 900;
}

.screen-register {
  background: repeating-radial-gradient(circle at 0% 34%, transparent 0 2rem, rgba(255, 255, 255, 0.055) 2.08rem 2.22rem), repeating-radial-gradient(circle at 91% 66%, transparent 0 2.15rem, rgba(255, 255, 255, 0.06) 2.24rem 2.4rem), linear-gradient(180deg, #005250 0%, var(--mg-deep) 48%, #003332 100%);
}

.topbar {
  height: 6.15rem;
  display: grid;
  grid-template-columns: 4rem 1fr 4rem;
  align-items: center;
  padding: 1rem 1rem 0;
  background: #262729;
}

.icon-button,
.ghost-icon,
.help-bubble {
  border: 0;
  background: transparent;
  color: var(--mg-white);
}

.x-icon {
  display: block;
  width: 2rem;
  height: 2rem;
  position: relative;
}

.x-icon::before,
.x-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.1rem;
  height: 0.16rem;
  border-radius: 1rem;
  background: var(--mg-white);
}

.x-icon::before {
  transform: rotate(45deg);
}

.x-icon::after {
  transform: rotate(-45deg);
}

.domain {
  display: grid;
  justify-items: center;
  line-height: 1.12;
}

.domain strong {
  font-size: 1.12rem;
}

.domain span:last-child {
  color: #a9abad;
  font-weight: 700;
}

.lock {
  width: 0.62rem;
  height: 0.62rem;
  margin-bottom: -0.62rem;
  transform: translateX(-5.7rem);
  font-size: 0.65rem;
}

.dots {
  font-size: 1.8rem;
  letter-spacing: 0;
}

.register-page {
  position: relative;
  min-height: calc(100vh - 6.15rem);
  padding: 1.4rem 1.05rem 4rem;
}

.small-actions {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-bottom: 4.8rem;
}

.ghost-icon {
  width: 2rem;
  height: 2rem;
  position: relative;
}

.chat-icon,
.globe-icon {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  border: 0.18rem solid var(--mg-white);
  border-radius: 50%;
}

.chat-icon::after {
  content: "";
  position: absolute;
  right: 0.28rem;
  bottom: 0.2rem;
  width: 0.55rem;
  height: 0.32rem;
  border-left: 0.18rem solid var(--mg-white);
  border-bottom: 0.18rem solid var(--mg-white);
  transform: rotate(-25deg);
}

.globe-icon::before,
.globe-icon::after {
  content: "";
  position: absolute;
  inset: 0.25rem;
  border-radius: 50%;
  border-left: 0.13rem solid var(--mg-white);
  border-right: 0.13rem solid var(--mg-white);
}

.globe-icon::after {
  inset: 0.7rem 0.2rem;
  border: 0;
  border-top: 0.13rem solid var(--mg-white);
  border-bottom: 0.13rem solid var(--mg-white);
}

.logo-mark {
  width: 5rem;
  height: 5rem;
  display: grid;
  place-items: center;
  margin: 0 auto 1.25rem;
  border-radius: 1.1rem;
  background: linear-gradient(145deg, #ff9f00, #f16d00);
  box-shadow: inset 0 0 0 0.08rem rgba(255, 255, 255, 0.32), 0 1rem 1.7rem rgba(0, 0, 0, 0.2);
}

.logo-mark span {
  width: 3.45rem;
  height: 3.2rem;
  display: grid;
  place-items: center;
  border: 0.38rem solid #ffffff;
  border-radius: 0.95rem 0.18rem 0.95rem 0.18rem;
  color: #ffffff;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1;
}

.site-title {
  margin: 0 0 4rem;
  text-align: center;
  font-size: 2.05rem;
  line-height: 1;
}

.auth-card {
  position: relative;
  display: grid;
  gap: 1rem;
  padding: 2rem 1.15rem 2.15rem;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 2rem;
  background: repeating-radial-gradient(circle at 100% 53%, transparent 0 2.25rem, rgba(255, 255, 255, 0.06) 2.34rem 2.48rem), var(--mg-panel);
  backdrop-filter: blur(8px);
}

.form-notice {
  min-height: 2.55rem;
  display: grid;
  align-items: center;
  padding: 0.65rem 0.9rem;
  border-radius: 0.9rem;
  font-size: 0.92rem;
  font-weight: 800;
}

.form-notice.success {
  background: rgba(72, 207, 184, 0.22);
  color: #ffffff;
  border: 1px solid rgba(72, 207, 184, 0.72);
}

.form-notice.error {
  background: rgba(255, 92, 92, 0.2);
  color: #ffffff;
  border: 1px solid rgba(255, 112, 112, 0.65);
}

.platform-notice {
  position: relative;
  z-index: 3;
  margin: 0 0 1rem;
}

.tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.2rem;
  padding: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 1.35rem;
  background: rgba(14, 69, 70, 0.72);
}

.tab {
  min-height: 3.7rem;
  border: 0;
  border-radius: 1rem;
  background: transparent;
  color: rgba(255, 255, 255, 0.52);
  font-weight: 800;
}

.tab.active {
  color: #ffffff;
  background: var(--mg-mint);
}

.auth-card label {
  position: relative;
  display: block;
}

.auth-card label span {
  position: absolute;
  z-index: 1;
  left: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.58);
  font-size: 1.15rem;
}

.auth-card input {
  width: 100%;
  height: 3.95rem;
  border: 0;
  border-radius: 1rem;
  padding: 0 3.8rem 0 1.1rem;
  outline: 0;
  background: var(--mg-field);
  color: #ffffff;
  font-size: 1.2rem;
}

.auth-card label.filled span,
.auth-card label:has(input[value]) span {
  display: none;
}

.eye-button {
  position: absolute;
  right: 1.1rem;
  top: 50%;
  width: 1.55rem;
  height: 1.55rem;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
}

.eye-button::before,
.eye-button::after {
  content: "";
  position: absolute;
  inset: 0.35rem 0.1rem;
  border: 0.18rem solid rgba(255, 255, 255, 0.86);
}

.eye-button::before {
  border-radius: 1.2rem 1.2rem 0.2rem 0.2rem;
  transform: rotate(45deg);
}

.eye-button::after {
  inset: 0.58rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
}

.primary-button {
  height: 4rem;
  margin-top: 1.95rem;
  border: 0;
  border-radius: 2rem;
  background: var(--mg-mint);
  color: #ffffff;
  font-weight: 900;
  font-size: 1.22rem;
  box-shadow: 0 0.8rem 1.4rem rgba(0, 48, 49, 0.22);
}

.login-copy {
  margin: 0.35rem 0 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 800;
}

.login-copy a {
  color: #ffffff;
  text-decoration: none;
}

.help-bubble {
  position: absolute;
  right: 0.72rem;
  top: auto;
  bottom: 13.8rem;
  width: 3.5rem;
  height: 3.5rem;
  border: 0.16rem solid #ffffff;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.2);
}

.help-bubble span,
.help-bubble span::before,
.help-bubble span::after {
  position: absolute;
  background: #25283a;
}

.help-bubble span {
  inset: 1.12rem 0.86rem 0.92rem;
  border-radius: 0 0 1.4rem 1.4rem;
}

.help-bubble span::before,
.help-bubble span::after {
  content: "";
  top: 0.45rem;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
}

.help-bubble span::before {
  left: 0.52rem;
}

.help-bubble span::after {
  right: 0.52rem;
}

.screen-vip {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0 50%, rgba(4, 9, 18, 0.94) 50%), linear-gradient(#12172b, #080a12);
  color: #111111;
}

.vip-header {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 0.8rem 0.8rem 1rem;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(90deg, transparent 0 6%, rgba(128, 119, 255, 0.32) 6% 15%, transparent 15% 85%, rgba(91, 212, 255, 0.28) 85% 94%, transparent 94%), #06091d;
  border-bottom: 0.16rem solid rgba(132, 218, 255, 0.7);
}

.brand-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  margin-bottom: 0.5rem;
}

.brand-line span {
  width: 4rem;
  height: 0.35rem;
  border-top: 0.18rem solid #7f79ff;
  border-bottom: 0.18rem solid #77e0ff;
  transform: skewX(-25deg);
}

.brand-line strong {
  font-size: 1.5rem;
  color: transparent;
  background: linear-gradient(90deg, #d25cff, #52e4ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.vip-header h2 {
  margin: 0;
  font-size: clamp(1.35rem, 7vw, 2rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.vip-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.52rem;
  padding: 0.75rem 0.42rem 1.4rem;
}

.vip-card {
  position: relative;
  min-height: 9.8rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0.4rem;
  padding: 0.78rem 0.62rem 0.72rem;
  border-radius: 0.4rem;
  overflow: hidden;
}

.vip-card::before,
.vip-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.vip-card::before {
  inset: 0.12rem;
  border: 0.1rem solid currentColor;
  border-radius: 0.34rem;
  clip-path: polygon(0 0, 28% 0, 33% 9%, 78% 9%, 82% 0, 100% 0, 100% 100%, 0 100%);
  opacity: 0.9;
}

.vip-card::after {
  top: 1.1rem;
  right: 0.75rem;
  width: 1.8rem;
  height: 1.4rem;
  border-radius: 0.25rem;
  background: linear-gradient(#ffd66c, #d08825);
  box-shadow: -0.65rem 0.42rem 0 -0.15rem #f7bc35;
}

.vip-card.light {
  background: rgba(255, 255, 255, 0.92);
  color: #121212;
  box-shadow: 0 0.45rem 1rem rgba(0, 0, 0, 0.14);
}

.vip-card.dark {
  background: linear-gradient(135deg, rgba(89, 238, 255, 0.14), transparent 28%), linear-gradient(315deg, rgba(225, 75, 255, 0.16), transparent 36%), #0c111c;
  color: #d5ddff;
  box-shadow: inset 0 0 0 0.12rem rgba(124, 96, 255, 0.3);
}

.vip-card h3 {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1;
}

.vip-card div {
  display: grid;
  gap: 0.15rem;
}

.vip-card strong {
  font-size: clamp(1rem, 4.7vw, 1.35rem);
  color: currentColor;
}

.vip-card div:nth-of-type(2) strong {
  color: #45a478;
}

.vip-card.dark div:nth-of-type(2) strong {
  color: #b7ffa7;
}

.vip-card span {
  font-size: 0.72rem;
  color: inherit;
}

.vip-card button {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 2.25rem;
  border: 0.08rem solid currentColor;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.74);
  color: inherit;
  font-weight: 800;
}

.vip-card form {
  grid-column: 1 / -1;
  position: relative;
  z-index: 1;
}

.vip-card.dark button {
  border-color: #8379ff;
  background: linear-gradient(90deg, rgba(75, 224, 255, 0.2), rgba(239, 78, 255, 0.18));
  color: #ffffff;
}

.bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 5;
  width: min(100vw, 480px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.55rem;
  padding: 0.7rem 0.9rem 0.9rem;
  transform: translateX(-50%);
  background: rgba(9, 14, 18, 0.92);
  backdrop-filter: blur(10px);
}

.bottom-nav button {
  min-height: 3.1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
  font-size: 0.78rem;
}

.bottom-nav .active {
  background: var(--mg-purple);
  color: #ffffff;
}

@media (min-width: 760px) {
  body {
    padding: 2rem;
  }

  .phone-shell {
    min-height: min(920px, calc(100vh - 4rem));
    border-radius: 2.3rem;
  }

  .screen {
    min-height: min(920px, calc(100vh - 4rem));
  }

  .bottom-nav {
    border-radius: 0 0 2.3rem 2.3rem;
  }
}

@media (max-width: 430px) {
  .hero-3d {
    grid-template-columns: 1fr;
  }

  .reward-cube {
    min-height: 7rem;
    transform: rotateY(-10deg) rotateX(8deg);
  }

  .mission-card {
    grid-template-columns: 2.8rem 1fr;
  }

  .mission-card form {
    grid-column: 1 / -1;
  }
}

@media (max-width: 380px) {
  .register-page {
    padding-inline: 0.8rem;
  }

  .auth-card {
    padding-inline: 0.9rem;
  }

  .vip-card {
    padding-inline: 0.46rem;
  }
}
