body {
  background-color: #0b0f15;
  color: #dbe9ff;
  font-family: Inter, Arial, sans-serif;
  font-family: 'Inter', 'Segoe UI', sans-serif;
  letter-spacing: 0.3px;
}

a, .navigation a:link, .navigation a:visited {
  color: #00eaff;
  transition: 0.2s ease;
}

a:hover {
  color: #ffd700;
}

.tborder, .thead, .tcat, .trow1, .trow2, .tfoot {
  background-color: #111826;
  border: 1px solid #00eaff;
  color: #dbe9ff;
}

.thead {
  background-color: #101520;
  border-bottom: 2px solid #00eaff;
  color: #00eaff;
  font-weight: bold;
  text-transform: uppercase;
}

.tcat {
  background-color: #0e141f;
  border-bottom: 1px solid #00eaff;
}

.trow1 {
  background-color: #0d121b;
}

.trow2 {
  background-color: #111826;
}

.tfoot {
  background-color: #101520;
  color: #00eaff;
}

button, input[type="submit"], input[type="button"] {
  background-color: #00eaff;
  color: #0b0f15;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  padding: 6px 12px;
  transition: 0.2s ease;
}

button:hover, input[type="submit"]:hover, input[type="button"]:hover {
  background-color: #ffd700;
  color: #0b0f15;
}

input, select, textarea {
  background-color: #0d121b;
  color: #dbe9ff;
  border: 1px solid #00eaff;
  border-radius: 4px;
}

.navigation, .breadcrumb {
  background-color: #101520;
  border-bottom: 1px solid #00eaff;
  padding: 8px;
}

.page {
  background-color: #0b0f15;
}

tfoot a, .tfoot a:visited {
  color: #00eaff;
}

tfoot a:hover {
  color: #ffd700;
}

/* === LUMIN ARCHIVE — HEADER === */
#logo {
  background-color: #0b0f15;
  color: #00eaff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 25px 0;
  border-bottom: 2px solid #00eaff;
  text-shadow: 0 0 10px #00eaff, 0 0 20px #00eaff;
}

#logo a {
  color: #00eaff !important;
  text-decoration: none;
}

/* === LUMIN ARCHIVE — BANNER IMAGE === */
#logo img {
  display: block;
  margin: 10px auto 0 auto;
  max-width: 65%;
  height: auto;
  filter: drop-shadow(0 0 10px #00eaffcc);
  transition: transform 0.3s ease, filter 0.3s ease;
}

#logo img:hover {
  transform: scale(1.02);
  filter: drop-shadow(0 0 20px #00eaff);
}

/* Responsive scaling */
@media (max-width: 768px) {
  #logo img {
    max-width: 85%;
    margin-top: 5px;
  }
}

#container {
  width: 85%;
  margin: 20px auto;
  background-color: #0b0f15;
  border: 1px solid #00eaff33;
  border-radius: 6px;
  box-shadow: 0 0 15px #00eaff22;
  padding: 15px;
}

/* === TEXT & SPACING === */
body, td, th, p {
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #dbe9ff;
}

a {
  text-decoration: none;
}

.forum_status {
  display: none; /* hides old MyBB status icons */
}

.thead {
  border-radius: 4px 4px 0 0;
  text-shadow: 0 0 5px #00eaff;
}

.tcat {
  text-shadow: 0 0 5px #00eaff77;
}

/* === NAVIGATION CLEANUP === */
.navigation {
  text-align: center;
  margin: 0 auto 10px auto;
  padding: 10px 0;
}

.navigation a {
  display: inline-block;
  margin: 0 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  color: #00eaff;
  text-shadow: 0 0 10px #00eaff;
}

.navigation a:hover {
  color: #ffd700;
  text-shadow: 0 0 12px #ffd700;
}

/* === SMOOTH PAGE SPACING === */
#container {
  margin-top: 30px;
  padding-top: 10px;
  border-radius: 8px;
}

#logo {
  font-size: 32px;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

#content {
  padding: 15px 20px;
}

/* === HORIZONTAL NAV BAR === */
.navigation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto 15px auto;
  padding: 10px 0;
  list-style: none;
}

.navigation a {
  display: inline-block;
  color: #00eaff;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 0 10px #00eaff;
  transition: 0.2s ease;
}

.navigation a:hover {
  color: #ffd700;
  text-shadow: 0 0 12px #ffd700;
}

/* === PANEL DEPTH === */
.trow1, .trow2, .tcat, .thead {
  border-radius: 6px;
  box-shadow: 0 0 12px #00eaff22;
}
/* === LUMIN ARCHIVE — GLOW DIVIDER === */
#logo::after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  margin: 10px auto 0 auto;
  background: linear-gradient(90deg, transparent, #00eaffaa, transparent);
  box-shadow: 0 0 10px #00eaff55;
  border-radius: 4px;
}
/* === LUMIN ARCHIVE — NAV BAR === */
#main-nav {
  background: #0b0f15;
  border-bottom: 1px solid #00eaff;
  padding: 12px 0;
  box-shadow: 0 0 20px #00eaff33;
}
.navigation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation a {
  color: #00eaff;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 0 8px #00eaff;
  transition: 0.2s ease;
}
.navigation a:hover {
  color: #ffd700;
  text-shadow: 0 0 12px #ffd700;
}
/* === LUMIN ARCHIVE FOOTER === */
#lumin-footer {
  background: #0b0f15;
  border-top: 2px solid #00eaff;
  text-align: center;
  padding: 25px 10px;
  box-shadow: 0 -2px 20px #00eaff22;
  color: #dbe9ff;
  font-family: 'Inter', sans-serif;
}

#lumin-footer .footer-title {
  font-size: 22px;
  color: #00eaff;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 0 0 12px #00eaffaa;
  margin-bottom: 8px;
}

#lumin-footer .footer-line {
  font-size: 14px;
  color: #a8bfe6;
  margin-bottom: 10px;
}

#lumin-footer .footer-links a {
  color: #00eaff;
  text-decoration: none;
  margin: 0 8px;
  transition: color 0.3s ease;
}

#lumin-footer .footer-links a:hover {
  color: #ffd700;
}

#lumin-footer .footer-copy {
  font-size: 12px;
  color: #7a8fb8;
  margin-top: 8px;
}
/* === POST THREAD FORM FIX — LUMIN ARCHIVE STYLE === */
table.tborder.post_table {
  width: 90% !important;
  margin: 20px auto;
  border: 1px solid #00eaff55;
  background-color: #0b0f15;
  box-shadow: 0 0 15px #00eaff22;
  border-radius: 6px;
}

.trow1 textarea, .trow2 textarea, .trow1 input[type="text"], .trow2 input[type="text"] {
  width: 98% !important;
  background-color: #0d121b;
  color: #dbe9ff;
  border: 1px solid #00eaff77;
  border-radius: 4px;
  padding: 8px;
  font-size: 15px;
}

.editor_control_bar, .messageEditor {
  background-color: #101520 !important;
  border: 1px solid #00eaff33;
  border-radius: 4px;
}

.smilie_table {
  background: #0b0f15;
  border: 1px solid #00eaff33;
  border-radius: 6px;
}

input[type="submit"], input[type="button"] {
  background-color: #00eaff;
  color: #0b0f15;
  border-radius: 4px;
  padding: 6px 12px;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.2s ease;
}

input[type="submit"]:hover, input[type="button"]:hover {
  background-color: #ffd700;
  color: #0b0f15;
}
#quick_login {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  max-width: 90vw;
  background: #0b0f15;
  border: 1px solid #00e5ff;
  border-radius: 6px;
  padding: 14px;
  z-index: 10000;
  display: none;
}