/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./src/app/challenge/challenge.module.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ===== /challenge — Sixma สู้ได้ ===== */
.challenge_page__suamv {
  background: #0a0a0a;
  color: #e8e8e8;
  min-height: 100vh;
  font-family: "Noto Sans Thai", -apple-system, sans-serif;
  overflow-x: hidden;
}

/* Hero */
.challenge_hero__y8dvx {
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4rem 1.5rem;
  background: radial-gradient(ellipse at 50% 60%, rgba(192, 57, 43, 0.12) 0%, transparent 50%), radial-gradient(ellipse at 50% 30%, rgba(201, 168, 76, 0.06) 0%, transparent 60%), #0a0a0a;
}

.challenge_badge__dtC1w {
  display: inline-block;
  padding: 0.35rem 1rem;
  border: 1px solid rgba(192, 57, 43, 0.4);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #ff5c3f;
  letter-spacing: 0.12em;
  margin-bottom: 1.5rem;
}

.challenge_title__2yvLg {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .challenge_title__2yvLg {
    font-size: 4.5rem;
  }
}

.challenge_accent__2031E {
  background: linear-gradient(135deg, #ff5c3f 0%, #c9a84c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.challenge_sub__iPWFI {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.8;
  max-width: 480px;
  margin-bottom: 2.5rem;
}

.challenge_cta__tUUGG {
  padding: 1rem 2.5rem;
  background: #ff5c3f;
  color: white;
  font-weight: 800;
  font-size: 1rem;
  border-radius: 8px;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.challenge_cta__tUUGG:hover {
  background: #e04d32;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 92, 63, 0.35);
}

/* Rule */
.challenge_rule__LaJz_ {
  padding: 5rem 1.5rem;
  text-align: center;
  background: #050505;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.challenge_ruleTitle__siU1y {
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.challenge_ruleText__GA6FH {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}
@media (min-width: 768px) {
  .challenge_ruleText__GA6FH {
    font-size: 1.6rem;
  }
}

.challenge_ruleAccent__U9JOa {
  display: block;
  margin-top: 0.75rem;
  color: #ff5c3f;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

/* Levels */
.challenge_levels__0i7or {
  padding: 5rem 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
}

.challenge_levelsTitle__BE8g8 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 3rem;
  letter-spacing: 0.04em;
}

.challenge_levelGrid__x1Jy0 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .challenge_levelGrid__x1Jy0 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.challenge_levelCard__GCLG7 {
  padding: 2rem 1.5rem;
  background: rgba(20, 20, 20, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
}
.challenge_levelCard__GCLG7:hover {
  border-color: rgba(255, 92, 63, 0.3);
  transform: translateY(-3px);
}

.challenge_levelNum__8YTYy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 92, 63, 0.5);
  border-radius: 50%;
  font-size: 1.1rem;
  font-weight: 800;
  color: #ff5c3f;
  margin-bottom: 1rem;
}

.challenge_levelName__B2iUP {
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
}

.challenge_levelDays__fRPPO {
  font-size: 0.8rem;
  color: #c9a84c;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.challenge_levelDesc__DDQaz {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
}

/* Preview */
.challenge_preview__OiPRM {
  padding: 5rem 1.5rem;
  max-width: 600px;
  margin: 0 auto;
}

.challenge_previewTitle__UMzGR {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}

.challenge_previewList__jOFcE {
  display: flex;
  flex-direction: column;
}

.challenge_previewRow__2aqiE {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.challenge_previewDay__ondK_ {
  flex-shrink: 0;
  width: 60px;
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.25);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.challenge_previewMission__n5MIg {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}

.challenge_previewNote__oJPKj {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.3);
  font-style: italic;
}

/* Signup */
.challenge_signup__IAJYE {
  padding: 5rem 1.5rem;
  background: radial-gradient(ellipse at 50% 50%, rgba(192, 57, 43, 0.06) 0%, transparent 60%), #050505;
}

.challenge_signupCard__NCep0 {
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}

.challenge_signupTitle__tlfGL {
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}

.challenge_signupSub__77NFR {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 2.5rem;
}

.challenge_form__PR8IT {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.challenge_field__5_Hvn {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.challenge_field__5_Hvn input, .challenge_field__5_Hvn textarea {
  width: 100%;
  padding: 1rem 0;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  font-family: inherit;
  outline: none;
}
.challenge_field__5_Hvn input::placeholder, .challenge_field__5_Hvn textarea::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.challenge_field__5_Hvn textarea {
  resize: none;
  line-height: 1.5;
}

.challenge_typeRow__1j_o9 {
  display: flex;
  gap: 2rem;
  padding: 1rem 0 0.5rem;
  justify-content: center;
}

.challenge_radio___R_dY {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
}
.challenge_radio___R_dY input[type=radio] {
  accent-color: #ff5c3f;
}
.challenge_radio___R_dY:hover {
  color: white;
}

.challenge_inputErr__vQirK {
  border-bottom-color: rgba(220, 53, 69, 0.6) !important;
}

.challenge_err__h0WJ_ {
  font-size: 0.75rem;
  color: rgba(220, 53, 69, 0.7);
  margin-top: 0.25rem;
  display: block;
}

.challenge_submit__qwt4I {
  margin-top: 2rem;
  padding: 0.9rem 0;
  background: #ff5c3f;
  border: none;
  color: white;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-family: inherit;
}
.challenge_submit__qwt4I:hover:not(:disabled) {
  background: #e04d32;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(255, 92, 63, 0.3);
}
.challenge_submit__qwt4I:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.challenge_disclaimer__RynwQ {
  margin-top: 1.5rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.02em;
}

.challenge_ack__CX_Oe {
  padding: 1rem 0;
  text-align: center;
}

.challenge_ackText__qBfU9 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #ff5c3f;
  margin-bottom: 0.75rem;
  letter-spacing: 0.05em;
}

.challenge_ackSub__Q0T_E {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
}

/* Footer */
.challenge_footer__HAG35 {
  padding: 2.5rem 1rem;
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.25);
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.challenge_footer__HAG35 a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.challenge_footer__HAG35 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
