/* Queue page. The number is the hero, so everything else is deliberately quiet. */

.q-brand img { height: 40px; width: auto; display: block; margin-bottom: 1rem; }

.q-form { margin-bottom: 1rem; }
.q-row { display: flex; flex-wrap: wrap; gap: 0.9rem; align-items: end; }
.q-row > div { display: flex; flex-direction: column; gap: 0.3rem; min-width: 8rem; flex: 1 1 8rem; }
.q-row select, .q-row input {
  padding: 0.55rem 0.6rem;
  border: 1px solid rgba(210, 229, 244, 0.22);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.35);
  color: inherit;
  font: inherit;
  font-size: 0.92rem;
}
.q-row select:focus-visible, .q-row input:focus-visible {
  outline: 2px solid #54c5fb;
  outline-offset: 1px;
}
.q-row button { flex: 0 0 auto; padding: 0.6rem 1.4rem; }

/* The answer. Big, then immediately qualified — the qualifier is not fine print, it is part of the
   claim. */
.q-answer { border-color: rgba(84, 197, 251, 0.35); }
.q-label {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.6;
}
.q-big {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  margin: 0.2rem 0 0.6rem;
  font-size: clamp(2.6rem, 2rem + 4vw, 4.4rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #54c5fb;
}
.q-big small {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fa7c56;
}
.q-caveat {
  margin: 0 0 1.2rem;
  padding: 0.7rem 0.85rem;
  border-left: 3px solid #fa7c56;
  background: rgba(250, 124, 86, 0.08);
  font-size: 0.86rem;
  line-height: 1.55;
}

.q-facts { display: grid; gap: 0.8rem; grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr)); margin: 0; }
.q-facts dt { font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.55; }
.q-facts dd { margin: 0.15rem 0 0; font-size: 0.9rem; font-weight: 500; }

.q-prov { margin-top: 1.2rem; font-size: 0.86rem; }
.q-prov summary { cursor: pointer; opacity: 0.75; }
.q-prov summary:hover { opacity: 1; }
.q-prov p { line-height: 1.6; }

.q-upsell .q-benefits { margin: 0.6rem 0 1rem; padding-left: 1.1rem; line-height: 1.7; }
.q-honest ul { line-height: 1.7; }

/* The movement series. Deliberately a real table: it is tabular data, and a screen reader announcing
   "release, ahead of you, change" per row is the whole point. */
.q-series { width: 100%; border-collapse: collapse; margin: 0.9rem 0; font-size: 0.9rem; }
.q-series caption { text-align: left; opacity: 0.6; font-size: 0.8rem; line-height: 1.5; padding-bottom: 0.6rem; }
.q-series th, .q-series td { text-align: right; padding: 0.45rem 0.6rem; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.q-series th:first-child, .q-series td:first-child { text-align: left; }
.q-series thead th { font-size: 0.68rem; letter-spacing: 0.09em; text-transform: uppercase; opacity: 0.55; font-weight: 500; }
.q-series td { font-variant-numeric: tabular-nums; }

/* Direction is carried by the arithmetic sign as well as the colour, so colour is never the only
   signal — a red "+2,126" and a plain "+2,126" say the same thing. */
.q-series .up { color: #fa7c56; }
.q-series .down { color: #54c5fb; }

.q-rate { font-size: 0.92rem; font-weight: 500; margin: 0.4rem 0 0.6rem; }
.q-watch button + button { margin-left: 0.5rem; }
.q-watch .status.ok { color: #54c5fb; }

@media (max-width: 560px) {
  .q-row > div { flex-basis: 100%; }
  .q-row button { width: 100%; }
}
