/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./src/components/Footer.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.Footer_footer__UaG1g {
  background: #f1f2f6;
  color: #2d3436;
  padding: 5rem 2rem 2rem;
  border-top: 1px solid #eee;
}

.Footer_grid__qjDt3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 4rem;
  max-width: 1200px;
  margin: 0 auto;
}

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

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

.Footer_logoImage__AEZZt {
  height: 100px;
  width: auto;
  object-fit: contain;
}

.Footer_desc__02tdT {
  opacity: 0.7;
  font-size: 0.9rem;
  line-height: 1.8;
}

.Footer_title__TkDhz {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  font-weight: 600;
  position: relative;
}

.Footer_title__TkDhz::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--primary);
}

.Footer_links__oDyjI {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.Footer_links__oDyjI a {
  opacity: 0.7;
  transition: var(--transition);
}

.Footer_links__oDyjI a:hover {
  opacity: 1;
  color: var(--primary);
  transform: translateX(5px);
}

.Footer_contactInfo__B2wyf {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 0.9rem;
  opacity: 0.7;
}

.Footer_bottom__O5rKs {
  margin-top: 5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0,0,0,0.05);
  text-align: center;
  font-size: 0.875rem;
  opacity: 0.5;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./src/components/Header.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.Header_header__MvnS2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  z-index: 1000;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(15px) saturate(160%);
  -webkit-backdrop-filter: blur(15px) saturate(160%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.Header_headerScrolled__FAXoR {
  background: rgba(255, 255, 255, 0.75);
  height: 70px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.Header_container__L4JQR {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 0 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.Header_logoImage__hE07D {
  height: 48px;
  width: auto;
  object-fit: contain;
}

.Header_logoText__gtMNE {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: 1px;
}

.Header_nav__EE71E {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  height: 100%;
}

@media (max-width: 1300px) {
  .Header_nav__EE71E {
    gap: 0.45rem;
  }
}


.Header_navItem__wfLp8 {
  text-decoration: none;
  color: var(--text);
  font-weight: 600;
  font-size: 0.95rem;
  font-family: inherit;
  line-height: 1;
  transition: color 0.3s;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0 0.25rem;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
  vertical-align: middle;
  appearance: none;
}

.Header_navItem__wfLp8:hover {
  color: var(--primary);
}

/* Dropdown Styles */
.Header_dropdownContainer__MHjvJ {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.Header_dropdownTrigger__Lk29O {
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}



.Header_dropdownMenu__6KeWb {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  min-width: 280px;
  width: max-content;
  max-width: 360px;
  background: var(--bg);
  border-radius: 16px;
  box-shadow: var(--shadow-lg);
  padding: 0.75rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid var(--glass-border);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.Header_menuVisible__EB9ht {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.Header_dropdownItem__dN_WM {
  display: block;
  padding: 0.75rem 1rem;
  text-decoration: none;
  color: var(--text);
  font-size: 0.9rem;
  border-radius: 8px;
  transition: all 0.2s;
  white-space: nowrap;
}

.Header_dropdownItem__dN_WM:hover {
  background: var(--bg-offset);
  color: var(--primary);
  padding-left: 1.25rem;
}

.Header_dropdownSubItem__EzhGs {
  display: block;
  padding: 0.6rem 1.25rem 0.6rem 2.2rem;
  color: #636e72;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  position: relative;
  white-space: nowrap;
}


.Header_dropdownSubItem__EzhGs::before {
  content: '∟';
  position: absolute;
  left: 1.1rem;
  color: #dfe6e9;
}

.Header_dropdownSubItem__EzhGs:hover {
  background: #fbfbfc;
  color: var(--primary);
  padding-left: 2.5rem;
}

.Header_mobileMenuBtn__u6v1o {
  display: none;
  background: none;
  border: none;
  color: var(--text);
  cursor: pointer;
}

@media (max-width: 768px) {
  .Header_nav__EE71E {
    display: none;
  }
  .Header_mobileMenuBtn__u6v1o {
    display: block;
  }
  .Header_logoText__gtMNE {
    font-size: 1rem;
  }
}

/* Mobile Nav Drawer */
.Header_mobileNav__J0kLN {
  position: fixed;
  top: 0;
  right: 0;
  width: 280px;
  max-width: 80%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.98);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  z-index: 1001;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow-y: auto;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
}

.Header_mobileNavOpen__gI4w0 {
  transform: translateX(0);
}

/* Backdrop Overlay */
.Header_mobileBackdrop__lX3gh {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.Header_mobileBackdropVisible__Rr9VT {
  opacity: 1;
  visibility: visible;
}

.Header_mobileNavContent__C9wG_ {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.Header_mobileMenuItem___rQ1T {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 1rem;
}

.Header_mobileMenuLink__JKYbw, .Header_mobileMenuTrigger__0a5EC {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.5rem 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text);
  text-decoration: none;
  background: none;
  border: none;
  text-align: left;
}

.Header_mobileSubMenu__t_9d3 {
  margin-top: 1rem;
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.Header_mobileSubItem__Aj6BX {
  font-size: 1rem;
  color: #636e72;
  text-decoration: none;
  transition: color 0.3s;
}

.Header_mobileSubItem__Aj6BX:hover {
  color: var(--primary);
}

.Header_mobileGrandSubMenu__h45Kc {
  padding: 0.5rem 0 0.8rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.Header_mobileGrandSubItem__hrtrA {
  font-size: 0.95rem;
  color: #636e72;
  text-decoration: none;
  opacity: 0.8;
}

/* User Auth Section Styles */
.Header_rightSection__7EQyP {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 100%;
}


.Header_loginBtn__uNfvJ {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, #06c755 0%, #00b900 100%);
  color: #ffffff;
  border: none;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 4px 12px rgba(6, 199, 85, 0.25);
}

.Header_loginBtn__uNfvJ:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(6, 199, 85, 0.35);
  background: linear-gradient(135deg, #05b34c 0%, #00a000 100%);
}

.Header_userBadgeContainer__UPhBl {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.Header_userBadgeBtn__KrxfQ {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0.35rem 0.75rem 0.35rem 0.4rem;
  border-radius: 24px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.Header_userBadgeBtn__KrxfQ:hover {
  background: #ffffff;
  border-color: #06c755;
  box-shadow: 0 4px 12px rgba(6, 199, 85, 0.15);
}

.Header_userAvatar__RIpAU {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  background: #06c755;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
}

.Header_userName__xX6C5 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #2c3e50;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Header_roleTag__vdd8y {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.15rem 0.5rem;
  border-radius: 12px;
}

.Header_roleStudent__7pRIT {
  background: #e0f2fe;
  color: #0369a1;
}

.Header_roleTeacher__BdcEt {
  background: #fef3c7;
  color: #b45309;
}

.Header_userDropdown__uUV7t {
  position: absolute;
  top: 100%;
  right: 0;
  width: 240px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0.75rem;
  z-index: 1005;
  animation: Header_fadeIn__ehE4K 0.2s ease;
}

.Header_userDropdownHeader__UYGoN {
  padding: 0.75rem;
  border-bottom: 1px solid #f1f5f9;
  margin-bottom: 0.5rem;
}

.Header_dropdownTitle__dQTSS {
  font-size: 0.95rem;
  font-weight: 800;
  color: #0f172a;
}

.Header_dropdownSub__mekGp {
  font-size: 0.8rem;
  color: #64748b;
  margin-top: 0.2rem;
}

.Header_dropdownItemBtn__va8iu {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.65rem 0.75rem;
  border: none;
  background: transparent;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #334155;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
}

.Header_dropdownItemBtn__va8iu:hover {
  background: #f8fafc;
  color: #06c755;
}

.Header_logoutBtn__0mHyf {
  color: #ef4444;
}

.Header_logoutBtn__0mHyf:hover {
  background: #fef2f2;
  color: #dc2626;
}

.Header_mobileAuthCard__GxFx7 {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 1rem;
  margin-bottom: 1.25rem;
}

.Header_mobileUserHeader__bVhq6 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.Header_mobileLogoutBtn__RXeOu {
  width: 100%;
  padding: 0.6rem;
  background: #fee2e2;
  color: #991b1b;
  border: none;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
}


/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./src/components/auth/LineLoginModal.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.LineLoginModal_overlay___0qEA {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  animation: LineLoginModal_fadeIn__O_iiY 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes LineLoginModal_fadeIn__O_iiY {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.LineLoginModal_modalCard___ow0l {
  width: 100%;
  max-width: 440px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 0 0 30px rgba(6, 199, 85, 0.15);
  overflow: hidden;
  position: relative;
  animation: LineLoginModal_slideUp__obJev 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes LineLoginModal_slideUp__obJev {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.LineLoginModal_closeBtn__Y06Bg {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
}

.LineLoginModal_closeBtn__Y06Bg:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #0f172a;
  transform: rotate(90deg);
}

.LineLoginModal_headerBanner__qooJM {
  background: linear-gradient(135deg, #06c755 0%, #00b900 100%);
  padding: 2rem 1.5rem 1.5rem;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.LineLoginModal_headerBanner__qooJM::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: -20px;
  right: -20px;
  height: 40px;
  background: #ffffff;
  border-radius: 50% 50% 0 0;
}

.LineLoginModal_lineLogoCircle__4YW8M {
  width: 64px;
  height: 64px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.75rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.LineLoginModal_lineLogoIcon__s4Run {
  width: 38px;
  height: 38px;
  fill: #06c755;
}

.LineLoginModal_modalTitle__zfFTt {
  font-size: 1.4rem;
  font-weight: 800;
  margin: 0 0 0.25rem;
  letter-spacing: -0.02em;
}

.LineLoginModal_modalSubtitle__xI2AZ {
  font-size: 0.85rem;
  opacity: 0.9;
  margin: 0;
}

.LineLoginModal_bodyContent__tGckI {
  padding: 1.5rem 1.75rem 2rem;
}

.LineLoginModal_roleTabs__HDLuj {
  display: flex;
  background: #f1f5f9;
  padding: 4px;
  border-radius: 14px;
  margin-bottom: 1.5rem;
}

.LineLoginModal_tabBtn__Smflw {
  flex: 1 1;
  padding: 0.75rem 0.5rem;
  border: none;
  background: transparent;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

.LineLoginModal_tabActive__eTwWA {
  background: #ffffff;
  color: #0f172a;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.LineLoginModal_roleDesc__gQxHW {
  font-size: 0.85rem;
  color: #64748b;
  text-align: center;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}

.LineLoginModal_lineLoginBtn__l_pg9 {
  width: 100%;
  height: 52px;
  background: #06c755;
  color: #ffffff;
  border: none;
  border-radius: 14px;
  font-size: 1.05rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 8px 20px rgba(6, 199, 85, 0.3);
  text-decoration: none;
}

.LineLoginModal_lineLoginBtn__l_pg9:hover {
  background: #05b34c;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(6, 199, 85, 0.4);
}

.LineLoginModal_lineLoginBtn__l_pg9:active {
  transform: translateY(0);
}

.LineLoginModal_footerNotes__eceoD {
  margin-top: 1.25rem;
  font-size: 0.75rem;
  color: #94a3b8;
  text-align: center;
  line-height: 1.4;
}

