/* AAPL Field Desk — member guide language aligned to signal pages + earnings blotter.
   Flat dark surfaces, hairline gold, dense utility type. No glow animations or gradient chrome. */

.agd-desk {
  --agd-line: rgba(201, 176, 55, 0.16);
  --agd-line-strong: rgba(201, 176, 55, 0.32);
  --agd-ink: rgba(236, 228, 209, 0.96);
  --agd-muted: rgba(255, 255, 255, 0.55);
  --agd-field: rgba(10, 14, 22, 0.72);
  --agd-panel: rgba(26, 31, 46, 0.55);
  --agd-bull: #3d8f5a;
  --agd-bear: #c94a4a;
  --agd-warn: #c98a3d;
}

/* ── Mast chips under hero subtitle ── */
.agd-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1.35rem;
}

.agd-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid var(--agd-line);
  border-radius: 50px;
  padding: 0.28rem 0.8rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--primary-gold);
  background: rgba(201, 176, 55, 0.05);
}

/* ── Section head: index + label like signal pages ── */
.agd-section-head {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-bottom: 1.1rem;
}

.agd-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary-gold);
}

.agd-kicker .agd-ix {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.55rem;
  height: 1.55rem;
  border: 1px solid var(--agd-line-strong);
  border-radius: 4px;
  font-size: 0.65rem;
  font-variant-numeric: tabular-nums;
  color: var(--agd-ink);
  background: rgba(201, 176, 55, 0.06);
}

.agd-kicker .agd-tick {
  width: 18px;
  height: 1px;
  background: rgba(201, 176, 55, 0.55);
}

/* Override content-section h2 when using field desk heads */
.agd-desk .content-section > .agd-section-head + p,
.agd-desk .content-section > p.agd-lede {
  margin-top: 0;
}

.agd-lede {
  color: var(--gray-text);
  line-height: 1.7;
  font-size: 0.95rem;
  max-width: 62ch;
  margin-bottom: 1.25rem;
}

/* ── Metric ribbon (sp-strat cousin) ── */
.agd-ribbon {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  border: none;
  margin: 1.25rem 0 0.5rem;
  background: transparent;
}

.agd-ribbon-col {
  padding: 1rem 0.95rem;
  border: 1px solid var(--agd-line);
  border-radius: 10px;
  background: var(--agd-field);
  min-width: 0;
}

.agd-ribbon-col:first-child {
  border-left: 1px solid var(--agd-line);
}

.agd-ribbon-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--agd-muted);
  margin-bottom: 0.45rem;
}

.agd-ribbon-value {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--primary-gold);
  line-height: 1.15;
  margin-bottom: 0.3rem;
}

.agd-ribbon-sub {
  font-size: 0.78rem;
  color: var(--gray-text);
  line-height: 1.4;
}

/* ── Flow tape (options) ── */
.agd-tape {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-top: 0.75rem;
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: visible;
}

.agd-tape-row {
  display: grid;
  grid-template-columns: 5.25rem minmax(0, 1fr);
  gap: 0;
  border: 1px solid var(--agd-line);
  border-radius: 10px;
  overflow: clip;
  background: var(--agd-field);
}

.agd-tape-row:first-child {
  border-top: 1px solid var(--agd-line);
}

.agd-tape-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.9rem 0.65rem;
  border-right: 1px solid var(--agd-line);
  background: rgba(201, 176, 55, 0.03);
}

.agd-tape-body {
  padding: 0.9rem 1.05rem;
  min-width: 0;
}

.agd-tape-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--agd-ink);
  margin: 0 0 0.3rem;
  letter-spacing: -0.01em;
}

.agd-tape-desc {
  font-size: 0.84rem;
  color: var(--gray-text);
  line-height: 1.5;
  margin: 0 0 0.55rem;
}

.agd-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.85rem;
  font-size: 0.78rem;
  color: var(--light-text);
  line-height: 1.45;
}

.agd-meta strong {
  color: var(--primary-gold);
  font-weight: 600;
}

.agd-tag {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  border: 1px solid;
}

.agd-tag-bull {
  color: var(--agd-bull);
  border-color: rgba(61, 143, 90, 0.45);
  background: rgba(61, 143, 90, 0.1);
}

.agd-tag-bear {
  color: #e07070;
  border-color: rgba(201, 74, 74, 0.45);
  background: rgba(201, 74, 74, 0.1);
}

.agd-tag-neutral {
  color: var(--primary-gold);
  border-color: var(--agd-line-strong);
  background: rgba(201, 176, 55, 0.08);
}

.agd-tag-mute {
  color: var(--agd-muted);
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

/* ── Spec cards (dossier rows, not stripe panels) ── */
.agd-spine-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.agd-spine {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: var(--agd-field);
  border: 1px solid var(--agd-line);
  border-radius: 10px;
  padding: 0;
  overflow: clip;
  min-width: 0;
}

/* tone strip along top edge only — no side spine, no glow */
.agd-spine::before {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background: rgba(201, 176, 55, 0.45);
  flex-shrink: 0;
}

.agd-spine.is-bull::before {
  background: rgba(61, 143, 90, 0.65);
}

.agd-spine.is-bear::before {
  background: rgba(201, 74, 74, 0.65);
}

.agd-spine.is-warn::before {
  background: rgba(201, 138, 61, 0.65);
}

.agd-spine > .agd-tag {
  align-self: flex-start;
  margin: 0.85rem 1rem 0;
}

.agd-spine h4 {
  margin: 0.55rem 1rem 0.75rem;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--agd-ink);
  line-height: 1.3;
}

/* Key/value body: each <p><strong>Label:</strong> value</p> becomes a row */
.agd-spine p:has(strong) {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
  margin: 0;
  padding: 0.55rem 1rem;
  border-top: 1px solid rgba(201, 176, 55, 0.1);
  font-size: 0.84rem;
  color: var(--gray-text);
  line-height: 1.5;
  min-width: 0;
}

.agd-spine p:has(strong):last-child {
  padding-bottom: 0.9rem;
}

.agd-spine p:has(strong) strong {
  display: block;
  color: var(--agd-muted);
  font-weight: 700;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-top: 0.12rem;
  white-space: nowrap;
}

/* Plain body copy (supplier notes, posture blurbs — no label keys) */
.agd-spine p:not(:has(strong)) {
  display: block;
  margin: 0 1rem 1rem;
  padding: 0;
  border: none;
  font-size: 0.86rem;
  color: var(--gray-text);
  line-height: 1.55;
  min-width: 0;
}

/* ── Workstation (analyzer / ticket) ── */
.agd-workstation {
  border: 1px solid var(--agd-line);
  border-radius: 12px;
  background: var(--agd-field);
  overflow: clip;
  margin-top: 0.75rem;
}

.agd-ws-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.65rem 1rem;
  border-bottom: 1px solid var(--agd-line);
  background: rgba(201, 176, 55, 0.04);
}

.agd-ws-bar span {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary-gold);
}

.agd-ws-bar em {
  font-style: normal;
  font-size: 0.72rem;
  color: var(--agd-muted);
  font-variant-numeric: tabular-nums;
}

.agd-ws-body {
  padding: 1.15rem;
}

.agd-form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(160px, 100%), 1fr));
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.agd-field label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--agd-muted);
  margin-bottom: 0.35rem;
}

.agd-field input,
.agd-field select {
  width: 100%;
  box-sizing: border-box;
  background: rgba(5, 8, 16, 0.85);
  border: 1px solid var(--agd-line);
  border-radius: 6px;
  padding: 0.65rem 0.7rem;
  color: var(--light-text);
  font-size: 0.9rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.agd-field input:focus,
.agd-field select:focus {
  outline: none;
  border-color: var(--agd-line-strong);
}

.agd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid rgba(201, 176, 55, 0.45);
  border-radius: 8px;
  background: rgba(201, 176, 55, 0.12);
  color: var(--primary-gold);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  padding: 0.8rem 1.25rem;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s, border-color 0.15s;
}

.agd-btn:hover {
  background: rgba(201, 176, 55, 0.2);
  border-color: rgba(201, 176, 55, 0.6);
}

.agd-result {
  display: none;
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--agd-line);
  border-radius: 8px;
  background: rgba(26, 31, 46, 0.55);
}

.agd-result.is-open {
  display: block;
}

.agd-result-head {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
  margin-bottom: 0.55rem;
}

.agd-result-head h4 {
  margin: 0;
  font-size: 1rem;
  color: var(--agd-ink);
}

.agd-result-body {
  font-size: 0.88rem;
  color: var(--gray-text);
  line-height: 1.6;
}

.agd-result-body ul {
  margin: 0.5rem 0 0;
  padding-left: 1.1rem;
}

/* ── Scanner table ── */
.agd-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.86rem;
  margin-top: 0.75rem;
}

.agd-table th {
  text-align: left;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--agd-muted);
  padding: 0.55rem 0.75rem;
  border-bottom: 1px solid var(--agd-line);
}

.agd-table td {
  padding: 0.75rem;
  border-bottom: 1px solid rgba(201, 176, 55, 0.1);
  color: var(--light-text);
  vertical-align: top;
  line-height: 1.45;
}

.agd-table tr:last-child td {
  border-bottom: none;
}

.agd-table .agd-code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--primary-gold);
  border: 1px solid var(--agd-line);
  border-radius: 4px;
  padding: 0.15rem 0.4rem;
  background: rgba(201, 176, 55, 0.06);
}

.agd-table .agd-muted-cell {
  color: var(--gray-text);
  font-size: 0.82rem;
}

/* ── Depth ladder (pullbacks) ── */
.agd-ladder {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.75rem;
  background: transparent;
  border: none;
}

.agd-rung {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  padding: 0.85rem 1rem;
  border: 1px solid var(--agd-line);
  border-radius: 10px;
  background: var(--agd-field);
}

.agd-rung:first-child {
  border-top: 1px solid var(--agd-line);
}

.agd-rung-pct {
  font-size: 1.15rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}

.agd-rung.is-healthy .agd-rung-pct { color: var(--agd-bull); }
.agd-rung.is-moderate .agd-rung-pct { color: var(--primary-gold); }
.agd-rung.is-caution .agd-rung-pct { color: var(--agd-warn); }
.agd-rung.is-danger .agd-rung-pct { color: #e07070; }

.agd-rung-body strong {
  display: block;
  font-size: 0.92rem;
  color: var(--agd-ink);
  margin-bottom: 0.15rem;
}

.agd-rung-body span {
  font-size: 0.8rem;
  color: var(--gray-text);
}

.agd-rung-action {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--agd-muted);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 0.3rem 0.55rem;
}

/* Fib strip */
.agd-fib {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin-top: 0.9rem;
  border: none;
  background: transparent;
}

.agd-fib-cell {
  text-align: center;
  padding: 0.85rem 0.5rem;
  border: 1px solid var(--agd-line);
  border-radius: 10px;
  background: var(--agd-field);
}

.agd-fib-cell:first-child {
  border-left: 1px solid var(--agd-line);
}

.agd-fib-cell strong {
  display: block;
  font-size: 1.05rem;
  color: var(--primary-gold);
  font-variant-numeric: tabular-nums;
  margin-bottom: 0.2rem;
}

.agd-fib-cell span {
  font-size: 0.75rem;
  color: var(--gray-text);
}

/* Pattern rows */
.agd-pattern-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.75rem;
  background: transparent;
  border: none;
}

.agd-pattern {
  display: grid;
  grid-template-columns: 4.25rem minmax(0, 1fr);
  border: 1px solid var(--agd-line);
  border-radius: 10px;
  overflow: clip;
  background: var(--agd-field);
}

.agd-pattern:first-child {
  border-top: 1px solid var(--agd-line);
}

.agd-pattern-rate {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 800;
  color: var(--primary-gold);
  font-variant-numeric: tabular-nums;
  border-right: 1px solid var(--agd-line);
  background: rgba(201, 176, 55, 0.04);
  letter-spacing: -0.02em;
}

.agd-pattern-body {
  padding: 0.8rem 1rem;
  min-width: 0;
}

.agd-pattern-body h4 {
  margin: 0 0 0.35rem;
  font-size: 0.92rem;
  color: var(--agd-ink);
  letter-spacing: -0.01em;
}

.agd-pattern-body .agd-meta {
  margin: 0;
}

/* Ticket checklist */
.agd-ticket {
  border: 1px solid var(--agd-line);
  border-radius: 12px;
  background: var(--agd-field);
  overflow: clip;
  margin-top: 0.75rem;
}

.agd-ticket-row {
  display: grid;
  grid-template-columns: 1.4rem 1fr auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.8rem 1rem;
  border-top: 1px solid rgba(201, 176, 55, 0.1);
  cursor: pointer;
  user-select: none;
  transition: background 0.15s;
}

.agd-ticket-row:first-child {
  border-top: none;
}

.agd-ticket-row:hover {
  background: rgba(201, 176, 55, 0.04);
}

.agd-box {
  width: 1.15rem;
  height: 1.15rem;
  border: 1px solid var(--agd-line-strong);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.7rem;
  color: transparent;
  background: transparent;
}

.agd-ticket-row.is-on .agd-box {
  background: rgba(61, 143, 90, 0.2);
  border-color: var(--agd-bull);
  color: var(--agd-bull);
  font-weight: 800;
}

.agd-ticket-text {
  font-size: 0.88rem;
  color: var(--light-text);
  line-height: 1.4;
}

.agd-ticket-text strong {
  color: var(--agd-ink);
}

.agd-ticket-pill {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.22rem 0.5rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--agd-muted);
  min-width: 3.5rem;
  text-align: center;
}

.agd-ticket-pill.is-on {
  color: var(--agd-bull);
  border-color: rgba(61, 143, 90, 0.4);
  background: rgba(61, 143, 90, 0.1);
}

.agd-ticket-score {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.15rem;
  border-top: 1px solid var(--agd-line);
  background: rgba(201, 176, 55, 0.04);
}

.agd-ticket-score label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--agd-muted);
  display: block;
  margin-bottom: 0.25rem;
}

.agd-ticket-score strong {
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--primary-gold);
  letter-spacing: -0.02em;
}

.agd-ticket-score p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--gray-text);
  text-align: right;
  max-width: 28ch;
}

/* Season rail (product cycle) */
.agd-seasons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  border: none;
  margin: 0.75rem 0 1.25rem;
  background: transparent;
}

.agd-season {
  padding: 0.95rem 0.9rem;
  border: 1px solid var(--agd-line);
  border-radius: 10px;
  background: var(--agd-field);
  text-align: left;
  min-width: 0;
}

.agd-season:first-child {
  border-left: 1px solid var(--agd-line);
}

.agd-season strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--primary-gold);
  margin-bottom: 0.3rem;
}

.agd-season span {
  display: block;
  font-size: 0.8rem;
  color: var(--gray-text);
  line-height: 1.4;
}

/* Phase detector overrides inside desk */
.agd-desk #phase-detector {
  background: var(--agd-field);
  border: 1px solid var(--agd-line);
  border-radius: 12px;
  padding: 1.5rem;
  margin: 0.75rem 0 0;
}

.agd-desk .detector-btn {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--agd-line);
  border-radius: 10px;
  transition: background 0.15s, border-color 0.15s;
}

.agd-desk .detector-btn:hover {
  background: rgba(201, 176, 55, 0.07);
  border-color: var(--agd-line-strong);
  transform: none;
}

.agd-desk .supplier-card,
.agd-desk .phase-card,
.agd-desk .timeline-card {
  background: var(--agd-panel);
  border: 1px solid var(--agd-line);
  border-radius: 10px;
}

/* Rules list — flex rows (never 2-col grid: ::before was crushing text into 1.5rem) */
.agd-desk .content-section ul.agd-rules,
.agd-rules {
  margin: 0.75rem 0 0;
  padding: 0 !important;
  list-style: none !important;
  border: 1px solid var(--agd-line);
  border-radius: 10px;
  overflow: clip;
  background: var(--agd-field);
}

.agd-desk .content-section ul.agd-rules li,
.agd-rules li {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.85rem 1.1rem;
  border-top: 1px solid rgba(201, 176, 55, 0.1);
  font-size: 0.9rem;
  color: var(--light-text);
  line-height: 1.55;
  margin: 0 !important;
  min-width: 0;
  writing-mode: horizontal-tb;
}

.agd-desk .content-section ul.agd-rules li:first-child,
.agd-rules li:first-child {
  border-top: none;
}

.agd-rules li::before,
.agd-rules li::after {
  content: none !important;
  display: none !important;
}

.agd-rules li .agd-n {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.75rem;
  height: 1.35rem;
  padding: 0 0.35rem;
  margin-top: 0.1rem;
  border: 1px solid var(--agd-line);
  border-radius: 4px;
  background: rgba(201, 176, 55, 0.06);
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--primary-gold);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  line-height: 1;
}

.agd-rules li > span:not(.agd-n) {
  flex: 1 1 auto;
  min-width: 0;
  color: var(--gray-text);
  writing-mode: horizontal-tb;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}

.agd-rules li > span:not(.agd-n) strong {
  color: var(--agd-ink);
  font-weight: 600;
}

/* Content section density tweak inside desk */
.agd-desk .content-section {
  padding: 1.75rem 1.75rem;
}

.agd-desk .content-section:hover {
  transform: none;
  box-shadow: none;
  border-color: rgba(201, 176, 55, 0.28);
}

/* Hide emoji chrome if any slipped in */
.agd-desk .depth-action {
  font-family: inherit;
}

@media (max-width: 900px) {
  .agd-ribbon {
    grid-template-columns: 1fr 1fr;
  }

  .agd-seasons {
    grid-template-columns: 1fr 1fr;
  }

  .agd-fib {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .agd-ribbon,
  .agd-seasons,
  .agd-fib {
    grid-template-columns: 1fr;
  }

  .agd-tape-row,
  .agd-pattern {
    grid-template-columns: 1fr;
  }

  .agd-tape-side,
  .agd-pattern-rate {
    border-right: none;
    border-bottom: 1px solid var(--agd-line);
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0.55rem 0.85rem;
  }

  .agd-rung {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .agd-spine p:has(strong) {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .agd-ticket-row {
    grid-template-columns: 1.2rem 1fr;
  }

  .agd-ticket-pill {
    display: none;
  }

  .agd-ticket-score {
    grid-template-columns: 1fr;
  }

  .agd-ticket-score p {
    text-align: left;
  }

  .agd-table thead {
    display: none;
  }

  .agd-table tr {
    display: block;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--agd-line);
  }

  .agd-table td {
    display: block;
    border: none;
    padding: 0.15rem 0.5rem;
  }
}
