@import url("../langgraph-rebuild/langgraph.css");

:root {
  --teal: #78b7ae;
  --teal-soft: rgba(62, 112, 104, .14);
  --teal-bd: #416f68;
  --coral-soft: rgba(136, 76, 59, .13);
  --coral-bd: #765244;
}

.activity-cover .cover__copy h1 { max-width: 720px; }
.activity-cover .flow { max-width: 420px; justify-self: end; }
.activity-cover .flow__step { grid-template-columns: 34px minmax(0, 1fr); }
.activity-cover code { font-size: .84em; }

.activity-article .panel { margin-top: 20px; }
.activity-article .section-head h2 { text-wrap: balance; }
.activity-article .swim { padding: 22px; overflow-x: auto; }
.activity-article .swim svg { display: block; width: 100%; min-width: 900px; height: auto; }
.activity-article #map .swim > svg { display: none; }
.activity-article #target .swim > svg { display: none; }
.activity-map-image,
.activity-target-image { display: block; width: 100%; min-width: 960px; height: auto; }
.activity-article .svg-l { fill: var(--text); font-family: var(--sans); }
.activity-article .svg-s { fill: var(--muted); font-family: var(--mono); }

.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
.duo .c { padding: 18px 20px; border: 1px solid var(--line); border-radius: 6px; background: var(--surface); }
.duo .t { margin-bottom: 10px; color: var(--text); font-weight: 650; }
.duo ul { margin: 0; padding-left: 18px; }
.duo li { margin: 7px 0; color: var(--muted); }
.duo li b { color: var(--text-2); }

.ctab-wrap { overflow-x: auto; border-radius: 6px; }
.ctab { width: 100%; min-width: 840px; border-collapse: collapse; }
.ctab th,
.ctab td { padding: 13px 15px; border: 1px solid var(--line); color: var(--muted); font-size: 14px; line-height: 1.65; text-align: left; vertical-align: top; }
.ctab th { color: var(--text); font-weight: 650; }
.ctab thead th { background: rgba(23, 34, 43, .62); font-size: 13px; }
.ctab b { color: var(--text-2); }

.activity-article .cf { overflow-x: auto; }
.activity-article .cf table { width: 100%; min-width: 680px; border-collapse: collapse; }
.activity-article .cf th,
.activity-article .cf td { padding: 14px 17px; border: 1px solid var(--line); color: var(--text-2); text-align: left; vertical-align: top; }
.activity-article .cf th { background: rgba(23, 34, 43, .62); color: var(--text); font-size: 13px; font-weight: 650; }
.activity-article .cf th:first-child,
.activity-article .cf td:first-child { width: 38%; color: var(--muted); }

@media (max-width: 860px) {
  .activity-cover .flow { max-width: none; justify-self: stretch; }
  .activity-article .swim { padding: 16px; }
  .activity-article .swim svg { min-width: 860px; }
  .duo { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .activity-article .section-head h2 { font-size: 28px; }
}
