/* mesh.css -- the "More from Hadger" block, shared by every app page.
   Generated alongside scripts/build_web_mesh.py.

   Deliberately colourless: every value is currentColor or a fraction of it, so
   the block inherits whatever palette the host page already set. The portfolio
   runs cream-on-ink pages and near-black dark pages side by side, and neither
   should need a per-page theme override here. */

.hadger-mesh {
  max-width: 680px;
  margin: 72px auto 0;
  padding: 0 20px;
  font-family: -apple-system, system-ui, sans-serif;
  line-height: 1.5;
}
.hadger-mesh .hm-get {
  margin: 0 0 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid currentColor;
  border-bottom-color: color-mix(in srgb, currentColor 18%, transparent);
  font-size: 17px;
}
.hadger-mesh .hm-get a {
  display: inline-block;
  min-height: 44px;
  padding: 11px 20px;
  border: 1px solid currentColor;
  border-radius: 10px;
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}
.hadger-mesh .hm-get a:hover { background: color-mix(in srgb, currentColor 8%, transparent); }
.hadger-mesh h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 6px;
  border: 0;
  padding: 0;
  color: inherit;
}
.hadger-mesh .hm-lede {
  margin: 0 0 20px;
  font-size: 15px;
  opacity: .75;
  color: inherit;
  max-width: none;
}
.hadger-mesh .hm-list { list-style: none; margin: 0; padding: 0; }
.hadger-mesh .hm-list li { margin: 0; }
.hadger-mesh .hm-list a {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 44px;
  padding: 12px 8px;
  margin: 0 -8px;
  border-radius: 12px;
  color: inherit;
  text-decoration: none;
}
.hadger-mesh .hm-list a:hover { background: color-mix(in srgb, currentColor 7%, transparent); }
.hadger-mesh .hm-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  flex: 0 0 44px;
  background: color-mix(in srgb, currentColor 10%, transparent);
}
.hadger-mesh .hm-text { display: flex; flex-direction: column; min-width: 0; }
.hadger-mesh .hm-name { font-size: 16px; font-weight: 600; }
.hadger-mesh .hm-line { font-size: 14px; opacity: .75; }
.hadger-mesh .hm-all { margin: 20px 0 0; font-size: 15px; }
.hadger-mesh .hm-all a { color: inherit; }

@media (max-width: 420px) {
  .hadger-mesh .hm-line { font-size: 13px; }
}
