  body {
    background: #000000;
    margin: 0;
    font-family: "Quattrocento", serif;
  }

  .container {
    width: 540px;
    margin: 0 auto;
    box-shadow: 0 0 120px #142a3a, 0 0 20px #4a6d84;
  }

  .header {
    width: 540px;
    height: 365px;
    background: #040b13 url('header.png') no-repeat center top;
    position: relative;
  }

  .title {
    position: absolute;
    top: 260px;
    left: 35px;
    font-family: "Cinzel Decorative", serif;
    font-weight: 400;
    font-size: 50px;
    color: #ffffff;
  }

  nav {
    position: absolute;
    top: 330px;
    width: 540px;
  }

  nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
    font-family: "Cinzel", serif;
    font-weight: 400;
    font-size: 17px;
  }

  nav ul li a {
    color: #c6d8e1;
    text-decoration: none;
    position: relative;
    padding: 4px 10px;
  }

  nav ul li a:hover {
    color: #ffffff;
  }

/* Feathered/blurred oval background on hover */
nav ul li a::before {
content: "";
position: absolute;
inset: -6px -12px; /* slightly larger so it extends beyond the text */
background: #546774;
border-radius: 40px;
filter: blur(25px);
opacity: 0;
transition: opacity 0.3s ease;
z-index: 0; /* now above the container, but below the text */
}
nav ul li a:hover::before {
opacity: .5;
}

  .content {
    padding: 20px;
    background: #040b13;
    font-family: "Quattrocento", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #376077;
  }

  .content a {
    color: #a4c2d5;
    text-decoration: none;
    border-bottom: 1px dotted transparent;
  }
  .content a:hover {
    color: #142a3a;
    border-bottom: 1px dotted #142a3a;
  }

  h1, h2, h3 {
    font-family: "Cinzel Decorative", serif;
    font-weight: 400;
    margin-top: 0;
  }
  h1 { font-size: 30px; color: #a4c2d5; }
  h2 { font-size: 26px; color: #546774; }
  h3 { font-size: 22px; color: #376077; }

  .footer {
    padding: 20px;
    background: #040b13;
    font-family: "Quattrocento", serif;
    font-weight: 400;
    font-size: 14px;
    color: #a4c2d5;
  }

  .footer a {
    color: #a4c2d5;
    text-decoration: none;
    border-bottom: 1px dotted #a4c2d5;
  }
  .footer a:hover {
    color: #376077;
    border-bottom: 1px dotted #376077;
  }


/* ==================================================
   WEBRING
   ================================================== */

#fanlistings {
  font-family: "Quattrocento", serif;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 13px;
  font-style: normal;
}


#codes {
    margin: 0 auto;
    text-align: center;
}

#codes img {
    display: inline-block;
    margin: 3px;
    padding: 1px;
    box-shadow: 0 0 5px #4a6d84;
}



.samplelink {
    width: 400px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #000000;
    background-color: #000000;
    color: #aabbcf;
    font-family: "Quattrocento", serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
    text-align: center;
    border-radius: 20px;
}

.copy-button {
    width: 100px;
    margin: 10px auto 0 auto !important;
    padding: 10px !important;
    border: 1px solid #000000;
    background-color: #000000;
    color: #aabbcf;
    font-family: "Quattrocento", serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
    text-align: center;
    transition: background 0.2s;
    border-radius: 20px;
}

.copy-button:hover {
    background-color: #000000;
    color: #54a0cc;
}




.custom_input {
  display: flex;
  align-items: center;
  margin-bottom: 5px !important;
}

.custom_input label {
  width: 120px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
  font-family: "Quattrocento", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
}

.custom_input .input,
form[class^="show_"] input[type="text"],
form[class^="show_"] input[type="email"],
form[class^="show_"] input[type="password"],
form[class^="show_"] input[type="url"],
form[class^="show_"] select,
form[class^="show_"] textarea {
  width: 300px;
  display: block;
  padding: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  background: #000000;
  color: #7ea1c8;
  border: 1px solid #000;
  outline: none;
  box-sizing: border-box;
  transition: 0.3s ease;
    box-shadow: 0 0 5px #4a6d84;
}

/* Buttons */
.custom_input input[type="submit"],
form[class^="show_"] input[type="submit"],
form[class^="show_"] input[type="reset"] {
  width: auto;
  padding: 10px 20px;
  margin-top: 10px;
  background: #000000;
  color: #7ea1c8;
  border: 1px solid #000;
  transition: background 0.3s;
    box-shadow: 0 0 5px #4a6d84;
}

.custom_input input[type="submit"]:hover,
form[class^="show_"] input[type="submit"]:hover,
form[class^="show_"] input[type="reset"]:hover {
  background: #000000;
}

/* Form structure */
form[class^="show_"] p {
  margin-bottom: 15px;
}

form[class^="show_"] span[class$="_label"] {
  display: block;
  margin-bottom: 5px;
  font-family: "Quattrocento", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  color: #7ea1c8;
}

form[class^="show_"] textarea {
  min-height: 60px;
  resize: vertical;
}

form[class^="show_"] select {
  margin-bottom: 5px;
}

/* Radio & Checkbox */
form[class^="show_"] input[type="radio"],
form[class^="show_"] input[type="checkbox"] {
  margin-right: 5px;
  vertical-align: middle;
}

form[class^="show_"] span[class*="_field_label"] {
  display: inline;
  margin-left: 5px;
  font-weight: normal;
}

/* Groups */
.show_join_email_settings_yes,
.show_join_email_settings_no,
.show_update_email_settings_leave,
.show_update_email_settings_yes,
.show_update_email_settings_no,
.show_join_send_account_info_yes {
  display: block !important;
  margin: 3px 0;
}

/* Password fields */
.show_join_password_field,
.show_update_password_field,
.show_join_password_field2,
.show_update_password_field2 {
  width: 300px;
  display: block;
}

.show_join_password_field2,
.show_update_password_field2 {
  margin-top: 5px;
}