.container3 {
  background: var(--background-bg-primary, transparent);
  padding: var(--spacing-7xl, 64px) 312px var(--spacing-7xl, 64px) 312px;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-4xl, 32px);
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.shadow2 {
  background: var(--background-bg-brand-primary, #2663f0);
  border-radius: 100000000px;
  opacity: 0.6;
  flex-shrink: 0;
  width: 520px;
  height: 520px;
  position: absolute;
  left: 0px;
  top: 334px;
  filter: blur(243.75px);
  pointer-events: none;
}
.card2 {
  background: var(--background-bg-primary, #14161a);
  border-style: solid;
  border-color: var(--border-br-tertiary, #282933);
  border-width: 1px;
  padding: var(--spacing-6xl, 48px) var(--spacing-9xl, 96px)
    var(--spacing-6xl, 48px) var(--spacing-9xl, 96px);
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.buy-block {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-7xl, 64px);
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.container4 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 348px;
  position: relative;
}
.nickname {
  background: rgba(0, 0, 0, 0.9);
  display: inline-flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  max-width: 100%;
}
.div6 {
  color: var(--text-text-white, #ffffff);
  text-align: center;
  font-family: "PixeloidSans-Regular", sans-serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
  padding: 4px 12px;
  position: relative;
  white-space: nowrap;
}
.image-minecraft-character {
  flex-shrink: 0;
  width: 288px;
  height: 402px;
  position: relative;
  display: block;
  cursor: grab;
  transition: opacity 0.3s ease;
}
.image-minecraft-character:active {
  cursor: grabbing;
}
.image-minecraft-character.is-loading {
  opacity: 0.35;
}
.container5 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl, 16px);
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.div7 {
  color: #ffffff;
  text-align: center;
  font-family: "PixeloidSans-Bold", sans-serif;
  font-size: 48px;
  line-height: 80px;
  font-weight: 700;
  position: relative;
  align-self: stretch;
}

.input {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-none, 0px);
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: visible;
}
.content {
  background: var(--background-bg-secondary, #282933);
  padding: var(--spacing-3xl, 24px) var(--spacing-2xl, 20px);
  display: flex;
  flex-direction: row;
  gap: var(--spacing-md, 8px);
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 76px;
  position: relative;
  transition: box-shadow 0.2s ease;
}
.content:focus-within {
  box-shadow: inset 0 0 0 1.5px var(--foreground-fg-brand-primary, #5286ff);
}
.content2 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-none, 0px);
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  position: relative;
}
.nickname-input {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  color: var(--text-text-white, #ffffff);
  font-family: var(--text-l-regular-font-family, "Inter-Regular", sans-serif);
  font-size: var(--text-l-regular-font-size, 18px);
  line-height: var(--text-l-regular-line-height, 28px);
  font-weight: var(--text-l-regular-font-weight, 400);
  caret-color: var(--foreground-fg-brand-primary, #5286ff);
}
.nickname-input::placeholder {
  color: var(--text-text-placeholder, #a4a8b2);
}

.container6 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-11 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
._324 {
  text-align: left;
  position: relative;
}
._324-span {
  color: var(--text-text-secondary, #a4a8b2);
  font-family: var(--text-l-regular-font-family, "Inter-Regular", sans-serif);
  font-size: var(--text-l-regular-font-size, 18px);
  line-height: var(--text-l-regular-line-height, 28px);
  font-weight: var(--text-l-regular-font-weight, 400);
}
._324-span2 {
  color: var(--text-text-secondary, #a4a8b2);
  font-family: var(--text-m-semibold-font-family, "Inter-SemiBold", sans-serif);
  font-size: var(--text-m-semibold-font-size, 16px);
  line-height: var(--text-m-semibold-line-height, 24px);
  font-weight: var(--text-m-semibold-font-weight, 600);
}
._324-span3 {
  color: var(--text-text-white, #ffffff);
  font-family: var(--text-l-bold-font-family, "Inter-Bold", sans-serif);
  font-size: var(--text-l-bold-font-size, 18px);
  line-height: var(--text-l-bold-line-height, 28px);
  font-weight: var(--text-l-bold-font-weight, 700);
  transition: color 0.15s ease;
}
._324-span4 {
  color: var(--text-text-secondary, #a4a8b2);
  font-family: var(--text-s-regular-font-family, "Inter-Regular", sans-serif);
  font-size: var(--text-s-regular-font-size, 14px);
  line-height: var(--text-s-regular-line-height, 20px);
  font-weight: var(--text-s-regular-font-weight, 400);
}

.range-slider {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md, 8px);
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.slider {
  background: var(--background-bg-secondary, #282933);
  align-self: stretch;
  flex-shrink: 0;
  height: 12px;
  position: relative;
  overflow: visible;
}
.progress-line {
  background: var(--foreground-fg-brand-primary, #5286ff);
  flex-shrink: 0;
  width: 140px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.range-input {
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 100%;
  height: 28px;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
  margin: 0;
}

@keyframes thumb-pulse {
  0%, 100% { filter: drop-shadow(0 0 4px rgba(82, 134, 255, 0.45)); }
  50%       { filter: drop-shadow(0 0 10px rgba(82, 134, 255, 0.95)); }
}
@keyframes thumb-drag {
  0%, 100% { filter: drop-shadow(0 0 8px rgba(82, 134, 255, 0.9)); }
  50%       { filter: drop-shadow(0 0 16px rgba(130, 100, 255, 1)); }
}

.vector {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 128px;
  top: -6px;
  overflow: visible;
  pointer-events: none;
  animation: thumb-pulse 2.4s ease-in-out infinite;
  transition: transform 0.12s ease;
  transform-origin: center center;
}
.vector.is-dragging {
  animation: thumb-drag 0.8s ease-in-out infinite;
  transform: scale(1.35);
}

.container7 {
  padding: 0px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
._1 {
  color: var(--text-text-secondary, #a4a8b2);
  text-align: left;
  font-family: var(--text-m-regular-font-family, "Inter-Regular", sans-serif);
  font-size: var(--text-m-regular-font-size, 16px);
  line-height: var(--text-m-regular-line-height, 24px);
  font-weight: var(--text-m-regular-font-weight, 400);
  position: relative;
  flex: 1;
}
._1000 {
  color: var(--text-text-secondary, #a4a8b2);
  text-align: left;
  font-family: var(--text-m-regular-font-family, "Inter-Regular", sans-serif);
  font-size: var(--text-m-regular-font-size, 16px);
  line-height: var(--text-m-regular-line-height, 24px);
  font-weight: var(--text-m-regular-font-weight, 400);
  position: relative;
}

.button2 {
  background: var(--background-bg-brand-primary, #2663f0);
  padding: var(--spacing-md, 8px) 0px;
  display: flex;
  flex-direction: row;
  gap: var(--spacing-lg, 12px);
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  height: 72px;
  position: relative;
  box-shadow: inset 0px -2px 0px 0px rgba(4, 62, 219, 1);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.12s ease, opacity 0.12s ease, box-shadow 0.2s ease;
}
.button2::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0);
  transition: background 0.15s ease;
}
.button2:hover {
  transform: translateY(-2px);
  box-shadow: inset 0px -2px 0px 0px rgba(4, 62, 219, 1),
              0 8px 24px rgba(38, 99, 240, 0.45);
}
.button2:hover::after {
  background: rgba(255,255,255,0.06);
}
.button2:active {
  transform: translateY(1px);
  box-shadow: inset 0px -1px 0px 0px rgba(4, 62, 219, 1);
  opacity: 0.9;
}
.button-text2 {
  color: var(--text-text-white, #ffffff);
  text-align: left;
  font-family: var(--text-l-bold-font-family, "Inter-Bold", sans-serif);
  font-size: var(--text-l-bold-font-size, 18px);
  line-height: var(--text-l-bold-line-height, 28px);
  font-weight: var(--text-l-bold-font-weight, 700);
  position: relative;
  pointer-events: none;
}
