.ann-hero {
  min-height: 32vh;
  border-bottom: 1px solid rgba(255, 186, 104, 0.25);
  background: radial-gradient(circle at top, rgba(255, 186, 104, 0.22), transparent 60%),
    radial-gradient(circle at bottom, rgba(255, 140, 0, 0.18), transparent 60%),
    linear-gradient(135deg, rgba(12, 12, 16, 0.96), rgba(8, 8, 12, 0.98));
}

.ann-hero__title {
  letter-spacing: 0.32em;
}

.ann-timeline {
  position: relative;
  padding-left: 2.75rem;
}

.ann-timeline::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  bottom: 0.75rem;
  left: 1.1rem;
  width: 2px;
  background: linear-gradient(to bottom, rgba(255, 186, 104, 0.85), rgba(255, 140, 0, 0.35));
  opacity: 0.9;
}

.ann-entry {
  position: relative;
  padding: 1.25rem 1.5rem 1.5rem;
  margin-bottom: 0.9rem;
  background: radial-gradient(circle at top left, rgba(255, 186, 104, 0.12), transparent 60%),
    radial-gradient(circle at bottom right, rgba(255, 140, 0, 0.08), transparent 60%),
    rgba(10, 10, 14, 0.94);
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 186, 104, 0.25);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.55);
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.ann-entry::before {
  content: "";
  position: absolute;
  left: -1.9rem;
  top: 1.6rem;
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 999px;
  border: 2px solid rgba(255, 186, 104, 0.9);
  background: radial-gradient(circle at center, #ffbf73, #e29a42);
  box-shadow: 0 0 10px rgba(255, 186, 104, 0.6);
}

.ann-entry:hover {
  border-color: rgba(255, 186, 104, 0.8);
  transform: translateY(-2px);
  box-shadow: 0 26px 40px rgba(0, 0, 0, 0.65);
}

.ann-entry__date {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: #ffbf73;
}

.ann-entry__title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 0.35rem;
  margin-bottom: 0.85rem;
  color: #e5e7eb;
}

.ann-entry__body {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #e5e7eb;
}

.ann-entry__body ul {
  list-style-type: disc;
  margin-left: 1.25rem;
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
}

.ann-entry__body li {
  margin-bottom: 0.25rem;
}

.ann-entry__body strong {
  color: #ffe2ba;
}

.ann-entry__body img {
  display: block;
  max-width: 100%;
  width: min(100%, 720px);
  height: auto;
  border-radius: 0.75rem;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.55);
}

.ann-entry__meta {
  margin-top: 1rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: #9ca3af;
}

@media (min-width: 768px) {
  .ann-entry {
    padding: 1.5rem 1.75rem 1.75rem;
  }
}
