/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/components/Community.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Styles for Community Component */
/* ===== Sixma Login Form — minimalist dark, brand-aligned ===== */
.Community_authForm__Dos3V {
  width: 100%;
  max-width: 380px;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.Community_header__FuZpc {
  text-align: center;
  margin-bottom: 2.5rem;
}

.Community_wordmark__nIXK0 {
  font-size: 1.6rem;
  font-weight: 200;
  letter-spacing: 0.45em;
  color: rgba(255, 255, 255, 0.95);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  padding-left: 0.45em;
}
.Community_wordmark__nIXK0 span {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
}

.Community_title__X6fbb {
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0.75rem;
}

.Community_subtitle__aXKvn {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
  font-weight: 300;
}

.Community_link___VWTp {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 1px;
  transition: all 0.25s ease;
}
.Community_link___VWTp:hover {
  color: rgb(255, 255, 255);
  border-bottom-color: rgba(255, 255, 255, 0.5);
}

/* ─── LINE — primary ─── */
.Community_lineButton__zLMrt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.95rem 1rem;
  background: #06C755;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: inherit;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  margin-bottom: 1.75rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset, 0 8px 24px rgba(6, 199, 85, 0.22);
}
.Community_lineButton__zLMrt::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  transition: left 0.6s ease;
}
.Community_lineButton__zLMrt:hover {
  background: #05B04B;
  transform: translateY(-1px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 12px 28px rgba(6, 199, 85, 0.35);
}
.Community_lineButton__zLMrt:hover::after {
  left: 120%;
}
.Community_lineButton__zLMrt:active {
  transform: translateY(0);
}
.Community_lineButton__zLMrt svg {
  flex-shrink: 0;
}

/* ─── Divider ─── */
.Community_divider__kMpDY {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1.75rem;
  color: rgba(255, 255, 255, 0.25);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
}
.Community_divider__kMpDY::before, .Community_divider__kMpDY::after {
  content: "";
  flex: 1 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

/* ─── Form — underlined inputs like /retreat ─── */
.Community_form__b2Gct {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.Community_formGroup__LJ_u7 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.5rem 0;
  margin-bottom: 0;
  transition: border-color 0.25s ease;
}
.Community_formGroup__LJ_u7:focus-within {
  border-bottom-color: rgba(255, 255, 255, 0.35);
}

.Community_label___lFlI {
  display: block;
  margin-bottom: 0.1rem;
  font-size: 0.7rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.Community_input__sFb_D {
  display: block;
  width: 100%;
  padding: 0.5rem 0 0.75rem;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  font-family: inherit;
  transition: color 0.2s;
}
.Community_input__sFb_D::placeholder {
  color: rgba(255, 255, 255, 0.2);
  font-weight: 300;
}
.Community_input__sFb_D:focus {
  outline: none;
}
.Community_input__sFb_D[type=password] {
  font-family: inherit;
  letter-spacing: 0.2em;
}

.Community_errorText__k_aqH {
  color: rgba(220, 53, 69, 0.85);
  font-size: 0.78rem;
  margin-top: 0.9rem;
  margin-bottom: 0;
  letter-spacing: 0.02em;
  padding: 0.6rem 0.85rem;
  background: rgba(220, 53, 69, 0.08);
  border-left: 2px solid rgba(220, 53, 69, 0.5);
  border-radius: 2px;
}

.Community_optionsContainer__AU6Fv {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 1.25rem 0 1.5rem;
}

/* ─── Submit — minimal ghost button like /retreat ─── */
.Community_submitButton__ey0eG {
  width: 100%;
  margin-top: 0.25rem;
  padding: 1rem 0;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.8rem;
  font-weight: 500;
  font-family: inherit;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.Community_submitButton__ey0eG::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.04), transparent);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}
.Community_submitButton__ey0eG:hover:not(:disabled) {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgb(255, 255, 255);
  letter-spacing: 0.35em;
}
.Community_submitButton__ey0eG:hover:not(:disabled)::before {
  transform: translateX(100%);
}
.Community_submitButton__ey0eG:active:not(:disabled) {
  border-color: rgba(255, 255, 255, 0.8);
}
.Community_submitButton__ey0eG:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

/* Legacy exports kept for compatibility */
.Community_socialButtonsContainer___vznU, .Community_socialButton__7howO, .Community_dividerContainer__UJUGe, .Community_dividerLine__HO7iJ, .Community_dividerText__mvLVJ,
.Community_rememberMe__mdis8, .Community_checkbox__R4du5, .Community_checkboxLabel__tbVR7 {
  display: none;
}

/* ===== Main Page — Sixma Brand Hub ===== */
.Community_page__dsidF {
  background: #0b101e;
  color: #f0f2f5;
  min-height: 100vh;
  font-family: "Noto Sans Thai", -apple-system, sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.Community_heroCanvas__b20IP {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.Community_bgOverlay__GmmvT {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(ellipse at 50% 40%, rgba(11, 16, 30, 0.1) 0%, rgba(11, 16, 30, 0.4) 50%, rgba(11, 16, 30, 0.7) 100%);
}

/* All content above 3D */
.Community_scrollSection__iPL7d, .Community_pathsSection__4uJQv, .Community_frameworkSection__W2SkB, .Community_founderSection__N3ufv, .Community_finalCta__Dwdki, .Community_footer__eBozd {
  position: relative;
  z-index: 2;
}

/* ===== Navbar ===== */
.Community_nav__TV_RO {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  height: 64px;
  background: rgba(11, 16, 30, 0.85);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.Community_navLogo__uWGje {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}

.Community_logoMark__nk3vd {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, #4059e7, #6f42c1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1rem;
  color: white;
}

.Community_logoText__nWAsH {
  font-weight: 700;
  font-size: 1.1rem;
  color: white;
  letter-spacing: 0.05em;
}

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

.Community_navLink__IwCOs {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}
.Community_navLink__IwCOs:hover {
  color: white;
}

@media (max-width: 640px) {
  .Community_nav__TV_RO {
    padding: 0 1rem;
    height: 56px;
  }
  .Community_navLinks__mOB85 {
    gap: 0.9rem;
  }
  .Community_navLink__IwCOs {
    font-size: 0.78rem;
  }
}
/* ===== Hero ===== */
.Community_hero__ChyAi {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 5rem 1.5rem 3rem;
}

.Community_heroContent__BvH9_ {
  max-width: 760px;
  position: relative;
}

.Community_heroEyebrow__GnJVb {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.45em;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.4rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 2px;
  margin-bottom: 1.5rem;
}

.Community_heroTitle__z285h {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.2;
  color: white;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .Community_heroTitle__z285h {
    font-size: 3.55rem;
  }
}

.Community_heroAccent__5ErV3 {
  background: linear-gradient(135deg, #4059e7, #8a76e5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.Community_heroCreed__XSyxM {
  font-size: 1.3rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.55;
  letter-spacing: 0.04em;
  margin: 0 auto 1.5rem;
  max-width: 520px;
  padding: 0.75rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (min-width: 768px) {
  .Community_heroCreed__XSyxM {
    font-size: 1.55rem;
  }
}

.Community_heroCreedAccent__sjDAm {
  color: rgba(255, 92, 63, 0.95);
  font-weight: 700;
  letter-spacing: 0.06em;
}

.Community_heroSub__9d87i {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.85;
  margin-bottom: 2.5rem;
}
.Community_heroSub__9d87i strong {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 700;
}

.Community_heroCtas__GAPYV {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.Community_ctaPrimary__gGl2M {
  padding: 0.9rem 2rem;
  background: linear-gradient(135deg, #ff5c3f, #ff8033);
  color: white;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s;
  box-shadow: 0 4px 20px rgba(255, 92, 63, 0.25);
}
.Community_ctaPrimary__gGl2M:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(255, 92, 63, 0.4);
}

.Community_ctaSecondary__FuXoj {
  padding: 0.9rem 2rem;
  background: rgba(255, 255, 255, 0.06);
  color: white;
  font-weight: 600;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s;
}
.Community_ctaSecondary__FuXoj:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

.Community_heroScroll__VkdeK {
  margin-top: 3rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.25);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  animation: Community_scrollHint__8C4Gf 2s ease-in-out infinite;
}

@keyframes Community_scrollHint__8C4Gf {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.25;
  }
  50% {
    transform: translateY(8px);
    opacity: 0.5;
  }
}
/* ===== Scroll SIXMA letters ===== */
.Community_scrollSection__iPL7d {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.5rem;
}

.Community_scrollContent__bmjQM {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}
@media (min-width: 768px) {
  .Community_scrollContent__bmjQM {
    gap: 2.5rem;
  }
}

.Community_scrollLetter__EUNxO {
  font-size: 3.5rem;
  font-weight: 900;
  color: white;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .Community_scrollLetter__EUNxO {
    font-size: 6.5rem;
  }
}

.Community_scrollTagline__tTfGY {
  margin-top: 1.5rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 500;
}

/* ===== Section shared ===== */
.Community_sectionHeader__CgrwK {
  text-align: center;
  margin-bottom: 3rem;
}

.Community_sectionEyebrow__VYzR4 {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.Community_sectionTitle__SCJSD {
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .Community_sectionTitle__SCJSD {
    font-size: 2rem;
  }
}

.Community_sectionLead__Zupej {
  margin-top: 0.75rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.7;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

/* ===== Warrior-Sage archetype pillars ===== */
.Community_archetypeGrid__USnA2 {
  margin-top: 2.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.85rem;
  gap: 0.85rem;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .Community_archetypeGrid__USnA2 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.Community_archetypeCard__nVAk6 {
  padding: 1.5rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.015);
  text-align: center;
  transition: all 0.3s ease;
}
.Community_archetypeCard__nVAk6:hover {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.03);
  transform: translateY(-2px);
}

.Community_archetypeMark__ztxG3 {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: rgba(201, 168, 76, 0.85);
  margin-bottom: 0.6rem;
  font-family: ui-serif, Georgia, serif;
}

.Community_archetypeTitle__d48tQ {
  font-size: 1.05rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 0.3rem;
  letter-spacing: 0.02em;
}

.Community_archetypeDesc__AX_H5 {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.42);
  line-height: 1.55;
}

/* ===== Paths Section (3 entry points) ===== */
.Community_pathsSection__4uJQv {
  padding: 5rem 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}

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

.Community_pathCard__3Nd_O {
  position: relative;
  padding: 2rem 1.75rem;
  border: 1px solid;
  border-radius: 16px;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  min-height: 280px;
  transition: transform 0.3s ease;
}
.Community_pathCard__3Nd_O:hover {
  transform: translateY(-6px);
}

.Community_pathTag__DOYvu {
  display: inline-block;
  padding: 0.3rem 0.75rem;
  border: 1px solid;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 1.5rem;
  align-self: flex-start;
}

.Community_pathTitle__4BAJB {
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
  color: white;
}

.Community_pathSub__OCHGD {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.Community_pathDesc__I7AkW {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
  flex: 1 1;
  margin-bottom: 1.5rem;
}

.Community_pathCta___BWIk {
  display: inline-block;
  padding: 0.7rem 1.5rem;
  color: white;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  align-self: flex-start;
  transition: all 0.2s;
}
.Community_pathCta___BWIk:hover {
  transform: translateX(3px);
}

/* ===== Framework ===== */
.Community_frameworkSection__W2SkB {
  padding: 5rem 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.Community_frameworkGrid__qzSPe {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  gap: 1rem;
  margin-top: 2.5rem;
}
@media (min-width: 640px) {
  .Community_frameworkGrid__qzSPe {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .Community_frameworkGrid__qzSPe {
    grid-template-columns: repeat(5, 1fr);
  }
}

.Community_frameworkCard__bH5Tu {
  background: rgba(17, 27, 49, 0.7);
  border: 1px solid rgba(64, 89, 231, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 1.5rem 1rem;
  text-align: center;
  transition: all 0.3s;
}
.Community_frameworkCard__bH5Tu:hover {
  transform: translateY(-3px);
  border-color: rgba(64, 89, 231, 0.35);
}

.Community_fIcon__XfjnK {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, #4059e7, #6f42c1);
  font-weight: 800;
  font-size: 1.1rem;
  color: white;
  margin-bottom: 0.6rem;
}

.Community_fTitle__oaXSG {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.Community_fDesc__tZryL {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.5;
}

/* ===== Founder ===== */
.Community_founderSection__N3ufv {
  padding: 4rem 1.5rem;
  max-width: 800px;
  margin: 0 auto;
}

.Community_founderCard__1Lk_N {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  background: rgba(17, 27, 49, 0.7);
  border: 1px solid rgba(64, 89, 231, 0.15);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  border-radius: 20px;
  padding: 2.5rem;
  text-align: center;
}
@media (min-width: 640px) {
  .Community_founderCard__1Lk_N {
    flex-direction: row;
    text-align: left;
    gap: 2.5rem;
  }
}

.Community_founderImage__gOT7X {
  flex-shrink: 0;
}
.Community_founderImage__gOT7X img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(64, 89, 231, 0.4);
}
@media (min-width: 640px) {
  .Community_founderImage__gOT7X img {
    width: 150px;
    height: 150px;
  }
}

.Community_founderInfo__MyCTF {
  flex: 1 1;
}

.Community_founderLabel__8G2tJ {
  font-size: 0.7rem;
  color: #8a76e5;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.Community_founderName__Hu_aa {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.Community_founderBio__7GKzw {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.Community_founderStats__n7M1O {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.25rem;
  justify-content: center;
}
@media (min-width: 640px) {
  .Community_founderStats__n7M1O {
    justify-content: flex-start;
  }
}

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

.Community_statNum__CTE_c {
  font-size: 1.2rem;
  font-weight: 800;
  color: white;
}

.Community_statLabel__sF8DM {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.4);
}

.Community_ytButton__W_Wkk {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #c4302b;
  color: white;
  font-weight: 600;
  font-size: 0.85rem;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s;
}
.Community_ytButton__W_Wkk:hover {
  background: #a82723;
  transform: translateY(-1px);
}

/* ===== Final CTA ===== */
.Community_finalCta__Dwdki {
  padding: 5rem 1.5rem;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

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

.Community_finalTitle__SNGCO {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .Community_finalTitle__SNGCO {
    font-size: 2.75rem;
  }
}

.Community_finalAccent__nZ3Re {
  background: linear-gradient(135deg, #ff5c3f, #8a76e5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.Community_finalSub__8d5if {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.04em;
  margin-bottom: 2rem;
  font-style: italic;
}

.Community_finalButtons__VAvB7 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.Community_finalBtn__u4WO8 {
  padding: 0.9rem 2rem;
  background: linear-gradient(135deg, #ff5c3f, #ff8033);
  color: white;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(255, 92, 63, 0.25);
  transition: all 0.3s;
}
.Community_finalBtn__u4WO8:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(255, 92, 63, 0.4);
}

.Community_finalBtnGhost__aoNiQ {
  padding: 0.9rem 2rem;
  background: rgba(255, 255, 255, 0.05);
  color: white;
  font-weight: 600;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none;
  transition: all 0.3s;
}
.Community_finalBtnGhost__aoNiQ:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

/* ===== Footer ===== */
.Community_footer__eBozd {
  padding: 0 1.5rem 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(8, 13, 26, 0.6);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

/* Warrior-Sage Ecosystem strip — same on all 3 sites */
.Community_ecosystem__yawqw {
  max-width: 920px;
  margin: 0 auto;
  padding: 2.5rem 0 2rem;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.Community_ecosystemLabel__lDE2T {
  font-size: 0.7rem;
  letter-spacing: 0.4em;
  color: rgba(201, 168, 76, 0.7);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.Community_ecosystemRow__Ph7fN {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .Community_ecosystemRow__Ph7fN {
    flex-direction: row;
    gap: 2rem;
  }
}

.Community_ecosystemNode__vOnT_ {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.015);
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.85rem;
  transition: all 0.25s ease;
  white-space: nowrap;
}
.Community_ecosystemNode__vOnT_:hover {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.03);
  color: white;
  transform: translateY(-1px);
}

.Community_ecosystemIcon__zH4oZ {
  font-size: 1rem;
}

.Community_ecosystemKey__fFAtk {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 600;
}

.Community_ecosystemArrow__gLYjw {
  color: rgba(255, 255, 255, 0.25);
  font-size: 0.85rem;
}

.Community_ecosystemHere__fYYkS {
  font-weight: 700;
  color: rgba(201, 168, 76, 0.95);
  letter-spacing: 0.04em;
}

.Community_ecosystemSite__Z51os {
  font-weight: 600;
  letter-spacing: 0.02em;
}

.Community_ecosystemFoot__uyC8H {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.08em;
}

.Community_footerInner__DsA5a {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
}
@media (min-width: 640px) {
  .Community_footerInner__DsA5a {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

.Community_footerLogo__4aZRa {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: white;
}

.Community_footerLinks__CMxz0 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}
.Community_footerLinks__CMxz0 a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.85rem;
  text-decoration: none;
  transition: color 0.2s;
}
.Community_footerLinks__CMxz0 a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.Community_footerCopy__jDlH0 {
  text-align: center;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.05em;
}

/* Styles for Community Component */
/* Styles for Change Password Page */
/* Remove local :root definition as variables are in globals.scss */
/* :root {
  --red-light: #fef2f2; // bg-red-100
  --red-dark: #991b1b; // text-red-700
  --red-border: #ef4444; // border-red-500
  --green-light: #f0fdf4; // bg-green-100
  --green-dark: #14532d; // text-green-700
  --green-border: #22c55e; // border-green-500
  --blue-action: #2563eb; // bg-blue-500
  --blue-action-hover: #1d4ed8; // hover:bg-blue-700
  --gray-background: #f3f4f6; // bg-gray-100
  --gray-text: #374151; // text-gray-700
  --gray-text-light: #6b7280; // text-gray-500
  --gray-text-dark: #1f2937; // text-gray-800
} */
.Community_pageWrapper__EVpeT {
  min-height: 100vh;
  background-color: var(--gray-background);
}

.Community_container__aLIis {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  justify-content: center;
}

.Community_formContainer__JqnGV {
  max-width: 500px;
  width: 100%;
  background-color: var(--card-bg);
  padding: 1.5rem;
  border-radius: var(--border-radius-md);
  box-shadow: var(--shadow-md);
}

.Community_title__X6fbb {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--foreground);
  text-align: center;
}

.Community_alert__P7G97 {
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  border-radius: var(--border-radius-md);
  font-size: 0.875rem;
}

.Community_error___xdad {
  background-color: rgba(var(--danger-rgb), 0.1);
  border-left: 4px solid var(--danger);
  color: var(--danger);
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: var(--border-radius-md);
}

.Community_success__O0Z7F {
  background-color: rgba(var(--success-rgb), 0.1);
  border-left: 4px solid var(--success);
  color: var(--success);
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: var(--border-radius-md);
}

.Community_formGroup__LJ_u7 {
  margin-bottom: 1rem;
}

.Community_label___lFlI {
  display: block;
  color: var(--gray-text);
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.Community_passwordInputWrapper__jCPGq {
  position: relative;
}

.Community_input__sFb_D {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-border);
  border-radius: var(--border-radius-md);
  width: 100%;
  padding: 0.5rem 0.75rem;
  color: var(--gray-text);
  line-height: 1.5;
  padding-right: 2.5rem;
}
.Community_input__sFb_D:focus {
  outline: none;
  box-shadow: var(--shadow-outline);
  border-color: var(--blue-action);
}

.Community_passwordToggleIcon__isy4R {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: var(--gray-medium);
}
.Community_passwordToggleIcon__isy4R svg {
  width: 1.25rem;
  height: 1.25rem;
}
.Community_passwordToggleIcon__isy4R:hover {
  color: var(--gray-dark);
}

.Community_helpText__Mhy7d {
  font-size: 0.75rem;
  color: var(--gray-text-light);
  margin-top: 0.25rem;
}

.Community_actionsContainer__k7SOx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
}

.Community_submitButton__ey0eG {
  background-color: var(--blue-action);
  color: white;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: var(--border-radius-md);
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}
.Community_submitButton__ey0eG:hover {
  background-color: var(--blue-action-hover);
}
.Community_submitButton__ey0eG:focus {
  outline: none;
  box-shadow: var(--shadow-outline);
}
.Community_submitButton__ey0eG:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.Community_backButton__D0oRJ {
  color: var(--gray-text-light);
  font-size: 0.875rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}
.Community_backButton__D0oRJ:hover {
  color: var(--gray-text-dark);
}

.Community_pageContainer__cBGa4 {
  padding: 2rem;
  max-width: 1024px;
  margin: 0 auto;
}

.Community_mainTitle__BCbWw {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--foreground);
}

.Community_formCard___wdAn {
  background-color: var(--card-bg);
  box-shadow: var(--shadow-md);
  border-radius: var(--border-radius-lg);
  padding: 1.5rem;
  margin-bottom: 2rem;
  border: 1px solid var(--card-border);
}

.Community_formTitle__fUMYU {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--foreground);
}

.Community_form__b2Gct {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.Community_formGroup__LJ_u7 {
  margin-bottom: 1rem;
}

.Community_label___lFlI {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 500;
  color: var(--gray-light);
}

.Community_input__sFb_D {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--gray-border);
  border-radius: var(--border-radius-md);
  background-color: var(--input-bg);
  color: var(--foreground);
  transition: border-color 0.2s, box-shadow 0.2s;
  font-size: 0.9rem;
}
.Community_input__sFb_D:focus {
  border-color: var(--blue-action);
  box-shadow: 0 0 0 2px rgba(var(--blue-action-rgb), 0.3);
  outline: none;
}

.Community_textarea__HNB5i {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--gray-border);
  border-radius: var(--border-radius-md);
  background-color: var(--input-bg);
  color: var(--foreground);
  transition: border-color 0.2s, box-shadow 0.2s;
  font-size: 0.9rem;
  height: 8rem;
  resize: vertical;
}
.Community_textarea__HNB5i:focus {
  border-color: var(--blue-action);
  box-shadow: 0 0 0 2px rgba(var(--blue-action-rgb), 0.3);
  outline: none;
}

.Community_formActions__dwu2g {
  display: flex;
  gap: 0.75rem;
}

.Community_submitButton__ey0eG {
  display: inline-block;
  padding: 0.875rem 1.75rem;
  background: linear-gradient(135deg, #4059e7 0%, #6f42c1 100%);
  color: #fff;
  font-weight: 600;
  border-radius: 12px;
  text-align: center;
  transition: all 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
  border: none;
  box-shadow: 0 6px 15px rgba(64, 89, 231, 0.25);
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: var(--blue-action);
}
.Community_submitButton__ey0eG:hover {
  background-color: var(--blue-action-hover);
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(64, 89, 231, 0.35);
}

.Community_cancelButton__Eqc5S {
  display: inline-block;
  padding: 0.875rem 1.75rem;
  background: hsla(0, 0%, 100%, 0.05);
  color: #fff;
  font-weight: 600;
  border-radius: 12px;
  text-align: center;
  transition: all 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  background-color: var(--gray-button-bg);
  color: var(--gray-button-text);
}
.Community_cancelButton__Eqc5S:hover {
  background-color: var(--gray-button-hover-bg);
}

.Community_postsSectionTitle__S1yeh {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--foreground);
  margin-bottom: 1rem;
}

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

.Community_loadingText__hX3g1,
.Community_noPostsText__fuace {
  text-align: center;
  padding: 1rem 0;
  color: var(--gray-medium);
}

.Community_postCard__OL0Vs {
  background-color: var(--card-bg);
  box-shadow: var(--shadow-md);
  border-radius: var(--border-radius-lg);
  padding: 1.5rem;
  border: 1px solid var(--card-border);
}

.Community_postHeader__WlW7i {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}

.Community_postTitle__CKf19 {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--foreground);
  margin-right: 1rem;
}

.Community_postActions__cDQA6 {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}

.Community_editButton__FMqL3,
.Community_deleteButton__BEehB {
  padding: 0.25rem 0.75rem;
  border-radius: var(--border-radius-md);
  font-size: 0.875rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

.Community_editButton__FMqL3 {
  background-color: rgba(var(--blue-action-rgb), 0.1);
  color: var(--blue-dark);
}
.Community_editButton__FMqL3:hover {
  background-color: rgba(var(--blue-action-rgb), 0.2);
}

.Community_deleteButton__BEehB {
  background-color: rgba(var(--danger-rgb), 0.1);
  color: var(--red-dark);
}
.Community_deleteButton__BEehB:hover {
  background-color: rgba(var(--danger-rgb), 0.2);
}

.Community_postMeta__NaNWH {
  color: var(--gray-medium);
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.Community_postContent__yvUdu {
  color: var(--foreground);
}

.Community_errorText__k_aqH {
  color: var(--danger);
  font-size: 0.875rem;
  padding: 1rem;
}

/* Community.module.scss - Professional Dark Theme */
.Community_communityContainer__vBug_ {
  width: 100%;
  font-family: "Noto Sans Thai", sans-serif;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  gap: 1rem;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .Community_communityContainer__vBug_ {
    padding: 0;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .Community_communityContainer__vBug_ {
    grid-template-columns: 1fr 300px;
    gap: 2rem;
  }
}

.Community_mainColumn__hrUbK {
  width: 100%;
}

.Community_chatColumn__AKRd0 {
  width: 100%;
}

.Community_title__X6fbb {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
  color: #ffffff;
}

.Community_title__X6fbb::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 60px;
  height: 3px;
  background: linear-gradient(135deg, #4059e7, #6f42c1);
}

.Community_titleContainer__Hq9tK {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .Community_titleContainer__Hq9tK {
    flex-direction: row;
    align-items: center;
    margin-bottom: 2.5rem;
  }
}

.Community_addButton__ODieg {
  background: linear-gradient(135deg, #4059e7, #6f42c1);
  color: white;
  border: none;
  border-radius: 12px;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(64, 89, 231, 0.3);
}

.Community_addButton__ODieg:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(64, 89, 231, 0.4);
}

.Community_addButton__ODieg:active {
  transform: translateY(0);
  box-shadow: 0 2px 5px rgba(64, 89, 231, 0.2);
}

.Community_postForm__4EkHy {
  background-color: #111b31;
  padding: 1.25rem;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  margin-bottom: 1.5rem;
  border: 1px solid #2a3753;
}
@media (min-width: 768px) {
  .Community_postForm__4EkHy {
    padding: 2rem;
    margin-bottom: 2.5rem;
  }
}

.Community_postForm__4EkHy h2 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  font-weight: 600;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #2a3753;
}

.Community_formGroup__LJ_u7 {
  margin-bottom: 1.5rem;
}

.Community_formGroup__LJ_u7 label {
  display: block;
  margin-bottom: 0.75rem;
  font-weight: 500;
  color: #ffffff;
}

.Community_formGroup__LJ_u7 input,
.Community_formGroup__LJ_u7 textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  background-color: #0e1529;
  border: 1px solid #2a3753;
  border-radius: 8px;
  font-size: 1rem;
  color: #ffffff;
  transition: all 0.3s ease;
}

.Community_formGroup__LJ_u7 input:focus,
.Community_formGroup__LJ_u7 textarea:focus {
  border-color: #4059e7;
  outline: none;
  box-shadow: 0 0 0 2px rgba(64, 89, 231, 0.25);
}

.Community_formGroup__LJ_u7 textarea {
  resize: vertical;
  min-height: 150px;
}

.Community_formActions__dwu2g {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .Community_formActions__dwu2g {
    flex-direction: row;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: 2rem;
  }
}

.Community_formActions__dwu2g button {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .Community_formActions__dwu2g button {
    width: auto;
    padding: 0.75rem 1.5rem;
  }
}

.Community_submitButton__ey0eG {
  background: linear-gradient(135deg, #4059e7, #6f42c1);
  color: white;
  border: none;
  box-shadow: 0 4px 8px rgba(64, 89, 231, 0.3);
}

.Community_submitButton__ey0eG:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(64, 89, 231, 0.4);
}

.Community_cancelButton__Eqc5S {
  background-color: transparent;
  color: #d0d7de;
  border: 1px solid #2a3753;
}

.Community_cancelButton__Eqc5S:hover {
  background-color: rgba(42, 55, 83, 0.5);
}

.Community_loading__YD_IZ, .Community_error___xdad, .Community_noPosts__U7aP5 {
  text-align: center;
  padding: 3rem;
  font-size: 1.1rem;
  border-radius: 12px;
  background-color: #111b31;
  border: 1px solid #2a3753;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.Community_loading__YD_IZ {
  color: #d0d7de;
}

.Community_loading__YD_IZ svg {
  width: 48px;
  height: 48px;
  color: #4059e7;
  animation: Community_spin__QyrXs 1.5s linear infinite;
}

@keyframes Community_spin__QyrXs {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.Community_error___xdad {
  color: #f87171;
  border-color: rgba(248, 113, 113, 0.3);
}

.Community_error___xdad svg {
  width: 48px;
  height: 48px;
  color: #f87171;
}

.Community_noPosts__U7aP5 {
  color: #d0d7de;
  min-height: 250px;
}

.Community_noPosts__U7aP5 svg {
  width: 64px;
  height: 64px;
  color: #4059e7;
  margin-bottom: 1rem;
}

.Community_noPosts__U7aP5 p {
  font-size: 1.2rem;
  max-width: 450px;
}

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

.Community_sectionTitle__SCJSD {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #ffffff;
}

.Community_postCard__OL0Vs {
  background-color: #111b31;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 1.75rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid #2a3753;
}

.Community_postCard__OL0Vs:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.25);
  border-color: #4059e7;
}

.Community_postCard__OL0Vs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #4059e7, #6f42c1);
}

.Community_postHeader__WlW7i {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.Community_postTitle__CKf19 {
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.4;
}

.Community_postContent__yvUdu {
  font-size: 1rem;
  color: #d0d7de;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.Community_postMeta__NaNWH {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #2a3753;
  color: #57606a;
  font-size: 0.85rem;
}

.Community_postAuthor__sFV07 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.Community_authorInitial__Fjbrb {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4059e7, #6f42c1);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1rem;
}

.Community_postActions__cDQA6 {
  display: flex;
  gap: 1rem;
}

.Community_postActions__cDQA6 button {
  padding: 0.5rem 1.25rem;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.Community_editButton__FMqL3 {
  background: linear-gradient(135deg, #4059e7, #3b4cce);
  color: white;
  border: none;
  box-shadow: 0 2px 6px rgba(64, 89, 231, 0.3);
}

.Community_editButton__FMqL3:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(64, 89, 231, 0.4);
}

.Community_deleteButton__BEehB {
  background-color: transparent;
  color: #f87171;
  border: 1px solid rgba(248, 113, 113, 0.5);
}

.Community_deleteButton__BEehB:hover {
  background-color: rgba(248, 113, 113, 0.1);
  border-color: #f87171;
}

/* Live Chat Styles */
.Community_chatContainer__1USL3 {
  background-color: #111b31;
  border-radius: 12px;
  border: 1px solid #2a3753;
  display: flex;
  flex-direction: column;
  height: 600px;
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--navbar-height, 70px) + 20px);
}

.Community_chatHeader__Pulqp {
  padding: 1rem;
  border-bottom: 1px solid #2a3753;
  font-weight: 600;
  color: #ffffff;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.Community_chatHeader__Pulqp svg {
  color: #4059e7;
}

.Community_onlineIndicator__NQgfe {
  width: 10px;
  height: 10px;
  background-color: #10b981;
  border-radius: 50%;
  margin-left: auto;
}

.Community_chatMessages__WKyLE {
  flex: 1 1;
  overflow-y: auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.Community_message__guzCt {
  max-width: 80%;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  font-size: 0.9rem;
  line-height: 1.4;
}

.Community_myMessage__EG46i {
  max-width: 80%;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  font-size: 0.9rem;
  line-height: 1.4;
  align-self: flex-end;
  background: linear-gradient(135deg, #4059e7, #6f42c1);
  color: white;
  border-bottom-right-radius: 0;
}

.Community_otherMessage___C6Jx {
  max-width: 80%;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  font-size: 0.9rem;
  line-height: 1.4;
  align-self: flex-start;
  background-color: #2a3753;
  color: #ffffff;
  border-bottom-left-radius: 0;
}

.Community_messageMeta__r212o {
  font-size: 0.75rem;
  margin-top: 0.25rem;
  opacity: 0.7;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.Community_chatInput__CjTPt {
  display: flex;
  border-top: 1px solid #2a3753;
  padding: 1rem;
  gap: 0.5rem;
}

.Community_chatInput__CjTPt input {
  flex: 1 1;
  padding: 0.75rem 1rem;
  background-color: #0e1529;
  border: 1px solid #2a3753;
  border-radius: 8px;
  font-size: 0.9rem;
  color: #ffffff;
}

.Community_chatInput__CjTPt input:focus {
  border-color: #4059e7;
  outline: none;
  box-shadow: 0 0 0 2px rgba(64, 89, 231, 0.25);
}

.Community_sendButton__Td_Jd {
  background: linear-gradient(135deg, #4059e7, #6f42c1);
  color: white;
  border: none;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.Community_sendButton__Td_Jd:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(64, 89, 231, 0.3);
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .Community_communityContainer__vBug_ {
    grid-template-columns: 1fr;
  }
  .Community_chatColumn__AKRd0 {
    display: none;
  }
}
@media (max-width: 768px) {
  .Community_title__X6fbb {
    font-size: 1.75rem;
  }
  .Community_title__X6fbb::after {
    width: 40px;
  }
  .Community_titleContainer__Hq9tK {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
  .Community_addButton__ODieg {
    width: 100%;
    justify-content: center;
  }
  .Community_formActions__dwu2g {
    flex-direction: column-reverse;
  }
  .Community_formActions__dwu2g button {
    width: 100%;
  }
  .Community_postHeader__WlW7i {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .Community_postActions__cDQA6 {
    margin-top: 0.5rem;
    width: 100%;
    display: flex;
    gap: 0.5rem;
    justify-content: space-between;
  }
  .Community_postActions__cDQA6 button {
    flex: 1 1;
    padding: 0.5rem;
    justify-content: center;
  }
  .Community_postCard__OL0Vs {
    padding: 1rem;
  }
  .Community_postContent__yvUdu {
    font-size: 0.95rem;
  }
  .Community_postMeta__NaNWH {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .Community_loading__YD_IZ, .Community_error___xdad, .Community_noPosts__U7aP5 {
    padding: 2rem 1rem;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/community/community.module.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Styles for Community Page */
.community_pageWrapper__Ur9g7 {
  min-height: 100vh;
  background-color: var(--background);
  color: var(--foreground);
  position: relative;
}

.community_contentContainer__qtBQs {
  padding-top: calc(var(--navbar-height, 70px) + 20px);
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 2rem;
}
