/* ============================================
   L2 Emerge - Pages Stylesheet
   Sign In, Account, Server pages
   ============================================ */

/* --- Utility Classes --- */
.hide1 { display: none !important; }
.hide2 { display: none !important; }
.hide_send_bk { display: none !important; }
.no_display4 { display: none; }
.no_display5 { display: none; }
.show_section { display: flex !important; }
.no_display_signin {
  transition: .7s ease;
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}
.show_display_signin {
  visibility: visible;
  max-height: 2000px;
  opacity: 1;
}
.column { flex-direction: column; }
.top_16 { margin-top: 16px; }
.top_24 { margin-top: 24px; }
.top_24_left { margin-top: 24px; }
.top_minus8 { margin-top: -8px; }
.mg_left_8 { margin-left: 8px; }
.mg_bottom36 { margin-bottom: 36px; }
.gap_48 { gap: 48px; }
.txt_yellow2 { color: #FAC459; }
.txt_brown5 { color: #7D6B62; }


/* --- Sign In Page Typography --- */
.text_16_semibold {
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
}
.text_16_semibold_desk {
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
}
.text_16_regular_desk {
  font-size: 16px;
  font-weight: 400;
  color: #B3A59E;
  line-height: 1.5;
}
.text_18_semibold_desk {
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  text-align: left;
}
.text_14_regular_desk {
  font-size: 14px;
  font-weight: 400;
  color: #B3A59E;
  text-align: left;
  line-height: 1.5;
}
.text_14_bold_desk {
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  text-align: left;
  line-height: 1.5;
}
.text_12_medium_desk {
  font-size: 12px;
  font-weight: 500;
  color: #FFF;
  text-align: left;
  line-height: 1.5;
}
.text_12_signin {
  font-size: 12px;
  font-weight: 400;
  color: #B3A59E;
  text-align: left;
}
.text_11_white_desk {
  font-size: 11px;
  font-weight: 400;
  color: #FFF;
  text-align: left;
}
.text_18_bold {
  font-size: 18px;
  font-weight: 700;
  color: #FAC459;
}


/* --- Sign In Page Layout --- */
.signin_wrap {
  display: flex;
  margin: auto;
  max-width: 100%;
  padding-top: 60px;
}

.bk_signin {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.content_signin_left {
  display: flex;
  padding: 40px 0px 24px 0px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  width: 500px;
  transition: .5s ease;
}

.content_div_left {
  width: 100%;
}

.content2_signin_left {
  display: flex;
  padding: 32px 24px 24px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  align-self: stretch;
  background: #1C1816;
  border-radius: 0px 0px 12px 12px;
}

.content3_signin_left {
  display: flex;
  padding: 16px 24px 24px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  background: #1C1816;
  border-radius: 12px;
  transition: .1s ease;
}

.hide_send_bk.show_section,
.game_account_modal_backdrop {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 32px 16px;
  background: rgba(20, 16, 14, 0.68);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  overflow-y: auto;
}

.hide_send_bk.show_section .signin_wrap,
.game_account_modal_backdrop .signin_wrap {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
}

.hide_send_bk.show_section .content3_signin_left,
.game_account_modal_backdrop .content3_signin_left {
  width: min(100%, 440px);
  align-self: auto;
  justify-content: flex-start;
  align-items: stretch;
  gap: 14px;
  padding: 20px 20px 0;
  background: #1C1816;
  border: 1px solid #2F2925;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .48);
  overflow: hidden;
}

.game_account_modal_head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.game_account_modal_title {
  color: #FFF;
  font: 700 15px/1.25 'Onest', sans-serif;
}

.game_account_modal_server {
  margin-top: 4px;
  color: #B3A59E;
  font: 500 11px/1.3 'Onest', sans-serif;
}

.game_account_modal_close {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #F1EAE1;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.game_account_modal_form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}

.game_account_modal_actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 2px -20px 0;
  padding: 12px 20px 20px;
  background: #171310;
}

.game_account_modal_secondary,
.game_account_modal_primary {
  height: 36px;
  border: 0;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 400 12px/1 'Onest', sans-serif;
  cursor: pointer;
  text-decoration: none;
}

.game_account_modal_secondary {
  color: #FAC459;
  background: #6A5B54;
}

.game_account_modal_primary {
  color: #1C1816;
  background: #FAC459;
}

.game_account_modal_primary:hover { background: #F8AD19; }

.game_account_modal_primary:disabled,
.game_account_modal_secondary:disabled {
  opacity: .55;
  cursor: default;
  filter: grayscale(.2);
}

.send_game_amount_row {
  display: grid;
  grid-template-columns: auto minmax(80px, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 14px 8px 4px;
  border-top: 1px solid #2F2925;
}

.send_game_amount_label,
.send_game_balance_hint {
  color: #B3A59E;
  font: 500 12px/1.4 'Onest', sans-serif;
}

.send_game_amount_input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #FFF;
  text-align: right;
  font: 800 22px/1 'Onest', sans-serif;
  outline: none;
}

.send_game_amount_input::-webkit-outer-spin-button,
.send_game_amount_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.send_game_buy_link {
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 8px;
  background: #FAC459;
  color: #1C1816;
  font: 400 11px/1 'Onest', sans-serif;
  text-decoration: none;
}

.send_game_balance_hint {
  margin-top: -4px;
  padding: 0 8px 2px;
  color: #7D6B62;
}

.reset_password_modal_text {
  padding: 26px 0 20px;
  color: #FFF;
  font: 500 13px/1.45 'Onest', sans-serif;
}

.game_account_modal_alert {
  border-radius: 8px;
  padding: 10px 12px;
  color: #F1EAE1;
  font: 500 12px/1.45 'Onest', sans-serif;
  border: 1px solid #4A312D;
  background: rgba(108, 58, 53, .35);
}

.game_account_modal_alert.success {
  border-color: #446B33;
  background: rgba(92, 184, 20, .13);
}

.game_account_modal_alert ul {
  margin: 0;
  padding-left: 18px;
}

.content_signin_right {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 30px 14px;
  align-items: start;
  width: 450px;
  flex-shrink: 0;
  transition: .5s ease;
  margin-top: 3em;
}

.content2_signin_right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  transition: .5s ease;
}

.content3_signin_right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  transition: .5s ease;
}


/* --- Sign In/Up Toggle Buttons --- */
.wrap_btn_signin {
  display: flex;
  align-items: center;
  gap: 2px;
  align-self: stretch;
  margin-top: 16px;
}

.wrap2_btn_signin {
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn_signin {
  display: flex;
  padding: 16px 24px 12px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  flex: 1 0 0;
  border-radius: 12px 12px 0px 0px;
  background: #26211E;
  cursor: pointer;
  transition: .5s ease;
  height: 50px;
}

.btn_signin:hover:not(.btn_signin_active) {
  background: #5C4F49;
}

.btn_signin:active {
  background: #1C1816;
}

.btn_signin_active {
  background: #1C1816;
}

.ic_signin {
  background: url('../images/icons/login.svg') no-repeat;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
}

.ic_user2 {
  background: url('../images/icons/signup.svg') no-repeat;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
}


/* --- Input Fields --- */
.input-field-01 {
  width: 100%;
  position: relative;
  transition: .5s ease;
}

.input-field-01 input:focus {
  outline: none;
}

.input-field-01 input[type=text],
.input-field-01 input[type=password] {
  display: flex;
  height: 46px;
  padding: 10px 16px 5px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  box-shadow: inset 0px 0px 0px 1px #5C4F49;
  background: #3C342F;
  color: #FFF;
  font-family: 'Onest', sans-serif;
  font-size: 12px;
  font-weight: 500;
  caret-color: #FAC459;
  border: none;
  width: 100%;
  transition: border .5s ease;
}

.input-field-01 input:hover {
  box-shadow: inset 0px 0px 0px 2px #7D6B62;
  border: none;
}

.input-field-01 input:focus {
  box-shadow: inset 0px 0px 0px 2px #FAC459;
  border: none;
}

.input-field-01 input:disabled {
  box-shadow: none;
  border: none;
}

.input-field-01 label {
  position: absolute;
  top: 24px;
  left: 15px;
  transform: translateY(-50%);
  color: #7D6B62;
  font-family: 'Onest', sans-serif;
  font-size: 12px;
  font-weight: 500;
  pointer-events: none;
  transition: 0.3s;
}

.input-field-01 input:focus ~ label,
.input-field-01 input:not(:placeholder-shown) ~ label {
  top: 0;
  left: 15px;
  color: #9A877E;
  font-size: 10px;
  font-weight: 400;
  margin-top: 13px;
}


/* --- Show/Hide Password --- */
.plus_container {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  z-index: 90;
  cursor: pointer;
}

.ic_show_pass {
  width: 16px;
  height: 16px;
  cursor: pointer;
  /* Replace with your own eye icon SVG */
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%239A877E"><path d="M8 3C4.5 3 1.7 5.1.5 8c1.2 2.9 4 5 7.5 5s6.3-2.1 7.5-5c-1.2-2.9-4-5-7.5-5zm0 8.3A3.3 3.3 0 1 1 8 4.7a3.3 3.3 0 0 1 0 6.6zm0-5.3a2 2 0 1 0 0 4 2 2 0 0 0 0-4z"/></svg>') no-repeat center;
  background-size: contain;
}

.ic_show_pass_hover {
  width: 16px;
  height: 16px;
  cursor: pointer;
  transition: opacity 0.3s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23FAC459"><path d="M8 3C4.5 3 1.7 5.1.5 8c1.2 2.9 4 5 7.5 5s6.3-2.1 7.5-5c-1.2-2.9-4-5-7.5-5zm0 8.3A3.3 3.3 0 1 1 8 4.7a3.3 3.3 0 0 1 0 6.6zm0-5.3a2 2 0 1 0 0 4 2 2 0 0 0 0-4z"/></svg>') no-repeat center;
  background-size: contain;
}

.ic_hide_pass {
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%239A877E"><path d="M8 3C4.5 3 1.7 5.1.5 8c1.2 2.9 4 5 7.5 5s6.3-2.1 7.5-5c-1.2-2.9-4-5-7.5-5zm0 8.3A3.3 3.3 0 1 1 8 4.7a3.3 3.3 0 0 1 0 6.6zm0-5.3a2 2 0 1 0 0 4 2 2 0 0 0 0-4z"/><line x1="2" y1="14" x2="14" y2="2" stroke="%239A877E" stroke-width="1.5"/></svg>') no-repeat center;
  background-size: contain;
}

.ic_hide_pass_hover {
  width: 16px;
  height: 16px;
  cursor: pointer;
  transition: opacity 0.3s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23FAC459"><path d="M8 3C4.5 3 1.7 5.1.5 8c1.2 2.9 4 5 7.5 5s6.3-2.1 7.5-5c-1.2-2.9-4-5-7.5-5zm0 8.3A3.3 3.3 0 1 1 8 4.7a3.3 3.3 0 0 1 0 6.6zm0-5.3a2 2 0 1 0 0 4 2 2 0 0 0 0-4z"/><line x1="2" y1="14" x2="14" y2="2" stroke="%23FAC459" stroke-width="1.5"/></svg>') no-repeat center;
  background-size: contain;
}

.plus_container:hover .ic_show_pass_hover,
.plus_container:hover .ic_hide_pass_hover {
  opacity: 1;
}


/* --- Captions & Errors --- */
.caption_1 {
  display: none;
  color: #FF6B6B;
  font-size: 11px;
  font-weight: 400;
  text-align: left;
  margin-top: 4px;
}


.caption_error_2fa {
  display: none;
}

.show_caption_error {
  display: flex;
}


/* --- Info Boxes --- */
.ic_info {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><circle cx="12" cy="12" r="10" stroke="%23FAC459" stroke-width="1.5"/><path d="M12 7v1m0 4v5" stroke="%23FAC459" stroke-width="1.5" stroke-linecap="round"/></svg>') no-repeat center;
  background-size: contain;
}

.ic_info2 {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><circle cx="12" cy="12" r="10" stroke="%235CB814" stroke-width="1.5"/><path d="M8 12l3 3 5-5" stroke="%235CB814" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
  background-size: contain;
}

.wrap_info_divs {
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: .5s ease;
}

.wrap_info_pass {
  display: flex;
  padding: 12px 16px;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
  border-radius: 12px;
  border: 1px solid #3C342F;
  background: #26211E;
  width: calc(100% - 28px);
  width:100%;
}

.wrap2_info_pass {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  gap: 12px;
  flex: 1 0 0;
  border-radius: 12px;
  background: rgba(92, 184, 20, 0.10);
  width: calc(100% - 28px);
  transition: .5s ease;
}

.wrap_confirm_pass {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  gap: 12px;
  flex: 1 0 0;
  border-radius: 12px;
  background: rgba(92, 184, 20, 0.10);
  transition: .7s ease;
  width: 280px;
  position: absolute;
  top: 70px;
  right: 30px;
  opacity: 0;
}

.show_wrap_confirm_pass {
  right: 390px;
  opacity: 1;
}


/* --- Remember Me / Checkbox --- */
.content_remember {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  gap: 16px;
  transition: .5s ease;
}

.checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.checkbox input {
  display: none;
}

.checkbox .box {
  width: 16px;
  height: 16px;
  border: 1px solid #B3A59E;
  border-radius: 4px;
  background-size: cover;
  flex-shrink: 0;
}

.checkbox .box:hover {
  width: 14px;
  height: 14px;
  border: 2px solid #B3A59E;
}

.checkbox input:checked + .box {
  width: 16px;
  height: 16px;
  background-color: #F8AD19;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" fill="none"><path d="M4 9l4 4 6-7" stroke="%2326211E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: cover;
  border: 0;
}

.checkbox input:checked + .box:hover {
  background-color: #FFD685;
}

.checkbox input:checked + .box:active {
  background-color: #FAC459;
}


/* --- Primary Buttons --- */
.btn_login {
  display: flex;
  height: 36px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  background: #FAC459;
  color: #26211E;
  text-align: center;
  font-family: 'Onest', sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: .5s ease;
  width:100%;
}

.btn_login:hover {
  background: #F8AD19;
}

.btn_login:active {
  background: #FFBF40;
  color: #26211E;
}

.b_primary_ol_32 {
  display: flex;
  height: 30px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  border: 1px solid #FAC459;
  color: #FAC459;
  text-align: center;
  font-family: 'Onest', sans-serif;
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
  transition: .5s ease;
}

.b_primary_ol_32:hover {
  background: #FFCE6D;
  border: 1px solid #FFCE6D;
  color: #26211E;
}

.b_primary_ol_32:active {
  background: #FFBF40;
  border: 1px solid #FFBF40;
  color: #26211E;
}

.btn_dld_4win2 {
  display: flex;
  height: 35px;
  width:fit-content;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 2em;
  border-radius: 12px;
  border: 1px solid #FAC459;
  color: #FAC459;
  text-align: center;
  font-family: 'Onest', sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: .5s ease;
}

.btn_dld_4win2:hover {
  background: #FFCE6D;
  border: 1px solid #FFCE6D;
  color: #26211E;
}

.btn_dld_4win2:active {
  background: #FFBF40;
  border: 1px solid #FFBF40;
  color: #26211E;
}

.icon_win2 {
  background: url('../images/icons/windows.svg') no-repeat;
  width: 24px;
  height: 24px;
  transition: .5s ease;
}


/* --- Primary Links --- */
.primary_link_12 {
  color: #FAC459;
  font-family: 'Onest', sans-serif;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: .5s ease;
}

.primary_link_12:hover {
  color: #FFD685;
}

.primary_link_12:active {
  color: #FFBF40;
}

.primary_link {
  color: #FAC459;
  font-family: 'Onest', sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: .3s ease;
}

.primary_link:hover {
  color: #FFD685;
}

.primary_link:active {
  color: #FFBF40;
}


/* --- Back Button --- */
.back_btn {
  display: flex;
  height: 32px;
  width: 32px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .5s ease;
  border-radius: 6px;
  margin-right: 8px;
}

.back_btn:hover {
  background: #5C4F49;
}

.back_btn:active {
  background: #3C342F;
}

.arrow_btn_back {
  width: 17px;
  height: 17px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17" fill="none"><path d="M10 3L5 8.5 10 14" stroke="%239A877E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
  background-size: contain;
}

.back_btn:hover .arrow_btn_back {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17" fill="none"><path d="M10 3L5 8.5 10 14" stroke="%23FAC459" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
  background-size: contain;
}


/* --- 2FA Inputs --- */
.content_2fa {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.content_2fa_btn {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}

input.input_2fa {
  display: flex;
  width: 62px;
  height: 42px;
  padding: 10px 0px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 12px;
  box-shadow: inset 0px 0px 0px 1px #5C4F49;
  background: #3C342F;
  color: #FFF;
  font-family: 'Onest', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  caret-color: #FAC459;
  border: none;
  margin-right: 4px;
}

input.input_2fa:focus {
  outline: none;
  box-shadow: inset 0px 0px 0px 2px #FAC459;
}

input.input_2fa:hover {
  box-shadow: inset 0px 0px 0px 2px #7D6B62;
}

.input_2fa_error input.input_2fa {
  box-shadow: inset 0px 0px 0px 2px #FF6B6B;
}


/* --- Right Column Icons --- */
.ic_discord2 {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #433a35;
  flex-shrink: 0;
}

.ic_discord_img {
  width: 24px;
  height: 24px;
  background: url('../images/icons/discord.svg') no-repeat center;
  background-size: contain;
}

.ic_wiki_small {
  width: 24px;
  height: 24px;
  background: url('../images/icons/wiki.svg') no-repeat center;
  background-size: contain;
}

.ic_guide_svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #FAC459;
}

.ic_windows_small {
  width: 16px;
  height: 16px;
  background: url('../images/icons/windows.svg') no-repeat center;
  background-size: contain;
  flex-shrink: 0;
}


/* --- Email Confirmation Overlay --- */
.wrap_confirm_mail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 60px 40px;
  background: #1C1816;
  border-radius: 12px;
  max-width: 600px;
  margin: 0 auto;
}

.wrap2_confirm_mail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.wrap3_confirm_mail {
  display: flex;
  align-items: center;
  gap: 8px;
}


/* ==============================
   Notifications
   ============================== */
.ic_notif_positive {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><circle cx="12" cy="12" r="10" fill="%235CB814" fill-opacity="0.2" stroke="%235CB814" stroke-width="1.5"/><path d="M8 12l3 3 5-5" stroke="%235CB814" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
  background-size: contain;
}

.ic_notif_neutral {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><circle cx="12" cy="12" r="10" stroke="%239A877E" stroke-width="1.5"/><path d="M12 7v6m0 4h.01" stroke="%239A877E" stroke-width="1.5" stroke-linecap="round"/></svg>') no-repeat center;
  background-size: contain;
}

.ic_notif_warning {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><path d="M12 2L1 21h22L12 2z" fill="%23B36B00" fill-opacity="0.2" stroke="%23F5A623" stroke-width="1.5" stroke-linejoin="round"/><path d="M12 9v5m0 3h.01" stroke="%23F5A623" stroke-width="1.5" stroke-linecap="round"/></svg>') no-repeat center;
  background-size: contain;
}

.ic_notif_negative {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><circle cx="12" cy="12" r="10" fill="%23FF4444" fill-opacity="0.15" stroke="%23FF6B6B" stroke-width="1.5"/><path d="M15 9l-6 6m0-6l6 6" stroke="%23FF6B6B" stroke-width="1.5" stroke-linecap="round"/></svg>') no-repeat center;
  background-size: contain;
}

.neutral_notification,
.succes_notification,
.warning_notification,
.error_notification {
  display: flex;
  padding: 12px 16px;
  gap: 12px;
  border-radius: 12px;
  transition: .7s ease;
  width: 280px;
  position: fixed;
  top: 90px;
  right: -400px;
  opacity: 0;
  z-index: -1;
  color: #FFF;
  font-family: 'Onest', sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.neutral_notification {
  box-shadow: inset 0px 0px 0px 1px #3C342F;
  background: #26211E;
}

.succes_notification {
  background: rgba(92, 184, 20, 0.10);
}

.warning_notification {
  background: rgba(114, 57, 4, 0.20);
}

.error_notification {
  background: #402524;
}

.wrap_txt_notification {
  width: 90%;
  text-align: left;
}

.show_succes_notification {
  right: 24px;
  opacity: 1;
  z-index: 199;
  top: 90px;
}


/* ==============================
   Account Dashboard Page
   ============================== */
.account_page_wrap {
  display: flex;
  flex-direction: row;
  gap: 0;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 24px 40px;
}

/* --- Left Sidebar --- */
.account_left {
  margin-right: 2em;
  width: 204px;
  min-width: 204px;
  padding-top: 8px;
}

.wrap_btns_left {
  display: flex;
  flex-direction: column;
  gap: 2px;
  position: sticky;
  top: 100px;
}

.btn_sidebar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #9A877E;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: color .2s, background .2s;
  user-select: none;
}

.btn_sidebar svg {
  flex-shrink: 0;
}

.btn_sidebar:hover {
  color: #CCC3BF;
  background: #26211E;
}

.btn_sidebar.active {
  color: #FAC459;
  background: #26211E;
}

.btn_sidebar.active svg {
  stroke: #FAC459;
}

.separator_sidebar {
  height: 1px;
  background: #3C342F;
  margin: 6px 14px;
}

/* --- Main Content Area --- */
.account_main {
  width: calc(100% - 204px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* --- Coin Balance Header --- */
.head_main_account {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: #26211E;
  border-radius: 12px;
  border: 1px solid #3C342F;
  margin-bottom: 2em;
}

.coin_balance_left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.coin_balance_text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.coin_balance_label {
  font-size: 12px;
  font-weight: 500;
  color: #9A877E;
  text-align: left;
}

.coin_balance_value {
  display: flex;
  align-items: center;
  gap: 6px;
}

.coin_amount {
  font-size: 28px;
  font-weight: 700;
  color: #FAC459;
}

.coin_refresh {
  cursor: pointer;
  color: #9A877E;
  background: transparent;
  border: 0;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: color .2s;
}

.coin_refresh:hover {
  color: #FAC459;
  background: transparent;
}

.coin_balance_right {
  display: flex;
  gap: 8px;
}

.btn_coin {
  display: flex;
  height: 34px;
  padding: 0 16px;
  gap: 7px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-family: 'Onest', sans-serif;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: .3s ease;
}

.btn_coin.buy_coins {
  background: #FAC459;
  color: #26211E;
}

.btn_coin.buy_coins:hover {
  background: #F8AD19;
}

.btn_coin.send_to_game {
  border: 1px solid #3C342F;
  color: #CCC3BF;
  background: transparent;
}

.btn_coin.send_to_game:hover {
  border-color: #FAC459;
  color: #FAC459;
}

/* --- Section Panels --- */
.account_section_panel {
  display: flex;
  flex-direction: column;
}

.game_accounts_wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  background: #26211E;
  border-radius: 12px;
  border: 1px solid #3C342F;
}

.game_accounts_title {
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  text-align: left;
}

/* --- Server Tabs --- */
.tab_account_servers {
  display: flex;
  gap: 4px;
  border-bottom: 1px solid #3C342F;
  padding-bottom: 0;
}

.tab_account_server {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 500;
  color: #9A877E;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: color .2s;
  user-select: none;
}

.tab_account_server:hover {
  color: #CCC3BF;
}

.tab_account_server.active {
  color: #FAC459;
  border-bottom-color: #FAC459;
}

/* --- Server Content Header --- */
.server_content_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0 8px;
}

.account_count_text {
  font-size: 13px;
  font-weight: 500;
  color: #9A877E;
}

.btn_create_account {
  display: inline-flex;
  height: 34px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  border-radius: 8px;
  border: 0;
  background: #FAC459;
  color: #1C1816;
  font-family: 'Onest', sans-serif;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  transition: background .2s, transform .15s;
}

.btn_create_account svg {
  flex-shrink: 0;
}

.btn_create_account:hover {
  background: #F8AD19;
  transform: translateY(-1px);
}

.btn_create_account:hover svg {
  stroke: #1C1816;
}

/* --- Account Rows --- */
.account_rows {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.account_row {
  background: #1C1816;
  border: 1px solid #3C342F;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color .2s;
}

.account_row:hover {
  border-color: #544A44;
}

.account_row_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  cursor: pointer;
  user-select: none;
}

.account_row_left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.account_row_name {
  font-size: 14px;
  font-weight: 600;
  color: #FFF;
}

.btn_copy_name {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  color: #7D6B62;
  cursor: pointer;
  transition: color .2s, background .2s;
}

.btn_copy_name:hover {
  color: #FAC459;
  background: #3C342F;
}

.account_row_right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.char_count_badge {
  font-size: 12px;
  font-weight: 500;
  color: #9A877E;
  padding: 3px 10px;
  background: #26211E;
  border-radius: 12px;
}

.btn_reset_pwd {
  font-size: 12px;
  font-weight: 500;
  color: #9A877E;
  cursor: pointer;
  transition: color .2s;
  padding: 4px 10px;
  border-radius: 6px;
}

.btn_reset_pwd:hover {
  color: #FAC459;
  background: #26211E;
}

.arrow_expand {
  display: flex;
  align-items: center;
  color: #7D6B62;
  transition: transform .3s, color .2s;
}

.account_row.expanded .arrow_expand {
  transform: rotate(180deg);
  color: #FAC459;
}

/* --- Character Details (expandable) --- */
.account_row_details {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
  background: #171311;
}

.account_row.expanded .account_row_details {
  max-height: 600px;
}

.char_details_inner {
  padding: 0 16px 14px;
}

.char_table {
  width: 100%;
  border-collapse: collapse;
}

.char_table th {
  font-size: 11px;
  font-weight: 600;
  color: #7D6B62;
  text-transform: uppercase;
  text-align: left;
  padding: 8px 10px;
  border-bottom: 1px solid #3C342F;
}

.char_table td {
  font-size: 13px;
  font-weight: 400;
  color: #CCC3BF;
  padding: 10px 10px;
  border-bottom: 1px solid rgba(60, 52, 47, 0.4);
}

.char_table tr:last-child td {
  border-bottom: none;
}

.char_status_online {
  color: #5CB814;
  font-weight: 500;
}

.char_status_offline {
  color: #9A877E;
}

.btn_unstuck {
  font-size: 12px;
  font-weight: 500;
  color: #9A877E;
  cursor: pointer;
  padding: 3px 10px;
  border-radius: 6px;
  border: 1px solid #3C342F;
  transition: .2s ease;
  background: transparent;
}

.btn_unstuck:hover {
  border-color: #FAC459;
  color: #FAC459;
}

.no_chars_msg {
  font-size: 13px;
  color: #7D6B62;
  padding: 12px 10px;
}

/* --- Empty State --- */
.empty_state {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 40px 20px;
}

.empty_state_text {
  font-size: 14px;
  font-weight: 500;
  color: #CCC3BF;
}

.empty_state_sub {
  font-size: 13px;
  color: #7D6B62;
}

/* --- Settings Form --- */
.settings_form_wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 500px;
}

/* --- Mobile Sidebar Nav (horizontal scroll) --- */
.mobile_sidebar_nav {
  display: none;
  gap: 4px;
  overflow-x: auto;
  padding: 4px 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.mobile_sidebar_nav::-webkit-scrollbar {
  display: none;
}

.btn_sidebar_mobile {
  flex-shrink: 0;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #9A877E;
  background: #26211E;
  border: 1px solid #3C342F;
  cursor: pointer;
  transition: .2s ease;
  white-space: nowrap;
}

.btn_sidebar_mobile:hover {
  color: #CCC3BF;
}

.btn_sidebar_mobile.active {
  color: #FAC459;
  border-color: #FAC459;
}


/* --- Input Field (Account pages, height 48) --- */
.input-field-01.height_48 input[type=text],
.input-field-01.height_48 input[type=password] {
  height: 48px;
}


/* ==============================
   Server Landing Page
   ============================== */
.server_landing_wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 24px 40px;
}

.server_hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 60px 40px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(28, 24, 22, 0) 0%, #1C1816 100%),
              url('../images/background/bk_main.jpg') no-repeat center top;
  background-size: cover;
  text-align: center;
}

.server_hero_title {
  font-size: 48px;
  font-weight: 800;
  color: #FFF;
}

.server_hero_subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #B3A59E;
  max-width: 600px;
}

.server_info_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin-top: 40px;
}

.server_info_card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  background: #26211E;
  border-radius: 12px;
  border: 1px solid #3C342F;
  text-align: left;
}

.server_info_card_title {
  font-size: 16px;
  font-weight: 600;
  color: #FAC459;
}

.server_info_card_text {
  font-size: 14px;
  font-weight: 400;
  color: #B3A59E;
  line-height: 1.6;
}

.btn_play_now {
  display: flex;
  height: 22px;
  padding: 20px 22px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  background: #FAC459;
  color: #26211E;
  font-family: 'Onest', sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: .5s ease;
  text-decoration: none;
  box-sizing: border-box;
}

.btn_play_now:hover {
  background: #F8AD19;
}


/* ==============================
   Server Features Page
   ============================== */
.features_wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 24px 40px;
}

.features_header {
  text-align: center;
  margin-bottom: 40px;
}

.features_title {
  font-size: 32px;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 16px;
}

.features_subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #B3A59E;
}

.features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 16px;
}

.feature_card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  background: #26211E;
  border-radius: 12px;
  border: 1px solid #3C342F;
}

.feature_card_title {
  font-size: 16px;
  font-weight: 600;
  color: #FAC459;
}

.feature_card_text {
  font-size: 14px;
  font-weight: 400;
  color: #B3A59E;
  line-height: 1.6;
}

.feature_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
}

.feature_table th,
.feature_table td {
  padding: 12px 16px;
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid #3C342F;
}

.feature_table th {
  color: #9A877E;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

.feature_table td {
  color: #CCC3BF;
}

.feature_table tr:hover td {
  background: rgba(250, 196, 89, 0.05);
}

@media (max-width:900px) {
    .account_left {
    display: none;
  }
}
/* ==============================
   Responsive - Sign In Page
   ============================== */
@media only screen and (max-width: 1024px) {
  .bk_signin {
    flex-direction: column;
    align-items: center;
  }

  .content_signin_left {
    margin:0 auto;
    width: 100%;
    max-width: 500px;
  }

  .content_signin_right {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 16px 14px;
    align-items: start;
    width: 100%;
    max-width: 500px;
    margin-top: 32px;
  }

  .content2_signin_right,
  .content3_signin_right {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .signin_wrap {
    padding-top: 24px;
  }

  .content_signin_left {
    padding: 24px 0;
  }

  .wrap_confirm_mail {
    padding: 40px 20px;
  }

  .server_hero {
    padding: 40px 20px;
  }

  .server_hero_title {
    font-size: 32px;
  }

  .features_grid {
    grid-template-columns: 1fr;
  }

  .account_header {
    flex-direction: column;
    gap: 16px;
  }



  .mobile_sidebar_nav {
    display: flex;
  }

  .account_main {
    width: 100%;
  }

  .account_page_wrap {
    padding: 70px 16px 40px;
  }

  .head_main_account {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }

  .coin_balance_right {
    width: 100%;
  }

  .coin_balance_right .btn_coin {
    flex: 1;
  }

  .server_content_header {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .account_row_top {
    flex-wrap: wrap;
    gap: 8px;
  }

  .account_row_right {
    flex-wrap: wrap;
  }

  .char_table {
    font-size: 12px;
  }
}
