/* /fishing/ - section styles. Scoped under body.section-fishing per the DESIGN.md contract.
   The .sys-* block (hero, stat strip, anchor chips) is shared visual language across the three
   v1.0 "systems" pages (fishing/lab/arena) - duplicated per-file because each is scoped. */

body.section-fishing [id] { scroll-margin-top: calc(var(--header-h) + 16px); }

/* ---- systems-page shell ---- */

body.section-fishing .sys-hero { margin-bottom: 10px; }
body.section-fishing .sys-lead { max-width: 62rem; color: var(--ink-dim); }
body.section-fishing .sys-lead b { color: var(--ink); }

body.section-fishing .sys-stats {
  display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 16px;
}
body.section-fishing .sys-stat {
  display: flex; flex-direction: column; min-width: 108px;
  padding: 10px 16px; border-radius: var(--radius-sm);
  background: var(--glass); border: 1px solid var(--line);
}
body.section-fishing .sys-stat b {
  font: 700 1.3rem/1.2 var(--font-head); color: var(--accent);
}
body.section-fishing .sys-stat span { font-size: .78rem; color: var(--ink-faint); }

body.section-fishing .sys-anchors {
  display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 4px;
}
body.section-fishing .sys-anchor {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 12px; border-radius: 999px; font-size: .82rem; font-weight: 500;
  background: var(--glass); border: 1px solid var(--line); color: var(--ink-dim);
}
body.section-fishing .sys-anchor:hover {
  text-decoration: none; color: var(--accent);
  border-color: color-mix(in srgb, var(--accent) 45%, transparent);
}
body.section-fishing .sys-count {
  font: 500 .8rem var(--font-body); color: var(--ink-faint); margin-left: 8px;
}

/* ---- pal / item cells ---- */

body.section-fishing .fsh-pal {
  display: inline-flex; align-items: center; gap: 9px; color: var(--ink);
  font-weight: 500; white-space: nowrap;
}
body.section-fishing a.fsh-pal:hover { color: var(--accent); text-decoration: none; }
body.section-fishing .fsh-pal .wk-tile,
body.section-fishing .fsh-pal .wk-tile-fallback {
  width: 34px; height: 34px; font-size: .9rem;
}

body.section-fishing .fsh-badge-alpha {
  display: inline-block; margin-left: 6px; padding: 2px 8px; border-radius: 999px;
  font-size: .68rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  color: var(--accent-warm);
  background: color-mix(in srgb, var(--accent-warm) 14%, transparent);
  border: 1px solid color-mix(in srgb, var(--accent-warm) 45%, transparent);
  vertical-align: middle;
}

body.section-fishing .fsh-chance { color: var(--accent); font-weight: 600; }
body.section-fishing .fsh-time { color: var(--el-dark); font-size: .8rem; white-space: nowrap; }
body.section-fishing .wk-chip.fsh-rare {
  color: var(--accent-warm);
  border-color: color-mix(in srgb, var(--accent-warm) 40%, transparent);
  background: color-mix(in srgb, var(--accent-warm) 10%, transparent);
}

/* Shadow size chips: subtle scale from small (A) to large (C). */
body.section-fishing .fsh-shadow { color: var(--ink-faint); white-space: nowrap; }
body.section-fishing .fsh-shadow-b { color: var(--ink-dim); }
body.section-fishing .fsh-shadow-c {
  color: var(--ink); border-color: color-mix(in srgb, var(--accent) 35%, transparent);
}

/* ---- spot cards ---- */

body.section-fishing .fsh-region h3 {
  margin: 26px 0 12px; display: flex; align-items: baseline; gap: 4px;
}
body.section-fishing .fsh-spot-list,
body.section-fishing .fsh-ponds { display: grid; gap: 12px; }
body.section-fishing .fsh-spot { padding: 12px 14px 6px; }
body.section-fishing .fsh-spot .wk-table-wrap {
  border: 0; background: transparent; border-radius: 0;
  margin: 4px -14px 0; padding: 0 14px;
}
body.section-fishing .fsh-spot-head {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 8px; margin-bottom: 4px;
}
body.section-fishing .fsh-spot-head h4 { margin: 0; font-size: 1rem; }
body.section-fishing .fsh-spot-chips { display: flex; flex-wrap: wrap; gap: 6px; }

@media (min-width: 1100px) {
  body.section-fishing .fsh-ponds { grid-template-columns: repeat(3, 1fr); }
}
