/* =====================================
   Sustainable Farming – Dark Theme CSS
   Professional Journal UI
===================================== */

/* ---------- Global ---------- */
body {
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  background: #0b0f14;
  color: #e5e7eb;
  line-height: 1.7;
}

a {
  color: #60a5fa;
}

a:hover {
  color: #93c5fd;
  text-decoration: underline;
}

/* ---------- Header / Topbar ---------- */
.topbar {
  background: linear-gradient(90deg, #020617, #020617);
  border-bottom: 1px solid #1f2933;
  color: #fff;
}

.logo {
  height: 50px;
  filter: drop-shadow(0 0 4px rgba(255,255,255,0.2));
}

.ticker-label {
  background: #facc15;
  color: #000;
  padding: 3px 12px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.8rem;
}

/* ---------- Main Title ---------- */
h1 {
  color: #f9fafb;
  letter-spacing: 2px;
}

/* ---------- Cards ---------- */
.card {
  background: #020617;
  border: 1px solid #1f2933;
  color: #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 0 18px rgba(0,0,0,0.6);
}

/* ---------- News Cards ---------- */
.news-card {
  transition: all 0.3s ease;
}

.news-card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 0 30px rgba(59,130,246,0.25);
}

.news-card .card-title {
  color: #60a5fa;
  font-weight: 600;
}

/* ---------- Ticker ---------- */
.ticker {
  background: #020617;
  border-top: 1px solid #1f2933;
  border-bottom: 1px solid #1f2933;
  padding: 10px 0;
  overflow: hidden;
}

.ticker-track {
  overflow: hidden;
  white-space: nowrap;
}

.ticker-track p {
  display: inline-block;
  padding-left: 100%;
  animation: ticker 18s linear infinite;
}

@keyframes ticker {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

/* ---------- Feature Card ---------- */
.feature-card {
  background: linear-gradient(135deg, #020617, #020617);
}

.feature-title {
  font-weight: 700;
  color: #93c5fd;
}

.badge {
  background: linear-gradient(90deg, #2563eb, #22c55e);
}

/* ---------- Mini Cards ---------- */
.mini-card {
  background: #020617;
  border: 1px solid #1f2933;
}

/* ---------- Section Titles ---------- */
.section-title {
  font-weight: 700;
  border-left: 5px solid #60a5fa;
  padding-left: 12px;
  margin-bottom: 15px;
  color: #f9fafb;
}

/* ---------- Page Content ---------- */
.page-content {
  margin-top: 40px;
}

/* ---------- Editorial Board ---------- */
#board ul {
  padding-left: 18px;
}

#board li {
  margin-bottom: 6px;
}

/* ---------- Archives ---------- */
#archives {
  padding: 20px;
}

#archives summary {
  font-weight: 600;
  cursor: pointer;
  color: #93c5fd;
}

#archives li {
  margin-bottom: 6px;
}

/* ---------- Back To Top ---------- */
.back-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: linear-gradient(135deg, #2563eb, #22c55e);
  border: none;
  box-shadow: 0 0 15px rgba(34,197,94,0.6);
}

.back-btn.visible {
  display: flex;
}

/* ---------- Footer ---------- */
.footer {
  background: #020617;
  border-top: 1px solid #1f2933;
  font-size: 0.9rem;
}

.footer a {
  color: #93c5fd;
}

.footer a:hover {
  color: #fff;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .logo {
    height: 40px;
  }

  h1 {
    font-size: 1.9rem;
  }

  .feature-title {
    font-size: 1.3rem;
  }
}
.download-link{
  color: #00ffcc;
  font-weight: 600;
  margin-left: 10px;
  text-decoration: none;
}

.download-link:hover{
  text-decoration: underline;
  color: #00ffaa;
}
.download-link {
  color: #00ffcc;
  font-weight: 600;
  margin-left: 10px;
  font-size: 0.9rem;
  text-decoration: none;
}

.download-link:hover {
  text-decoration: underline;
  color: #00ffaa;
}
2000 × 600 px
Transparent background
SVG or PNG
