/* Western Transit Calculator */

body.page-wt .wt-form-card {
  max-width: 460px;
  margin: 0 auto;
  overflow: visible;
}

body.page-wt .wt-optional {
  font-weight: 400;
  color: var(--muted);
}

body.page-wt .wt-now-btn {
  margin-top: 0.2rem;
}

/* Hero */
body.page-wt .wt-hero {
  text-align: center;
  padding: 1.4rem 1rem 1.2rem;
  margin: 0 0 1.1rem;
  border: 1px solid var(--cream-border);
  border-radius: 14px;
  background: linear-gradient(160deg, #efe7fb 0%, var(--cream-card) 78%);
}

body.page-wt .wt-hero__label {
  margin: 0 0 0.6rem;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}

body.page-wt .wt-hero__signs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
}

body.page-wt .wt-hero__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--cream-border);
  font-size: 0.96rem;
  font-weight: 700;
  color: var(--maroon, #7a1834);
}

body.page-wt .wt-hero__glyph {
  font-size: 1.05rem;
  color: #6b4ea8;
}

body.page-wt .wt-hero__when {
  margin: 0.7rem 0 0;
  font-size: 0.85rem;
  color: var(--muted);
}

/* Highlights */
body.page-wt .wt-highlights {
  padding: 0.9rem 1.05rem;
  margin: 0 0 1.2rem;
  border: 1px solid var(--cream-border);
  border-left: 4px solid #6b4ea8;
  border-radius: 12px;
  background: var(--cream-card);
}

body.page-wt .wt-highlights__title {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ink);
}

body.page-wt .wt-highlights__list {
  margin: 0;
  padding-left: 1.1rem;
}

body.page-wt .wt-highlights__list li {
  margin: 0 0 0.35rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--ink);
}

/* Positions table */
body.page-wt .wt-table-wrap {
  overflow-x: auto;
  margin: 0 0 1rem;
}

body.page-wt .wt-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}

body.page-wt .wt-table th,
body.page-wt .wt-table td {
  padding: 0.55rem 0.7rem;
  text-align: left;
  border-bottom: 1px solid var(--cream-border);
}

body.page-wt .wt-table thead th {
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted);
}

body.page-wt .wt-table tr.is-retro td {
  background: #f6effb;
}

body.page-wt .wt-table__deg {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

body.page-wt .wt-pl {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 700;
  color: var(--ink);
}

body.page-wt .wt-pl__glyph {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #efe7fb;
  color: #5a3e96;
  font-size: 0.95rem;
}

body.page-wt .wt-motion {
  font-size: 0.82rem;
  font-weight: 700;
}

body.page-wt .wt-motion--direct {
  color: #2f6b34;
}

body.page-wt .wt-motion--retro {
  color: #9a3412;
}

/* Effects, grouped by tier */
body.page-wt .wt-tier {
  margin: 0 0 1.1rem;
}

body.page-wt .wt-tier__head {
  margin: 0.4rem 0 0.1rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--maroon, #7a1834);
}

body.page-wt .wt-tier__note {
  margin: 0 0 0.7rem;
  font-size: 0.82rem;
  color: var(--muted);
}

body.page-wt .wt-effect {
  padding: 0.85rem 1rem;
  margin: 0 0 0.7rem;
  border: 1px solid var(--cream-border);
  border-radius: 12px;
  background: var(--cream-card);
}

body.page-wt .wt-effect--retro {
  border-color: #e3c6b4;
  background: #fbf2ec;
}

body.page-wt .wt-effect__head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 0.45rem;
}

body.page-wt .wt-effect__glyph {
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #6b4ea8;
  color: #fff;
  font-size: 1.2rem;
}

body.page-wt .wt-effect--retro .wt-effect__glyph {
  background: #c2552e;
}

body.page-wt .wt-effect__title {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--ink);
}

body.page-wt .wt-effect__deg {
  font-weight: 400;
  font-size: 0.85rem;
  color: var(--muted);
}

body.page-wt .wt-effect__badge {
  margin: 0.1rem 0 0;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #9a3412;
}

body.page-wt .wt-effect__text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ink);
}
