.site-nav a.is-active {
  color: var(--blue);
  font-weight: 800;
}

.stations-page,
.station-detail-page {
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 12%, rgba(40, 167, 184, 0.13), transparent 32%),
    linear-gradient(180deg, #f6fafd 0%, #eaf6fc 48%, #f6fafd 100%);
}

.station-identity-page {
  background:
    linear-gradient(180deg, #eaf6fc 0%, #f6fafd 42%, #ffffff 100%);
}

.station-shell {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}

.station-map-hero {
  position: relative;
  padding: clamp(48px, 7vw, 86px) 0 clamp(42px, 6vw, 68px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7, 27, 44, 0.98) 0%, rgba(11, 42, 63, 0.96) 42%, rgba(0, 95, 145, 0.94) 76%, rgba(0, 119, 190, 0.92) 100%),
    #0b2a3f;
  isolation: isolate;
}

.station-map-hero::before,
.station-map-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.station-map-hero::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 82%);
}

.station-map-hero::after {
  background:
    radial-gradient(circle at 72% 34%, rgba(0, 194, 255, 0.28), transparent 28%),
    radial-gradient(circle at 28% 76%, rgba(40, 167, 184, 0.18), transparent 24%);
  filter: blur(1px);
}

.station-hero-grid,
.station-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  align-items: center;
  gap: clamp(30px, 5vw, 68px);
}

.station-hero-copy {
  max-width: 650px;
  min-width: 0;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.breadcrumbs a {
  color: inherit;
}

.breadcrumbs a:hover {
  color: var(--white);
}

.breadcrumbs span::before,
.breadcrumbs a + a::before,
.breadcrumbs a + span::before {
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.38);
  content: "/";
}

.station-section .breadcrumbs {
  color: var(--muted);
}

.station-kicker {
  margin: 0 0 12px;
  color: var(--cyan);
  font-weight: 800;
  letter-spacing: 0.04em;
}

.station-hero-copy h1,
.station-detail-copy h1 {
  margin: 0;
  color: var(--white);
  font-size: clamp(42px, 7vw, 78px);
  line-height: 1.04;
  letter-spacing: 0;
}

.station-hero-lede,
.station-detail-copy p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.station-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 100%;
  margin-top: 30px;
}

.station-hero-tags span,
.station-status,
.station-example {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 800;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.station-map-card {
  position: relative;
  min-height: 430px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(180, 231, 255, 0.34);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03)),
    rgba(7, 27, 44, 0.5);
  box-shadow: 0 32px 90px rgba(0, 16, 36, 0.38);
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
}

.station-map-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 194, 255, 0.62);
  box-shadow: 0 42px 110px rgba(0, 46, 88, 0.42);
}

.map-grid-surface {
  position: relative;
  height: 100%;
  min-height: 386px;
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at 46% 48%, rgba(40, 167, 184, 0.28), transparent 28%),
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(135deg, rgba(5, 50, 81, 0.74), rgba(0, 119, 190, 0.34));
  background-size: auto, 48px 48px, 48px 48px, auto;
}

.map-lines {
  position: absolute;
  inset: 8%;
  width: 84%;
  height: 84%;
  fill: none;
  stroke: url("#mapLine");
  stroke-width: 2;
}

.map-lines circle {
  stroke-dasharray: 8 10;
  animation: mapPulse 7s linear infinite;
}

.map-point {
  position: absolute;
  left: var(--x);
  top: var(--y);
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.map-point::before,
.map-point::after {
  position: absolute;
  inset: -12px;
  border: 1px solid rgba(0, 194, 255, 0.36);
  border-radius: inherit;
  content: "";
  animation: pointWave 2.8s ease-out infinite;
}

.map-point::after {
  animation-delay: 1.4s;
}

.map-point-core {
  position: relative;
  z-index: 2;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: inherit;
  background: #28a7b8;
  box-shadow: 0 0 0 7px rgba(40, 167, 184, 0.16), 0 0 26px rgba(0, 194, 255, 0.68);
  transition: transform 0.25s ease, background 0.25s ease;
}

.map-point-label {
  position: absolute;
  left: 50%;
  top: calc(100% + 12px);
  z-index: 3;
  width: max-content;
  max-width: 150px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(4, 24, 42, 0.78);
  box-shadow: 0 10px 28px rgba(0, 18, 42, 0.22);
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  opacity: 0.88;
  transform: translateX(-50%);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.map-point:hover .map-point-core,
.map-point:focus-visible .map-point-core,
.map-point.is-active .map-point-core {
  background: #00c2ff;
  transform: scale(1.22);
}

.map-point:hover .map-point-label,
.map-point:focus-visible .map-point-label,
.map-point.is-active .map-point-label {
  opacity: 1;
  transform: translateX(-50%) translateY(-4px);
}

.station-section {
  padding: clamp(38px, 6vw, 68px) 0;
}

.station-map-list-section {
  padding-top: clamp(30px, 5vw, 54px);
}

.station-identity-section {
  padding: clamp(18px, 4vw, 36px) 0 clamp(42px, 7vw, 72px);
}

.station-detail-breadcrumbs {
  color: var(--muted);
}

.station-detail-breadcrumbs a:hover {
  color: var(--blue);
}

.station-identity-banner {
  width: min(100%, 760px);
  margin: 0 auto 0;
  padding: 14px 20px 16px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(135deg, #0077be, #165dff);
  color: #fff;
  text-align: center;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 950;
  letter-spacing: 0.02em;
  box-shadow: 0 18px 44px rgba(22, 93, 255, 0.2);
}

.station-output-layout {
  display: block;
}

.station-web-card {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 18px;
  border: 1px solid rgba(0, 119, 190, 0.18);
  border-radius: 0 0 20px 20px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(0, 91, 145, 0.14);
}

.station-mini-nav {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
  min-height: 44px;
  padding: 8px 12px;
  margin-bottom: 16px;
  border: 1px solid rgba(0, 119, 190, 0.14);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 91, 145, 0.08);
}

.station-mini-brand {
  display: inline-flex;
  align-items: center;
}

.station-mini-brand img {
  width: 112px;
  height: auto;
  display: block;
}

.station-mini-nav nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(12px, 2vw, 26px);
  color: var(--deep);
  font-size: 14px;
  font-weight: 800;
}

.station-mini-nav nav a:hover {
  color: var(--blue);
}

.station-web-card h1 {
  margin: 0 0 14px;
  color: #0b1f33;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.2;
}

.station-cover {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  border: 1px solid rgba(0, 119, 190, 0.12);
  border-radius: 12px;
  background: #0b2a3f;
  aspect-ratio: 2.9 / 1;
}

.station-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.station-cover span {
  position: absolute;
  right: 12px;
  top: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(11, 42, 63, 0.78);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.station-fact-table {
  overflow: hidden;
  border: 1px solid rgba(0, 119, 190, 0.16);
  border-radius: 12px;
}

.station-fact-row {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  min-height: 42px;
  border-bottom: 1px solid rgba(0, 119, 190, 0.12);
  background: #fff;
}

.station-fact-row:last-child {
  border-bottom: 0;
}

.station-fact-label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-right: 1px solid rgba(0, 119, 190, 0.12);
  background: #f2f8fc;
  color: var(--deep);
  font-weight: 900;
}

.station-fact-label i {
  color: var(--blue);
  font-size: 18px;
}

.station-fact-value {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 10px 14px;
  color: #17232d;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.station-photo-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
}

.station-photo-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: zoom-in;
  overflow: hidden;
}

.station-photo-strip img {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
  border: 1px solid rgba(0, 119, 190, 0.13);
  border-radius: 8px;
  display: block;
  transition: filter 0.22s ease, transform 0.22s ease;
}

.station-photo-button:hover img {
  filter: saturate(1.12) contrast(1.05);
  transform: scale(1.04);
}

.station-fee-lines,
.station-map-location {
  display: grid;
  gap: 6px;
}

.station-map-location a {
  width: fit-content;
  padding: 7px 12px;
  border: 1px solid rgba(0, 119, 190, 0.22);
  border-radius: 999px;
  color: var(--blue);
  background: rgba(0, 119, 190, 0.08);
  font-size: 13px;
  font-weight: 900;
}

.station-map-location a:hover {
  border-color: rgba(22, 93, 255, 0.36);
  color: #165dff;
  background: rgba(22, 93, 255, 0.12);
}

.station-photo-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(7, 27, 44, 0.82);
  backdrop-filter: blur(10px);
}

.station-photo-lightbox[hidden] {
  display: none;
}

.station-photo-lightbox img {
  display: block;
  max-width: min(1100px, 94vw);
  max-height: 86vh;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 16px;
  object-fit: contain;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
}

.station-photo-lightbox button {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.station-json-panel {
  margin-top: 16px;
  padding: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #071b2c, #0b2a3f);
  color: #d9f7ff;
}

.station-json-panel h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 20px;
}

.station-json-panel pre {
  max-height: 360px;
  margin: 0;
  overflow: auto;
  font-size: 13px;
  line-height: 1.6;
}

.station-json-panel code {
  font-family: Consolas, "SFMono-Regular", monospace;
  color: #75f2a0;
  white-space: pre;
}

.station-mobile-serp {
  display: none;
  position: sticky;
  top: 88px;
}

.phone-shell {
  overflow: hidden;
  padding: 16px;
  border: 8px solid #101820;
  border-radius: 34px;
  background: #f8fafc;
  box-shadow: 0 24px 70px rgba(0, 36, 70, 0.18);
}

.phone-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  color: #111827;
  font-size: 12px;
  font-weight: 800;
}

.phone-status span:last-child {
  width: 68px;
  height: 13px;
  border-radius: 999px;
  background: linear-gradient(90deg, #111827 18%, transparent 18% 30%, #111827 30% 44%, transparent 44% 58%, #111827 58% 72%, transparent 72% 82%, #111827 82%);
  opacity: 0.8;
}

.phone-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 8px;
  align-items: center;
  min-height: 40px;
  padding: 0 10px;
  border: 1px solid #d8e5ee;
  border-radius: 10px;
  background: #fff;
  color: #111827;
  font-size: 14px;
}

.phone-search span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.phone-search i {
  color: #0b2a3f;
  font-size: 18px;
}

.phone-search button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #111827;
  font: inherit;
}

.phone-shell h2 {
  margin: 18px 0 10px;
  color: #111827;
  font-size: 18px;
  line-height: 1.2;
}

.phone-map-card,
.phone-result-card,
.phone-ai-card {
  overflow: hidden;
  border: 1px solid #d8e5ee;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 36, 70, 0.08);
}

.phone-map-surface {
  position: relative;
  height: 126px;
  background:
    linear-gradient(35deg, transparent 0 42%, rgba(244, 185, 62, 0.6) 42% 48%, transparent 48%),
    linear-gradient(110deg, transparent 0 40%, rgba(127, 181, 132, 0.32) 40% 50%, transparent 50%),
    linear-gradient(#dfeaf1 1px, transparent 1px),
    linear-gradient(90deg, #dfeaf1 1px, transparent 1px),
    #edf5f8;
  background-size: auto, auto, 46px 46px, 46px 46px, auto;
}

.phone-map-pin {
  position: absolute;
  left: 50%;
  top: 46%;
  display: grid;
  place-items: center;
  width: 48px;
  height: 58px;
  border-radius: 24px 24px 24px 4px;
  background: linear-gradient(135deg, var(--blue), var(--action));
  color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  box-shadow: 0 10px 22px rgba(22, 93, 255, 0.28);
}

.phone-map-pin i {
  transform: rotate(-45deg);
  font-size: 24px;
}

.phone-place-card {
  padding: 14px;
}

.phone-place-card h3,
.phone-result-card h3 {
  margin: 0 0 5px;
  color: #111827;
  font-size: 16px;
  line-height: 1.35;
}

.phone-place-card p,
.phone-result-card p,
.phone-ai-card p {
  margin: 0 0 6px;
  color: #4b5b68;
  font-size: 13px;
  line-height: 1.55;
}

.phone-place-card strong {
  display: block;
  margin-bottom: 10px;
  color: #0fa85a;
  font-size: 16px;
}

.phone-place-card a,
.phone-ai-card a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--blue), var(--action));
  color: #fff;
  font-weight: 900;
}

.phone-result-card,
.phone-ai-card {
  padding: 14px;
}

.phone-result-card span {
  display: block;
  margin-bottom: 6px;
  color: #17a866;
  font-size: 12px;
  overflow-wrap: anywhere;
}

.phone-ai-card strong {
  color: #111827;
}

.station-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.station-section-soft {
  background:
    radial-gradient(circle at 18% 12%, rgba(40, 167, 184, 0.12), transparent 28%),
    #eaf6fc;
}

.station-section-head {
  max-width: 760px;
  margin-bottom: 20px;
}

.station-section-head-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.station-section-head h2,
.station-info-card h2,
.station-panel h2 {
  margin: 0;
  color: var(--deep);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.16;
}

.station-section-head p,
.station-info-card p,
.station-panel p {
  color: var(--muted);
  line-height: 1.8;
}

.station-section-head-center p {
  margin-right: auto;
  margin-left: auto;
}

.station-controls {
  display: grid;
  gap: 14px;
  padding: 16px;
  margin-bottom: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 48px rgba(0, 91, 145, 0.1);
}

.station-search {
  display: grid;
  gap: 8px;
  color: var(--deep);
  font-weight: 800;
}

.station-search input {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  outline: 0;
  background: #fff;
  color: var(--text);
  font: inherit;
}

.station-search input:focus {
  border-color: rgba(0, 119, 190, 0.5);
  box-shadow: 0 0 0 4px rgba(0, 119, 190, 0.1);
}

.filter-groups,
.filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 0;
}

.filter-chip {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(0, 119, 190, 0.18);
  border-radius: 999px;
  background: #fff;
  color: var(--blue);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  white-space: normal;
  line-height: 1.25;
  transition: transform 0.25s ease, border-color 0.25s ease, color 0.25s ease, background 0.25s ease;
}

.filter-chip:hover,
.filter-chip:focus-visible,
.filter-chip.is-active {
  border-color: transparent;
  background: linear-gradient(135deg, var(--blue), var(--action));
  color: #fff;
  transform: translateY(-2px);
}

.station-result-count {
  margin: 0;
  color: var(--muted);
}

.station-result-count strong {
  color: var(--blue);
}

.station-builder-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 22px;
  margin: 0 0 24px;
  border: 1px solid rgba(0, 119, 190, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 18%, rgba(0, 194, 255, 0.14), transparent 30%),
    linear-gradient(135deg, #ffffff, #eaf6fc);
  box-shadow: 0 18px 50px rgba(0, 91, 145, 0.1);
}

.station-builder-cta h2 {
  margin: 0;
  color: var(--deep);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.22;
}

.station-builder-cta p:last-child {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.station-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.station-card,
.station-info-card,
.station-panel,
.station-summary-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 50px rgba(0, 91, 145, 0.1);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.station-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 22px;
}

.station-card::before,
.station-info-card::before,
.station-panel::before,
.station-summary-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--cyan), var(--action));
  content: "";
  opacity: 0;
  transition: opacity 0.35s ease;
}

.station-card:hover,
.station-card.is-active,
.station-info-card:hover,
.station-panel:hover,
.station-summary-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 119, 190, 0.3);
  box-shadow: 0 30px 76px rgba(0, 91, 145, 0.16);
}

.station-card:hover::before,
.station-card.is-active::before,
.station-info-card:hover::before,
.station-panel:hover::before,
.station-summary-card:hover::before {
  opacity: 1;
}

.station-card-top {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
}

.station-card .station-status,
.station-card .station-example,
.station-detail-copy .station-example {
  border-color: rgba(0, 119, 190, 0.16);
  background: rgba(0, 119, 190, 0.08);
  color: var(--blue);
}

.station-card .station-example,
.station-detail-copy .station-example {
  color: #105a7a;
}

.station-card h2 {
  margin: 0;
  color: var(--deep);
  font-size: 22px;
  line-height: 1.3;
}

.station-card h2 a:hover {
  color: var(--blue);
}

.station-card p {
  color: var(--muted);
  line-height: 1.75;
}

.station-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: auto 0 18px;
}

.station-meta div,
.station-summary-card dl div,
.station-detail-table div {
  padding: 12px;
  border: 1px solid rgba(0, 119, 190, 0.11);
  border-radius: 12px;
  background: rgba(234, 246, 252, 0.62);
}

.station-meta dt,
.station-summary-card dt,
.station-detail-table strong {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 12px;
}

.station-meta dd,
.station-summary-card dd,
.station-detail-table span {
  margin: 0;
  color: var(--deep);
  font-weight: 800;
  line-height: 1.55;
}

.station-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--action));
  color: #fff;
  font-weight: 900;
}

.station-card-link:hover {
  color: #fff;
  filter: brightness(1.08);
}

.station-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.station-info-card {
  padding: 24px;
}

.station-info-card h2 {
  font-size: 22px;
}

.station-geo-reference {
  background:
    radial-gradient(circle at 85% 12%, rgba(0, 194, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #f6fafd 0%, #ffffff 100%);
}

.geo-reference-grid {
  display: grid;
  gap: 22px;
}

.geo-reference-card {
  display: grid;
  grid-template-columns: minmax(360px, 0.94fr) minmax(0, 1.06fr);
  gap: 24px;
  align-items: stretch;
  padding: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(234, 246, 252, 0.78)),
    #fff;
  box-shadow: 0 24px 70px rgba(0, 91, 145, 0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.geo-reference-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 119, 190, 0.28);
  box-shadow: 0 34px 88px rgba(0, 91, 145, 0.16);
}

.geo-reference-image {
  position: relative;
  min-height: 310px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 119, 190, 0.12);
  border-radius: 16px;
  background: #fff;
}

.geo-reference-image img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: contain;
  object-position: center;
  display: block;
}

.geo-reference-copy {
  align-self: center;
  padding: clamp(8px, 1.6vw, 18px);
}

.geo-reference-copy h3 {
  margin: 0 0 12px;
  color: var(--deep);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
}

.geo-reference-copy p {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.78;
}

.geo-flow-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.geo-flow-list li {
  position: relative;
  padding: 12px 14px 12px 42px;
  border: 1px solid rgba(0, 119, 190, 0.1);
  border-radius: 14px;
  background: rgba(234, 246, 252, 0.62);
  color: var(--text);
  line-height: 1.68;
}

.geo-flow-list li::before {
  position: absolute;
  left: 14px;
  top: 15px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, #fff 0 24%, transparent 25%),
    linear-gradient(135deg, var(--blue), var(--cyan));
  box-shadow: 0 0 0 5px rgba(40, 167, 184, 0.12);
  content: "";
}

.geo-flow-list strong {
  color: var(--deep);
}

.geo-caution {
  margin-top: 16px !important;
  padding: 14px 16px;
  border: 1px solid rgba(40, 167, 184, 0.24);
  border-radius: 14px;
  background: rgba(40, 167, 184, 0.08);
  color: var(--deep) !important;
  font-weight: 700;
}

.station-detail-hero {
  padding: clamp(64px, 8vw, 96px) 0;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7, 27, 44, 0.98), rgba(11, 42, 63, 0.96) 52%, rgba(0, 119, 190, 0.92)),
    #0b2a3f;
}

.station-detail-copy h1 {
  margin-top: 14px;
  font-size: clamp(36px, 5vw, 62px);
}

.station-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.station-summary-card {
  padding: 22px;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 28px 80px rgba(0, 18, 42, 0.28);
}

.station-summary-card dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.station-summary-card dl div {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.1);
}

.station-summary-card dt {
  color: rgba(255, 255, 255, 0.64);
}

.station-summary-card dd {
  color: var(--white);
}

.station-detail-content {
  display: grid;
  gap: 18px;
}

.station-panel {
  padding: 24px;
}

.station-panel h2 {
  margin-bottom: 14px;
  font-size: 28px;
}

.station-detail-table {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.station-data-notice {
  margin: 18px 0 0;
  padding: 14px 16px;
  border: 1px solid rgba(0, 119, 190, 0.16);
  border-radius: 14px;
  background: rgba(234, 246, 252, 0.72);
}

.station-check-list,
.station-step-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.station-check-list li,
.station-step-list li {
  position: relative;
  padding: 12px 14px 12px 40px;
  border: 1px solid rgba(0, 119, 190, 0.1);
  border-radius: 14px;
  background: rgba(234, 246, 252, 0.56);
  line-height: 1.7;
}

.station-check-list li::before,
.station-step-list li::before {
  position: absolute;
  left: 14px;
  top: 15px;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  content: "";
}

.station-faq-list {
  display: grid;
  gap: 12px;
}

.station-faq-item {
  padding: 16px;
  border: 1px solid rgba(0, 119, 190, 0.1);
  border-radius: 14px;
  background: rgba(234, 246, 252, 0.56);
}

.station-faq-item h3 {
  margin: 0 0 8px;
  color: var(--deep);
  font-size: 18px;
}

.station-faq-item p {
  margin: 0;
}

[data-station-card][hidden],
[data-map-point][hidden] {
  display: none;
}

@keyframes pointWave {
  0% {
    opacity: 0.72;
    transform: scale(0.4);
  }
  100% {
    opacity: 0;
    transform: scale(1.8);
  }
}

@keyframes mapPulse {
  to {
    stroke-dashoffset: -90;
  }
}

@media (max-width: 1120px) {
  .station-hero-grid,
  .station-detail-grid {
    grid-template-columns: 1fr;
  }

  .station-output-layout {
    display: block;
  }

  .station-mobile-serp {
    position: static;
    width: min(100%, 420px);
    margin: 0 auto;
  }

  .station-map-card {
    min-height: 360px;
  }

  .map-grid-surface {
    min-height: 320px;
  }

  .station-card-grid,
  .station-info-grid {
    grid-template-columns: 1fr 1fr;
  }

  .geo-reference-card {
    grid-template-columns: 1fr;
  }

  .geo-reference-image,
  .geo-reference-image img {
    min-height: 360px;
  }
}

@media (max-width: 720px) {
  .station-shell {
    width: min(calc(100vw - 32px), 520px);
  }

  .station-map-hero,
  .station-detail-hero {
    padding-top: 46px;
  }

  .station-hero-copy h1,
  .station-detail-copy h1 {
    font-size: 38px;
  }

  .station-hero-lede,
  .station-detail-copy p {
    font-size: 16px;
  }

  .station-map-card {
    min-height: 300px;
    padding: 14px;
    border-radius: 18px;
  }

  .map-grid-surface {
    min-height: 270px;
  }

  .map-point-label {
    max-width: 110px;
    white-space: normal;
  }

  .station-card-grid,
  .station-info-grid,
  .station-detail-table {
    grid-template-columns: 1fr;
  }

  .station-builder-cta {
    grid-template-columns: 1fr;
  }

  .station-identity-section {
    padding-top: 10px;
  }

  .station-detail-breadcrumbs {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .station-identity-banner {
    width: 100%;
    border-radius: 16px 16px 0 0;
    font-size: 20px;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .station-output-layout {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .station-mobile-serp {
    display: block;
    order: -1;
    width: 100%;
  }

  .phone-shell {
    box-sizing: border-box;
    max-width: 324px;
    margin: 0 auto;
    padding: 12px;
    border-width: 6px;
    border-radius: 28px;
  }

  .station-web-card {
    padding: 12px;
    border-radius: 0 0 16px 16px;
  }

  .station-mini-nav {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .station-mini-brand img {
    width: 106px;
  }

  .station-mini-nav nav {
    justify-content: flex-start;
    gap: 12px;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 13px;
  }

  .station-web-card h1 {
    font-size: 24px;
  }

  .station-cover {
    aspect-ratio: 1.9 / 1;
  }

  .station-fact-row {
    grid-template-columns: 1fr;
  }

  .station-fact-label {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 119, 190, 0.1);
  }

  .station-photo-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .station-json-panel {
    padding: 14px;
  }

  .station-json-panel pre {
    max-height: 280px;
    font-size: 12px;
  }

  .station-support-grid {
    grid-template-columns: 1fr;
  }

  .geo-reference-card {
    padding: 14px;
  }

  .geo-reference-image,
  .geo-reference-image img {
    min-height: 210px;
  }

  .station-meta {
    grid-template-columns: 1fr;
  }

  .filter-group,
  .filter-groups {
    gap: 8px;
  }

  .filter-chip {
    min-height: 36px;
    padding-inline: 12px;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .map-lines circle,
  .map-point::before,
  .map-point::after {
    animation: none !important;
  }

  .station-card,
  .station-info-card,
  .station-panel,
  .station-summary-card,
  .station-map-card,
  .filter-chip {
    transition: none !important;
  }
}
