.link-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  align-items: center;
  gap: 28px;
  margin-top: 24px;
  padding: clamp(24px, 5vw, 46px);
}
.link-hero h1 {
  margin: 0;
  font-size: clamp(2.35rem, 6vw, 5rem);
  letter-spacing: -.07em;
  line-height: .9;
  text-transform: uppercase;
}
.link-hero h1 span { display: block; color: var(--bbs-lime); text-shadow: 2px 0 var(--bbs-cyan), -2px 0 rgba(255, 45, 159, .7); }
.link-hero p:not(.bbs-kicker) { max-width: 48ch; margin: 17px 0 0; color: var(--bbs-muted); font-size: .78rem; line-height: 1.55; }
.link-hero-art { position: relative; display: grid; width: 160px; height: 160px; place-items: center; justify-self: end; margin: 0; overflow: hidden; border: 1px solid var(--bbs-page-accent); background: #020706; box-shadow: 0 0 28px color-mix(in srgb, var(--bbs-page-accent) 10%, transparent); animation: link-float 4.6s ease-in-out infinite; }
.link-hero-art::after { position: absolute; inset: 12px; content: ""; border: 1px dashed color-mix(in srgb, var(--bbs-page-hot) 65%, transparent); transform: rotate(0); animation: link-orbit 12s linear infinite; }
.link-hero-art img { width: 100%; height: 100%; object-fit: cover; }
.mesh-hero { grid-template-columns: minmax(0, .9fr) minmax(390px, 1.1fr); min-height: 500px; padding: clamp(28px, 5vw, 54px); }
.mesh-hero-copy { position: relative; z-index: 2; }
.mesh-hero-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.mesh-hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 26px 0 0; border: 1px solid var(--bbs-line-soft); }
.mesh-hero-stats div { min-width: 0; padding: 10px; border-right: 1px solid var(--bbs-line-soft); }
.mesh-hero-stats div:last-child { border-right: 0; }
.mesh-hero-stats dt { color: var(--bbs-cyan-2); font-size: .5rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.mesh-hero-stats dd { overflow: hidden; margin: 4px 0 0; color: var(--bbs-lime); font-size: .64rem; font-weight: 900; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.mesh-route-map { position: relative; width: 100%; min-height: 360px; margin: 0; overflow: hidden; border: 1px solid var(--bbs-page-accent); background: #020706; box-shadow: 8px 8px 0 rgba(57, 255, 136, .06), 0 0 32px rgba(57, 255, 136, .08); isolation: isolate; }
.mesh-route-map::before { position: absolute; z-index: 2; inset: 0; content: ""; pointer-events: none; background: linear-gradient(rgba(57, 255, 136, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(57, 255, 136, .055) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(#000, transparent 92%); }
.mesh-route-map img { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .62; filter: saturate(.88) contrast(1.08); }
.mesh-route-map svg { position: absolute; z-index: 3; inset: 0; width: 100%; height: calc(100% - 56px); overflow: visible; }
.mesh-route-map path { fill: none; stroke: rgba(101, 209, 255, .48); stroke-width: 1.3; stroke-dasharray: 6 7; vector-effect: non-scaling-stroke; filter: drop-shadow(0 0 4px rgba(101, 209, 255, .6)); animation: mesh-route-flow .85s linear infinite; }
.mesh-route-node { position: absolute; z-index: 5; top: var(--y); left: var(--x); width: 11px; height: 11px; border: 2px solid #020706; border-radius: 50%; color: var(--bbs-lime); background: currentColor; box-shadow: 0 0 0 1px var(--bbs-cyan-2), 0 0 14px currentColor; transform: translate(-50%, -50%); animation: mesh-route-pulse 2.1s ease-in-out infinite; }
.mesh-route-node:nth-of-type(2n) { color: var(--bbs-cyan-2); animation-delay: -.7s; }
.mesh-route-node span { position: absolute; top: 15px; left: 50%; padding: 2px 4px; color: var(--bbs-ink); background: rgba(2, 7, 6, .8); font-size: .48rem; font-style: normal; font-weight: 900; letter-spacing: .05em; transform: translateX(-50%); }
.mesh-route-map figcaption { position: absolute; z-index: 6; right: 10px; bottom: 10px; left: 10px; display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 42px; padding: 9px 11px; border: 1px solid var(--bbs-line); background: rgba(2, 7, 6, .88); font-size: .55rem; font-weight: 900; letter-spacing: .09em; }
.mesh-route-map figcaption span { color: var(--bbs-cyan-2); }
.mesh-route-map figcaption b { color: var(--bbs-lime); }
.link-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.link-card {
  --bbs-card-accent: var(--bbs-page-accent);
  position: relative;
  display: grid;
  min-height: 132px;
  align-content: start;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--bbs-line-soft);
  color: var(--bbs-ink);
  background: rgba(6, 16, 14, .9);
  text-decoration: none;
  transition: border-color .15s ease, background .15s ease, transform .15s ease;
}
.link-card:nth-child(3n+2) { --bbs-card-accent: var(--bbs-page-hot); }
.link-card:nth-child(3n+3) { --bbs-card-accent: var(--bbs-magenta); }
.link-card::after { position: absolute; right: -1px; bottom: -1px; width: 22px; height: 5px; content: ""; background: var(--bbs-card-accent); box-shadow: 0 0 8px var(--bbs-card-accent); }
.link-card:hover, .link-card:focus-visible { border-color: var(--bbs-card-accent); background: var(--bbs-panel-2); box-shadow: 0 0 24px color-mix(in srgb, var(--bbs-card-accent) 14%, transparent); outline: none; transform: translate(-2px, -2px); }
.link-card small { color: var(--bbs-card-accent); font-size: .54rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.link-card b { font-size: 1rem; line-height: 1.2; text-transform: uppercase; }
.link-card span { color: var(--bbs-muted); font-size: .64rem; line-height: 1.45; }
.link-card em { align-self: end; margin-top: auto; color: var(--bbs-lime); font-size: .58rem; font-style: normal; font-weight: 900; }
@keyframes link-float { 50% { transform: translateY(-4px) rotate(.7deg); } }
@keyframes link-orbit { to { transform: rotate(1turn); } }
@keyframes mesh-route-flow { to { stroke-dashoffset: -13; } }
@keyframes mesh-route-pulse { 50% { box-shadow: 0 0 0 6px transparent, 0 0 18px currentColor; transform: translate(-50%, -50%) scale(1.16); } }
@media (max-width: 820px) { .link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 900px) { .mesh-hero { grid-template-columns: 1fr; min-height: 0; } .mesh-route-map { min-height: 330px; } }
@media (max-width: 620px) { .link-hero { grid-template-columns: 1fr; } .link-hero-art { width: 110px; height: 110px; justify-self: start; } .link-grid { grid-template-columns: 1fr; } .mesh-hero-stats { grid-template-columns: 1fr; } .mesh-hero-stats div { border-right: 0; border-bottom: 1px solid var(--bbs-line-soft); } .mesh-hero-stats div:last-child { border-bottom: 0; } .mesh-route-map { min-height: 280px; } .mesh-route-node span { display: none; } }
@media (prefers-reduced-motion: reduce) { .link-card { transition: none; } .link-hero-art, .link-hero-art::after, .mesh-route-map path, .mesh-route-node { animation: none; } }
