/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.15_@babel+core@7.29.0_@playwright+test@1.59.1_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/.pnpm/next@15.5.15_@babel+core@7.29.0_@playwright+test@1.59.1_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/(auth)/login/login.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* PR-20: 로그인 페이지 scoped 토큰 + 좌우 분할 layout. */

.login_shell__rFuCK {
  /* Login-only navy + gold token (other auth pages 영향 없음) */
  --gold-100: #f4e4b8;
  --gold-300: #d9b876;
  --gold-500: #b8893f;
  --navy-950: #050b18;
  --navy-900: #0a1426;
  --navy-line: rgba(180, 200, 240, 0.10);
  --ink-100: #f4f1ea;
  --ink-200: #d5d2cb;
  --ink-300: #9ea2b0;
  --ink-400: #6b7186;
  --ink-500: #4a4f63;
  --up: #4ade80;
  --down: #f87171;

  display: flex;
  min-height: 100dvh;
  width: 100%;
  background: var(--navy-950);
  color: var(--ink-100);
  font-family: 'Pretendard Variable', 'Pretendard', -apple-system, BlinkMacSystemFont,
    'Apple SD Gothic Neo', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

/* Korean line breaking */
.login_shell__rFuCK h1,
.login_shell__rFuCK h2,
.login_shell__rFuCK h3,
.login_shell__rFuCK p,
.login_shell__rFuCK span,
.login_shell__rFuCK div,
.login_shell__rFuCK label,
.login_shell__rFuCK a,
.login_shell__rFuCK button {
  word-break: keep-all;
  overflow-wrap: break-word;
}
.login_shell__rFuCK h1,
.login_shell__rFuCK h2,
.login_shell__rFuCK h3 {
  text-wrap: balance;
}
.login_shell__rFuCK p {
  text-wrap: pretty;
}

.login_shell__rFuCK[data-stack='1'] {
  flex-direction: column;
}
.login_shell__rFuCK[data-stack='0'] {
  flex-direction: row;
  height: 100vh;
  overflow: hidden;
}

.login_hero__XviF9 {
  flex: 1 1 60%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 36px 48px;
  overflow: hidden;
  min-width: 0;
}
.login_shell__rFuCK[data-stack='1'] .login_hero__XviF9 {
  flex: 0 0 auto;
  padding: 32px;
}
.login_shell__rFuCK[data-narrow='1'] .login_hero__XviF9 {
  padding: 24px 20px;
}

.login_heroTop__fk1i9 {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.login_langSwitcher__ezfxf {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  color: var(--ink-300);
  flex-wrap: wrap;
}
.login_langSwitcher__ezfxf a {
  color: var(--ink-200);
  text-decoration: none;
}

.login_heroMid__n1mF0 {
  flex: 1;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 36px;
  max-width: 620px;
}
.login_shell__rFuCK[data-stack='1'] .login_heroMid__n1mF0 {
  flex: 0 0 auto;
  justify-content: flex-start;
  margin-bottom: 28px;
}
.login_shell__rFuCK[data-narrow='1'] .login_heroMid__n1mF0 {
  margin-top: 24px;
}

.login_tagline__aKIbB {
  font-size: clamp(28px, 4.4vw, 44px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0;
  color: var(--ink-100);
}
.login_shell__rFuCK[data-narrow='1'] .login_tagline__aKIbB {
  font-size: clamp(28px, 8vw, 36px);
}
.login_taglineGold__wpBef {
  background: linear-gradient(120deg, #d9b876 0%, #f0d99e 50%, #d9b876 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.login_taglineSub__g3rW2 {
  font-size: 16px;
  color: var(--ink-300);
  line-height: 1.7;
  max-width: 520px;
  margin-top: 18px;
  letter-spacing: -0.005em;
}
.login_shell__rFuCK[data-narrow='1'] .login_taglineSub__g3rW2 {
  font-size: 14.5px;
}

.login_featureGrid__H6LVe {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 28px;
       column-gap: 28px;
  max-width: 720px;
}
.login_shell__rFuCK[data-narrow='1'] .login_featureGrid__H6LVe {
  margin-top: 24px;
  grid-template-columns: 1fr;
}

.login_heroBottom__KbjaO {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.login_shell__rFuCK[data-narrow='1'] .login_heroBottom__KbjaO {
  gap: 12px;
}
.login_shell__rFuCK[data-stack='1'] .login_heroBottom__KbjaO {
  margin-top: 12px;
}

.login_heroFooter__DfIvx {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-size: 11px;
  color: var(--ink-400);
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.login_shell__rFuCK[data-narrow='1'] .login_heroFooter__DfIvx {
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.login_heroFooter__DfIvx > span:last-child {
  text-align: right;
  max-width: 460px;
  text-wrap: pretty;
}
.login_shell__rFuCK[data-narrow='1'] .login_heroFooter__DfIvx > span:last-child {
  text-align: left;
}

.login_cardSide__JiugG {
  flex: 0 0 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
  background: linear-gradient(180deg, #050b18 0%, #0a1426 100%);
  border-left: 1px solid var(--navy-line);
  position: relative;
  z-index: 5;
}
.login_shell__rFuCK[data-stack='1'] .login_cardSide__JiugG {
  flex: 0 0 auto;
  width: 100%;
  border-left: 0;
  border-top: 1px solid var(--navy-line);
}
.login_shell__rFuCK[data-narrow='1'] .login_cardSide__JiugG {
  padding: 32px 16px;
}

.login_cardGlow__YtRr0 {
  position: absolute;
  inset: 20% -10% 20% 30%;
  background: radial-gradient(circle at 70% 50%, rgba(217, 184, 118, 0.15) 0%, transparent 65%);
  filter: blur(40px);
  pointer-events: none;
}

/* Reduced motion 시 모든 애니메이션 정지 */
@media (prefers-reduced-motion: reduce) {
  .login_shell__rFuCK *,
  .login_shell__rFuCK *::before,
  .login_shell__rFuCK *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

