:root {
  --union-primary: #662483;
  --union-primary-2: #7d159a;
  --union-accent: #ad71c6;
  --union-hot: #a204af;
  --union-deep: #240636;
  --union-ink: #170624;
  --union-card: rgba(255, 255, 255, .12);
  --union-border: rgba(255, 255, 255, .18);
  --accentColor: #fff;
  --font: "Plus Jakarta Sans", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  font-family: var(--font);
  font-size: 100%;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: #fff;
  font-family: var(--font);
  letter-spacing: 0;
  background:
    radial-gradient(circle at 78% 12%, rgba(162, 4, 175, .62) 0, rgba(162, 4, 175, 0) 32%),
    radial-gradient(circle at 22% 18%, rgba(173, 113, 198, .35) 0, rgba(173, 113, 198, 0) 29%),
    linear-gradient(145deg, #230635 0%, #461061 43%, #210530 100%);
  background-attachment: fixed, fixed, fixed;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: auto;
  pointer-events: none;
  z-index: 0;
  opacity: .42;
}

body::before {
  width: 360px;
  height: 360px;
  left: 50%;
  top: 118px;
  border-radius: 50%;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .06) 50%, transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, .05) 50%, transparent 50%),
    radial-gradient(circle, rgba(162, 4, 175, .82), rgba(102, 36, 131, .35) 62%, transparent 63%);
  transform: translateX(-50%);
}

body::after {
  width: 310px;
  height: 420px;
  right: -120px;
  top: 118px;
  border-radius: 160px;
  background: rgba(255, 255, 255, .055);
}

.background-container,
.parallax-background {
  display: none !important;
}

.union-top-actions {
  width: min(100% - 34px, 430px);
  height: 0;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.union-action-dot {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 12px 24px rgba(18, 0, 36, .18);
  backdrop-filter: blur(14px);
}

.union-action-dot-left {
  left: 0;
}

.union-action-dot-left::before {
  content: "\f0f3";
  color: rgba(255, 255, 255, .9);
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  font-size: 17px;
}

.union-action-dot-right {
  right: 0;
}

.union-action-dot-right::before {
  content: "\f142";
  color: rgba(255, 255, 255, .9);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 17px;
}

.container {
  width: min(100% - 34px, 430px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.row,
.column {
  width: 100%;
}

.column {
  margin-top: 28px !important;
  padding: 0 0 26px;
}

#avatar {
  display: block;
  width: 118px !important;
  height: 118px !important;
  min-width: 118px !important;
  margin: 18px auto 18px;
  border: 2px solid rgba(255, 255, 255, .94);
  border-radius: 999px;
  background: var(--union-primary);
  box-shadow: 0 24px 46px rgba(20, 0, 40, .34), 0 0 0 8px rgba(255, 255, 255, .07);
}

h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  margin: 0 0 6px;
  color: #fff !important;
  font-family: var(--font);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
  text-align: center;
}

h1 svg,
h1 span svg {
  width: 23px !important;
  height: 23px !important;
  padding: 0 !important;
  border-radius: 50%;
  background: transparent !important;
  color: var(--union-hot);
  fill: var(--union-hot);
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .24));
}

.description-parent {
  max-width: 330px;
  margin: 0 auto 18px;
  padding: 0 !important;
}

.description-parent p,
.description-parent * {
  margin: 0 !important;
  color: rgba(255, 255, 255, .84) !important;
  font-family: var(--font) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  text-align: center !important;
}

.social-icon-div {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 16px !important;
  margin: 18px 0 22px !important;
}

.social-link {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-decoration: none !important;
}

.social-icon {
  color: #fff !important;
  font-size: 20px !important;
  line-height: 1 !important;
  transition: transform .18s ease, opacity .18s ease;
}

.social-link:hover .social-icon {
  transform: translateY(-2px);
  opacity: .82;
}

.button-entrance {
  width: 100%;
}

.footer,
.footer a,
.footer-body,
.footer-hover {
  color: rgba(255, 255, 255, .72) !important;
  font-family: var(--font) !important;
  font-size: 12px !important;
  text-align: center;
}

.footer {
  margin-top: 24px !important;
}

.footer-body {
  display: block !important;
}

.left-panel {
  display: none !important;
}

body.union-light {
  color: var(--union-ink);
  background: linear-gradient(180deg, #fff 0%, #fbf7fd 100%);
}

body.union-light::before,
body.union-light::after {
  opacity: .12;
}

body.union-light h1,
body.union-light .description-parent p,
body.union-light .description-parent *,
body.union-light .social-icon,
body.union-light .social-link {
  color: var(--union-ink) !important;
}

body.union-light .button,
body.union-light a.button {
  border-color: rgba(102, 36, 131, .12) !important;
  background:
    radial-gradient(circle at var(--union-liquid-x, 18%) var(--union-liquid-y, 20%), rgba(173, 113, 198, .16), rgba(173, 113, 198, 0) 36%),
    #fff !important;
  color: var(--union-ink) !important;
  box-shadow: 0 14px 28px rgba(64, 20, 84, .1) !important;
}

body.union-light .union-link-url {
  color: rgba(23, 6, 36, .56);
}

body.union-light .button::after {
  color: rgba(23, 6, 36, .48);
}

body.union-dark {
  background:
    radial-gradient(circle at 70% 8%, rgba(102, 36, 131, .5), transparent 32%),
    linear-gradient(145deg, #050208 0%, #16051f 50%, #09020d 100%);
}

@media (max-width: 420px) {
  .container {
    width: min(100% - 28px, 390px);
  }

  .column {
    margin-top: 20px !important;
  }

  #avatar {
    width: 108px !important;
    height: 108px !important;
    min-width: 108px !important;
  }

  h1 {
    font-size: 20px;
  }

  .button,
  a.button {
    min-height: 56px !important;
    padding-right: 46px !important;
  }
}
