/* ═══════════════════════════════════════════════════════════════════
   ORBITAL RADAR — BLOG STYLES (blog-styles.css)
   Extends library-styles.css. Uses same design tokens:
   - Background: #070a18
   - Gold accent: #ffe060
   - Cyan accent: #60eafe
   - Body font: 'JetBrains Mono'
   - Display font: 'Orbitron'
   - Card bg: rgba(18,20,34,0.6)
   - Border: rgba(255,224,96,0.1)
   ═══════════════════════════════════════════════════════════════════ */

/* ── READING PROGRESS BAR ────────────────────────────────── */
.or-blog-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 200;
  background: transparent;
  pointer-events: none;
}

.or-blog-progress-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #60eafe, #ffe060);
  transition: width 0.1s linear;
  border-radius: 0 2px 2px 0;
  box-shadow: 0 0 8px rgba(96, 234, 254, 0.4);
}

/* ── BLOG HUB — HERO ─────────────────────────────────────── */
.or-blog-hero {
  text-align: center;
  padding: 56px 0 32px;
}

.or-blog-hero h1 {
  font-family: 'Orbitron', monospace;
  font-weight: 700;
  font-size: clamp(28px, 5vw, 48px);
  color: #ffe060;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 16px;
  text-shadow: 0 0 40px rgba(255, 224, 96, 0.15);
}

.or-blog-hero-sub-title {
  display: block;
  font-size: 0.38em;
  font-family: 'JetBrains Mono', monospace;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.5px;
  margin-top: 8px;
}

.or-blog-hero-desc {
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.82);
  max-width: 620px;
  margin: 0 auto 20px;
  line-height: 1.7;
}

.or-blog-hero-desc strong {
  color: #ffe060;
  font-weight: 600;
}

.or-blog-signal-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4cff8e;
  box-shadow: 0 0 8px rgba(76, 255, 142, 0.5);
  animation: or-blog-pulse 2s ease-in-out infinite;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

@keyframes or-blog-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.7); }
}

.or-blog-hero-signal {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Orbitron', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #4cff8e;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 6px 16px;
  background: rgba(76, 255, 142, 0.06);
  border: 1px solid rgba(76, 255, 142, 0.15);
  border-radius: 999px;
}

.or-blog-hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 8px;
}

.or-blog-rss-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 224, 96, 0.7);
  text-decoration: none;
  border: 1px solid rgba(255, 224, 96, 0.2);
  border-radius: 10px;
  background: rgba(255, 224, 96, 0.04);
  transition: all 0.2s;
}

.or-blog-rss-btn:hover {
  color: #ffe060;
  border-color: rgba(255, 224, 96, 0.4);
  background: rgba(255, 224, 96, 0.08);
}

/* ── CATEGORY FILTER PILLS ───────────────────────────────── */
.or-blog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  padding: 0 0 32px;
}

.or-blog-filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 16px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s;
}

.or-blog-filter-pill:hover {
  color: var(--pill-color, #ffe060);
  border-color: var(--pill-color, rgba(255, 224, 96, 0.3));
  background: rgba(255, 255, 255, 0.05);
}

.or-blog-filter-pill.active {
  color: var(--pill-color, #ffe060);
  border-color: var(--pill-color, rgba(255, 224, 96, 0.4));
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 12px rgba(255, 224, 96, 0.06);
}

/* ── PILL (inline label) ─────────────────────────────────── */
.or-blog-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 12px;
  font-family: 'Orbitron', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--pill-color, #ffe060);
  border: 1px solid color-mix(in srgb, var(--pill-color, #ffe060) 25%, transparent);
  background: color-mix(in srgb, var(--pill-color, #ffe060) 6%, transparent);
  border-radius: 6px;
  transition: all 0.2s;
}

.or-blog-pill:hover {
  border-color: color-mix(in srgb, var(--pill-color, #ffe060) 45%, transparent);
  background: color-mix(in srgb, var(--pill-color, #ffe060) 10%, transparent);
}

.or-blog-pill-sm {
  font-size: 9px;
  padding: 3px 10px;
  margin-bottom: 6px;
}

/* ── FEATURED POST CARD ──────────────────────────────────── */
.or-blog-featured-wrap {
  margin-bottom: 36px;
}

.or-blog-featured {
  display: block;
  position: relative;
  min-height: 340px;
  border-radius: 18px;
  border: 1px solid rgba(255, 224, 96, 0.12);
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, rgba(96, 234, 254, 0.06), rgba(255, 224, 96, 0.04));
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.or-blog-featured::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(7, 10, 24, 0.92) 85%);
  z-index: 1;
  pointer-events: none;
}

.or-blog-featured:hover {
  border-color: rgba(255, 224, 96, 0.3);
  transform: translateY(-3px);
  box-shadow:
    0 12px 48px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 224, 96, 0.06) inset,
    0 0 30px rgba(255, 224, 96, 0.04);
}

.or-blog-featured-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 32px;
}

.or-blog-featured-title {
  font-family: 'Orbitron', monospace;
  font-weight: 700;
  font-size: clamp(18px, 3vw, 28px);
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.3;
  margin: 10px 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}

.or-blog-featured-excerpt {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
  max-width: 600px;
  margin-bottom: 12px;
}

.or-blog-featured-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
}

.or-blog-sep {
  opacity: 0.3;
}

/* ── POST GRID ───────────────────────────────────────────── */
.or-blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.or-blog-card {
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  border: 1px solid rgba(255, 224, 96, 0.08);
  background: rgba(18, 20, 34, 0.6);
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.or-blog-card:hover {
  border-color: rgba(255, 224, 96, 0.25);
  transform: translateY(-2px);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 224, 96, 0.06) inset,
    0 0 20px rgba(96, 234, 254, 0.06);
}

.or-blog-card-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(96, 234, 254, 0.04), rgba(255, 224, 96, 0.03));
  position: relative;
}

.or-blog-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.or-blog-card:hover .or-blog-card-thumb img {
  transform: scale(1.04);
}

.or-blog-card-thumb-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(7, 10, 24, 0.9), rgba(18, 20, 34, 0.8));
  border-bottom: 1px solid rgba(255, 224, 96, 0.06);
  position: relative;
  overflow: hidden;
}

.or-blog-card-thumb-empty::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(96, 234, 254, 0.06) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 30%, rgba(255, 224, 96, 0.04) 0%, transparent 50%);
  animation: or-blog-thumb-glow 6s ease-in-out infinite alternate;
}

@keyframes or-blog-thumb-glow {
  0%   { opacity: 0.4; }
  100% { opacity: 1; }
}

.or-blog-card-thumb-empty::after {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid rgba(255, 224, 96, 0.04);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.or-blog-card-thumb-icon {
  font-size: 42px;
  opacity: 0.3;
  position: relative;
  z-index: 1;
  filter: saturate(0.7);
  transition: all 0.3s;
}

.or-blog-card:hover .or-blog-card-thumb-icon {
  opacity: 0.5;
  transform: scale(1.1);
  filter: saturate(1);
}

.or-blog-card-body {
  padding: 18px 20px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.or-blog-card-title {
  font-family: 'Orbitron', monospace;
  font-weight: 700;
  font-size: 14px;
  color: #ffe060;
  letter-spacing: 0.6px;
  line-height: 1.35;
  margin-bottom: 8px;
}

.or-blog-card-excerpt {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
  flex: 1;
  margin-bottom: 12px;
  /* Clamp to 3 lines */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.or-blog-card-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: auto;
}

/* ── LOAD MORE ───────────────────────────────────────────── */
.or-blog-loadmore-wrap {
  text-align: center;
  margin: 40px 0 20px;
}

.or-blog-loadmore {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 32px;
  font-family: 'Orbitron', monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffe060;
  background: rgba(255, 224, 96, 0.06);
  border: 1px solid rgba(255, 224, 96, 0.2);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s;
}

.or-blog-loadmore:hover {
  background: rgba(255, 224, 96, 0.1);
  border-color: rgba(255, 224, 96, 0.4);
  transform: translateY(-1px);
}

.or-blog-loadmore:disabled {
  opacity: 0.5;
  cursor: wait;
}

/* ── NEWSLETTER CTA ──────────────────────────────────────── */
.or-blog-newsletter-cta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 48px 0 24px;
  padding: 24px 28px;
  background: rgba(255, 224, 96, 0.03);
  border: 1px solid rgba(255, 224, 96, 0.12);
  border-radius: 16px;
}

.or-blog-newsletter-icon {
  font-size: 28px;
  flex-shrink: 0;
}

.or-blog-newsletter-title {
  font-family: 'Orbitron', monospace;
  font-size: 14px;
  font-weight: 700;
  color: #ffe060;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.or-blog-newsletter-desc {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
  margin: 0;
}

.or-blog-newsletter-btn {
  flex-shrink: 0;
  padding: 10px 22px;
  font-family: 'Orbitron', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #070a18;
  background: #ffe060;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
}

.or-blog-newsletter-btn:hover {
  background: #fff082;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(255, 224, 96, 0.25);
}

/* ── FOOTER CONTAINMENT ──────────────────────────────────── */
/* On blog pages the footer sits outside .or-lib-wrap, so it
   needs its own max-width to match the rest of the layout.   */
.or-lib-footer {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
}

/* ═══════════════════════════════════════════════════════════
   ARTICLE PAGE — INDIVIDUAL POST
   ═══════════════════════════════════════════════════════════ */

.or-blog-article {
  max-width: 740px;
  margin: 0 auto;
  padding-top: 10px;
}

/* ── Article Header ──────────────────────────────────────── */
.or-blog-article-header {
  text-align: center;
  padding: 24px 0 28px;
  border-bottom: 1px solid rgba(255, 224, 96, 0.08);
  margin-bottom: 32px;
}

.or-blog-article-title {
  font-family: 'Orbitron', monospace;
  font-weight: 700;
  font-size: clamp(22px, 4vw, 36px);
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.25;
  margin: 14px 0;
  text-shadow: 0 0 30px rgba(255, 224, 96, 0.08);
}

.or-blog-article-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 16px;
}

.or-blog-meta-by {
  color: rgba(255, 224, 96, 0.65);
}

/* ── Share Buttons ───────────────────────────────────────── */
.or-blog-share {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 4px;
}

.or-blog-share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
}

.or-blog-share-btn:hover {
  color: #ffe060;
  border-color: rgba(255, 224, 96, 0.3);
  background: rgba(255, 224, 96, 0.06);
}

/* ── Hero Image ──────────────────────────────────────────── */
.or-blog-hero-img-wrap {
  position: relative;
  margin: 0 -20px 32px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.or-blog-hero-img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 420px;
  object-fit: cover;
}

.or-blog-hero-credit {
  position: absolute;
  bottom: 8px;
  right: 12px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(7, 10, 24, 0.7);
  padding: 3px 10px;
  border-radius: 6px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

/* ── Body Content ────────────────────────────────────────── */
.or-blog-body {
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.85;
}

.or-blog-body p {
  margin-bottom: 20px;
}

.or-blog-body a {
  color: #60eafe;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(96, 234, 254, 0.3);
  transition: all 0.2s;
}

.or-blog-body a:hover {
  color: #ffe060;
  text-decoration-color: rgba(255, 224, 96, 0.4);
}

.or-blog-body strong {
  color: #ffe060;
  font-weight: 600;
}

.or-blog-h2 {
  font-family: 'Orbitron', monospace;
  font-weight: 700;
  font-size: 18px;
  color: #ffe060;
  letter-spacing: 0.8px;
  margin: 40px 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 224, 96, 0.08);
}

.or-blog-body h3 {
  font-family: 'Orbitron', monospace;
  font-weight: 700;
  font-size: 14px;
  color: rgba(255, 224, 96, 0.85);
  letter-spacing: 0.5px;
  margin: 28px 0 12px;
}

.or-blog-body blockquote {
  margin: 24px 0;
  padding: 16px 20px;
  border-left: 3px solid rgba(96, 234, 254, 0.4);
  background: rgba(96, 234, 254, 0.03);
  border-radius: 0 10px 10px 0;
  font-style: italic;
  color: rgba(255, 255, 255, 0.82);
}

.or-blog-body ul,
.or-blog-body ol {
  margin: 0 0 20px 24px;
  color: rgba(255, 255, 255, 0.85);
}

.or-blog-body li {
  margin-bottom: 8px;
  line-height: 1.7;
}

/* ── Inline Images (figures) ─────────────────────────────── */
.or-blog-figure {
  margin: 28px -10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(7, 10, 24, 0.5);
}

.or-blog-img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 400px;
  object-fit: cover;
}

.or-blog-figcaption {
  padding: 10px 16px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.5;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.or-blog-credit {
  color: rgba(255, 224, 96, 0.4);
}

/* ── Tags ────────────────────────────────────────────────── */
.or-blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  margin-top: 32px;
}

.or-blog-tag {
  display: inline-block;
  padding: 4px 12px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: rgba(96, 234, 254, 0.6);
  background: rgba(96, 234, 254, 0.04);
  border: 1px solid rgba(96, 234, 254, 0.1);
  border-radius: 6px;
}

/* ── FAQ Section ─────────────────────────────────────────── */
.or-blog-faq {
  margin-top: 40px;
  padding-top: 8px;
}

.or-blog-faq-item {
  margin-bottom: 8px;
  border: 1px solid rgba(255, 224, 96, 0.08);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.2s;
}

.or-blog-faq-item[open] {
  border-color: rgba(255, 224, 96, 0.2);
}

.or-blog-faq-q {
  display: block;
  padding: 16px 20px;
  font-family: 'Orbitron', monospace;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 224, 96, 0.85);
  letter-spacing: 0.5px;
  cursor: pointer;
  list-style: none;
  background: rgba(255, 224, 96, 0.02);
  transition: background 0.2s;
}

.or-blog-faq-q::-webkit-details-marker {
  display: none;
}

.or-blog-faq-q::after {
  content: '+';
  float: right;
  font-size: 18px;
  color: rgba(255, 224, 96, 0.3);
  transition: transform 0.2s;
}

.or-blog-faq-item[open] .or-blog-faq-q::after {
  transform: rotate(45deg);
  color: #ffe060;
}

.or-blog-faq-q:hover {
  background: rgba(255, 224, 96, 0.04);
}

.or-blog-faq-a {
  padding: 4px 20px 18px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
}

/* ── Post Navigation (prev/next) ─────────────────────────── */
.or-blog-postnav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 224, 96, 0.08);
}

.or-blog-postnav-link {
  display: flex;
  flex-direction: column;
  padding: 18px 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 224, 96, 0.08);
  background: rgba(18, 20, 34, 0.5);
  text-decoration: none;
  transition: all 0.2s;
}

.or-blog-postnav-link:hover {
  border-color: rgba(255, 224, 96, 0.25);
  background: rgba(18, 20, 34, 0.8);
  transform: translateY(-1px);
}

.or-blog-postnav-next {
  text-align: right;
}

.or-blog-postnav-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.or-blog-postnav-title {
  font-family: 'Orbitron', monospace;
  font-size: 12px;
  font-weight: 700;
  color: #ffe060;
  letter-spacing: 0.5px;
  line-height: 1.35;
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════ */

@media (max-width: 768px) {
  .or-blog-grid {
    grid-template-columns: 1fr;
  }

  .or-blog-featured {
    min-height: 260px;
  }

  .or-blog-featured-content {
    padding: 20px;
  }

  .or-blog-featured-title {
    font-size: 18px;
  }

  .or-blog-newsletter-cta {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  .or-blog-postnav {
    grid-template-columns: 1fr;
  }

  .or-blog-postnav-next {
    text-align: left;
  }

  .or-blog-article {
    padding-top: 4px;
  }

  .or-blog-hero-img-wrap {
    margin: 0 -10px 24px;
  }

  .or-blog-figure {
    margin: 20px -6px;
  }
}

@media (max-width: 480px) {
  .or-blog-filters {
    gap: 6px;
    padding: 0 0 24px;
  }

  .or-blog-filter-pill {
    font-size: 10px;
    padding: 5px 10px;
  }

  .or-blog-article-title {
    font-size: 20px;
  }

  .or-blog-article-meta {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 11px;
  }
}

/* ── Viewport reveal animation (reuse library pattern) ──── */
.or-blog-card,
.or-blog-featured,
.or-blog-newsletter-cta {
  opacity: 0;
  transform: translateY(18px);
  animation: or-blog-reveal 0.5s ease forwards;
}

.or-blog-card:nth-child(1) { animation-delay: 0.05s; }
.or-blog-card:nth-child(2) { animation-delay: 0.1s; }
.or-blog-card:nth-child(3) { animation-delay: 0.15s; }
.or-blog-card:nth-child(4) { animation-delay: 0.2s; }
.or-blog-card:nth-child(5) { animation-delay: 0.25s; }
.or-blog-card:nth-child(6) { animation-delay: 0.3s; }

@keyframes or-blog-reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── Light mode overrides (if theme toggle is active) ───── */

/* ── VISUAL POLISH — scan line + glow effects ───────────── */

/* ── #10 THEME TOGGLE ───────────────────────────────────── */
.or-theme-toggle-btn {
  background: none;
  border: 1px solid rgba(255, 224, 96, 0.15);
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s;
  flex-shrink: 0;
  line-height: 1;
}
.or-theme-toggle-btn:hover {
  border-color: rgba(255, 224, 96, 0.4);
  background: rgba(255, 224, 96, 0.06);
}

/* ── #11 SEARCH ─────────────────────────────────────────── */
.or-blog-search-wrap {
  max-width: 400px;
  margin: 16px auto 0;
  position: relative;
}

.or-blog-search-input-wrap {
  position: relative;
}

.or-blog-search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 224, 96, 0.4);
  pointer-events: none;
}

.or-blog-search-input {
  width: 100%;
  padding: 10px 16px 10px 40px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  color: #e8eaf0;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 224, 96, 0.12);
  border-radius: 12px;
  outline: none;
  transition: all 0.2s;
}

.or-blog-search-input:focus {
  border-color: rgba(255, 224, 96, 0.4);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 20px rgba(255, 224, 96, 0.06);
}

.or-blog-search-input::placeholder {
  color: rgba(255, 255, 255, 0.25);
}

.or-blog-search-results {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: rgba(18, 20, 34, 0.98);
  border: 1px solid rgba(255, 224, 96, 0.15);
  border-radius: 14px;
  max-height: 400px;
  overflow-y: auto;
  z-index: 100;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6);
}

.or-blog-search-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 18px;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid rgba(255, 224, 96, 0.05);
  transition: background 0.15s;
}

.or-blog-search-item:last-child {
  border-bottom: none;
}

.or-blog-search-item:hover {
  background: rgba(255, 224, 96, 0.04);
}

.or-blog-search-icon {
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}

.or-blog-search-title {
  font-family: 'Orbitron', monospace;
  font-size: 12px;
  font-weight: 700;
  color: #ffe060;
  letter-spacing: 0.5px;
  margin-bottom: 3px;
}

.or-blog-search-excerpt {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.4;
}

.or-blog-search-empty {
  padding: 20px;
  text-align: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

/* ── #9 TABLE OF CONTENTS ───────────────────────────────── */
.or-blog-toc {
  margin: 0 0 32px;
  padding: 20px 24px;
  background: rgba(255, 224, 96, 0.02);
  border: 1px solid rgba(255, 224, 96, 0.08);
  border-radius: 14px;
  position: relative;
}

.or-blog-toc-title {
  font-family: 'Orbitron', monospace;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 224, 96, 0.5);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.or-blog-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: toc;
}

.or-blog-toc-list li {
  counter-increment: toc;
  margin-bottom: 6px;
}

.or-blog-toc-link {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 6px;
  transition: all 0.2s;
  border-left: 2px solid transparent;
}

.or-blog-toc-link::before {
  content: counter(toc, decimal-leading-zero);
  font-size: 10px;
  color: rgba(255, 224, 96, 0.3);
  min-width: 18px;
}

.or-blog-toc-link:hover {
  color: #ffe060;
  background: rgba(255, 224, 96, 0.04);
}

.or-blog-toc-link.active {
  color: #ffe060;
  border-left-color: #ffe060;
  background: rgba(255, 224, 96, 0.06);
}

/* Sticky TOC on desktop for longer articles */
@media (min-width: 1200px) {
  .or-blog-article {
    position: relative;
  }

  .or-blog-toc {
    position: sticky;
    top: 20px;
    float: left;
    width: 220px;
    margin-left: -260px;
    margin-bottom: 0;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
  }
}

/* ── #8 RELATED POSTS ───────────────────────────────────── */
.or-blog-related {
  margin-top: 40px;
  padding-top: 8px;
}

.or-blog-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.or-blog-related-card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  border: 1px solid rgba(255, 224, 96, 0.08);
  background: rgba(18, 20, 34, 0.5);
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  transition: all 0.25s;
}

.or-blog-related-card:hover {
  border-color: rgba(255, 224, 96, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3);
}

.or-blog-related-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(96, 234, 254, 0.04), rgba(255, 224, 96, 0.03));
}

.or-blog-related-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.or-blog-related-thumb-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  opacity: 0.2;
}

.or-blog-related-body {
  padding: 14px 16px 16px;
}

.or-blog-related-title {
  font-family: 'Orbitron', monospace;
  font-weight: 700;
  font-size: 12px;
  color: #ffe060;
  letter-spacing: 0.5px;
  line-height: 1.35;
  margin: 6px 0;
}

.or-blog-related-meta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
}

/* ── #15 AUTO-LINK STYLING ──────────────────────────────── */
.or-blog-autolink {
  color: #60eafe;
  text-decoration: none;
  border-bottom: 1px dotted rgba(96, 234, 254, 0.3);
  transition: all 0.2s;
}

.or-blog-autolink:hover {
  color: #ffe060;
  border-bottom-color: rgba(255, 224, 96, 0.4);
}

/* Subtle animated scan line on featured card */
.or-blog-featured::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(96, 234, 254, 0.15), rgba(255, 224, 96, 0.1), transparent);
  z-index: 3;
  animation: or-blog-scan 4s ease-in-out infinite;
  pointer-events: none;
}

@keyframes or-blog-scan {
  0%   { top: 0; opacity: 0; }
  10%  { opacity: 1; }
  90%  { opacity: 1; }
  100% { top: 100%; opacity: 0; }
}

/* Glow trail on card hover */
.or-blog-card::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(96, 234, 254, 0.08), rgba(255, 224, 96, 0.04));
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: -1;
}

.or-blog-card {
  position: relative;
}

.or-blog-card:hover::after {
  opacity: 1;
}

/* Subtle shimmer on "LIVE FEED" badge */
.or-blog-hero-signal {
  position: relative;
  overflow: hidden;
}

.or-blog-hero-signal::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(76, 255, 142, 0.08), transparent);
  animation: or-blog-shimmer 3s ease-in-out infinite;
}

@keyframes or-blog-shimmer {
  0%   { left: -100%; }
  100% { left: 200%; }
}

/* Smoother staggered reveal with varied delays */
.or-blog-card:nth-child(7)  { animation-delay: 0.35s; }
.or-blog-card:nth-child(8)  { animation-delay: 0.4s; }
.or-blog-card:nth-child(9)  { animation-delay: 0.45s; }
.or-blog-card:nth-child(10) { animation-delay: 0.5s; }
.or-blog-card:nth-child(11) { animation-delay: 0.55s; }
.or-blog-card:nth-child(12) { animation-delay: 0.6s; }

/* Featured card smooth gradient overlay */
.or-blog-featured-content {
  background: linear-gradient(180deg, transparent 0%, rgba(7, 10, 24, 0.3) 20%, rgba(7, 10, 24, 0.85) 100%);
  border-radius: 0 0 18px 18px;
}

/* Sharper focus ring for accessibility */
.or-blog-card:focus-visible,
.or-blog-featured:focus-visible,
.or-blog-filter-pill:focus-visible {
  outline: 2px solid #ffe060;
  outline-offset: 2px;
}

.or-light-mode .or-blog-card {
  background: rgba(240, 242, 250, 0.9);
  border-color: rgba(0, 0, 0, 0.08);
}

.or-light-mode .or-blog-card:hover {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.or-light-mode .or-blog-card-title {
  color: #1a1a2e;
}

.or-light-mode .or-blog-card-excerpt {
  color: rgba(0, 0, 0, 0.6);
}

.or-light-mode .or-blog-body {
  color: rgba(0, 0, 0, 0.8);
}

.or-light-mode .or-blog-body strong {
  color: #b8860b;
}

.or-light-mode .or-blog-article-title {
  color: #1a1a2e;
}

.or-light-mode .or-blog-h2 {
  color: #b8860b;
  border-bottom-color: rgba(0, 0, 0, 0.08);
}

.or-light-mode .or-blog-featured {
  border-color: rgba(0, 0, 0, 0.1);
}

.or-light-mode .or-blog-newsletter-cta {
  background: rgba(255, 248, 220, 0.5);
  border-color: rgba(0, 0, 0, 0.08);
}

/* ═══════════════════════════════════════════════════════════
   CARD SHARE OVERLAY — appears on hover
   ═══════════════════════════════════════════════════════════ */
.or-blog-card-share {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  gap: 4px;
  opacity: 0;
  transform: translateY(-6px);
  transition: all 0.25s ease;
  z-index: 5;
}

.or-blog-card:hover .or-blog-card-share,
.or-blog-featured:hover .or-blog-card-share {
  opacity: 1;
  transform: translateY(0);
}

.or-blog-card-share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  border: none;
  background: rgba(7, 10, 24, 0.85);
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.or-blog-card-share-btn:hover {
  color: #ffe060;
  background: rgba(7, 10, 24, 0.95);
  transform: scale(1.1);
}

/* Prevent card click when clicking share */
.or-blog-card-share-btn {
  position: relative;
  z-index: 10;
}

/* ═══════════════════════════════════════════════════════════
   TRENDING BADGE — for high-view posts
   ═══════════════════════════════════════════════════════════ */
.or-blog-trending-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  font-family: 'Orbitron', monospace;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ff6b35;
  background: rgba(255, 107, 53, 0.08);
  border: 1px solid rgba(255, 107, 53, 0.2);
  border-radius: 6px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
  animation: or-blog-trending-glow 2s ease-in-out infinite alternate;
}

@keyframes or-blog-trending-glow {
  0%   { box-shadow: 0 0 6px rgba(255, 107, 53, 0.1); }
  100% { box-shadow: 0 0 12px rgba(255, 107, 53, 0.25); }
}

/* ═══════════════════════════════════════════════════════════
   READING TIME ICON — orbit clock
   ═══════════════════════════════════════════════════════════ */
.or-blog-read-time-icon {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.or-blog-read-time-icon svg {
  opacity: 0.5;
  flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════════
   CARD HOVER GLOW — subtle border colour shift via transition
   (Cannot use animation here: it would replace the reveal
    animation and reset opacity to 0, making cards vanish.)
   ═══════════════════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════════════
   STICKY MOBILE SHARE BAR — fixed bottom on small screens
   ═══════════════════════════════════════════════════════════ */
.or-blog-mobile-share {
  display: none;
}

@media (max-width: 768px) {
  .or-blog-mobile-share {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 150;
    justify-content: center;
    gap: 6px;
    padding: 10px 16px;
    background: rgba(7, 10, 24, 0.95);
    border-top: 1px solid rgba(255, 224, 96, 0.1);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transform: translateY(100%);
    transition: transform 0.3s ease;
  }

  .or-blog-mobile-share.visible {
    transform: translateY(0);
  }

  .or-blog-mobile-share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 16px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s;
  }

  .or-blog-mobile-share-btn:hover,
  .or-blog-mobile-share-btn:active {
    color: #ffe060;
    border-color: rgba(255, 224, 96, 0.3);
    background: rgba(255, 224, 96, 0.06);
  }

  /* Add padding to footer so sticky bar doesn't overlap */
  .or-blog-article ~ .or-blog-newsletter-cta,
  .or-lib-footer {
    padding-bottom: 60px;
  }

  /* Hide desktop share row on mobile since we have sticky */
  .or-blog-share {
    display: none;
  }
}

/* ═══════════════════════════════════════════════════════════
   NEWSLETTER INLINE FORM — replaces redirect button
   ═══════════════════════════════════════════════════════════ */
.or-blog-newsletter-form {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.or-blog-newsletter-input {
  padding: 10px 16px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: #e8eaf0;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 224, 96, 0.15);
  border-radius: 10px;
  outline: none;
  width: 220px;
  transition: all 0.2s;
}

.or-blog-newsletter-input:focus {
  border-color: rgba(255, 224, 96, 0.4);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 16px rgba(255, 224, 96, 0.06);
}

.or-blog-newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.or-blog-newsletter-submit {
  flex-shrink: 0;
  padding: 10px 22px;
  font-family: 'Orbitron', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #070a18;
  background: #ffe060;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s;
}

.or-blog-newsletter-submit:hover {
  background: #fff082;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(255, 224, 96, 0.25);
}

.or-blog-newsletter-submit:disabled {
  opacity: 0.5;
  cursor: wait;
  transform: none;
}

.or-blog-newsletter-msg {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  margin-top: 8px;
  flex-basis: 100%;
}

.or-blog-newsletter-msg.success {
  color: #4cff8e;
}

.or-blog-newsletter-msg.error {
  color: #ff6650;
}

/* Animation for successful subscription */
@keyframes or-blog-subscribe-pulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.or-blog-newsletter-icon.subscribed {
  animation: or-blog-subscribe-pulse 0.5s ease;
}

@media (max-width: 768px) {
  .or-blog-newsletter-form {
    flex-wrap: wrap;
    width: 100%;
  }

  .or-blog-newsletter-input {
    width: 100%;
    flex: 1;
    min-width: 0;
  }

  .or-blog-newsletter-submit {
    width: 100%;
  }
}

/* ═══════════════════════════════════════════════════════════
   SMOOTH SCROLL — for TOC anchor links
   ═══════════════════════════════════════════════════════════ */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}


/* ═══════════════════════════════════════════════════════════════════
   #5 UPDATED DATE BADGE
   ═══════════════════════════════════════════════════════════════════ */
.or-blog-updated {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.72rem;
  color: rgba(57, 255, 20, 0.7);
  margin-left: 8px;
  padding-left: 10px;
  border-left: 1px solid rgba(255,255,255,0.1);
}

/* ═══════════════════════════════════════════════════════════════════
   #10 SERIES NAV
   ═══════════════════════════════════════════════════════════════════ */
.or-blog-series {
  background: rgba(255,224,96,0.04);
  border: 1px solid rgba(255,224,96,0.1);
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 28px;
  font-family: 'JetBrains Mono', monospace;
}
.or-blog-series-title {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255,224,96,0.8);
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.or-blog-series-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.or-blog-series-item {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 6px;
  transition: all 0.15s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.or-blog-series-item:hover { color: #ffe060; background: rgba(255,224,96,0.06); }
.or-blog-series-item.current {
  color: #ffe060;
  background: rgba(255,224,96,0.08);
  font-weight: 600;
}

/* ═══════════════════════════════════════════════════════════════════
   #12 INLINE NEWSLETTER CTA
   ═══════════════════════════════════════════════════════════════════ */
.or-blog-inline-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  background: rgba(255,224,96,0.04);
  border: 1px solid rgba(255,224,96,0.12);
  border-radius: 12px;
  padding: 14px 20px;
  margin: 32px 0;
  font-family: 'JetBrains Mono', monospace;
}
.or-blog-inline-cta-icon { font-size: 1.2rem; flex-shrink: 0; }
.or-blog-inline-cta-text {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.7);
  flex: 1;
  min-width: 160px;
}
.or-blog-inline-cta-form {
  display: flex;
  gap: 6px;
}
.or-blog-inline-cta-email {
  background: rgba(7,10,24,0.6);
  border: 1px solid rgba(255,224,96,0.2);
  border-radius: 6px;
  color: #fff;
  font-family: inherit;
  font-size: 0.78rem;
  padding: 6px 10px;
  width: 180px;
  outline: none;
}
.or-blog-inline-cta-email:focus { border-color: #ffe060; }
.or-blog-inline-cta-btn {
  background: #ffe060;
  color: #070a18;
  border: none;
  border-radius: 6px;
  font-family: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 6px 14px;
  cursor: pointer;
  white-space: nowrap;
}
.or-blog-inline-cta-btn:hover { background: #fff4a0; }
@media (max-width: 600px) {
  .or-blog-inline-cta { flex-direction: column; align-items: stretch; text-align: center; }
  .or-blog-inline-cta-form { justify-content: center; }
}

/* ═══════════════════════════════════════════════════════════════════
   #13 LIVE DATA EMBEDS
   ═══════════════════════════════════════════════════════════════════ */
.or-blog-live-embed {
  background: rgba(96,234,254,0.04);
  border: 1px solid rgba(96,234,254,0.15);
  border-radius: 12px;
  padding: 16px 20px;
  margin: 28px 0 12px;
  text-align: center;
  font-family: 'JetBrains Mono', monospace;
}
.or-blog-live-embed a {
  color: #60eafe;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
}
.or-blog-live-embed a:hover { text-decoration: underline; }

/* ═══════════════════════════════════════════════════════════════════
   #20 AUDIO PLAYER
   ═══════════════════════════════════════════════════════════════════ */
.or-blog-audio {
  background: rgba(255,224,96,0.04);
  border: 1px solid rgba(255,224,96,0.12);
  border-radius: 12px;
  padding: 14px 20px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'JetBrains Mono', monospace;
}
.or-blog-audio-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255,224,96,0.8);
  white-space: nowrap;
}
.or-blog-audio audio {
  flex: 1;
  height: 32px;
  min-width: 0;
}

/* ═══════════════════════════════════════════════════════════════════
   #3 SHARE NATIVE BUTTON
   ═══════════════════════════════════════════════════════════════════ */
.or-blog-share-native {
  background: rgba(255,224,96,0.1);
  border: 1px solid rgba(255,224,96,0.3);
  gap: 6px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem;
  font-weight: 600;
  color: #ffe060;
  padding: 5px 14px;
}
.or-blog-share-native:hover { background: rgba(255,224,96,0.2); }

/* ═══════════════════════════════════════════════════════════════════
   #19 PRINT STYLESHEET
   ═══════════════════════════════════════════════════════════════════ */
@media print {
  body { background: #fff !important; color: #000 !important; }
  .or-lib-bg, .or-lib-stars, .or-lib-topbar, .or-lib-footer,
  .or-blog-progress-bar, .or-blog-share, .or-blog-mobile-share,
  .or-blog-newsletter-cta, .or-blog-inline-cta, .or-blog-live-embed,
  .or-blog-audio, .or-blog-series, .or-scroll-top, .or-support-btn,
  .or-blog-postnav, .or-blog-related, #or-blog-toc,
  .or-blog-hero-actions, .or-blog-search-wrap, .or-blog-filters,
  .or-blog-loadmore-wrap, .or-blog-time-left { display: none !important; }
  .or-lib-wrap { max-width: 100% !important; padding: 0 !important; }
  .or-blog-article { border: none !important; background: none !important; padding: 0 !important; }
  .or-blog-article-title { color: #000 !important; text-shadow: none !important; font-size: 24pt !important; }
  .or-blog-article-meta, .or-blog-pill { color: #555 !important; }
  .or-blog-body { color: #000 !important; }
  .or-blog-body h2, .or-blog-body h3 { color: #222 !important; }
  .or-blog-body a { color: #0066cc !important; text-decoration: underline !important; }
  .or-blog-hero-img-wrap img { max-width: 100% !important; }
  .or-blog-tags { display: none !important; }
  .or-blog-faq-item { border-color: #ccc !important; }
  .or-blog-faq-q { color: #000 !important; }
  .or-blog-faq-a { color: #333 !important; }
  .or-lib-breadcrumb { color: #555 !important; }
  .or-lib-breadcrumb a { color: #555 !important; }
  a[href]::after { content: " (" attr(href) ")"; font-size: 0.8em; color: #666; }
  .or-blog-body a[href^="/"]::after { content: " (orbitalradar.com" attr(href) ")"; }
}
