/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/components/Navbar.module.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ===== Sixma Navbar — minimalist, brand-aligned ===== */
.Navbar_navbar__x0iE6 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 64px;
  background: rgba(5, 8, 16, 0.7);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media (max-width: 640px) {
  .Navbar_navbar__x0iE6 {
    height: 56px;
  }
}

.Navbar_navbarScrolled__nDLuj {
  background: rgba(5, 8, 16, 0.92);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.Navbar_navbarContainer__Cz5Jf {
  max-width: 1280px;
  margin: 0 auto;
  height: 100%;
  padding: 0 1.5rem;
}
@media (max-width: 640px) {
  .Navbar_navbarContainer__Cz5Jf {
    padding: 0 1rem;
  }
}

.Navbar_navbarContent__LkCjB {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 1rem;
}

/* ─── Logo ─── */
.Navbar_navbarLogo__eTBJ_ {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}

.Navbar_logoIcon__yVeOz {
  width: 32px;
  height: 32px;
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .Navbar_logoIcon__yVeOz {
    width: 28px;
    height: 28px;
    border-radius: 6px;
  }
}

.Navbar_logoIconText__A_p1N {
  font-size: 0.95rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  font-family: ui-sans-serif, system-ui, sans-serif;
}
@media (max-width: 640px) {
  .Navbar_logoIconText__A_p1N {
    font-size: 0.85rem;
  }
}

.Navbar_logoTextContainer__PcTje {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  min-width: 0;
}

.Navbar_logoTitle___z1e_ {
  font-size: 0.95rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 0.15em;
}
@media (max-width: 640px) {
  .Navbar_logoTitle___z1e_ {
    font-size: 0.8rem;
    letter-spacing: 0.12em;
  }
}

.Navbar_logoSubtitle__fpIHA {
  font-size: 0.6rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 2px;
}
@media (max-width: 640px) {
  .Navbar_logoSubtitle__fpIHA {
    display: none;
  }
}

/* ─── Desktop menu ─── */
.Navbar_desktopMenu__0dumr {
  display: none;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .Navbar_desktopMenu__0dumr {
    display: flex;
  }
}

.Navbar_navLinks__DR77m {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.Navbar_menuLink__WRDOQ {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.88rem;
  font-weight: 500;
  text-decoration: none;
  padding: 0.4rem 0;
  position: relative;
  transition: color 0.2s ease;
}
.Navbar_menuLink__WRDOQ::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.Navbar_menuLink__WRDOQ:hover {
  color: rgba(255, 255, 255, 0.95);
}
.Navbar_menuLink__WRDOQ:hover::after {
  width: 100%;
}

.Navbar_menuLinkActive__5y47s {
  color: rgba(255, 255, 255, 0.95);
}
.Navbar_menuLinkActive__5y47s::after {
  width: 100%;
  background: #6f42c1;
}

.Navbar_divider__R3OQx {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.1);
}

/* ─── Auth buttons (desktop) ─── */
.Navbar_authButtons__YRs_P {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.Navbar_loginButton__KdlDf {
  padding: 0.5rem 0.9rem;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  transition: color 0.2s ease;
}
.Navbar_loginButton__KdlDf:hover {
  color: rgb(255, 255, 255);
}

.Navbar_btnPrimary__XRIim {
  padding: 0.55rem 1.1rem;
  background: rgba(255, 255, 255, 0.95);
  color: #050810;
  text-decoration: none;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border: none;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
  display: inline-block;
  white-space: nowrap;
}
.Navbar_btnPrimary__XRIim:hover {
  background: white;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(255, 255, 255, 0.15);
}

/* ─── User dropdown ─── */
.Navbar_dropdownContainer__MisQB {
  position: relative;
}

.Navbar_userButton__YK1q7 {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.35rem 0.75rem 0.35rem 0.35rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.9);
  font-family: inherit;
  font-size: 0.85rem;
  transition: all 0.2s ease;
}
.Navbar_userButton__YK1q7:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
}

.Navbar_avatar__4mgU5 {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4059e7, #6f42c1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.Navbar_avatarInitial__wBJk4 {
  font-size: 0.8rem;
  font-weight: 700;
  color: white;
}

.Navbar_username__v_hJo {
  font-size: 0.82rem;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Navbar_dropdownArrow__9EA1_ {
  width: 14px;
  height: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.Navbar_userDropdown__GkJso {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  min-width: 180px;
  background: rgba(10, 14, 26, 0.98);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  transform-origin: top right;
}

.Navbar_dropdownMenu__r5Nm3 {
  display: flex;
  flex-direction: column;
  padding: 0.35rem;
}

.Navbar_dropdownItem__2xfB_ {
  padding: 0.6rem 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.85rem;
  border-radius: 6px;
  transition: all 0.15s ease;
  cursor: pointer;
}
.Navbar_dropdownItem__2xfB_:hover {
  background: rgba(255, 255, 255, 0.05);
  color: white;
}

.Navbar_dropdownDivider__0Sk7Q {
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
  margin: 0.35rem 0;
}

.Navbar_dropdownItemDanger__3z2Xq {
  padding: 0.6rem 0.85rem;
  background: none;
  border: none;
  color: rgba(220, 53, 69, 0.85);
  font-family: inherit;
  font-size: 0.85rem;
  text-align: left;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.Navbar_dropdownItemDanger__3z2Xq:hover {
  background: rgba(220, 53, 69, 0.1);
  color: rgb(220, 53, 69);
}

/* ─── Mobile button ─── */
.Navbar_mobileMenu__b1RGt {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 1024px) {
  .Navbar_mobileMenu__b1RGt {
    display: none;
  }
}

.Navbar_mobileMenuButton___FPFk {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.2s ease;
}
.Navbar_mobileMenuButton___FPFk:hover, .Navbar_mobileMenuButton___FPFk:active {
  background: rgba(255, 255, 255, 0.08);
}

.Navbar_menuIcon__5aXdb {
  width: 20px;
  height: 20px;
}

/* ─── Mobile panel ─── */
.Navbar_mobilePanel__m1_j0 {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(5, 8, 16, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.Navbar_mobilePanelContent__S6h76 {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 1rem 1.25rem;
  max-height: calc(100vh - 56px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.Navbar_mobileNavLink__EnuBG {
  padding: 0.95rem 0.25rem;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Navbar_mobileNavLink__EnuBG:active {
  color: white;
  padding-left: 0.6rem;
}
.Navbar_mobileNavLink__EnuBG::after {
  content: "→";
  color: rgba(255, 255, 255, 0.2);
  font-size: 0.9rem;
  transition: transform 0.2s ease;
}

.Navbar_mobileNavLinkActive__pid_b {
  color: white;
}
.Navbar_mobileNavLinkActive__pid_b::after {
  color: rgba(138, 118, 229, 0.9);
  transform: translateX(4px);
}

.Navbar_mobileAuthSection__iTjYx {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  gap: 0.75rem;
}

.Navbar_mobileAuthButtons__IOcjK {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.Navbar_mobileAuthButtons__IOcjK > * {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.9rem 1rem;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  box-sizing: border-box;
}

.Navbar_mobileLoginButton__vNmG8 {
  color: rgba(255, 255, 255, 0.85);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.Navbar_mobileLoginButton__vNmG8:active {
  background: rgba(255, 255, 255, 0.05);
}

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

.Navbar_mobileMenuItem__YRMwa {
  padding: 0.85rem 0.25rem;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.Navbar_mobileMenuItem__YRMwa:active {
  color: white;
}

.Navbar_mobileMenuItemDanger__sJ4Fq {
  padding: 0.85rem 0.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: rgba(220, 53, 69, 0.85);
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/signup/page.module.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.page_pageWrapper__vlTO_ {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: var(--background-start-rgb);
}

.page_container__zH6tX {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.page_card__7v5ih {
  width: 100%;
  max-width: 450px;
  padding: 2.5rem;
  background-color: var(--card-bg);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--card-border);
}

.page_cardContent__mTOES {
  width: 100%;
}

.page_signupFormContainer__Q3MNx {
  width: 100%;
  max-width: 450px;
  padding: 2.5rem;
  background-color: var(--card-bg);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--card-border);
}

.page_title__nfScf {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--foreground);
}

.page_subtitle__0Dmxc {
  text-align: center;
  margin-bottom: 1.5rem;
  color: var(--foreground-muted);
  font-size: 0.95rem;
}

.page_link__Pp84_ {
  color: var(--primary-accent);
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}
.page_link__Pp84_:hover {
  color: var(--primary-accent-hover);
  text-decoration: underline;
}

.page_form__F0pvE {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.page_label__rrJt0 {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: var(--foreground-muted);
}

.page_input__jfcHU {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid var(--input-border);
  border-radius: var(--border-radius-md);
  background-color: var(--input-bg);
  color: var(--foreground);
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.page_input__jfcHU:focus {
  outline: none;
  border-color: var(--primary-accent);
  box-shadow: 0 0 0 3px rgba(var(--primary-accent-rgb), 0.2);
}
.page_input__jfcHU:disabled {
  background-color: var(--input-disabled-bg);
  cursor: not-allowed;
}

.page_errorMessage__1ZMXv {
  color: var(--danger);
  font-size: 0.875rem;
  margin-top: 0.5rem;
  padding: 0.5rem;
  background-color: rgba(220, 53, 69, 0.1);
  border-radius: var(--border-radius-sm);
  border-left: 3px solid var(--danger);
}

.page_button__daKkh {
  width: 100%;
  padding: 0.9rem 1.5rem;
  border: none;
  border-radius: var(--border-radius-md);
  background: var(--gradient-primary);
  color: white;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  font-family: "Sukhumvit Set", "Noto Sans Thai", sans-serif;
  box-shadow: var(--shadow-sm);
}
.page_button__daKkh:hover:not(:disabled) {
  background: var(--gradient-primary-hover);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.page_button__daKkh:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.page_submitButton__W8ONX {
  width: 100%;
  padding: 0.9rem 1.5rem;
  border: none;
  border-radius: var(--border-radius-md);
  background: var(--gradient-primary);
  color: white;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  font-family: "Sukhumvit Set", "Noto Sans Thai", sans-serif;
  box-shadow: var(--shadow-sm);
}
.page_submitButton__W8ONX:hover:not(:disabled) {
  background: var(--gradient-primary-hover);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.page_submitButton__W8ONX:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.page_divider__O_5NQ {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 1.8rem 0;
  color: var(--foreground-muted);
  font-size: 0.875rem;
  font-weight: 500;
}
.page_divider__O_5NQ::before, .page_divider__O_5NQ::after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid var(--card-border);
}
.page_divider__O_5NQ span {
  padding: 0 1rem;
}

.page_socialLoginContainer__hQBm9 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}

.page_socialButton__HwvoJ {
  margin-bottom: 1rem;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  font-family: "Sukhumvit Set", "Noto Sans Thai", sans-serif;
}
.page_socialButton__HwvoJ .page_icon__AV_x9 {
  margin-right: 0.5rem;
  font-weight: bold;
}
.page_socialButton__HwvoJ:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.page_googleButton__SQ5oy {
  background-color: #ffffff;
  color: #444444;
  border: 1px solid #dddddd;
}
.page_googleButton__SQ5oy:hover:not(:disabled) {
  background-color: #f5f5f5;
}

.page_facebookButton__3h54V {
  background-color: #1877f2;
  color: #ffffff;
  border: 1px solid #1877f2;
}
.page_facebookButton__3h54V:hover:not(:disabled) {
  background-color: #166fe5;
}

.page_footer__Q2kVi {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.9rem;
}

.page_footerText__rLzRX {
  color: var(--foreground-muted);
}

.page_footerLink__fNScs {
  color: var(--primary-accent);
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}
.page_footerLink__fNScs:hover {
  color: var(--primary-accent-hover);
  text-decoration: underline;
}
