/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/auth/RegisterPage.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.RegisterPage_scene__p6J2f {
  position: relative;
  flex: 1 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  background: transparent;
  color: #f5e6c8;
  font-family: Georgia, 'Times New Roman', serif;
}

.RegisterPage_background__5Mk2e {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #071425;
}

.RegisterPage_main__O6_We {
  position: relative;
  z-index: 5;
  flex: 1 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 0;
  overflow: hidden;
  padding: clamp(0.75rem, 2vh, 1.25rem) clamp(1rem, 4vw, 2rem);
  gap: 0.45rem;
}

.RegisterPage_contentWrap__QuHtm {
  width: 100%;
  max-width: 900px;
  max-height: 100%;
  margin: clamp(2rem, 4vh, 3rem) auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  gap: 1.5rem;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/auth/components/AuthFormPanel.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
.AuthFormPanel_panel__jSDaq {
  position: relative;
  width: min(620px, 92vw);
  margin: 0 auto;
  z-index: 6;
}

.AuthFormPanel_panelLarge__bafcj {
  width: min(720px, 94vw);
  max-height: calc(100svh - clamp(36px, 6vw, 48px) - clamp(32px, 5vw, 42px) - 1.5rem);
}

.AuthFormPanel_panelLarge__bafcj .AuthFormPanel_panelFrame__surWa {
  max-height: calc(100svh - clamp(36px, 6vw, 48px) - clamp(32px, 5vw, 42px) - 1.5rem);
  object-fit: contain;
  object-position: top center;
}

.AuthFormPanel_panelLarge__bafcj .AuthFormPanel_panelCard__WuC9o {
  overflow: hidden;
}

/* How far right the scrollbar sits, past the form's right edge. */
.AuthFormPanel_panelLarge__bafcj .AuthFormPanel_panelShell__jrMnT {
  --panel-scrollbar-shift: 12px;
  --slot-frame-max-width: 36.5rem;
}

/* Body must not clip, otherwise the shifted scrollbar gets cut off. */
.AuthFormPanel_panelLarge__bafcj .AuthFormPanel_panelBody__ZG6MD {
  width: 94%;
  overflow: visible;
}

.AuthFormPanel_panelLarge__bafcj .AuthFormPanel_slotShell__4mDxR {
  margin-inline: auto;
}

.AuthFormPanel_panelLarge__bafcj .AuthFormPanel_panelBodyScroll___T3hi {
  flex: 1 1;
  min-height: 0;
  width: calc(100% + var(--panel-scrollbar-shift));
  margin-right: calc(-1 * var(--panel-scrollbar-shift));
  padding-right: var(--panel-scrollbar-shift);
  padding-bottom: calc(3.25rem * var(--panel-scale));
  overflow-x: hidden;
  overflow-y: scroll;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(77, 166, 255, 0.55) rgba(255, 255, 255, 0.08);
}

.AuthFormPanel_panelLarge__bafcj .AuthFormPanel_panelBodyScroll___T3hi::-webkit-scrollbar {
  width: 7px;
}

.AuthFormPanel_panelLarge__bafcj .AuthFormPanel_panelBodyScroll___T3hi::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}

.AuthFormPanel_panelLarge__bafcj .AuthFormPanel_panelBodyScroll___T3hi::-webkit-scrollbar-thumb {
  background: rgba(77, 166, 255, 0.55);
  border-radius: 999px;
}

.AuthFormPanel_panelLarge__bafcj .AuthFormPanel_panelBodyScroll___T3hi::-webkit-scrollbar-thumb:hover {
  background: rgba(77, 166, 255, 0.72);
}

.AuthFormPanel_panelShell__jrMnT {
  position: relative;
  width: 100%;
  container-type: inline-size;
  filter: drop-shadow(0 12px 40px rgba(2, 6, 23, 0.45));
  --auth-ui-scale: 1.2;
  --panel-ref-width: 860px;
  --panel-scale: 1;
  --frame-header-top: 12.5%;
  --frame-header-width: 58%;
  --frame-card-offset: calc(14px * var(--panel-scale));
  --frame-card-width: 95%;
  --frame-card-height: 87.4%;
  --frame-body-padding-top: calc(1.35rem * var(--panel-scale));
  --field-stack-gap: calc(1.65rem * var(--panel-scale));
  --slot-frame-max-width: 32.375rem;
}

.AuthFormPanel_panelFrame__surWa {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.AuthFormPanel_panelHeader__tDNtx {
  position: absolute;
  left: 50%;
  top: var(--frame-header-top);
  transform: translateX(-50%);
  width: var(--frame-header-width);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(0.35rem * var(--panel-scale) * var(--auth-ui-scale));
  z-index: 3;
  pointer-events: none;
}

.AuthFormPanel_guard__q6e1V {
  display: block;
  width: calc(2.4rem * var(--panel-scale) * var(--auth-ui-scale));
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.AuthFormPanel_title__6uObq {
  margin: 0;
  font-size: calc(1.05rem * var(--panel-scale) * var(--auth-ui-scale));
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f5e6c8;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  line-height: 1.1;
}

.AuthFormPanel_panelCard__WuC9o {
  position: absolute;
  top: calc(50% + var(--frame-card-offset));
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--frame-card-width);
  height: var(--frame-card-height);
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 0;
  padding: calc(4rem * var(--panel-scale)) calc(15.84px * var(--panel-scale))
    calc(13.2px * var(--panel-scale));
  background: rgba(8, 22, 28, 0.82);
  -webkit-backdrop-filter: blur(6px) saturate(1.05);
          backdrop-filter: blur(6px) saturate(1.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: calc(7px * var(--panel-scale));
  box-shadow: none;
  justify-content: flex-start;
  z-index: 1;
  box-sizing: border-box;
  overflow: visible;
}

.AuthFormPanel_panelBody__ZG6MD {
  display: flex;
  flex-direction: column;
  width: 88%;
  margin-inline: auto;
  padding-top: calc(var(--frame-body-padding-top) * var(--auth-ui-scale));
  min-height: 0;
  flex: 1 1;
  height: auto;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.AuthFormPanel_field__4v_n8 {
  display: flex;
  flex-direction: column;
  gap: calc(0.45rem * var(--panel-scale, 1) * var(--auth-ui-scale, 1));
  margin-bottom: calc(var(--field-stack-gap, 1.65rem) * var(--auth-ui-scale, 1));
}

.AuthFormPanel_fieldCompact__F28c3 {
  margin-bottom: calc(1.1rem * var(--panel-scale, 1) * var(--auth-ui-scale, 1));
}

.AuthFormPanel_fieldLabel__tOh_J {
  font-size: calc(0.68rem * var(--panel-scale, 1) * var(--auth-ui-scale, 1));
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(245, 230, 200, 0.88);
}

.AuthFormPanel_slotShell__4mDxR {
  display: grid;
  grid-template: 1fr / 1fr;
  width: min(100%, var(--slot-frame-max-width));
  min-width: 0;
}

.AuthFormPanel_slotFrame__ZoSvY {
  grid-area: 1 / 1;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.AuthFormPanel_slotContent__G8uRq {
  grid-area: 1 / 1;
  place-self: center;
  width: 94%;
  height: 78%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.AuthFormPanel_slotContentHasCount__eGF6D {
  position: relative;
}

.AuthFormPanel_slotInput__XU_dS {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  color: #f8fafc;
  font-size: calc(1.05rem * var(--panel-scale, 1) * var(--auth-ui-scale, 1));
  font-family: Georgia, 'Times New Roman', serif;
  padding: 0 calc(0.35rem * var(--panel-scale, 1) * var(--auth-ui-scale, 1));
  box-sizing: border-box;
}

.AuthFormPanel_slotInputHasCount__KsMqm {
  padding-right: calc(2.85rem * var(--panel-scale, 1) * var(--auth-ui-scale, 1));
}

.AuthFormPanel_slotInput__XU_dS::placeholder {
  color: rgba(226, 232, 240, 0.55);
}

.AuthFormPanel_slotInputError__hkEZv {
  color: #fecaca;
}

.AuthFormPanel_fieldError__h0jnd {
  font-size: calc(0.72rem * var(--panel-scale, 1) * var(--auth-ui-scale, 1));
  color: #fca5a5;
}

.AuthFormPanel_fieldCharCount__TIEy7 {
  position: absolute;
  right: calc(0.2rem * var(--panel-scale, 1) * var(--auth-ui-scale, 1));
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: calc(0.72rem * var(--panel-scale, 1) * var(--auth-ui-scale, 1));
  letter-spacing: 0.04em;
  color: rgba(226, 232, 240, 0.55);
}

.AuthFormPanel_fieldCharCountLimit__fT_nI {
  color: rgba(252, 165, 165, 0.9);
}

.AuthFormPanel_submitBtn__jP9hk {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  padding: 0;
  width: 100%;
  cursor: pointer;
  font-family: inherit;
  line-height: 1;
}

.AuthFormPanel_submitBtn__jP9hk:hover:not(:disabled) {
  filter: brightness(1.06);
}

.AuthFormPanel_submitBtn__jP9hk:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.AuthFormPanel_submitBtnShell__NPlYx {
  position: relative;
  display: grid;
  grid-template: 1fr / 1fr;
  width: min(100%, calc(18.5rem * var(--panel-scale, 1) * var(--auth-ui-scale, 1)));
  margin: 0 auto;
}

.AuthFormPanel_submitBtnImg__MBWPi {
  grid-area: 1 / 1;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.AuthFormPanel_submitBtnLabel__HXin9 {
  grid-area: 1 / 1;
  place-self: center;
  z-index: 1;
  padding: 0 8%;
  transform: translateY(6%);
  font-size: calc(0.95rem * var(--panel-scale, 1) * var(--auth-ui-scale, 1));
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f5e6c8;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  pointer-events: none;
  line-height: 1.1;
}

.AuthFormPanel_linkText__D3_Wm {
  text-align: center;
  margin-top: calc(1.35rem * var(--panel-scale, 1) * var(--auth-ui-scale, 1));
  color: #f5e6c8;
  font-size: calc(0.88rem * var(--panel-scale, 1) * var(--auth-ui-scale, 1));
}

.AuthFormPanel_linkAccent__4j1MF {
  color: #4da6ff;
  text-decoration: none;
  font-weight: 700;
}

.AuthFormPanel_alertSuccess__u1ExZ {
  background-color: rgba(16, 185, 129, 0.12);
  color: #34d399;
  padding: calc(0.65rem * var(--panel-scale, 1) * var(--auth-ui-scale, 1));
  border-radius: calc(10px * var(--panel-scale, 1) * var(--auth-ui-scale, 1));
  margin-bottom: calc(var(--field-stack-gap, 1.65rem) * var(--auth-ui-scale, 1));
  font-size: calc(0.84rem * var(--panel-scale, 1) * var(--auth-ui-scale, 1));
  border: 1px solid rgba(16, 185, 129, 0.2);
}

.AuthFormPanel_alertError___W9X_ {
  background-color: rgba(239, 68, 68, 0.12);
  color: #fca5a5;
  padding: calc(0.65rem * var(--panel-scale, 1) * var(--auth-ui-scale, 1));
  border-radius: calc(10px * var(--panel-scale, 1) * var(--auth-ui-scale, 1));
  margin-bottom: calc(var(--field-stack-gap, 1.65rem) * var(--auth-ui-scale, 1));
  font-size: calc(0.84rem * var(--panel-scale, 1) * var(--auth-ui-scale, 1));
  border: 1px solid rgba(239, 68, 68, 0.2);
}

/* Firefox: filter on .panelShell prevents frame/guard <img> layers from painting */
@supports (-moz-appearance: none) {
  .AuthFormPanel_panelShell__jrMnT {
    filter: none;
  }

  .AuthFormPanel_panel__jSDaq {
    filter: drop-shadow(0 12px 40px rgba(2, 6, 23, 0.45));
  }

  .AuthFormPanel_panelCard__WuC9o {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/AvatarPicker.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
.AvatarPicker_section__SvC5U {
  margin-bottom: calc(1.65rem * var(--auth-ui-scale, 1));
}

.AvatarPicker_label__GdoLt {
  display: block;
  margin-bottom: calc(1rem * var(--auth-ui-scale, 1));
  font-size: calc(0.9rem * var(--auth-ui-scale, 1));
  font-weight: 600;
  color: #f5e6c8;
}

.AvatarPicker_grid__pB8mw {
  display: grid;
  grid-gap: calc(1rem * var(--auth-ui-scale, 1));
  gap: calc(1rem * var(--auth-ui-scale, 1));
  grid-template-columns: repeat(auto-fit, minmax(calc(78px * var(--auth-ui-scale, 1)), 1fr));
  margin-bottom: calc(0.85rem * var(--auth-ui-scale, 1));
}

.AvatarPicker_option__l1MbQ {
  padding: calc(0.65rem * var(--auth-ui-scale, 1));
  border-radius: calc(16px * var(--auth-ui-scale, 1));
  border: 1px solid rgba(197, 168, 89, 0.35);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  color: #f5e6c8;
}

.AvatarPicker_optionActive__ctK_C {
  border: 2px solid rgba(77, 166, 255, 0.9);
  background: rgba(37, 99, 235, 0.18);
}

.AvatarPicker_optionImg__wA_r_ {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: calc(12px * var(--auth-ui-scale, 1));
  display: block;
}

.AvatarPicker_optionLabel__vKtYc {
  display: block;
  margin-top: calc(0.45rem * var(--auth-ui-scale, 1));
  font-size: calc(0.75rem * var(--auth-ui-scale, 1));
  font-weight: 700;
  color: #f5e6c8;
}

.AvatarPicker_optionLabelActive__H7gWR {
  color: #93c5fd;
}

.AvatarPicker_preview__zIZNN {
  padding: calc(1rem * var(--auth-ui-scale, 1));
  border-radius: calc(16px * var(--auth-ui-scale, 1));
  border: 1px solid rgba(197, 168, 89, 0.35);
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  gap: calc(1rem * var(--auth-ui-scale, 1));
  align-items: center;
  flex-wrap: wrap;
}

.AvatarPicker_previewImg__byA0u {
  width: calc(72px * var(--auth-ui-scale, 1));
  height: calc(72px * var(--auth-ui-scale, 1));
  border-radius: calc(18px * var(--auth-ui-scale, 1));
  object-fit: cover;
  border: 2px solid rgba(77, 166, 255, 0.35);
}

.AvatarPicker_previewMeta__67vjY {
  min-width: calc(180px * var(--auth-ui-scale, 1));
  flex: 1 1;
}

.AvatarPicker_previewTitle__6iu31 {
  font-size: calc(0.9rem * var(--auth-ui-scale, 1));
  font-weight: 700;
  color: #f5e6c8;
}

.AvatarPicker_previewHint__uB19C {
  margin-top: calc(0.25rem * var(--auth-ui-scale, 1));
  color: #f5e6c8;
  font-size: calc(0.9rem * var(--auth-ui-scale, 1));
  line-height: 1.5;
}

.AvatarPicker_uploadLabel__Pkk0E {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: calc(0.75rem * var(--auth-ui-scale, 1)) calc(1rem * var(--auth-ui-scale, 1));
  border-radius: calc(12px * var(--auth-ui-scale, 1));
  border: 1px solid rgba(197, 168, 89, 0.35);
  background-color: rgba(255, 255, 255, 0.06);
  color: #f5e6c8;
  cursor: pointer;
  font-size: calc(0.9rem * var(--auth-ui-scale, 1));
  font-weight: 700;
}

.AvatarPicker_uploadInput__kZ_8g {
  display: none;
}

.AvatarPicker_uploadWrap__sWJuA {
  margin-top: calc(0.85rem * var(--auth-ui-scale, 1));
}

.AvatarPicker_uploadTile__AwuQd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(78px * var(--auth-ui-scale, 1));
  aspect-ratio: 1 / 1;
  padding: calc(0.65rem * var(--auth-ui-scale, 1));
  border-radius: calc(16px * var(--auth-ui-scale, 1));
  border: 1px dashed rgba(197, 168, 89, 0.45);
  background: rgba(255, 255, 255, 0.04);
  color: #f5e6c8;
  cursor: pointer;
}

.AvatarPicker_uploadIcon__qqKkv {
  font-size: calc(1.75rem * var(--auth-ui-scale, 1));
  font-weight: 700;
  line-height: 1;
}

