* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #040f15 url('../images/background1.webp?v=1') no-repeat;
  background-size: cover;
  background-position: 0 0;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(3px);
  cursor: default;
  font-family: 'PT Sans Caption', sans-serif;
  position: relative;
  height: 100%;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  transition: 0s linear;
  transition-property: background-position;
}

@media only screen and (max-width: 1080px) {
  body {
    background-size: cover;
  }
}

.layout_bottom {
  background-image: url('../images/ETP_FOG.webp');
  height: 495px;
  margin-top: -495px;
  z-index: -1;
  position: absolute;
  width: 100%;
}

.site_content {
  width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

header {
  background: transparent url('../images/header_summer.webp?v=1') no-repeat;
  height: 401px;
  width: 1310px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

header .logo img {
  height: 183px;
  width: 317px;
  margin: 85px auto 0;
  display: block;
}

nav {
  background: transparent url('../images/navigation_summer.webp?v=1') no-repeat;
  height: 88px;
  width: 1311px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  padding: 17px 0;
  line-height: 2.5rem;
}

nav a {
  font-size: 19px;;
  font-family: 'Penumbra Serif', serif;
  font-weight: 500;
  color: #000000;
  padding: 10px 30px;
  transition: all 0.3s;
  text-decoration: none;
}

nav a:hover, nav a:focus, nav a:active {
  color: #fc0606;
  text-shadow: 10px 10px 15px #fde3bb, -10px -10px 15px #fde3bb,
               5px 5px 15px #fde3bb, -5px -5px 15px #fde3bb, 0 0 30px #fde3bb;
}

main {
  width: 1080px;
  margin: 0 auto;
  color: #6d6a6a;
}

main .row {
  display: block;
}

main .content_left {
  display: inline-block;
  width: 772px;
  position: relative;
  float: left;
}

main .content_left .slider {
  position: relative;
}

main .content_left .slider .slider_bg {
  width: 772px;
  height: 332px;
  background: transparent url('../images/slider.webp') no-repeat;
  z-index: 1;
  position: relative;
  image-rendering: optimizeQuality;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main .content_left .slider #home_slider {
  height: 288px;
  width: 750px;
  position: absolute;
  top: 0;
  left: 18px;
  overflow: hidden;
}

main .content_left .slider #home_slider img {
  object-fit: cover;
  height: 288px;
  width: 750px;
  padding-left: 10px;
  image-rendering: optimizeQuality;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-interpolation-mode: bicubic;
}

main .content_left .slider #home_slider .carousel-inner,
main .content_left .slider #home_slider .carousel-inner .carousel-item {
  height: 100%;
}


.carousel-description {
  position: absolute;
bottom: 8px; /* lift it slightly above the border */
  left: 15px;
  right: 5px;
  background: rgba(0, 0, 0, 0.6); /* dark strip background */
  color: #fff7e6; /* light golden text */
  text-align: center;
  font-family: 'Penumbra Serif', serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.5px;
  z-index: ;
}

main .content_left .content_left_inner {
  background: transparent url('../images/content_middle.webp') repeat-y;
  padding: 0 15px 50px 40px;
  margin-top: -40px;
  position: relative;
  width: 772px;
  min-height: 1024px;
  max-height: 2205px;
  overflow-y: scroll;
  z-index: 2;
}

main .content_left .content_left_inner::-webkit-scrollbar {
  width: 10px;
}

main .content_left .content_left_inner::-webkit-scrollbar-track {
  background: #4b474c;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

main .content_left .content_left_inner::-webkit-scrollbar-thumb {
  background: #f1e4d8 !important;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.4);
}

main .content_left .content_left_inner h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #ad917f;
  border-bottom: 2px solid #9d9691;
  padding-bottom: 10px;
  font-family: "Penumbra Serif", serif;
}
main .content_left .content_left_inner h3 {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #eb0707;

  padding-bottom: 10px;
  font-family: "Penumbra Serif", serif;
}
main .content_left .content_left_inner h4 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #eb0707;

  padding-bottom: 10px;
  font-family: "Penumbra Serif", serif;
}
main .content_left .content_left_inner p {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #0f0f0f;

  padding-bottom: 10px;
  font-family: "Penumbra Serif", serif;
}
main .content_left .content_left_inner li {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #0f0f0f;

  padding-bottom: 10px;
  font-family: "Penumbra Serif", serif;
}

.news-buttons {
  margin-bottom: 8px;
  text-align: center;
}

.news-buttons button {
  padding: 5px 8px;
  margin-right: 5px;
  background: #caa465;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
}

.news-buttons button.active {
  background: #8b6f47;
}
.news-thumb {
  width: 270px;
  height: 153px;
  object-fit: cover;
  border-radius: 3px;
  flex-shrink: 0;
}

.news-item {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
  background: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
  align-items: flex-start;
}

.news-item img {
  width: 270px;
  height: 153px;
  object-fit: cover;
  border: none;
  border-radius: 2px;
  transition: transform 0.3s ease-in-out;
}

.news-item img:hover {
  transform: scale(1.03);
}

.news-content {
  font-size: 9px;
  line-height: 1.45;
  color: #4c3a25;
  font-family: 'Arial', sans-serif;
  max-width: 420px;
}

.news-title {
  font-size: 15px;
  font-weight: bold;
  color: #5c4325;
  margin-bottom: 2px;
}

.news-date {
  font-size: 11px;
  color: #8b6f47;
  margin-bottom: 6px;
  display: block;
}


p.news-snippet {
  font-size: 14px !important;
  color: #000000 !important;
  font-weight: normal !important;
  margin: 0 0 8px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Penumbra Serif', serif;
  max-height: 5.8em;
  line-height: 1.45;
}

.news-readmore {
  color: #8b6f47;
  font-size: 11px;
  text-decoration: none;
}

.news-readmore:hover {
  text-decoration: underline;
}

main .content_left .content_left_footer {
  width: 772px;
  height: 150px;
  background: transparent url('../images/content_bottom.webp') no-repeat;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}

main .content_left .content_left_footer a {
  color: #6d6a6a;
}

/* Right Panel Styles */
main .content_right {
  display: inline-block;
  width: 304px;
  position: relative;
  background: transparent url('../images/rightside_middle.webp') repeat-y;
  padding-top: 21px;
  margin-top: 298px;
  height: auto;
  min-height: 0;
}

main .content_right:before {
  content: "";
  background: transparent url('../images/rightside_top.webp') no-repeat;
  height: 298px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -298px;
  z-index: -1;
}

main .content_right:after {
  content: "";
  background: transparent url('../images/rightside_bottom.webp') no-repeat;
  height: 292px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -276px;
  z-index: 0;
}

main .content_right .content_right_inner {
  margin-top: -305px;
  padding: 0 37px 0 8px;
  border-left: 2px solid #f1e4d8;
  margin-left: -2px;
}


main .content_right .content_right_inner .box_content {
  font-size: 16px;
  padding: 0 10px;
}

/* main .content_right .content_right_inner .box_content input {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  padding: 4px;
  font-size: 12px;
  border: 1px solid #c2a481;
  border-radius: 3px;
  background: #fff;
} */

main .content_right .content_right_inner .box_content button.btn-gold {
  background: #caa465;
  color: white;
  width: 100%;
  padding: 4px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
}

main .content_right .content_right_inner hr {
  background: transparent url('../images/rightside_hr.webp') no-repeat;
  height: 25px;
  width: 256px;
  border: 0;
}

main .content_right .content_right_inner .discord_frame {
  height: 405px;
  width: 100%;
  position: relative;
  padding: 4px 8px 0 0;
}

main .content_right .content_right_inner .discord_frame .df_top {
  background: transparent url('../images/discord_frame.webp') no-repeat;
  height: 14px;
  width: 100%;
  position: absolute;
  left: -4px;
  top: 0;
  z-index: 10;
}

main .content_right .content_right_inner .discord_frame .df_right,
main .content_right .content_right_inner .discord_frame .df_left {
  background: transparent url('../images/discord_frame.webp') no-repeat;
  height: 382px;
  width: 8px;
  position: absolute;
  top: 13px;
  z-index: 15;
}

main .content_right .content_right_inner .discord_frame .df_right {
  background-position: right -14px;
  right: 4px;
}

main .content_right .content_right_inner .discord_frame .df_left {
  background-position: 0 -14px;
  left: -4px;
}

main .content_right .content_right_inner .discord_frame .df_bottom {
  background: transparent url('../images/discord_frame.webp') no-repeat;
  background-position: 0 bottom;
  height: 13px;
  width: 100%;
  position: absolute;
  left: -4px;
  bottom: -3px;
  z-index: 10;
}

main .content_right .content_right_inner .discord_frame .discord_banner {
  height: 162px;
  width: 259px;
  background: transparent url('../images/other/JoinDiscord.webp') no-repeat 0 0;
  margin: 0 auto;
}

main .content_right .content_right_inner .discord_frame .discord_banner:hover {
  background-position-x: -259px;
}

.online {
  color: #006400;
  font-weight: bold;
}

::-webkit-scrollbar {
  width: 16px;
}

::-webkit-scrollbar-track {
  background: #4b474c;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

::-webkit-scrollbar-thumb {
  background: #f1e4d8 !important;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.4);
}

/* Server Information */

.server-info-glossy {
margin-right: -10px;
  background: linear-gradient(to bottom, #fffdf7, #f9f1e8);
  border: 2px solid #d7c3a9;
  padding: 20px 16px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
  font-family: 'PT Sans Caption', sans-serif;
  color: #453828;
  font-size: 12.5px;
}

.si-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 10;
  border-bottom: 1px solid #eee1d2;
}

.si-row:last-child {
  border-bottom: none;
}

.si-row i {
  width: 15px;
  color: #c09e7f;
  margin-right: 0px;
}

.si-label {
  flex: 1;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.si-value {
  font-weight: 500;
  text-align: right;
}

.si-online {
  color: #00aa47;
  font-weight: bold;
}

.section-title {
  background: #2c3144;
  color: #ffb342;
  font-family: 'PT Sans Caption', sans-serif;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 10px;
  border-top: 2px solid #f1e4d8;
  border-bottom: 1px solid #12131a;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}


/* user panel */
.content_right_inner .box_content .input-styled {
  background: url('../images/input_one.webp') no-repeat center center;
  background-size: 100% 100%;
  border: none;
  outline: none;
  font-size: 13px;
  color: #333;
  font-family: 'PT Sans Caption', sans-serif;
  padding: 10px 12px;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  box-shadow: none;
  text-indent: 5px;
  display: block;
}

main .content_right .content_right_inner .box_title {
  color: #413d3d;
  text-align: center;
  font-size: 20px;
  font-family: 'Cinzel', serif; /* or another fantasy/medieval font */
  font-weight: 500;
  margin-bottom: 10px;
}
.userpanel-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
  font-family: 'Cinzel', serif; /* or another fantasy/medieval font */
  color: #c09e7f;
  text-shadow: 0 0 5px #fff3c9;
  letter-spacing: 1px;
}

.userpanel-icon {
  height: 28px;
  width: 28px;
  object-fit: contain;
  filter: drop-shadow(1px 1px 1px #000);
}
.user-panel {
  display: none;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  padding: 12px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.user-info {
  margin-bottom: 10px;
  font-family: 'Cinzel', serif;
  color: #030303;
  line-height: 1.5;
}

.user-actions {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.user-btn {
  width: 100%;
  font-weight: bold;
  border-radius: 6px;
}
/* Discord section */
.discord-section {
    margin-left: 6px;
  text-align: center;
}

.discord-btn {
  display: inline-block;
  width: 259px;
  height: 153px;
  background: url('../images/JoinDiscord.webp') no-repeat 0 0;
  background-size: 518px 153px; /* 2 states in one row */
  transition: background-position 0.2s ease-in-out;
}

.discord-btn:hover,
.discord-btn:focus {
  background-position-x: -259px;
}
/* login styles */
#loginStatus {
  text-align: center;
  font-weight: bold;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
}

#loginStatus.success {
  color: #2e7d32;
  background: #e6ffe6 url('../images/success.gif') no-repeat 8px center;
  background-size: 16px 16px;
  padding: 6px 3px 6px 0; /* adjust this */
}

#loginStatus.loading {
  background: #fff9e6 url('../images/loading.gif') no-repeat 8px center;
  background-size: 16px 16px;
  padding: 6px 3px 6px 0;
}

#loginStatus.fail {
  background: #ffe6e6 url('../images/fail.gif') no-repeat 8px center;
  background-size: 16px 16px;
  padding: 6px 3px 6px 0;
}
/* Download Recommendation */

.specs-table-wrapper {
  margin-top: 15px;
  border: 1px solid #fd7a00;
  font-family: 'PT Sans Caption', sans-serif;
}

.specs-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 14px;
  background-color: #000;
  color: #fff;
}

.specs-table thead th {
  background-color: #fd7a00;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #ee3507;
}

.specs-table td {
  padding: 10px;
  border: 1px solid #ee3507;
  text-transform: uppercase;
}

.section-download {
  background: #2c3144;
  color: #ffb342;
  font-family: 'PT Sans Caption', sans-serif;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  border-top: 2px solid #f1e4d8;
  border-bottom: 1px solid #12131a;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.download-hero {
  position: relative; /* important for absolute children */
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}

.download-hero img {
  display: block;
  width: 100%;
  margin-left: -50px;
}

/* Button container becomes a relative wrapper */
.download-buttons {
  position: relative;
  width: 100%;
  height: 0; /* Let buttons define space */
  z-index: 2;
}

/* Common button styles */
.download-btn {
  position: absolute;
  width: 180px;
  height: 180px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  cursor: pointer;
  pointer-events: all;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Google Drive button — left, higher */
.download-btn.google-drive {
  background-image: url('../images/btn_drive.webp');
  right: 1%;
  top: 40px;
}

/* Mediafire button — right, lower */
.download-btn.mediafire {
  background-image: url('../images/btn_mediafire.webp');
  right: 1%;
  top : 280px;
}

/* Hover effect */
.download-btn:hover {
  transform: scale(1.05);

}

.download-label {
  position: absolute;
  width: 180px;
  text-align: center;
  color: #ff0101;
  font-family: 'PT Sans Caption', sans-serif;
  font-size: 20px;
  text-shadow: 1px 1px 2px black;
}

/* Adjust individually */
.google-label {
  right: 1%;
  top: 220px;
}

.mediafire-label {
  right: 1%;
  top: 460px;
}

/* Registration Section */

main .content_left .register_left_inner {
  background: transparent url('../images/content_middle.webp') repeat-y;
  padding: 0 15px 50px 40px;
  margin-top: -40px;
  position: relative;
  width: 772px;
  min-height: 1024px;
  max-height: 2205px;
  overflow-y: scroll;
  z-index: 2;
}

.section-registration {
  background: #2c3144;
  color: #ffb342;
  font-family: 'PT Sans Caption', sans-serif;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  border-top: 2px solid #f1e4d8;
  border-bottom: 1px solid #12131a;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Flex wrapper for left and right */
.registration-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

/* LEFT HERO PART - Totally independent */
.register-left {
  flex: 0 0 auto;
  width: 420px;
  overflow: hidden; /* ⛔️ Prevents the image from escaping the frame */
  position: relative; /* ensures the hero image stays scoped */
}

.register-hero {
  width: 100%;
  margin-top: -80px;
  margin-left: -95px;
  text-align: center;
 
}

.register-hero img {
  width: 590px;
  margin-left: -15px;
  height: auto;
  display: inline-block;
}

/* RIGHT PANEL WITH FORM AND BG */
.register-panel {
  position: relative;
  width: 500px;
  min-height: 700px;
}

/* Background image */
.register-asset {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.register-asset img {
  width: 430px;
  height: 650px;
  margin-left: -140px;
  margin-top: 90px;
  display: block;
}

.register-form {
  position: relative;
  z-index: 2;
  padding: 50px 10px 0px;
  box-sizing: border-box;
  margin-left: -120px;
  margin-top: 160px;
  font-family: 'PT Sans Caption', sans-serif;
  color: #fce9d0;
  background: rgba(0, 0, 0, 0.6); /* dark semi-transparent background */
}

/* Inputs */
.register-form input,
.register-form button {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  background: #1c1c1c url('../images/input_bg.webp') no-repeat center;
  background-size: cover;
  color: #f9e0bb;
  border: 1px solid #caa465;
  border-radius: 6px;
  font-size: 14px;
  font-family: 'PT Sans Caption', sans-serif;
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.05);
}

.register-form input::placeholder {
  font-family: 'Cinzel', serif;
  font-size: 13px;
  letter-spacing: 0.3px;
  color: #d9c9a9;
}
/* Rowed inputs */
.register-form .form-row {
  display: flex;
  gap: 10px;
}
.register-form .form-row input {
  flex: 1;
}

/* Submit button */
.register-form button {
  background-color: #caa465;
  border: 2px solid #7a5b3a;
  color: #201004;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
}
.register-form button:hover {
  background-color: #ffc77f;
  color: #000;
  box-shadow: 0 0 10px #ffc77f;
}


.register-form input[type="checkbox"] {
  appearance: none;
  width: 16px;
  height: 16px;
  background-color: #222;
  border: 2px solid #caa465;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}
.register-form .form-check {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #dbd9d5;
  gap: 15px;
  line-height: 1.2;
}

.register-form .form-check input[type="checkbox"] {
  appearance: none;
  width: 16px;
  height: 16px;
  background-color: #222;
  border: 2px solid #caa465;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  margin-bottom: 4px;
}
.register-form input:focus {
  outline: none;
  box-shadow: 0 0 6px 2px #d4b47f;
  border-color: #d4b47f;
}

.register-form input[type="checkbox"]:checked::before {
  content: "✔";
  position: absolute;
  left: 5px;
  top: -1px;
  font-size: 18px;
  color: #caa465;
}

.register-form .form-check a {
  color: #72a4ff;
  text-decoration: none;
}

.register-form .form-check a:hover {
  text-decoration: underline;
}
.register-form select {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  font-family: 'Cinzel', serif;
  font-size: 13px;
  background: #1e1e1e;
  color: #d9c9a9;
   border: 2px solid #caa465;
  border-radius: 4px;
  font-size: 14px;
  appearance: none;
}
/* Register Success Hover */
/* Register Status - same as loginStatus for visual parity */
#registerStatus {
  text-align: center;
  font-weight: bold;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
}

#registerStatus.success {
  color: #2e7d32;
  background: #e6ffe6 url('../images/success.gif') no-repeat 8px center;
  background-size: 16px 16px;
  padding: 6px 3px 6px 0;
}

#registerStatus.loading {
  background: #fff9e6 url('../images/loading.gif') no-repeat 8px center;
  background-size: 16px 16px;
  padding: 6px 3px 6px 0;
}

#registerStatus.fail {
   color: #b52a2a; /* visible red */
  background: #ffe6e6 url('../images/fail.gif') no-repeat 8px center;
  background-size: 16px 16px;
  padding: 6px 3px 6px 0;
}



/* Reset Change */

/* RIGHT PANEL WITH FORM AND BG */
.change-panel {
  position: relative;
  width: 500px;
  min-height: 700px;
}

/* Background image */
.change-asset {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.change-asset img {
  width: 430px;
  height: 650px;
  margin-left: -140px;
  margin-top: 90px;
  display: block;
}

.change-form {
  position: relative;
  z-index: 2;
  padding: 10px 5px 5px;
  box-sizing: border-box;
  margin-left: -120px;
  margin-top: 190px;
  font-family: 'PT Sans Caption', sans-serif;
  color: #fce9d0;
  background: rgba(0, 0, 0, 0.6); /* dark semi-transparent background */
}

/* Inputs */
.change-form input,
.change-form button {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  background: #1c1c1c url('../images/input_bg.webp') no-repeat center;
  background-size: cover;
  color: #f9e0bb;
  border: 1px solid #caa465;
  border-radius: 6px;
  font-size: 14px;
  font-family: 'PT Sans Caption', sans-serif;
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.05);
}

.change-form input::placeholder {
  font-family: 'Cinzel', serif;
  font-size: 13px;
  letter-spacing: 0.3px;
  color: #d9c9a9;
}
/* Rowed inputs */
.change-form .form-row {
  display: flex;
  gap: 10px;
}
.change-form .form-row input {
  flex: 1;
}

/* Submit button */
.change-form button {
  background-color: #caa465;
  border: 2px solid #7a5b3a;
  color: #201004;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
}
.change-form button:hover {
  background-color: #ffc77f;
  color: #000;
  box-shadow: 0 0 10px #ffc77f;
}


.change-form input[type="checkbox"] {
  appearance: none;
  width: 16px;
  height: 16px;
  background-color: #222;
  border: 2px solid #caa465;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}
.change-form .form-check {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #dbd9d5;
  gap: 15px;
  line-height: 1.2;
}

.change-form .form-check input[type="checkbox"] {
  appearance: none;
  width: 16px;
  height: 16px;
  background-color: #222;
  border: 2px solid #caa465;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  margin-bottom: 4px;
}
.change-form input:focus {
  outline: none;
  box-shadow: 0 0 6px 2px #d4b47f;
  border-color: #d4b47f;
}

.change-form input[type="checkbox"]:checked::before {
  content: "✔";
  position: absolute;
  left: 5px;
  top: -1px;
  font-size: 18px;
  color: #caa465;
}

.change-form .form-check a {
  color: #72a4ff;
  text-decoration: none;
}

.change-form .form-check a:hover {
  text-decoration: underline;
}
.change-form select {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  font-family: 'Cinzel', serif;
  font-size: 13px;
  background: #1e1e1e;
  color: #d9c9a9;
   border: 2px solid #caa465;
  border-radius: 4px;
  font-size: 14px;
  appearance: none;
}
/* Register Success Hover */
/* Register Status - same as loginStatus for visual parity */
#changeStatus {
  text-align: center;
  font-weight: bold;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
}

#changeStatus.success {
  color: #2e7d32;
  background: #e6ffe6 url('../images/success.gif') no-repeat 8px center;
  background-size: 16px 16px;
  padding: 6px 3px 6px 0;
}

#changeStatus.loading {
  background: #fff9e6 url('../images/loading.gif') no-repeat 8px center;
  background-size: 16px 16px;
  padding: 6px 3px 6px 0;
}

#changeStatus.fail {
   color: #b52a2a; /* visible red */
  background: #ffe6e6 url('../images/fail.gif') no-repeat 8px center;
  background-size: 16px 16px;
  padding: 6px 3px 6px 0;
}
/* Peek password */
.password-group {
  position: relative;
  width: 100%;
}

.password-group input {
  width: 100%;
  padding-right: 35px; /* leave space for the icon */
}

.toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #caa465;
  font-size: 16px;
  user-select: none;
}

/* Redeem Form Panel*/

.redeem-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.redeem-left {
  position: relative;
  width: 100%;
  max-width: 960px;
  height: auto;
  overflow: hidden;
}

.redeem-left img.redeem-bg {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.redeem-form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 420px;
  padding: 30px 25px;
  background: rgba(12, 12, 12, 0.7);
  border: 1px solid #caa465;
  border-radius: 12px;
  z-index: 2;
  text-align: center;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

.redeem-form h2 {
  font-family: 'Cinzel', serif;
  font-size: 20px;
  color: #fce9d0;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.redeem-form input,
.redeem-form button {
  width: 100%;
  padding: 14px;
  margin-bottom: 15px;
  background: #1c1c1c url('../images/input_bg.webp') no-repeat center;
  background-size: cover;
  color: #f9e0bb;
  text-align: center;
  border: 1px solid #caa465;
  border-radius: 8px;
  font-size: 15px;
  font-family: 'PT Sans Caption', sans-serif;
  box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.05);
}

.redeem-form input::placeholder {
  font-family: 'Cinzel', serif;
  font-size: 13px;
  color: #d9c9a9;
  text-align: center;
  letter-spacing: 1px;
}

/* Submit Button */
.redeem-form button {
  background-color: #caa465;
  border: 2px solid #7a5b3a;
  color: #201004;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.redeem-form button:hover {
  background-color: #ffc77f;
  color: #000;
  box-shadow: 0 0 12px #ffc77f;
}



.redeem-form input[type="checkbox"] {
  appearance: none;
  width: 16px;
  height: 16px;
  background-color: #222;
  border: 2px solid #caa465;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}
.redeem-form .form-check {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #dbd9d5;
  gap: 15px;
  line-height: 1.2;
}

.redeem-form .form-check input[type="checkbox"] {
  appearance: none;
  width: 16px;
  height: 16px;
  background-color: #222;
  border: 2px solid #caa465;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  margin-bottom: 4px;
}
.redeem-form input:focus {
  outline: none;
  box-shadow: 0 0 6px 2px #d4b47f;
  border-color: #d4b47f;
}

.redeem-form input[type="checkbox"]:checked::before {
  content: "✔";
  position: absolute;
  left: 5px;
  top: -1px;
  font-size: 18px;
  color: #caa465;
}

.redeem-form .form-check a {
  color: #72a4ff;
  text-decoration: none;
}

.redeem-form .form-check a:hover {
  text-decoration: underline;
}
.redeem-form select {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  font-family: 'Cinzel', serif;
  font-size: 13px;
  background: #1e1e1e;
  color: #d9c9a9;
   border: 2px solid #caa465;
  border-radius: 4px;
  font-size: 14px;
  appearance: none;
}
/* Register Success Hover */
/* Register Status - same as loginStatus for visual parity */
#redeemStatus {
  text-align: center;
  font-weight: bold;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
}

#redeemStatus.success {
  color: #2e7d32;
  background: #e6ffe6 url('../images/success.gif') no-repeat 8px center;
  background-size: 16px 16px;
  padding: 6px 3px 6px 0;
}

#redeemStatus.loading {
  background: #fff9e6 url('../images/loading.gif') no-repeat 8px center;
  background-size: 16px 16px;
  padding: 6px 3px 6px 0;
}

#redeemStatus.fail {
   color: #b52a2a; /* visible red */
  background: #ffe6e6 url('../images/fail.gif') no-repeat 8px center;
  background-size: 16px 16px;
  padding: 6px 3px 6px 0;
}

/* Claim History Section */
.claim-history-wrapper {
  max-width: 800px;
  margin: 30px auto 60px;
  padding: 20px;
  background-color: rgba(10, 10, 10, 0.75);
  border: 1px solid #caa465;
  border-radius: 10px;
  color: #fff9ec;
  font-family: 'PT Sans Caption', sans-serif;
  box-shadow: 0 0 12px rgba(0,0,0,0.4);
}

.claim-history-wrapper h3 {
  text-align: center;
  color: #f0d9b5;
  margin-bottom: 15px;
  font-size: 20px;
  border-bottom: 1px solid #7a5b3a;
  padding-bottom: 5px;
}

.claim-history-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.claim-history-table th,
.claim-history-table td {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #666;
}

.claim-history-table th {
  background-color: #1a1a1a;
  color: #fce9d0;
}

.claim-history-table td {
  background-color: #111;
  color: #e8d6b3;
}

.claim-history-table tr:hover {
  background-color: #2a2a2a;
}
#claimStatus {
  text-align: center;
  font-weight: bold;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  margin-top: 10px;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

#claimStatus.success {
  color: #2e7d32;
  background: #e6ffe6 url('../images/success.gif') no-repeat 8px center;
  background-size: 16px 16px;
  padding: 6px 3px 6px 26px;
}

#claimStatus.loading {
  background: #fff9e6 url('../images/loading.gif') no-repeat 8px center;
  background-size: 16px 16px;
  padding: 6px 3px 6px 26px;
  color: #6b4f00;
}

#claimStatus.fail {
  color: #b52a2a;
  background: #ffe6e6 url('../images/fail.gif') no-repeat 8px center;
  background-size: 16px 16px;
  padding: 6px 3px 6px 26px;
}

#claimStatus.hidden {
  opacity: 0;
}
/* Pagination Claim History */

#claimPagination {
  text-align: center;
  margin-top: 10px;
}
#claimPagination button {
  background: #1c1c1c;
  border: 1px solid #caa465;
  color: #f0e0c0;
  margin: 2px;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
}
#claimPagination button.active {
  background: #caa465;
  color: #000;
  font-weight: bold;
}