body {
  background: #0b0c0e url("img/noir-dark-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  color: #dcdcdc;
  font-family: "Courier New", monospace;
}

.a,.a:hover {
  text-decoration: none;
  color: red !important;
}

.topbar {
  background: rgba(0,0,0,0.95);
  border-bottom: 3px solid #8a1a1a;
  padding: 15px 0;
}

.topbar .brand {
  font-size: 1.5rem;
  color: #d32f2f;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.topbar nav ul li {
  margin-left: 20px;
}

.topbar nav ul li a {
  text-decoration: none;
  color: #aaa;
  transition: 0.3s;
}

.topbar nav ul li a:hover {
  color: #d32f2f;
}

.hero {
  min-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.7);
  text-align: center;
}

.hero h1 {
  font-size: 3rem;
  color: #fff;
  text-shadow: 0 0 15px #000;
}

.hero p {
  color: #bbb;
}

.login-folder {
  background: #1a1a1d;
  color: #e0e0e0;
  border: 2px solid #333;
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(0,0,0,0.9);
}

.login-folder h2 {
  margin-bottom: 20px;
  font-weight: bold;
  color: #d32f2f;
}

.login-folder input {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 12px;
  border: 1px solid #444;
  background: #0d0d0f;
  color: #e0e0e0;
}

.login-folder input:focus {
  border-color: #d32f2f;
  outline: none;
}

.login-folder button {
  background: #d32f2f;
  color: #fff;
  border: none;
  padding: 12px 20px;
  width: 100%;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.login-folder button:hover {
  background: #9a1212;
}

.login-folder .switch {
  text-align: center;
  font-size: 0.9rem;
  color: #aaa;
}

.login-folder .switch a {
  color: #d32f2f;
  text-decoration: none;
  font-weight: bold;
}

.login-folder .switch a:hover {
  text-decoration: underline;
}


.bulletin-board {
  background: #111;
  border: 2px solid #333;
  border-radius: 8px;
  min-height: 250px;
  position: relative;
}

.bulletin-board h2 {
  margin-bottom: 15px;
  color: #ffcc00;
}

.note {
  background: #222;
  color: #ddd;
  padding: 12px;
  margin: 12px;
  border-left: 4px solid #d32f2f;
  transform: rotate(-1deg);
  box-shadow: 3px 3px 8px rgba(0,0,0,0.8);
  font-family: "Courier New", monospace;
}

.stats {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.paper {
  background: #1b1b1e;
  color: #e0e0e0;
  padding: 15px 25px;
  border: 1px solid #333;
  border-radius: 4px;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.7);
}

.footer {
  background: rgba(0,0,0,0.95);
  border-top: 3px solid #8a1a1a;
  font-size: 0.85rem;
  color: #777;
}
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

.announcement {
  background: #1a1a1d;
  color: #e0e0e0;
  border: 2px solid #333;
  border-radius: 8px;
  box-shadow: 0 0 25px rgba(0,0,0,0.9);
  padding: 25px 35px;
  max-width: 450px;
  text-align: center;
  font-family: "Courier New", monospace;
}

.announcement p {
  margin-bottom: 20px;
  font-size: 1.5rem;
  color: #ccc;
}

.announcement button {
  background: #d32f2f;
  border: none;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.announcement button:hover {
  background: #9a1212;
}

.rank-symbol {
  font-size: 1.2rem;
  color: #ffd700;
  margin-right: 1px;
}
.rank-symbol-fed {
  font-size: 1.2rem;
  color: #61ABFA;
  margin-right: 1px;
}

.nav-tabs {
  border-bottom: 1px solid #660000;
}

.nav-tabs .nav-link {
  background: transparent;
  border: none;
  color: #888;
  font-weight: bold;
  border-radius: 0;
  padding: 8px 16px;
}

.nav-tabs .nav-link:hover {
  color: #fff;
  background: #222;
}

.nav-tabs .nav-link.active {
  color: #fff;
  background: #660000;
  border: none;
}
.case-card {
  background: rgba(20,20,20,0.95);
  border: 2px solid #333;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.7);
  display: flex;
  flex-direction: row;
  min-height: 200px;
}

.case-folder {
  background: #111;
  padding: 15px;
  width: 180px;
  text-align: center;
  position: relative;
}

.case-folder img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0,0,0,0.8);
}

.case-folder .folder-number {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #660000;
  color: #fff;
  font-weight: bold;
  padding: 3px 8px;
  font-size: 0.9rem;
  border-radius: 3px;
}

.case-folder .no-photo {
  font-size: 0.8rem;
  color: #aaa;
  border: 1px dashed #444;
  padding: 30px 10px;
  border-radius: 4px;
}

.case-content {
  flex: 1;
  padding: 20px;
}

.case-content h4 {
  margin-bottom: 10px;
  color: #d32f2f;
}

.case-content .case-summary {
  font-size: 0.9rem;
  color: #ccc;
  line-height: 1.5;
}

.case-content .btn {
  font-weight: bold;
  border-radius: 4px;
}
