/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/login/page.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
/* LOGIN PAGE STYLES */

.page_authWrapper__BPpab {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 15px;
  flex-direction: column;
}

.page_authBox__ACCHk {
  background: #fff;
  width: 100%;
  max-width: 420px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 70, 173, 0.15);
  overflow: hidden;
  border: 1px solid #e2e8f0;
  position: relative;
}

.page_authBox__ACCHk::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
}

.page_authTabs__XA_VY {
  display: flex;
  background: #f1f5f9;
  padding: 5px;
  margin: 20px;
  border-radius: 10px;
}

.page_tabBtn___Q0jl {
  flex: 1 1;
  border: none;
  padding: 12px;
  font-weight: 700;
  font-size: 14px;
  background: transparent;
  color: #64748b;
  cursor: pointer;
  border-radius: 8px;
  transition: 0.3s;
}

.page_tabBtn___Q0jl.page_active___8sqf {
  background: #fff;
  color: var(--primary);
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page_formSection__vZ8zC {
  padding: 0 25px 30px 25px;
  display: none;
  animation: page_authFadeIn__D5wl4 0.4s ease;
}

.page_formSection__vZ8zC.page_active___8sqf {
  display: block;
}

@keyframes page_authFadeIn__D5wl4 {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

.page_authTitle__v1GFV {
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 20px;
}

.page_captchaWrap__8NQAq {
  display: flex;
  justify-content: center;
  margin: 0 25px 16px;
  min-height: 78px;
}

.page_captchaWrap__8NQAq > div {
  transform: scale(0.95);
  transform-origin: center;
}

.page_inputGroup__vMe_c {
  margin-bottom: 15px;
}

.page_inputLabel__5eDOv {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #475569;
  margin-bottom: 5px;
}

.page_authInput___XG03 {
  width: 100%;
  padding: 14px;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  font-size: 15px;
  background: #f8fafc;
  transition: 0.3s;
  outline: none;
  box-sizing: border-box;
}

.page_authInput___XG03:focus {
  border-color: var(--primary);
  background: #fff;
}

.page_roleSelector__y9vis {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.page_roleOption__nlt5k {
  flex: 1 1;
  position: relative;
}

.page_roleOption__nlt5k input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.page_roleLabel__bFiB_ {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f8fafc;
  color: #64748b;
}

.page_roleIcon__ZlYaY {
  font-size: 20px;
  margin-bottom: 2px;
}

.page_roleName__XGqtx {
  font-size: 12px;
  font-weight: 700;
}

.page_roleOption__nlt5k input:checked + .page_roleLabel__bFiB_ {
  border-color: var(--primary);
  background: #eff6ff;
  color: var(--primary);
  box-shadow: 0 4px 6px rgba(0, 70, 173, 0.1);
}

.page_roleOption__nlt5k input[value="guesser"]:checked + .page_roleLabel__bFiB_ {
  border-color: var(--gold);
  background: #fffdf0;
  color: #b8860b;
}

.page_actionBtn__3XdkL {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 10px;
  text-transform: uppercase;
}

.page_btnLogin__RUS80 {
  background: linear-gradient(135deg, var(--primary), #003080);
  box-shadow: 0 4px 15px rgba(0, 70, 173, 0.3);
}

.page_btnSignup___vn8Q {
  background: linear-gradient(135deg, var(--green), #006400);
  box-shadow: 0 4px 15px rgba(0, 128, 0, 0.3);
}

.page_actionBtn__3XdkL:active {
  transform: scale(0.98);
}

.page_switchText__v_Ut5 {
  text-align: center;
  margin-top: 15px;
  font-size: 13px;
  color: #666;
}

.page_switchLink__sRJQE {
  color: var(--primary);
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
}

.page_alertSuccess__sMpF0 {
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  max-width: 420px;
  width: 100%;
  background: #dcfce7;
  color: #166534;
  border: 1px solid #bbf7d0;
}

.page_alertError__BvjMH {
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  max-width: 420px;
  width: 100%;
  background: #fee2e2;
  color: #b91c1c;
  border: 1px solid #fecaca;
}

.page_checkboxRow__We6x_ {
  font-size: 11px;
  color: #666;
  margin-bottom: 15px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.page_seoBox__hENba {
  max-width: 800px;
  margin: 30px auto;
  padding: 25px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
}

.page_seoTitle__esi95 {
  font-size: 18px;
  color: var(--primary);
  font-weight: 800;
  margin-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 8px;
}

.page_seoText___HllL {
  font-size: 13px;
  line-height: 1.6;
  color: #555;
  text-align: justify;
}

.page_seoList__B9AK3 {
  font-size: 13px;
  color: #444;
  margin-top: 10px;
  padding-left: 20px;
}

