﻿/* readable article body */
.aeo-box{border:1px solid rgba(255,255,255,.12);border-left:3px solid var(--g);background:rgba(255,255,255,.03);border-radius:12px;padding:16px 18px;margin:0 0 28px}
.aeo-box h2{font-family:var(--mono);font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--t3);margin:0 0 10px}
.aeo-answer{margin:0;color:var(--t1);line-height:1.65;font-size:1rem;max-width:68ch}
.post__body{max-width:68ch}
.post__body p{font-size:1.02rem;line-height:1.7;color:var(--t2);margin:0 0 1.1em}
.post__body h2{margin:2em 0 .75em;font-size:1.25rem;letter-spacing:-.02em;color:var(--t1)}
.post__body h3{margin:1.5em 0 .5em;font-size:1.05rem;color:var(--t1)}
.post__body li{line-height:1.65;color:var(--t2);margin-bottom:.4em}
.post__cta-line{margin-top:2em;font-size:.95rem}
.post__cta-line a{color:var(--g);font-weight:600}
/* blog.css - cyber.koscak.ai insights (v4 enterprise)
  Loaded on /blog/ only, after /style.css. */

/* â”€â”€ 1 Â· HERO (restrained, not full-cinema) â”€â”€ */
.bp-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 52vh;
  min-height: 52svh;
  max-height: 640px;
  background: #050803;
  overflow: hidden;
  isolation: isolate;
}
.bp-hero.ent-hero {
  min-height: 48vh;
  min-height: 48svh;
}
.bp-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.bp-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
  transform: scale(1.06);
  animation: bpHeroSettle 2.4s var(--e2) forwards;
}
@keyframes bpHeroSettle { to { transform: scale(1); } }
.bp-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
  radial-gradient(ellipse 72% 50% at 16% 100%, rgba(118,185,0,0.13), transparent 64%),
  linear-gradient(180deg,
  rgba(0,0,0,0.44) 0%,
  rgba(0,0,0,0.10) 24%,
  rgba(0,0,0,0.02) 44%,
  rgba(3,6,2,0.52) 66%,
  rgba(2,4,1,0.90) 86%,
  #000 100%);
}
.bp-hero__inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 120px clamp(20px, 3vw, 32px) clamp(44px, 7vh, 88px);
}
.bp-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--g);
  margin: 0 0 18px;
}
.bp-hero__kicker-row { margin-bottom: 18px; }
.bp-hero__title {
  font-size: clamp(1.85rem, 3.6vw, 2.75rem);
  font-weight: 650;
  letter-spacing: -0.022em;
  line-height: 1.15;
  max-width: 28ch;
  margin: 0 0 16px;
  text-wrap: balance;
}
.bp-hero__title a {
  color: var(--t1);
  text-decoration: none;
  transition: color 0.25s var(--e1);
}
.bp-hero__title a:hover { color: #dfffb0; }
.bp-hero__dek {
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
  line-height: 1.55;
  color: rgba(245,245,247,0.8);
  max-width: 58ch;
  margin: 0 0 18px;
}
.bp-hero__byline { margin-top: 0; color: rgba(245,245,247,0.55); }
.bp-hero__actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 26px;
  flex-wrap: wrap;
}
.bp-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 24px;
  border-radius: var(--r-pill, 980px);
  background: var(--g);
  color: #0a1400;
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
  box-shadow: 0 12px 34px rgba(118,185,0,0.28);
  transition: transform 0.3s var(--spring), background 0.25s var(--e1), box-shadow 0.3s var(--e1);
}
.bp-hero__cta:hover {
  transform: translateY(-2px);
  background: #85cd0a;
  box-shadow: 0 18px 44px rgba(118,185,0,0.38);
}
.bp-hero__cta:active { transform: translateY(0); }
.bp-hero__rss {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245,245,247,0.5);
  text-decoration: none;
  transition: color 0.2s var(--e1);
}
.bp-hero__rss:hover { color: var(--g); }
@media (max-width: 700px) {
  .bp-hero {
  min-height: 86vh; /* fallback */
  min-height: 86svh; /* headline + CTA in view, next story peeks */
  }
  .bp-hero__inner { padding-top: 96px; padding-bottom: 30px; }
  .bp-hero__title { font-size: clamp(2.05rem, 9.6vw, 2.75rem); }
  .bp-hero__dek { font-size: 1rem; }
  .bp-hero__actions { gap: 18px; margin-top: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .bp-hero__bg img { animation: none; transform: none; }
}

/* â”€â”€ 2 Â· CATEGORY NAV BAR â”€â”€ */
.bp-catbar {
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  background: rgba(8,10,6,0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.bp-catbar__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 3vw, 32px);
  display: flex;
  gap: clamp(16px, 2.6vw, 34px);
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.bp-catbar__inner::-webkit-scrollbar { display: none; }
.bp-catbar__link {
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--t3);
  text-decoration: none;
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 15px 2px 13px;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.2s var(--e1), border-color 0.2s var(--e1);
}
.bp-catbar__link:hover { color: var(--t1); }
.bp-catbar__link.is-active {
  color: var(--g);
  border-bottom-color: var(--g);
}

/* â”€â”€ 3 Â· PORTAL SHELL - main column + sidebar rail â”€â”€ */
.blog-list-section--portal { padding-top: clamp(36px, 5vw, 56px); }
.bp-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 3vw, 32px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}
.bp-main {
  display: flex;
  flex-direction: column;
  gap: clamp(36px, 5vw, 56px);
  min-width: 0;
}
@media (max-width: 1080px) {
  .bp-shell { grid-template-columns: 1fr; }
  .bp-rail { max-width: 680px; width: 100%; margin: 8px auto 0; }
}

/* Anchor offset so section jumps clear the floating nav pill. */
.bp-cat { scroll-margin-top: 96px; }

/* â”€â”€ 4 Â· LEAD STORY - retired; the lead now IS the Â§1 hero. â”€â”€ */

/* Kicker row (category + date) shared by hero + grid cards. */
.bp-kicker-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.bp-kicker {
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--g);
  padding: 4px 10px;
  border-radius: 980px;
  background: rgba(118,185,0,0.12);
  border: 1px solid rgba(118,185,0,0.25);
}
.bp-date {
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  color: var(--t3);
  text-transform: uppercase;
}
.bp-byline {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px;
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.03em;
  color: var(--t3);
}
.bp-byline__sep { color: var(--t4); }
.bp-read { color: var(--g); }

/* â”€â”€ 5 Â· ENTERPRISE FEATURES + LIST â”€â”€ */
.ent-shell { gap: clamp(32px, 4vw, 48px); }
.ent-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.ent-section-head--list { margin-top: 8px; }
.ent-section-head__h {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  font-family: var(--mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--t2);
}
.ent-section-head__sub {
  margin: 0;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  color: var(--t3);
  text-transform: uppercase;
}
.ent-search input {
  width: min(240px, 46vw);
  height: 36px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.35);
  color: var(--t1);
  font-size: 0.88rem;
}
.ent-search input:focus {
  outline: none;
  border-color: rgba(118,185,0,0.45);
}

.ent-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 8px;
}
@media (max-width: 900px) {
  .ent-features { grid-template-columns: 1fr; }
}
.ent-feature {
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  background: rgba(12,14,10,0.85);
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.ent-feature:hover { border-color: rgba(118,185,0,0.35); }
.ent-feature a { display: block; text-decoration: none; color: inherit; }
.ent-feature__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0a0e07;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.ent-feature__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ent-feature__body { padding: 16px 16px 18px; }
.ent-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--t3);
}
.ent-cat { color: var(--g); }
.ent-feature__title {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 650;
  letter-spacing: -0.015em;
  line-height: 1.3;
  color: var(--t1);
}
.ent-feature__dek {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--t2);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ent-list {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(8,10,7,0.9);
}
.ent-row {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  text-decoration: none;
  color: inherit;
  transition: background 0.15s ease;
}
.ent-row:last-child { border-bottom: none; }
.ent-row:hover { background: rgba(118,185,0,0.04); }
.ent-row__thumb {
  display: block;
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background: #0a0e07;
}
.ent-row__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ent-row__body { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.ent-row__title {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.3;
  color: var(--t1);
}
.ent-row:hover .ent-row__title { color: #dfffb0; }
.ent-row__dek {
  font-size: 0.86rem;
  line-height: 1.45;
  color: var(--t2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ent-empty {
  text-align: center;
  color: var(--t3);
  padding: 32px;
  font-size: 0.92rem;
}
@media (max-width: 560px) {
  .ent-row { grid-template-columns: 96px minmax(0, 1fr); gap: 12px; padding: 12px; }
  .ent-row__title { font-size: 0.94rem; }
  .ent-row__dek { display: none; }
}

.ent-rail__copy {
  margin: 0 0 14px;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--t2);
}
.ent-rail__cta {
  display: inline-flex;
  align-items: center;
  font-weight: 650;
  font-size: 0.9rem;
  color: #0a1400;
  background: var(--g);
  padding: 10px 16px;
  border-radius: 980px;
  text-decoration: none;
}
.ent-rail__cta--ghost {
  background: transparent;
  color: var(--g);
  border: 1px solid rgba(118,185,0,0.35);
}
.ent-rail__topics {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ent-rail__topics li { margin: 0; }
.ent-rail__topics a {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  color: var(--t2);
  font: inherit;
  font-size: 0.9rem;
  padding: 10px 0;
  text-decoration: none;
  cursor: pointer;
}
.ent-rail__topics a:hover { color: var(--g); }
.ent-rail__topics li:last-child a { border-bottom: none; }

/* Section jump targets clear sticky nav */
.bp-cat {
  scroll-margin-top: 96px;
  margin-top: clamp(28px, 4vw, 40px);
}
.bp-cat:first-of-type { margin-top: clamp(20px, 3vw, 28px); }
.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

/* legacy grid kept for post pages if needed */
.bp-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 700px) {
  .bp-grid { grid-template-columns: 1fr; }
}
.bp-gcard {
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(12,14,10,0.85);
}
.bp-gcard a { display: block; padding: 0; text-decoration: none; color: inherit; }
.bp-gcard__media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #0a0e07;
}
.bp-gcard__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bp-gcard__body { padding: 16px 18px 18px; }
.bp-gcard__title {
  font-size: 1.05rem;
  font-weight: 650;
  letter-spacing: -0.015em;
  line-height: 1.3;
  color: var(--t1);
  margin-bottom: 6px;
}
.bp-gcard__dek {
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--t2);
}
.bp-gcard .bp-byline { margin-top: 10px; }

/* â”€â”€ 6 Â· CATEGORY SECTIONS â”€â”€ */
.bp-sec-h {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-bottom: 12px;
  margin-bottom: 6px;
}
.bp-sec-h__name {
  font-size: 1.14rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--t1);
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}
.bp-sec-h__name::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--g), #ccff44);
}
.bp-sec-h__count {
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--t4);
}
.bp-row {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  text-decoration: none;
  color: inherit;
}
.bp-row:last-child { border-bottom: none; }
.bp-row__thumb {
  display: block;
  aspect-ratio: 16 / 10;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background: #0a0e07;
}
.bp-row__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.001);
  transition: transform 0.45s var(--e2);
}
.bp-row:hover .bp-row__thumb img { transform: scale(1.06); }
.bp-row__body { display: block; min-width: 0; }
.bp-row__title {
  display: block;
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.35;
  color: var(--t1);
  transition: color 0.2s var(--e1);
}
.bp-row:hover .bp-row__title { color: var(--g-light, #ccff44); }
.bp-row__meta {
  display: block;
  margin-top: 6px;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  color: var(--t3);
  text-transform: uppercase;
}
@media (max-width: 560px) {
  .bp-row { grid-template-columns: 108px minmax(0, 1fr); gap: 14px; }
  .bp-row__title { font-size: 0.95rem; }
}

/* â”€â”€ 7 Â· SIDEBAR RAIL â”€â”€ */
.bp-rail {
  position: sticky;
  top: 88px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  min-width: 0;
}
@media (max-width: 1080px) {
  .bp-rail { position: static; }
}
.bp-rail__block {
  background: linear-gradient(165deg, rgba(22,28,16,0.72) 0%, rgba(10,14,7,0.9) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 22px;
}
.bp-rail__h {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: var(--mono);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--t3);
  margin: 0 0 6px;
}
.bp-rail__h--live::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--g);
  box-shadow: 0 0 8px rgba(118,185,0,0.8);
}
.bp-latest__item {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  text-decoration: none;
}
.bp-latest__item:last-child { border-bottom: none; padding-bottom: 2px; }
.bp-latest__title {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.005em;
  color: var(--t1);
  transition: color 0.2s var(--e1);
}
.bp-latest__item:hover .bp-latest__title { color: var(--g-light, #ccff44); }
.bp-latest__age {
  display: block;
  margin-top: 4px;
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--t3);
}
.bp-picks__list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: picks;
}
.bp-picks__list li {
  counter-increment: picks;
  display: flex;
  gap: 12px;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.bp-picks__list li:last-child { border-bottom: none; padding-bottom: 2px; }
.bp-picks__list li::before {
  content: counter(picks, decimal-leading-zero);
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--g);
  flex-shrink: 0;
}
.bp-picks__list a {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--t2);
  text-decoration: none;
  transition: color 0.2s var(--e1);
}
.bp-picks__list a:hover { color: var(--g-light, #ccff44); }

/* Rail-compact subscribe strip (overrides the site-wide block). */
.subscribe-strip--rail {
  margin: 0;
  padding: 22px;
  max-width: none;
  text-align: left;
}
.subscribe-strip--rail .subscribe-strip__h { font-size: 1.05rem; margin-bottom: 6px; }
.subscribe-strip--rail .subscribe-strip__sub { font-size: 0.82rem; margin-bottom: 14px; }
.subscribe-strip--rail .subscribe-form { flex-direction: column; align-items: stretch; gap: 10px; }
.subscribe-strip--rail .subscribe-form input[type="email"] { width: 100%; }
.subscribe-strip--rail .subscribe-form__btn { width: 100%; }

/* â”€â”€ 8 Â· TICKER - "LATEST", green, no fake urgency â”€â”€ */
.blog-ticker { border-top-color: rgba(118,185,0,0.25); }
.blog-ticker__label {
  color: var(--g);
  border-right-color: rgba(118,185,0,0.3);
}
.blog-ticker__dot {
  background: var(--g);
  box-shadow: 0 0 8px var(--g);
}

/* â”€â”€ 9 Â· POST PAGE - hero image, share row, related grid â”€â”€ */

/* The article column must never dictate page width (measured 620px
  viewport at a 390px screen before this fix). Two causes, both here:
  1) `1fr` = minmax(auto,1fr) - the track refuses to shrink below the
  longest code line; collapse the automatic minimum.
  2) `.post { margin: 0 auto }` disables grid stretch â†’ the article
  falls back to shrink-to-fit, whose floor is min-content. Give it
  a definite 100% width so long lines scroll inside their pre. */
.post-layout { grid-template-columns: 220px minmax(0, 1fr); }
@media (max-width: 1000px) {
  .post-layout { grid-template-columns: minmax(0, 1fr); }
}
.post-layout > * { min-width: 0; }
.post-layout > .post { width: 100%; }

/* Unbreakable inline tokens (long inline code, URLs) wrap instead of
  inking past the viewport edge on narrow screens. */
.post__body p,
.post__body li,
.post__body figcaption { overflow-wrap: break-word; }

.post__hero { margin: 36px 0 4px; }
.post__hero-img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.09);
  box-shadow: 0 30px 80px rgba(0,0,0,0.5);
}
.post__hero figcaption {
  margin-top: 12px;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: var(--t3);
  text-align: center;
}

/* Share UI is injected site-wide by script.js (V279 .post__share). */

.post-related { margin-top: 48px; }
.post-related__h {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--t1);
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 18px;
}
.post-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 760px) {
  .post-related__grid { grid-template-columns: 1fr; }
}
.post-related__card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: linear-gradient(165deg, rgba(22,28,16,0.72) 0%, rgba(10,14,7,0.9) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 14px;
  text-decoration: none;
  transition: transform 0.3s var(--e1), border-color 0.3s var(--e1), box-shadow 0.3s var(--e1);
}
.post-related__card:hover {
  transform: translateY(-3px);
  border-color: rgba(118,185,0,0.45);
  box-shadow: 0 18px 44px rgba(0,0,0,0.45), 0 0 40px rgba(118,185,0,0.1);
}
.post-related__thumb {
  display: block;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.07);
  background: #0a0e07;
}
.post-related__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.post-related__meta {
  font-family: var(--mono);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--g);
  margin-top: 2px;
}
.post-related__title {
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.005em;
  color: var(--t1);
}
.post-related__date {
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--t3);
}

/* â”€â”€ 10 Â· LEX DOCK - off the reading column on wide screens â”€â”€
  The fixed bottom-center pill sits directly over the centered content
  column. On desktop, park it bottom-left compacted (label hidden) so
  it fits the gutter beside the 1180px shell. All three transform
  states must be overridden because style.css centers via
  translateX(-50%). */
@media (min-width: 1001px) {
  .lex-dock {
  left: 16px;
  bottom: 16px;
  transform: scale(0.95);
  transform-origin: bottom left;
  }
  .lex-dock:hover { transform: scale(0.98) translateY(-2px); }
  .lex-dock:active { transform: scale(0.94); }
  .lex-dock__label { display: none; }
}

/* Keep the last interactive blocks clear of the floating pill. */
.blog-list-section { padding-bottom: clamp(120px, 14vw, 180px); }
.post-layout .post,
.post-shell .post { padding-bottom: clamp(140px, 16vw, 200px); }

/* â”€â”€ 11 Â· UTILITIES â”€â”€ */
.bp-hidden { display: none !important; }
.blog-search-label {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

/* â”€â”€ 12 Â· POLISH - consistency layer across index + posts â”€â”€ */
/* The shared nav marks where you are: Blog lights up on blog pages. */
.gnav__links a[aria-current="page"] { color: var(--g); }

/* Headlines break in balanced blocks, never with an orphan word. */
.bp-gcard__title,
.bp-sec-h__name,
.post-related__title { text-wrap: balance; }

/* One visible-focus language for every interactive card and link. */
.bp-hero__title a:focus-visible,
.bp-hero__cta:focus-visible,
.bp-hero__rss:focus-visible,
.blog-card a:focus-visible,
.bp-row:focus-visible,
.bp-latest__item:focus-visible,
.bp-picks__list a:focus-visible,
.post-related__card:focus-visible {
  outline: 2px solid var(--g);
  outline-offset: 3px;
  border-radius: 8px;
}

