/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
:root {
  color-scheme: dark;
  --header-height: 57px;
  --app-bg: #0b1020;
  --body-background:
    radial-gradient(circle at top left, rgba(109, 94, 252, 0.18), transparent 28%),
    radial-gradient(circle at top right, rgba(25, 194, 255, 0.14), transparent 24%),
    linear-gradient(180deg, #0b1020 0%, #0a0e1a 100%);
  --header-bg: rgba(8, 12, 24, 0.68);
  --nav-hover-bg: rgba(255, 255, 255, 0.08);
  --panel-bg: rgba(16, 22, 45, 0.82);
  --panel-border: rgba(255, 255, 255, 0.08);
  --text-primary: #f5f7ff;
  --text-secondary: rgba(245, 247, 255, 0.72);
  --brand-start: #6d5efc;
  --brand-end: #19c2ff;
}

html[data-theme='light'] {
  color-scheme: light;
  --app-bg: #f6f8ff;
  --body-background:
    radial-gradient(circle at top left, rgba(109, 94, 252, 0.12), transparent 28%),
    radial-gradient(circle at top right, rgba(25, 194, 255, 0.12), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #edf2ff 100%);
  --header-bg: rgba(255, 255, 255, 0.72);
  --nav-hover-bg: rgba(18, 24, 38, 0.06);
  --panel-bg: rgba(255, 255, 255, 0.82);
  --panel-border: rgba(18, 24, 38, 0.08);
  --text-primary: #0f1728;
  --text-secondary: rgba(15, 23, 40, 0.64);
}

html[data-theme='dark'] {
  color-scheme: dark;
}

@media (prefers-color-scheme: light) {
  html[data-theme-mode='auto']:not([data-theme]) {
    color-scheme: light;
    --app-bg: #f6f8ff;
    --body-background:
      radial-gradient(circle at top left, rgba(109, 94, 252, 0.12), transparent 28%),
      radial-gradient(circle at top right, rgba(25, 194, 255, 0.12), transparent 24%),
      linear-gradient(180deg, #f8fbff 0%, #edf2ff 100%);
    --header-bg: rgba(255, 255, 255, 0.72);
    --nav-hover-bg: rgba(18, 24, 38, 0.06);
    --panel-bg: rgba(255, 255, 255, 0.82);
    --panel-border: rgba(18, 24, 38, 0.08);
    --text-primary: #0f1728;
    --text-secondary: rgba(15, 23, 40, 0.64);
  }
}

@media (prefers-color-scheme: dark) {
  html[data-theme-mode='auto']:not([data-theme]) {
    color-scheme: dark;
  }
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: var(--body-background);
  color: var(--text-primary);
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

#__next {
  min-height: 100%;
}

.app-shell {
  min-height: 100vh;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/modules/auth/components/auth.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
.auth_authModal__381KB .ant-modal-content {
  border-radius: 20px;
  overflow: hidden;
}

.auth_authModalBody__35zcY {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.auth_authHeader__aflOn {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.auth_authTitle__OtDd3 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-primary);
}

.auth_authDescription__HjZrA {
  margin: 0;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.6;
}

.auth_authTabs__SbR2Y .ant-segmented {
  width: 100%;
  padding: 4px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.auth_authTabs__SbR2Y .ant-segmented-item {
  flex: 1 1;
  min-height: 36px;
}

.auth_authForm__OMwtH {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.auth_authForm__OMwtH .ant-form-item {
  margin-bottom: 14px;
}

.auth_authForm__OMwtH .ant-input,
.auth_authForm__OMwtH .ant-input-password {
  min-height: 42px;
  border-radius: 12px;
}

.auth_authSubmit__7moXP {
  width: 100%;
  min-height: 42px;
  margin-top: 4px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--brand-start), #8f3bff);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(109, 94, 252, 0.24);
}

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

.auth_authDivider__AF8w7 {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text-secondary);
  font-size: 13px;
}

.auth_authDivider__AF8w7::before,
.auth_authDivider__AF8w7::after {
  content: '';
  flex: 1 1;
  height: 1px;
  background: var(--panel-border);
}

.auth_socialButtons__gpyIy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  gap: 10px;
}

.auth_socialButton__Rgkvb {
  min-height: 42px;
  border-radius: 12px;
  border: 1px solid var(--panel-border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 500;
  cursor: not-allowed;
}

.auth_accountButton__JWN1d {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

