/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/page.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.page_page__KdIv3 {
  --gray-rgb: 0, 0, 0;
  --gray-alpha-200: rgba(var(--gray-rgb), 0.08);
  --gray-alpha-100: rgba(var(--gray-rgb), 0.05);
  --button-primary-hover: #383838;
  --button-secondary-hover: #f2f2f2;
  --primary-glow: conic-gradient(
    from 180deg at 50% 50%,
    #4059e7 0deg,
    #6f42c1 55deg,
    #8a76e5 120deg,
    #6f42c1 160deg,
    transparent 360deg
  );
  --secondary-glow: radial-gradient(
    rgba(96, 89, 231, 0.2),
    rgba(111, 66, 193, 0.2)
  );
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: center;
  justify-items: center;
  min-height: 100svh;
  padding-top: calc(var(--navbar-height, 70px) + 30px);
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: var(--font-geist-sans);
  position: relative;
}
.page_page__KdIv3::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
  background: var(--secondary-glow);
  opacity: 0.15;
  transform: rotate(30deg);
  transform-origin: center;
  animation: page_rotate__dIs7B 25s linear infinite;
}

@keyframes page_rotate__dIs7B {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes page_shimmer__uWVHA {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@media (prefers-color-scheme: dark) {
  .page_page__KdIv3 {
    --gray-rgb: 255, 255, 255;
    --gray-alpha-200: rgba(var(--gray-rgb), 0.145);
    --gray-alpha-100: rgba(var(--gray-rgb), 0.06);
    --button-primary-hover: #ccc;
    --button-secondary-hover: #1a1a1a;
  }
}
.page_main__akH3E {
  display: flex;
  flex-direction: column;
  gap: 32px;
  grid-row-start: 2;
  position: relative;
  z-index: 1;
}
.page_main__akH3E ol {
  font-family: var(--font-geist-mono);
  padding-left: 0;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  list-style-position: inside;
}
.page_main__akH3E li:not(:last-of-type) {
  margin-bottom: 12px;
  transition: transform 0.3s ease;
}
.page_main__akH3E li:not(:last-of-type):hover {
  transform: translateX(5px);
}
.page_main__akH3E code {
  font-family: inherit;
  background: var(--gray-alpha-100);
  padding: 3px 6px;
  border-radius: 6px;
  font-weight: 600;
  transition: background 0.3s ease;
}
.page_main__akH3E code:hover {
  background: rgba(99, 102, 241, 0.1);
}

.page_ctas__s0HhQ {
  display: flex;
  gap: 20px;
}
.page_ctas__s0HhQ a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 12px;
  height: 52px;
  padding: 0 24px;
  border: none;
  border: 1px solid transparent;
  transition: background 0.3s, color 0.3s, border-color 0.3s, transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.page_ctas__s0HhQ a:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.page_ctas__s0HhQ a:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

a.page_primary__OM10C {
  background: var(--foreground);
  color: var(--background);
  gap: 8px;
  position: relative;
  overflow: hidden;
}
a.page_primary__OM10C::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: all 0.6s ease;
}
a.page_primary__OM10C:hover::before {
  left: 100%;
}

a.page_secondary__nTtxg {
  border-color: var(--gray-alpha-200);
  min-width: 158px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.05);
}
a.page_secondary__nTtxg:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

/* Improved styles for the btn-primary, btn-secondary, and card-container classes */
.page_btnPrimary__MnXB3 {
  display: inline-block;
  padding: 0.875rem 1.75rem;
  background: linear-gradient(135deg, #4059e7 0%, #6f42c1 100%);
  color: white;
  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;
}
.page_btnPrimary__MnXB3::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: all 0.6s ease;
  z-index: -1;
}
.page_btnPrimary__MnXB3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
  z-index: -2;
}
.page_btnPrimary__MnXB3:hover {
  background: linear-gradient(135deg, #3548c4 0%, #5e35a7 100%);
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(64, 89, 231, 0.35);
}
.page_btnPrimary__MnXB3:hover::before {
  left: 100%;
}
.page_btnPrimary__MnXB3:active {
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(64, 89, 231, 0.25);
}

.page_btnSecondary__jGDHz {
  display: inline-block;
  padding: 0.875rem 1.75rem;
  background: rgba(255, 255, 255, 0.05);
  color: white;
  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 rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.page_btnSecondary__jGDHz:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-4px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}
.page_btnSecondary__jGDHz:active {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page_cardContainer__roUO8 {
  background: linear-gradient(135deg, rgba(17, 27, 49, 0.8) 0%, rgba(25, 18, 41, 0.9) 100%);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), border-color 0.4s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.page_cardContainer__roUO8::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(64, 89, 231, 0.05) 0%, rgba(111, 66, 193, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}
.page_cardContainer__roUO8:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  border-color: rgba(99, 102, 241, 0.2);
}
.page_cardContainer__roUO8:hover::before {
  opacity: 1;
}

.page_cardIcon__xiLal {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.page_cardIcon__xiLal:hover {
  transform: scale(1.15) rotate(5deg);
}

.page_btnCard__teYNc {
  display: inline-block;
  padding: 0.875rem 1.75rem;
  color: white;
  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 12px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}
.page_btnCard__teYNc::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: all 0.6s ease;
  z-index: 1;
}
.page_btnCard__teYNc:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.page_btnCard__teYNc:hover::before {
  left: 100%;
}

/* Navbar Styles */
.page_navbar__l_Nh8 {
  background: var(--sidebar-bg);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: var(--navbar-height, 70px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .page_navbar__l_Nh8 {
    padding: 0 2rem;
  }
}

.page_navbarScrolled__4uV28 {
  padding: 0.5rem 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid var(--card-border);
  background-color: rgba(var(--sidebar-bg-rgb), 0.9);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.page_navbarContainer__RBVq3 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

.page_navbarContent__083cc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page_navbarLogo__RcuAs {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.page_navbarLogo__RcuAs:hover {
  opacity: 0.9;
  transform: scale(1.02);
}

.page_logoIcon__7ykxc {
  height: 36px;
  width: 36px;
  border-radius: var(--border-radius-md);
  background: linear-gradient(135deg, var(--primary-blue), var(--secondary-blue));
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease;
}
.page_navbarLogo__RcuAs:hover .page_logoIcon__7ykxc {
  transform: rotate(-5deg);
}

.page_logoIconText__WVks6 {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--foreground);
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

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

.page_logoTitle__cyl9o {
  font-family: "Noto Sans Thai", sans-serif;
  color: var(--foreground);
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.1;
}

.page_logoHighlight__hox_R {
  color: #b3a1ff;
  font-weight: 700;
}

.page_logoSubtitle___JtBg {
  font-family: "Noto Sans Thai", sans-serif;
  font-size: 0.65rem;
  color: var(--gray-medium);
  letter-spacing: 0.04em;
  opacity: 0.9;
  margin-top: 1px;
}

.page_desktopMenu__bp3Dj {
  display: none;
}

.page_navLinks__f6ooC {
  display: flex;
  gap: 1.25rem;
}

.page_menuLink__G91E6 {
  font-size: 0.875rem;
  font-weight: 500;
  color: #E2E8F0;
  opacity: 0.85;
  transition: all 0.2s;
  padding: 0.25rem;
  position: relative;
}

.page_menuLink__G91E6:hover {
  color: white;
  opacity: 1;
  transform: translateY(-1px);
}

.page_menuLinkActive__XWVnZ {
  color: white;
  opacity: 1;
  position: relative;
}

.page_menuLinkActive__XWVnZ::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background-color: var(--accent);
}

.page_mobileMenu__IXQSF {
  display: flex;
  align-items: center;
}

.page_mobileMenuButton__Vr2fk {
  color: #E2E8F0;
  transition: color 0.2s;
  padding: 0.5rem;
  cursor: pointer;
}

.page_mobileMenuButton__Vr2fk:hover {
  color: white;
}

.page_mobilePanel__a0eRw {
  background-color: var(--sidebar-bg);
  border-top: 1px solid var(--card-border);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .page_desktopMenu__bp3Dj {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
  .page_mobileMenu__IXQSF {
    display: none;
  }
}
.page_footer__wa9SD {
  grid-row-start: 3;
  display: flex;
  gap: 24px;
  position: relative;
  z-index: 1;
}
.page_footer__wa9SD a {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.3s ease, color 0.3s ease;
}
.page_footer__wa9SD a:hover {
  transform: translateY(-2px);
  color: rgb(99, 102, 241);
}
.page_footer__wa9SD img {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.page_footer__wa9SD img:hover {
  transform: scale(1.1);
}

/* Enable hover only on non-touch devices */
@media (hover: hover) and (pointer: fine) {
  a.page_primary__OM10C:hover {
    background: var(--button-primary-hover);
    border-color: transparent;
  }
  a.page_secondary__nTtxg:hover {
    background: var(--button-secondary-hover);
    border-color: transparent;
  }
  .page_footer__wa9SD a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}
@media (max-width: 600px) {
  .page_page__KdIv3 {
    padding: 32px;
    padding-bottom: 80px;
  }
  .page_main__akH3E {
    align-items: center;
  }
  .page_main__akH3E ol {
    text-align: center;
  }
  .page_ctas__s0HhQ {
    flex-direction: column;
  }
  .page_ctas__s0HhQ a {
    font-size: 15px;
    height: 48px;
    padding: 0 20px;
  }
  a.page_secondary__nTtxg {
    min-width: auto;
  }
  .page_footer__wa9SD {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
@media (prefers-color-scheme: dark) {
  .page_logo__1r_52 {
    filter: invert(1);
  }
}

/* Added Styles for Dropdowns, Auth, User Menu, Mobile Menu etc. */
.page_dropdownContainer__CQBS_ {
  position: relative;
}

.page_langSwitcher__0Ouua, .page_userButton__IofIV {
  background: none;
  border: none;
  color: var(--foreground);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  border-radius: var(--border-radius-md);
  transition: background-color 0.2s ease;
}
.page_langSwitcher__0Ouua:hover, .page_userButton__IofIV:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.page_langCode__h99sB {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.875rem;
}

.page_dropdownArrow__SrzhB {
  width: 1rem;
  height: 1rem;
  opacity: 0.7;
}

.page_dropdown__IOSzS, .page_userDropdown__Cf7NX {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  background-color: var(--sidebar-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 0.5rem 0;
  min-width: 160px;
  z-index: 60;
  overflow: hidden;
}

.page_dropdownItem__iTPfm, .page_dropdownItemActive__O7Hk1 {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  color: var(--foreground);
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.page_dropdownItem__iTPfm:hover, .page_dropdownItemActive__O7Hk1:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.page_dropdownItemActive__O7Hk1 {
  background-color: rgba(var(--primary-blue), 0.1);
  color: var(--accent);
  font-weight: 500;
}

.page_dropdownDivider__Cn5PH {
  height: 1px;
  background-color: var(--card-border);
  margin: 0.5rem 0;
}

.page_dropdownItemDanger__J5x0M {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  color: var(--danger);
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.page_dropdownItemDanger__J5x0M:hover {
  background-color: rgba(var(--danger), 0.1);
}

.page_divider__wm_YV {
  height: 1.5rem;
  width: 1px;
  background-color: var(--card-border);
  margin: 0 0.5rem;
}

.page_avatar__E_9WZ {
  width: 2rem;
  height: 2rem;
  border-radius: var(--border-radius-full);
  background: var(--gradient-primary);
  color: var(--foreground);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.875rem;
  overflow: hidden;
}

.page_avatarInitial__yTz_1 {
  font-size: inherit;
}

.page_username__ijhP2 {
  font-weight: 500;
  font-size: 0.875rem;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.page_loginButton__mWzSZ {
  font-size: 0.875rem;
  font-weight: 500;
  color: #E2E8F0;
  opacity: 0.85;
  transition: all 0.2s;
  padding: 0.5rem 1rem;
  border-radius: var(--border-radius-md);
  border: 1px solid transparent;
}
.page_loginButton__mWzSZ:hover {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: var(--card-border);
  color: white;
  opacity: 1;
}

.page_mobileMenuButton__Vr2fk {
  color: #E2E8F0;
  transition: color 0.2s;
  padding: 0.5rem;
  cursor: pointer;
  background: none;
  border: none;
}
.page_mobileMenuButton__Vr2fk:hover {
  color: white;
}

.page_menuIcon__shI2I {
  width: 1.5rem;
  height: 1.5rem;
}

.page_mobilePanel__a0eRw {
  background-color: var(--sidebar-bg);
  border-top: 1px solid var(--card-border);
  box-shadow: var(--shadow-md);
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 40;
}

.page_mobilePanelContent__yHzvQ {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.page_mobileNavLink__sRXeO, .page_mobileNavLinkActive__5wtrg {
  display: block;
  padding: 0.75rem 1rem;
  border-radius: var(--border-radius-md);
  color: var(--foreground);
  font-weight: 500;
  transition: background-color 0.2s ease;
}
.page_mobileNavLink__sRXeO:hover, .page_mobileNavLinkActive__5wtrg:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.page_mobileNavLinkActive__5wtrg {
  display: block;
  padding: 0.75rem 1rem;
  border-radius: var(--border-radius-md);
  color: var(--accent);
  font-weight: 500;
  transition: background-color 0.2s ease;
  background-color: rgba(var(--primary-blue), 0.1);
}
.page_mobileNavLinkActive__5wtrg:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.page_mobileAuthSection__R92GP {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--card-border);
}

.page_mobileUserMenu__SufPe {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.page_mobileMenuItem__efAW9, .page_mobileMenuItemDanger__1SZpY {
  display: block;
  padding: 0.75rem 1rem;
  border-radius: var(--border-radius-md);
  color: var(--foreground);
  font-weight: 500;
  transition: background-color 0.2s ease;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
}
.page_mobileMenuItem__efAW9:hover, .page_mobileMenuItemDanger__1SZpY:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.page_mobileMenuItemDanger__1SZpY {
  color: var(--danger);
}
.page_mobileMenuItemDanger__1SZpY:hover {
  background-color: rgba(var(--danger), 0.1);
}

.page_mobileAuthButtons__iLvxB {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.page_mobileLoginButton__J9WRP {
  font-size: 0.875rem;
  font-weight: 500;
  color: #E2E8F0;
  opacity: 0.85;
  transition: all 0.2s;
  padding: 0.5rem 1rem;
  border-radius: var(--border-radius-md);
  border: 1px solid transparent;
  display: block;
  text-align: center;
  width: 100%;
}
.page_mobileLoginButton__J9WRP:hover {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: var(--card-border);
  color: white;
  opacity: 1;
}

/* Logo Adjustments */
.page_logoTextContainer__2f79Z {
  display: flex;
  flex-direction: column;
}

.page_logoHighlight__hox_R {
  color: var(--accent);
  font-weight: 700;
}

/* Added Styles for Professional Main Page */
.page_heroSection__K8oy7 {
  width: 100%;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 1rem;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.page_heroVideo__kGMx_ {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
  filter: brightness(0.4);
}

.page_heroOverlay__vfPM0 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(var(--background-rgb, 11), 16, 30, 0.6) 0%, rgba(var(--background-rgb, 11), 16, 30, 0.3) 100%);
  z-index: 2;
}

.page_heroContentContainer__uwIuG {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
}

.page_heroTitle__IItbV {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .page_heroTitle__IItbV {
    font-size: 3.5rem;
  }
}

.page_heroSubtitle__AFeu6 {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2rem;
  max-width: 600px;
  line-height: 1.6;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  .page_heroSubtitle__AFeu6 {
    font-size: 1.15rem;
  }
}

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

.page_featuresSection__4rFzX {
  width: 100%;
  padding: 4rem 2rem;
  background-color: var(--background-elevated);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

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

.page_featuresSubtitle__eF8dw {
  font-size: 1.1rem;
  color: var(--foreground-muted);
  text-align: center;
  margin-bottom: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.page_featuresGrid__J1EEc {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
  gap: 2rem;
  max-width: 700px;
  margin: 0 auto;
}

.page_featureItem__Twkyl {
  background-color: var(--background);
  padding: 2rem;
  border-radius: var(--border-radius-large);
  border: 1px solid var(--border-color-light);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page_featureItem__Twkyl:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.page_featureIconContainer__wSkpE {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem auto;
}

.page_featureIconText__9uM9N {
  color: var(--background);
  font-size: 1.75rem;
  font-weight: 700;
}

.page_featureItemTitle__nAPL5 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: var(--foreground);
}

.page_featureItemDescription__W1v48 {
  font-size: 0.95rem;
  color: var(--foreground-secondary);
  line-height: 1.6;
}

.page_simpleFooter__PO9ZZ {
  padding: 2rem;
  text-align: center;
  border-top: 1px solid var(--card-border);
  background-color: var(--dark-blue);
  color: var(--gray-medium);
  font-size: 0.875rem;
  width: 100%;
}
.page_simpleFooter__PO9ZZ a {
  color: var(--accent);
  text-decoration: none;
}
.page_simpleFooter__PO9ZZ a:hover {
  text-decoration: underline;
}

/* Motto Section Styles */
.page_mottoSection__S0myl {
  width: 100%;
  padding: 4rem 2rem;
  background-color: rgba(var(--foreground-rgb), 0.02);
  border-top: 1px solid var(--gray-alpha-100);
  border-bottom: 1px solid var(--gray-alpha-100);
  margin: 3rem 0;
}

.page_mottoContainer__Hhmxa {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2.5rem;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .page_mottoContainer__Hhmxa {
    grid-template-columns: 1fr 1fr;
  }
}

.page_mottoBlock___SZXx {
  text-align: center;
  padding: 1.5rem;
  border-radius: var(--border-radius);
  background-color: rgba(var(--background-rgb), 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 1px solid var(--gray-alpha-100);
}

.page_mottoType__eQD8M {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  letter-spacing: 0.05em;
  color: var(--foreground);
  text-transform: uppercase;
  background: linear-gradient(90deg, var(--primary-accent), var(--secondary-accent));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page_mottoText__y9HJz {
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--foreground-muted);
  font-style: italic;
}

/* Styles for Scroll Animated Words */
.page_scrollWordsSection__JmgUB {
  width: 100%;
  min-height: 100vh; /* Ensure enough scroll space for animation */
  padding: 6rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  /* background-color: rgba(var(--foreground-rgb), 0.01); Optional background */
}

.page_scrollWordsContainer__oDimH {
  display: flex;
  justify-content: center;
  align-items: flex-start; /* Align columns at the top */
  gap: 3rem; /* Space between SIXMA and ALPHA columns */
  width: 100%;
  max-width: 300px; /* Adjust as needed */
}

.page_wordColumn__p_R85 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem; /* Space between letters vertically */
}

.page_scrollLetter__S2fQQ {
  font-size: 4rem; /* Large font size */
  font-weight: 700;
  color: var(--foreground);
  line-height: 1.1;
  text-transform: uppercase;
  display: block; /* Ensure each letter is on its own line effectively */
  /* Initial animation state is handled by framer-motion variants */
}

/* Style for the connecting A's */
.page_connectingA__wAiQZ {
  color: var(--accent); /* Highlight connecting A's */
  /* Add more styles for connection if needed, e.g., slight overlap */
  position: relative; /* Needed for potential overlap/pseudo-elements */
}

/* Example for connecting A's (simple overlap - adjust as needed) */
.page_wordColumn__p_R85:first-child .page_connectingA__wAiQZ {
  margin-bottom: -0.5em; /* Pull the first A down slightly */
  z-index: 1;
}

.page_wordColumn__p_R85:last-child .page_connectingA__wAiQZ {
  margin-top: -0.5em; /* Pull the second A up slightly */
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/dashboard/dashboard.module.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Styles for User Dashboard Page - Gamified UI */
/* Styles for Login Component */
.dashboard_authForm__TplBP {
  background-color: var(--card-bg);
  padding: 2rem 2.5rem;
  border-radius: var(--border-radius-lg);
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow-md);
  max-width: 450px;
  width: 100%;
}

.dashboard_header__SiJvN {
  text-align: center;
  margin-bottom: 1.5rem;
}

.dashboard_title__XJQYr {
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--foreground);
  margin-bottom: 0.5rem;
}

.dashboard_subtitle__YK6nX {
  font-size: 0.875rem;
  color: var(--gray-light);
}

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

.dashboard_socialButtonsContainer__S9pbM {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.dashboard_socialButtonsContainer__S9pbM button {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-size: 0.9rem !important;
  padding: 0.6rem 1rem !important;
  border-radius: var(--border-radius-md) !important;
  box-shadow: none !important;
  border: 1px solid var(--input-border) !important;
}
.dashboard_socialButtonsContainer__S9pbM button:hover {
  filter: brightness(0.95);
}
.dashboard_socialButtonsContainer__S9pbM button svg {
  width: 20px !important;
  height: 20px !important;
  margin-right: 10px !important;
}

.dashboard_socialButton__t_owr {
  display: flex;
  align-items: center;
  width: 100%;
}

.dashboard_dividerContainer__s0BD6 {
  display: flex;
  align-items: center;
  margin: 1.5rem 0;
  color: var(--gray-medium);
}

.dashboard_dividerLine__4fwoj {
  flex-grow: 1;
  height: 1px;
  background-color: var(--input-border);
}

.dashboard_dividerText__wezsN {
  padding: 0 1rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 500;
}

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

.dashboard_formGroup__YbXgg {
  margin-bottom: 1rem;
  width: 100%;
}

.dashboard_label__Et4mC {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--gray-light);
}

.dashboard_input__Ih1Vp {
  display: block;
  width: 100%;
  padding: 0.75rem;
  border-radius: var(--border-radius-md);
  background-color: var(--input-bg);
  border: 1px solid var(--input-border);
  color: var(--foreground);
  transition: border-color 0.2s, box-shadow 0.2s;
  font-size: 0.9rem;
}
.dashboard_input__Ih1Vp::placeholder {
  color: var(--gray-medium);
}
.dashboard_input__Ih1Vp:focus {
  outline: none;
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 2px rgba(var(--primary-blue-rgb), 0.3);
}
.dashboard_input__Ih1Vp[type=password] {
  font-family: monospace;
}

.dashboard_errorText__qb3Tn {
  color: var(--danger);
  font-size: 0.875rem;
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
}

.dashboard_optionsContainer__MWATg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
  margin-top: 0.5rem;
}

.dashboard_rememberMe__PIyZ7 {
  display: flex;
  align-items: center;
}

.dashboard_checkbox__MwbzX {
  width: 1rem;
  height: 1rem;
  border-radius: var(--border-radius-sm);
  border: 1px solid var(--input-border);
  background-color: var(--input-bg);
  margin-right: 0.5rem;
  cursor: pointer;
}
.dashboard_checkbox__MwbzX:focus {
  outline: none;
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 2px rgba(var(--primary-blue-rgb), 0.3);
}
.dashboard_checkbox__MwbzX:checked {
  background-color: var(--primary-blue);
  border-color: var(--primary-blue);
}

.dashboard_checkboxLabel__3VSr9 {
  font-size: 0.875rem;
  color: var(--gray-light);
  cursor: pointer;
}

.dashboard_submitButton__7k2bF {
  display: inline-block;
  padding: 0.875rem 1.75rem;
  background: linear-gradient(135deg, #4059e7 0%, #6f42c1 100%);
  color: white;
  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;
  width: 100%;
}
.dashboard_submitButton__7k2bF::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: all 0.6s ease;
  z-index: -1;
}
.dashboard_submitButton__7k2bF::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
  z-index: -2;
}
.dashboard_submitButton__7k2bF:hover {
  background: linear-gradient(135deg, #3548c4 0%, #5e35a7 100%);
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(64, 89, 231, 0.35);
}
.dashboard_submitButton__7k2bF:hover::before {
  left: 100%;
}
.dashboard_submitButton__7k2bF:active {
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(64, 89, 231, 0.25);
}
.dashboard_submitButton__7k2bF:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: 0 6px 15px rgba(64, 89, 231, 0.25);
}

/* Remove local :root definition */
/* :root {
  // Variables would be here
} */
@keyframes dashboard_float__dGTyS {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes dashboard_pulse__x3bOM {
  0% {
    transform: scale(1);
    box-shadow: var(--shadow-md);
  }
  50% {
    transform: scale(1.05);
    box-shadow: var(--shadow-lg);
  }
  100% {
    transform: scale(1);
    box-shadow: var(--shadow-md);
  }
}
@keyframes dashboard_shine__R8DQg {
  0% {
    background-position: -100px;
  }
  100% {
    background-position: 200px;
  }
}
@keyframes dashboard_spin__aKf2I {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes dashboard_progress__mu1gd {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes dashboard_bounce__5bCip {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.dashboard_dashboardPage__45DWT {
  min-height: 100vh;
  background: var(--background);
  color: var(--foreground);
}

.dashboard_dashboardContent__E8_28 {
  padding: 1rem;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .dashboard_dashboardContent__E8_28 {
    padding: 1.5rem;
  }
}

.dashboard_loadingContainer__wTHXh {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  gap: 1rem;
}

.dashboard_loadingSpinner__NjGxB {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(64, 89, 231, 0.1);
  border-left-color: var(--primary-blue);
  border-radius: 50%;
  animation: dashboard_spin__aKf2I 1s linear infinite;
}

.dashboard_pageWrapper__xV0jM {
  min-height: 100vh;
  background: linear-gradient(135deg, var(--dark-blue), var(--darker-blue));
  padding: 1.5rem;
  padding-top: calc(var(--navbar-height, 64px) + 1rem);
  position: relative;
  overflow: hidden;
}
.dashboard_pageWrapper__xV0jM::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 30m-30 0a30 30 0 1 0 60 0 30 30 0 1 0-60 0' fill='%234059e7' fill-opacity='0.03'/%3E%3C/svg%3E");
  opacity: 0.4;
  z-index: 0;
}

.dashboard_container__ooT24 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.dashboard_mainTitle__SGp3y {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: var(--foreground);
  text-align: center;
  background: linear-gradient(135deg, var(--primary-blue), var(--purple-light));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 10px rgba(64, 89, 231, 0.3);
  letter-spacing: 0.5px;
  position: relative;
}
.dashboard_mainTitle__SGp3y::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--gradient-primary);
  border-radius: var(--border-radius-full);
}

.dashboard_errorAlert__k5JBJ {
  background-color: rgba(220, 53, 69, 0.15);
  border-left: 4px solid var(--danger);
  color: var(--foreground);
  padding: 1.25rem;
  margin-bottom: 2rem;
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-md);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.dashboard_errorAlert__k5JBJ p {
  margin: 0;
}
.dashboard_errorAlert__k5JBJ p:first-child {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--danger);
}

.dashboard_section__2gUbB {
  margin-bottom: 3rem;
}

.dashboard_sectionTitle__viVtI {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: var(--foreground);
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}
.dashboard_sectionTitle__viVtI::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--gradient-primary);
  border-radius: var(--border-radius-full);
}

.dashboard_kpiGrid__XIdfz {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.5rem;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .dashboard_kpiGrid__XIdfz {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .dashboard_kpiGrid__XIdfz {
    grid-template-columns: repeat(4, 1fr);
  }
}

.dashboard_kpiCard__bogcl {
  background: rgba(17, 27, 49, 0.6);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-md);
  padding: 1.75rem;
  transition: all 0.3s ease;
  border: 1px solid rgba(42, 55, 83, 0.5);
  position: relative;
  overflow: hidden;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.dashboard_kpiCard__bogcl:hover {
  transform: translateY(-7px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(64, 89, 231, 0.5);
}
.dashboard_kpiCard__bogcl:hover .dashboard_kpiValue__Sm7GS {
  color: var(--primary-blue);
}
.dashboard_kpiCard__bogcl:hover .dashboard_progressBarForeground__8uvl5 {
  animation: dashboard_shine__R8DQg 1.5s linear infinite;
}
.dashboard_kpiCard__bogcl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--gradient-primary);
  opacity: 0.7;
}

.dashboard_kpiCardTitle__NxrSy {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--foreground);
  position: relative;
}

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

.dashboard_kpiValue__Sm7GS {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--light-blue);
  line-height: 1.1;
  margin-bottom: 0.25rem;
  background: linear-gradient(135deg, var(--primary-blue), var(--purple-light));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease;
}

.dashboard_kpiTarget__1M1p5 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.5rem;
}

.dashboard_progressBarBackground__E_Rxj {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: var(--border-radius-full);
  height: 0.75rem;
  overflow: hidden;
}

.dashboard_progressBarForeground__8uvl5 {
  background: var(--gradient-primary);
  height: 100%;
  border-radius: var(--border-radius-full);
  position: relative;
  transition: width 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.dashboard_progressBarForeground__8uvl5::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background-size: 200px 100%;
}

.dashboard_kpiCategory__h_cIk {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  display: inline-block;
  padding: 3px 8px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: var(--border-radius-full);
}

.dashboard_progressOverviewCard__oBhI5 {
  background: rgba(17, 27, 49, 0.6);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-md);
  padding: 2rem;
  border: 1px solid rgba(42, 55, 83, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}
.dashboard_progressOverviewCard__oBhI5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(64, 89, 231, 0.05) 0%, rgba(111, 66, 193, 0.05) 100%);
  opacity: 0.3;
  z-index: -1;
}

.dashboard_progressMetricsGrid__2Xll0 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .dashboard_progressMetricsGrid__2Xll0 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.dashboard_progressMetricBox__1W37L {
  text-align: center;
  padding: 1.5rem;
  border-radius: var(--border-radius-lg);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.dashboard_progressMetricBox__1W37L:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}
.dashboard_progressMetricBox__1W37L:hover .dashboard_value__J_lCK {
  animation: dashboard_pulse__x3bOM 1.5s ease infinite;
}
.dashboard_progressMetricBox__1W37L.dashboard_total__JAKl_ {
  background-color: rgba(64, 89, 231, 0.1);
  border: 1px solid rgba(64, 89, 231, 0.2);
}
.dashboard_progressMetricBox__1W37L.dashboard_total__JAKl_ .dashboard_value__J_lCK {
  color: var(--primary-blue);
  background: linear-gradient(135deg, var(--primary-blue), var(--secondary-blue));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dashboard_progressMetricBox__1W37L.dashboard_completed__cE1X9 {
  background-color: rgba(40, 167, 69, 0.1);
  border: 1px solid rgba(40, 167, 69, 0.2);
}
.dashboard_progressMetricBox__1W37L.dashboard_completed__cE1X9 .dashboard_value__J_lCK {
  color: var(--success);
  background: linear-gradient(135deg, #28a745, #5edd78);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dashboard_progressMetricBox__1W37L.dashboard_inProgress__3zfcN {
  background-color: rgba(253, 126, 20, 0.1);
  border: 1px solid rgba(253, 126, 20, 0.2);
}
.dashboard_progressMetricBox__1W37L.dashboard_inProgress__3zfcN .dashboard_value__J_lCK {
  color: var(--warning);
  background: linear-gradient(135deg, #fd7e14, #fda254);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dashboard_progressMetricBox__1W37L .dashboard_value__J_lCK {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  position: relative;
  display: inline-block;
}
.dashboard_progressMetricBox__1W37L .dashboard_value__J_lCK::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background: currentColor;
  opacity: 0.5;
  border-radius: var(--border-radius-full);
}
.dashboard_progressMetricBox__1W37L .dashboard_label__Et4mC {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  font-weight: 500;
}

.dashboard_completionRateContainer__Yr5IP {
  margin-bottom: 1.5rem;
  background: rgba(0, 0, 0, 0.15);
  padding: 1.5rem;
  border-radius: var(--border-radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.dashboard_completionRateLabel__txaIm {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
.dashboard_completionRateLabel__txaIm span {
  font-size: 1rem;
  font-weight: 600;
  color: var(--foreground);
}
.dashboard_completionRateLabel__txaIm span:last-child {
  background: linear-gradient(135deg, #28a745, #5edd78);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dashboard_completionProgressBarBackground__uOKpX {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: var(--border-radius-full);
  height: 1rem;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.dashboard_completionProgressBarForeground__AmcGE {
  background: linear-gradient(135deg, #28a745, #5edd78);
  height: 100%;
  border-radius: var(--border-radius-full);
  position: relative;
  transition: width 1.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  box-shadow: 0 1px 5px rgba(40, 167, 69, 0.5);
}
.dashboard_completionProgressBarForeground__AmcGE::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background-size: 200px 100%;
  animation: dashboard_shine__R8DQg 2s linear infinite;
}

.dashboard_noGoalsCard__jooy_ {
  background: rgba(17, 27, 49, 0.6);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-md);
  padding: 2.5rem;
  text-align: center;
  border: 1px solid rgba(42, 55, 83, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.dashboard_noGoalsCard__jooy_ p {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1.5rem;
}

.dashboard_actionButton___f1ba {
  background: var(--gradient-primary);
  color: white;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: var(--border-radius-full);
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(64, 89, 231, 0.3);
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.dashboard_actionButton___f1ba:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(64, 89, 231, 0.4);
}
.dashboard_actionButton___f1ba:active {
  transform: translateY(-1px);
}
.dashboard_actionButton___f1ba::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: 0.5s;
}
.dashboard_actionButton___f1ba:hover::before {
  left: 100%;
}

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

.dashboard_completedGoalCard__v3aTl {
  background: rgba(17, 27, 49, 0.6);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-md);
  padding: 1.5rem;
  transition: all 0.3s ease;
  border: 1px solid rgba(42, 55, 83, 0.5);
  position: relative;
  overflow: hidden;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.dashboard_completedGoalCard__v3aTl:hover {
  transform: translateY(-7px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(138, 118, 229, 0.5);
}
.dashboard_completedGoalCard__v3aTl:hover .dashboard_goalIcon__Nb4Hr {
  animation: dashboard_bounce__5bCip 2s ease infinite;
  color: var(--primary-blue);
}
.dashboard_completedGoalCard__v3aTl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, var(--success), var(--primary-blue));
}

.dashboard_goalCardHeader__UjkHD {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.dashboard_goalIcon__Nb4Hr {
  width: 2rem;
  height: 2rem;
  color: var(--success);
  margin-right: 0.75rem;
  transition: all 0.3s ease;
  filter: drop-shadow(0 0 3px rgba(40, 167, 69, 0.3));
}

.dashboard_goalCardTitle__Ii_QH {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--foreground);
  flex: 1 1;
}

.dashboard_goalCardDescription__VS7ZP {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex: 1 1;
}

.dashboard_goalTypeBadge__8ZugY {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  background: var(--gradient-primary);
  padding: 0.25rem 0.75rem;
  border-radius: var(--border-radius-full);
  align-self: flex-start;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 5px rgba(64, 89, 231, 0.3);
}

.dashboard_quoteCard__62qWQ {
  background: rgba(17, 27, 49, 0.7);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-md);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid rgba(64, 89, 231, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  overflow: hidden;
}
.dashboard_quoteCard__62qWQ:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(64, 89, 231, 0.3);
}
.dashboard_quoteCard__62qWQ::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--gradient-primary);
}
@media (max-width: 768px) {
  .dashboard_quoteCard__62qWQ {
    flex-direction: column;
    align-items: flex-start;
  }
}

.dashboard_quoteIconContainer__SfjbP {
  margin-right: 1.5rem;
}
@media (max-width: 768px) {
  .dashboard_quoteIconContainer__SfjbP {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

.dashboard_quoteIcon__OwrN1 {
  font-size: 2.25rem;
  background: rgba(64, 89, 231, 0.1);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(64, 89, 231, 0.15);
}

.dashboard_quoteContent__lf80z {
  flex: 1 1;
}

.dashboard_quoteTitle__MXKJR {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: var(--foreground);
  background: linear-gradient(135deg, var(--primary-blue), var(--purple-light));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dashboard_quoteText__385Tq {
  font-size: 1.125rem;
  color: var(--foreground);
  margin-bottom: 1rem;
  font-style: italic;
  line-height: 1.5;
  position: relative;
  padding-left: 1rem;
}
.dashboard_quoteText__385Tq::before {
  content: '"';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.5rem;
  color: var(--primary-blue);
  opacity: 0.5;
}

.dashboard_quoteTip__nm_3C {
  font-size: 0.875rem;
  color: var(--gray-medium);
  background: rgba(64, 89, 231, 0.08);
  padding: 0.75rem;
  border-radius: var(--border-radius-md);
  border-left: 3px solid var(--primary-blue);
}
.dashboard_quoteTip__nm_3C strong {
  color: var(--foreground);
}

.dashboard_userStatsCard__6tNY9 {
  background: rgba(17, 27, 49, 0.6);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-md);
  padding: 1.5rem;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid rgba(42, 55, 83, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  overflow: hidden;
  transition: all 0.3s ease;
}
.dashboard_userStatsCard__6tNY9:hover {
  border-color: rgba(64, 89, 231, 0.4);
  box-shadow: var(--shadow-lg);
}
.dashboard_userStatsCard__6tNY9:hover .dashboard_userAvatar__JHQao {
  box-shadow: 0 10px 25px rgba(64, 89, 231, 0.35);
}
.dashboard_userStatsCard__6tNY9::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--gradient-primary);
}
@media (max-width: 768px) {
  .dashboard_userStatsCard__6tNY9 {
    flex-direction: column;
  }
}

.dashboard_userAvatarContainer__Xc5pL {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .dashboard_userAvatarContainer__Xc5pL {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}

.dashboard_userAvatar__JHQao {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--foreground);
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 0.75rem;
  box-shadow: 0 8px 20px rgba(64, 89, 231, 0.25);
  transition: all 0.3s ease;
}
.dashboard_userAvatar__JHQao:hover {
  transform: scale(1.05);
}

.dashboard_userLevel__993WQ {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: var(--accent);
  color: var(--foreground);
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--card-bg);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.dashboard_userName__x_KvI {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--foreground);
  text-align: center;
}

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

.dashboard_userStatItem__qTpkP {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(64, 89, 231, 0.1);
  padding: 0.75rem;
  border-radius: var(--border-radius-md);
  transition: all 0.3s ease;
}
.dashboard_userStatItem__qTpkP:hover {
  background: rgba(64, 89, 231, 0.15);
  transform: translateY(-3px);
}

.dashboard_userStatValue__qfZYK {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--primary-blue);
  margin-bottom: 0.25rem;
}

.dashboard_userStatLabel__1Ddoi {
  font-size: 0.875rem;
  color: var(--gray-medium);
}

.dashboard_userProgressContainer__ypHoL {
  background: rgba(17, 27, 49, 0.3);
  padding: 1rem;
  border-radius: var(--border-radius-md);
  border: 1px solid rgba(42, 55, 83, 0.5);
}

.dashboard_userProgressLabels__7wECr {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  color: var(--gray-medium);
  margin-bottom: 0.5rem;
}

.dashboard_userProgressBar__UXAws {
  background: rgba(255, 255, 255, 0.1);
  height: 0.5rem;
  border-radius: var(--border-radius-full);
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.dashboard_userProgressFill__S7jqG {
  height: 100%;
  background: var(--gradient-primary);
  border-radius: var(--border-radius-full);
}

.dashboard_userProgressValue__H1hl_ {
  font-size: 0.75rem;
  color: var(--gray-medium);
  text-align: right;
}

.dashboard_userStatsSmallContainer__J_aQo {
  display: flex;
  gap: 1rem;
}
@media (max-width: 480px) {
  .dashboard_userStatsSmallContainer__J_aQo {
    flex-direction: column;
    gap: 0.75rem;
  }
}

.dashboard_userStatSmall__ov8Ah {
  flex: 1 1;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(17, 27, 49, 0.3);
  padding: 0.75rem;
  border-radius: var(--border-radius-md);
  transition: all 0.3s ease;
  border: 1px solid rgba(42, 55, 83, 0.5);
}
.dashboard_userStatSmall__ov8Ah:hover {
  background: rgba(17, 27, 49, 0.5);
  transform: translateY(-3px);
  border-color: rgba(64, 89, 231, 0.3);
}

.dashboard_userStatIcon__dVbPv {
  font-size: 1.5rem;
  background: rgba(64, 89, 231, 0.1);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dashboard_userStatSmallValue__mMT_Q {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--foreground);
  margin-bottom: 0.25rem;
}

.dashboard_userStatSmallLabel__aEvsQ {
  font-size: 0.75rem;
  color: var(--gray-medium);
}

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

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

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

.dashboard_achievementCard__CvDhO {
  background: rgba(17, 27, 49, 0.6);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-md);
  padding: 1.25rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  gap: 1rem;
  border: 1px solid rgba(42, 55, 83, 0.5);
}

.dashboard_unlocked__q6c_4 {
  border-left: 3px solid var(--success);
}
.dashboard_unlocked__q6c_4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--success);
}

.dashboard_locked__qqSpP {
  border-left: 3px solid var(--gray-dark);
  opacity: 0.8;
}
.dashboard_locked__qqSpP::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--gray-dark);
}

.dashboard_achievementIcon__0TuZG {
  font-size: 1.75rem;
  width: 3rem;
  height: 3rem;
  background: rgba(64, 89, 231, 0.1);
  border-radius: var(--border-radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.dashboard_unlocked__q6c_4 .dashboard_achievementIcon__0TuZG {
  background: rgba(40, 167, 69, 0.1);
}

.dashboard_achievementContent__soxrV {
  flex: 1 1;
}

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

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

.dashboard_achievementUnlocked__8cvER {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: var(--gray-medium);
}

.dashboard_unlocked__q6c_4 .dashboard_achievementUnlocked__8cvER span:first-child {
  color: var(--success);
}

.dashboard_unlocked__q6c_4 .dashboard_achievementUnlocked__8cvER span:last-child {
  color: var(--accent);
  font-weight: 600;
}

.dashboard_achievementProgress__QaAv1 {
  margin-top: 0.5rem;
}

.dashboard_achievementProgressBar__Bu_t6 {
  background: rgba(255, 255, 255, 0.1);
  height: 0.375rem;
  border-radius: var(--border-radius-full);
  overflow: hidden;
  margin-bottom: 0.25rem;
}

.dashboard_achievementProgressFill__6tW1L {
  height: 100%;
  background: var(--gradient-primary);
  border-radius: var(--border-radius-full);
}

.dashboard_achievementProgressText__lsL9z {
  font-size: 0.75rem;
  color: var(--gray-medium);
  text-align: right;
}

.dashboard_viewAllButton__HdOEa {
  background: rgba(64, 89, 231, 0.1);
  border: none;
  border-radius: var(--border-radius-md);
  color: var(--foreground);
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
.dashboard_viewAllButton__HdOEa:hover {
  background: rgba(64, 89, 231, 0.2);
  color: var(--primary-blue);
}
