/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./app/(auth)/AuthLayout.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
/* Auth layout — from demo LoginForm.module.css / RegisterPanel.module.css; uses global --auth-* tokens */

.AuthLayout_root__sqvpb {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  color: var(--auth-text);
  position: relative;
  font-family: var(--font-body);
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

/* Register (and other long auth screens): background fixed full-page, panel scrolls */
.AuthLayout_rootScrollable__LhH1W {
  align-items: flex-start;
}

.AuthLayout_rootScrollable__LhH1W .AuthLayout_bgImage__8bGtU {
  position: fixed;
  inset: 0;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.AuthLayout_rootScrollable__LhH1W .AuthLayout_rootContent__kAIDv {
  flex: 1;
  width: 100%;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  align-items: flex-start;
  justify-content: center;
  padding: 24px 16px;
}

.AuthLayout_rootScrollable__LhH1W .AuthLayout_formColumn__li_hH {
  max-height: none;
  overflow: visible;
  align-items: flex-start;
  padding: 0;
}

/* Full-viewport fixed background; only the content (rootContent) scrolls */
.AuthLayout_bgWrap__LhRmN {
  position: fixed;
  inset: 0;
  z-index: 0;
}

.AuthLayout_bgImage__8bGtU {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.AuthLayout_rootContent__kAIDv {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: min(100%, -moz-min-content);
  min-height: min(100%, min-content);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  flex: 1 0 auto;
}

.AuthLayout_formColumn__li_hH {
  width: 100%;
  max-width: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
}

.AuthLayout_formCard__G_ss0 {
  width: 100%;
  position: relative;
  border-radius: 16px;
  padding: 18px 24px 22px;
  overflow: visible;
  border: 1px solid var(--auth-card-border);
  background: var(--auth-card-bg);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.AuthLayout_formCard__G_ss0::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.35) 100%);
  border-radius: 0 0 16px 16px;
}

.AuthLayout_logoWrapper__DCG8c {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
  min-height: 48px;
}

.AuthLayout_logoInner__eUEsZ {
  display: block;
  width: 100%;
  max-width: 200px;
  min-height: 48px;
}

.AuthLayout_logoInner__eUEsZ img {
  max-width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Logo visibility: .logoInner img has display:block so use higher specificity */
.AuthLayout_logoInner__eUEsZ .AuthLayout_logoDark__nZLaZ {
  display: none;
}

.AuthLayout_logoInner__eUEsZ .AuthLayout_logoLight__Kfg5L {
  display: block;
}

[data-theme="light"] .AuthLayout_logoInner__eUEsZ .AuthLayout_logoLight__Kfg5L {
  display: none;
}

[data-theme="light"] .AuthLayout_logoInner__eUEsZ .AuthLayout_logoDark__nZLaZ {
  display: block;
}

.AuthLayout_title__YFQjR {
  margin: 0 0 16px;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #071230;
  text-align: center;
  position: relative;
  z-index: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  line-height: 1.3;
}

.AuthLayout_subtitle__a8Vwd {
  margin: 0 0 20px;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.4;
  color: var(--auth-label);
  text-align: center;
  position: relative;
  z-index: 1;
}

.AuthLayout_twoFaHint__hPqwG {
  margin: 0 0 8px;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.4;
  color: var(--auth-label);
  text-align: center;
  position: relative;
  z-index: 1;
}

.AuthLayout_form__Po52W {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.AuthLayout_label__D70gH {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.AuthLayout_labelText__SLENZ {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  color: var(--auth-label);
}

.AuthLayout_field__K9pqc {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 8px;
}

.AuthLayout_fieldIcon__xo_s2 {
  position: absolute;
  left: 12px;
  color: var(--auth-accent);
  z-index: 1;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.AuthLayout_input__qnJ_J {
  width: 100%;
  padding: 12px 14px 12px 44px;
  border-radius: 8px;
  border: 1px solid var(--auth-input-border);
  background: var(--auth-input-bg) !important;
  color: var(--auth-text);
  font-family: var(--font-body);
  font-size: 14px;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
  height: 44px;
}

.AuthLayout_input__qnJ_J::-moz-placeholder {
  color: var(--auth-placeholder);
  opacity: 1;
}

.AuthLayout_input__qnJ_J::placeholder {
  color: var(--auth-placeholder);
  opacity: 1;
}

.AuthLayout_input__qnJ_J:hover {
  border-color: var(--auth-input-border-hover);
}

.AuthLayout_input__qnJ_J:focus {
  outline: none;
  border-color: var(--auth-accent);
  box-shadow: none;
}

.AuthLayout_input__qnJ_J:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.AuthLayout_inputHasToggle__5in9V {
  padding-right: 44px;
}

.AuthLayout_inputNoIcon__PEDxr {
  padding-left: 14px;
}

.AuthLayout_fieldToggle__LhfKG {
  position: absolute;
  right: 8px;
  background: transparent;
  border: none;
  color: var(--auth-accent);
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  z-index: 2;
  border-radius: 6px;
  transition: color 0.2s, background 0.2s;
}

.AuthLayout_fieldToggle__LhfKG:hover {
  color: var(--auth-accent-hover);
  background: rgba(20, 81, 211, 0.12);
}

.AuthLayout_formRow__FVoUZ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.AuthLayout_checkboxLabel__PIR_A {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--auth-label);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.AuthLayout_checkboxLabel__PIR_A input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--accent);
  cursor: pointer;
}

.AuthLayout_forgotLink__bLGqt {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--auth-label);
  text-decoration: none;
  transition: opacity 0.2s;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.AuthLayout_forgotLink__bLGqt:hover {
  opacity: 0.9;
  text-decoration: underline;
}

.AuthLayout_error__uNiy7 {
  margin: 0;
  padding: 10px 12px;
  border-radius: 6px;
  background: var(--auth-error-bg);
  border: 1px solid var(--auth-error-border);
  color: var(--auth-error-color);
  font-family: var(--font-body);
  font-size: 13px;
}

.AuthLayout_forgotSuccess__mDzLA {
  margin: 0;
  padding: 10px 12px;
  border-radius: 6px;
  background: var(--auth-success-bg);
  border: 1px solid var(--auth-success-border);
  color: var(--auth-success-color);
  font-family: var(--font-body);
  font-size: 13px;
  position: relative;
  z-index: 1;
}

.AuthLayout_backToLoginWrap__Iaxe3 {
  margin-top: 16px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.AuthLayout_submitWrapper__Y7Omz {
  position: relative;
  margin-top: 8px;
  border-radius: 999px;
  padding: 5px;
  z-index: 1;
  cursor: pointer;
  background: var(--auth-submit-wrapper-bg);
  overflow: hidden;
}

.AuthLayout_submitWrapper__Y7Omz::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  /* Mavi ↔ neon turkuaz renk geçişi; gradient kayıyor, tüm buton renk oyunu yapıyor */
  background: linear-gradient(
    90deg,
    rgba(0, 100, 180, 0.32) 0%,
    rgba(0, 160, 210, 0.55) 20%,
    rgba(0, 220, 255, 0.6) 40%,
    rgba(0, 255, 255, 0.55) 50%,
    rgba(0, 220, 255, 0.6) 60%,
    rgba(0, 160, 210, 0.55) 80%,
    rgba(0, 100, 180, 0.32) 100%
  );
  background-size: 300% 100%;
  background-position: 0% 50%;
  z-index: 0;
  pointer-events: none;
}

.AuthLayout_submitWrapper__Y7Omz:hover:not(.AuthLayout_submitWrapperDisabled__Fa9Wi)::before {
  animation: AuthLayout_authColorFlow__E_S05 5s ease-in-out infinite;
}

@keyframes AuthLayout_authColorFlow__E_S05 {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.AuthLayout_submitWrapperDisabled__Fa9Wi {
  cursor: not-allowed;
  opacity: 0.4;
}

.AuthLayout_submitBtn__YjE3Q {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 12px 24px;
  border-radius: 999px;
  border: none;
  background: var(--auth-submit-bg);
  color: var(--auth-submit-color);
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.AuthLayout_submitIcon__LTaBc {
  opacity: 0.35;
  transition: opacity 0.4s ease, color 0.4s ease, filter 0.4s ease;
  flex-shrink: 0;
}

.AuthLayout_submitWrapper__Y7Omz:hover:not(.AuthLayout_submitWrapperDisabled__Fa9Wi) .AuthLayout_submitIcon__LTaBc {
  opacity: 1;
  color: rgb(0, 220, 255);
  filter: drop-shadow(0 0 5px rgba(0, 220, 255, 0.6));
}

.AuthLayout_submitWrapper__Y7Omz:active:not(.AuthLayout_submitWrapperDisabled__Fa9Wi) .AuthLayout_submitBtn__YjE3Q {
  transform: scale(0.98);
}

.AuthLayout_submitWrapperDisabled__Fa9Wi .AuthLayout_submitBtn__YjE3Q {
  cursor: not-allowed;
  color: var(--auth-submit-disabled);
}

.AuthLayout_divider__FIZO6 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 16px 0 6px;
  position: relative;
  z-index: 1;
}

.AuthLayout_dividerLine__Ao5ay {
  flex: 1;
  height: 1px;
  background: var(--auth-divider);
}

.AuthLayout_dividerText__qxTIk {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--auth-divider-text);
}

.AuthLayout_socialSection__bM3Vm {
  display: flex;
  gap: 14px;
  margin-top: 18px;
  position: relative;
  z-index: 1;
}

.AuthLayout_socialButton__1urC7 {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid var(--auth-social-border);
  background: var(--auth-social-bg);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--auth-label);
  font-family: var(--font-body);
  font-size: 14px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  text-decoration: none;
}

.AuthLayout_socialButton__1urC7:hover:not(:disabled) {
  border-color: var(--auth-social-border-hover);
  background: var(--auth-social-bg-hover);
}

.AuthLayout_socialButton__1urC7:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.AuthLayout_socialIcon__9uiEH {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: block;
}

.AuthLayout_langSelector__mym0A {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  position: relative;
  z-index: 1;
}

.AuthLayout_langFlagBtn__uHi4x {
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  background: var(--auth-social-bg);
  border: 1px solid transparent;
  cursor: pointer;
  transition: filter 0.2s, border-color 0.2s, transform 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.AuthLayout_langFlagBtn__uHi4x img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.AuthLayout_langFlagBtn__uHi4x:not(.AuthLayout_langFlagBtnActive__BhN6J) {
  filter: grayscale(1);
  opacity: 0.75;
}

.AuthLayout_langFlagBtn__uHi4x:hover:not(.AuthLayout_langFlagBtnActive__BhN6J) {
  filter: grayscale(0.7);
  opacity: 0.9;
}

.AuthLayout_langFlagBtnActive__BhN6J {
  border: 1px solid var(--auth-accent);
  box-shadow: none;
}

.AuthLayout_langFlagBtn__uHi4x:hover {
  transform: scale(1.08);
}

.AuthLayout_linkToRegister__RtIhl {
  margin-top: 16px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.AuthLayout_linkToRegister__RtIhl a {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--auth-label);
  text-decoration: none;
}

.AuthLayout_linkToRegister__RtIhl a:hover {
  text-decoration: underline;
}

@media (max-width: 480px) {
  .AuthLayout_root__sqvpb {
    padding: 16px;
  }

  .AuthLayout_rootContent__kAIDv {
    padding: 16px;
  }

  .AuthLayout_formCard__G_ss0 {
    padding: 20px 16px 24px;
  }

  .AuthLayout_title__YFQjR {
    font-size: 16px;
  }

  .AuthLayout_formRow__FVoUZ {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .AuthLayout_socialSection__bM3Vm {
    flex-direction: column;
  }
}

