:root { color-scheme: dark; }
body {
  background: #09090d; color: #fff;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.7; margin: 0; padding: 64px 24px 96px;
}
main { max-width: 680px; margin: 0 auto; }
h1 { font-size: 1.9rem; font-weight: 800; margin-bottom: 0.25rem; }
h2 { font-size: 1.2rem; font-weight: 700; margin-top: 2.5rem; color: #9c87ff; }
h3 { font-size: 1rem; font-weight: 700; margin-top: 1.8rem; color: rgba(255,255,255,0.9); }
p, li { color: rgba(255,255,255,0.75); font-size: 0.97rem; }
.updated { color: rgba(255,255,255,0.4); font-size: 0.85rem; margin-bottom: 0.4rem; }
.byline { color: rgba(255,255,255,0.55); font-size: 0.85rem; margin-bottom: 2rem; }
.byline a { color: #9c87ff; }
ul, ol { padding-left: 1.2rem; }
li { margin-bottom: 0.5rem; }
a { color: #e0211a; text-decoration: none; }
a:hover { text-decoration: underline; }
a.back { color: #9c87ff; font-size: 0.9rem; }
.cta {
  margin-top: 3rem; padding: 22px; border-radius: 16px;
  border: 1px solid rgba(124,92,255,0.3); background: rgba(124,92,255,0.08);
}
.cta a {
  display: inline-block; margin-top: 10px; padding: 10px 18px; border-radius: 999px;
  background: #e0211a; color: #fff; font-weight: 600; font-size: 0.9rem;
}
.callout {
  margin: 1.5rem 0; padding: 16px 18px; border-radius: 12px;
  border-left: 3px solid #9c87ff; background: rgba(124,92,255,0.07); font-size: 0.93rem;
}
details { margin: 1rem 0; border-radius: 10px; border: 1px solid rgba(255,255,255,0.08); overflow: hidden; }
summary { padding: 14px 16px; cursor: pointer; font-weight: 600; font-size: 0.95rem; background: rgba(255,255,255,0.03); }
summary:hover { background: rgba(255,255,255,0.06); }
details[open] summary { border-bottom: 1px solid rgba(255,255,255,0.08); }
details .faq-body { padding: 14px 16px; font-size: 0.93rem; color: rgba(255,255,255,0.75); }
.newsletter {
  margin: 2.5rem 0; padding: 20px 22px; border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.03);
}
.newsletter p { margin-top: 0; font-size: 0.9rem; }
.newsletter-form { display: flex; flex-wrap: wrap; gap: 8px; }
.newsletter-form input[type="email"] {
  flex: 1; min-width: 180px; padding: 10px 14px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.15); background: rgba(0,0,0,0.3); color: #fff; font-size: 0.9rem;
}
.newsletter-form button {
  padding: 10px 18px; border-radius: 999px; border: none; background: #e0211a;
  color: #fff; font-weight: 600; font-size: 0.9rem; cursor: pointer; white-space: nowrap;
}
.newsletter-form button:disabled { opacity: 0.6; cursor: default; }
.newsletter-status { width: 100%; font-size: 0.85rem; color: #9c87ff; margin: 6px 0 0; }
.section-label {
  margin-top: 2.5rem; font-size: 0.78rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.06em; color: rgba(255,255,255,0.4);
}
.post {
  display: flex; gap: 14px; align-items: flex-start;
  margin: 0.9rem 0; padding: 12px; border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.07); background: rgba(255,255,255,0.02);
  transition: border-color 0.15s ease, background 0.15s ease;
}
.post:hover { border-color: rgba(224,33,26,0.35); background: rgba(255,255,255,0.04); text-decoration: none; }
.post img.cover {
  width: 96px; height: 54px; border-radius: 8px; object-fit: cover; flex-shrink: 0;
  border: 1px solid rgba(255,255,255,0.08);
}
.post h2 { margin: 0; font-size: 1.02rem; font-weight: 700; color: #fff; }
.post p { margin: 5px 0 0; font-size: 0.86rem; line-height: 1.5; }
.cover-hero {
  width: 100%; max-width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover;
  border-radius: 16px; border: 1px solid rgba(255,255,255,0.1); margin: 1.5rem 0 0.5rem;
}
.share-buttons { display: flex; gap: 8px; margin: 1.25rem 0 1.75rem; }
.share-buttons a {
  padding: 7px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.03); color: rgba(255,255,255,0.7); font-size: 0.82rem;
  font-weight: 600; text-decoration: none; transition: border-color 0.15s ease, color 0.15s ease;
}
.share-buttons a:hover { border-color: rgba(224,33,26,0.4); color: #fff; text-decoration: none; }
