::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-thumb { background: #232838; border-radius: 4px; }

.font-display { font-family: 'Space Grotesk', sans-serif; }
.font-mono { font-family: 'JetBrains Mono', monospace; }

/* Signature element: signal bars eyebrow marker */
.signal-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FF6B35;
}
.signal-eyebrow .bars { display: inline-flex; align-items: flex-end; gap: 2px; margin-right: 6px; }
.signal-eyebrow .bars span { width: 3px; background: #FF6B35; display: block; border-radius: 1px; }
.signal-eyebrow .bars span:nth-child(1) { height: 6px; }
.signal-eyebrow .bars span:nth-child(2) { height: 10px; }
.signal-eyebrow .bars span:nth-child(3) { height: 14px; }
.signal-eyebrow .bars span:nth-child(4) { height: 8px; opacity: .35; }

/* Post content typography */
.prose-custom { color: #C7CCD9; line-height: 1.8; font-size: 1.05rem; }
.prose-custom h2 { font-family: 'Space Grotesk', sans-serif; color: #fff; font-weight: 700; font-size: 1.5rem; margin-top: 2.2rem; margin-bottom: 0.8rem; }
.prose-custom h3 { font-family: 'Space Grotesk', sans-serif; color: #fff; font-weight: 600; font-size: 1.2rem; margin-top: 1.8rem; margin-bottom: 0.6rem; }
.prose-custom p { margin-bottom: 1.1rem; }
.prose-custom ul, .prose-custom ol { margin: 1rem 0 1.1rem 1.4rem; }
.prose-custom li { margin-bottom: 0.5rem; }
.prose-custom strong { color: #fff; font-weight: 600; }
.prose-custom a { color: #00D9C0; text-decoration: underline; text-underline-offset: 2px; }
.prose-custom img { border-radius: 12px; margin: 1.5rem 0; }
.prose-custom blockquote { border-left: 3px solid #FF6B35; padding-left: 1rem; color: #8B93A7; font-style: italic; margin: 1.2rem 0; }

.ad-slot { display: flex; justify-content: center; align-items: center; overflow: hidden; }

.card-hover { transition: border-color .2s ease, transform .2s ease; }
.card-hover:hover { border-color: #FF6B35; transform: translateY(-2px); }
