/* TZ mirror page — pairs with gantt.css tokens */

.tz-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
}

.tz-btn {
  flex-shrink: 1;
  max-width: min(420px, 55vw);
  color: #052e16;
  text-decoration: none;
  border: 1px solid #34d399;
  background: linear-gradient(180deg, #6ee7b7, #34d399);
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.25;
  text-align: center;
  box-shadow: 0 0 16px rgba(52, 211, 153, 0.35);
}
.tz-btn:hover {
  filter: brightness(1.06);
}

.tz-page {
  max-width: 820px;
  margin: 0 auto;
  padding: 20px 24px 64px;
}

.tz-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  margin: 0 0 22px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(15, 28, 51, 0.65);
  font-size: 13px;
  color: var(--muted);
  line-height: 1.45;
}
.tz-meta a {
  color: var(--gold-soft);
}
.tz-legend-done {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #bbf7d0;
  font-weight: 700;
}
.tz-legend-done i {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: #166534;
  box-shadow: inset 0 0 0 1px #4ade80;
}

.tz-doc h2 {
  margin: 28px 0 10px;
  font-size: 18px;
  color: #fff;
  letter-spacing: -0.2px;
}
.tz-doc h3 {
  margin: 18px 0 8px;
  font-size: 15px;
  color: var(--gold-soft);
}
.tz-doc p,
.tz-doc li {
  font-size: 14px;
  line-height: 1.55;
  color: #cbd5e1;
}
.tz-doc ul,
.tz-doc ol {
  margin: 8px 0 14px;
  padding-left: 1.25em;
}
.tz-doc li {
  margin: 4px 0;
}
.tz-doc hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 22px 0;
}
.tz-doc strong {
  color: #e2e8f0;
}

/* Done highlight */
.tz-done {
  position: relative;
  margin: 10px 0;
  padding: 12px 14px 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(74, 222, 128, 0.45);
  background:
    linear-gradient(135deg, rgba(22, 101, 52, 0.45), rgba(6, 78, 59, 0.25));
  box-shadow: 0 0 0 1px rgba(74, 222, 128, 0.12), 0 10px 28px rgba(0, 0, 0, 0.25);
}
.tz-done > :first-child {
  margin-top: 0;
}
.tz-done > :last-child {
  margin-bottom: 0;
}
.tz-done p,
.tz-done li,
.tz-done h3 {
  color: #dcfce7;
}
.tz-done strong {
  color: #fff;
}
.tz-done-mark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 0 8px;
}
.tz-check {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #22c55e;
  color: #052e16;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 0 12px rgba(34, 197, 94, 0.55);
}
.tz-plaque {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(74, 222, 128, 0.55);
  color: #bbf7d0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
}
.tz-plaque:hover {
  background: rgba(15, 23, 42, 0.85);
  color: #fff;
}
.tz-done-note {
  margin: 8px 0 0 !important;
  font-size: 12.5px !important;
  color: #86efac !important;
  line-height: 1.45 !important;
}

.tz-pending-block {
  position: relative;
  margin: 10px 0;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(15, 28, 51, 0.45);
}
.tz-pending-block h3 {
  color: var(--gold-soft);
}
.tz-pending-block .tz-done-note {
  color: #fcd34d !important;
}
.tz-pending {
  opacity: 0.72;
}
.tz-pending-tag {
  display: inline-block;
  margin-left: 8px;
  padding: 1px 7px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  vertical-align: middle;
}
