/* Ticket Tracker — FanSion galaxy glass · thinner pills + team-color depth
   Enhance vs Worker b85c7f77 / pills-enhance 2026-09-12. NOT Hub NFL Command.
   Color = depth only (pill edge / soft glow / abbr chip) — never a full-page wash. */
.tt-page .tt-hero h1 {
  letter-spacing: -0.02em;
}
.tt-soft-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.28rem;
  margin: 0.65rem 0 0;
}
.tt-soft-abbr {
  min-width: 2.75rem;
  min-height: 44px;
  padding: 0.45rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: inherit;
  font: inherit;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  cursor: pointer;
  opacity: 0.88;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.tt-soft-abbr:hover,
.tt-soft-abbr:focus-visible {
  opacity: 1;
  border-color: rgba(200, 220, 255, 0.35);
  outline: none;
}
.tt-soft-abbr.is-on {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
}
/* Abbr chip: real team colors as depth (from content/teams) — neutral glass if missing */
.tt-soft-abbr.has-team-color {
  border-color: var(--team-ring-soft, rgba(255, 255, 255, 0.14));
  box-shadow: 0 0 10px -6px var(--team-fill, transparent);
}
.tt-soft-abbr.has-team-color:hover,
.tt-soft-abbr.has-team-color:focus-visible {
  border-color: var(--team-ring, rgba(200, 220, 255, 0.4));
  box-shadow: 0 0 14px -6px var(--team-fill, rgba(140, 180, 255, 0.35));
}
.tt-soft-abbr.is-on.has-team-color {
  border-color: var(--team-ring, rgba(255, 255, 255, 0.5));
  background: var(--team-fill-soft, rgba(255, 255, 255, 0.08));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 0 16px -4px var(--team-fill, transparent);
}
.tt-schedule-note {
  margin: 0.28rem 0 0.65rem;
  font-size: 0.84rem;
  opacity: 0.82;
}

/* —— Thinner pill rows (denser full club slate) —— */
.tt-pill-list {
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tt-pill {
  display: flex;
  align-items: center;
  gap: 0.4rem 0.55rem;
  width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.028);
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
  /* depth only — never a full-page team wash */
  box-shadow: 0 0 0 0 rgba(120, 160, 255, 0);
}
.tt-pill:hover,
.tt-pill:focus-visible {
  border-color: rgba(200, 220, 255, 0.38);
  background: rgba(255, 255, 255, 0.065);
  outline: none;
  box-shadow: 0 0 16px -8px rgba(140, 180, 255, 0.42);
}
.tt-pill.is-on {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.085);
}

/* —— Selected club slate: team color as depth only (CSS vars from tickets.html) —— */
.tt-games-block.tt-slate--team .tt-pill {
  border-color: var(--tt-accent-ring-soft, rgba(255, 255, 255, 0.14));
  background:
    linear-gradient(
      90deg,
      var(--tt-accent-edge, transparent) 0%,
      transparent 2.2rem
    ),
    rgba(255, 255, 255, 0.028);
  box-shadow: 0 0 18px -12px var(--tt-accent-glow, transparent);
}
.tt-games-block.tt-slate--team .tt-pill:hover,
.tt-games-block.tt-slate--team .tt-pill:focus-visible {
  border-color: var(--tt-accent-ring, rgba(200, 220, 255, 0.4));
  background:
    linear-gradient(
      90deg,
      var(--tt-accent-edge-on, transparent) 0%,
      transparent 2.6rem
    ),
    rgba(255, 255, 255, 0.065);
  box-shadow: 0 0 20px -8px var(--tt-accent-glow, rgba(140, 180, 255, 0.42));
}
.tt-games-block.tt-slate--team .tt-pill.is-on {
  border-color: var(--tt-accent-ring-strong, rgba(255, 255, 255, 0.45));
  background:
    linear-gradient(
      90deg,
      var(--tt-accent-edge-on, transparent) 0%,
      transparent 3rem
    ),
    rgba(255, 255, 255, 0.085);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 22px -8px var(--tt-accent-glow, transparent);
}
/* Soft club chip glow on games head when slate has team accent — not a page wash */
.tt-games-block.tt-slate--team .tt-games-head {
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.04);
}
.tt-games-block.tt-slate--team .tt-how-kicker {
  text-shadow: 0 0 18px var(--tt-accent-fill, transparent);
}

/* Home/away = thin mark inside the pill (not a wash) */
.tt-pill-ha {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  min-width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.58rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  line-height: 1;
  opacity: 0.82;
  box-sizing: border-box;
}
.tt-pill--ha-h .tt-pill-ha {
  border-color: var(--tt-accent-ring, rgba(255, 255, 255, 0.35));
  background: var(--tt-accent-fill-soft, rgba(255, 255, 255, 0.06));
  opacity: 0.95;
}
.tt-pill--ha-a .tt-pill-ha {
  border-color: rgba(255, 255, 255, 0.16);
  opacity: 0.72;
}
.tt-games-block.tt-slate--team .tt-pill--ha-a .tt-pill-ha {
  border-color: var(--tt-accent-ring-soft, rgba(255, 255, 255, 0.18));
}

/* Hierarchy: MATCH · when · where · Open TM / real $ */
.tt-pill-match {
  flex: 0 0 auto;
  font-weight: 750;
  letter-spacing: 0.02em;
  font-size: 0.84rem;
  white-space: nowrap;
  line-height: 1.15;
}
.tt-pill-match .tt-at {
  opacity: 0.4;
  font-weight: 500;
  margin: 0 0.18em;
}
.tt-pill-meta {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.15rem 0;
  font-size: 0.74rem;
  opacity: 0.82;
  line-height: 1.2;
}
.tt-pill-meta > span {
  white-space: nowrap;
}
.tt-pill-meta .tt-pill-sep {
  opacity: 0.35;
  margin: 0 0.35rem;
  font-weight: 400;
  user-select: none;
}
.tt-pill-meta .tt-pill-when {
  font-variant-numeric: tabular-nums;
  opacity: 0.95;
}
.tt-pill-meta .tt-pill-where {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 12.5rem;
  opacity: 0.88;
}
.tt-pill-window {
  display: inline-flex;
  align-items: center;
  margin-left: 0.35rem;
  padding: 0.08rem 0.38rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.22);
  font-size: 0.64rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.78;
}
.tt-pill-cta {
  flex: 0 0 auto;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  min-height: 44px;
  font-size: 0.74rem;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 0.01em;
}
.tt-pill-cta .tt-pill-price,
.tt-pill-price {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.01em;
}
.tt-pill-cta .badge {
  font-size: 0.62rem;
}
.tt-pill-foot {
  margin: 0.55rem 0 0;
  font-size: 0.82rem;
  opacity: 0.8;
}
@media (max-width: 720px) {
  .tt-pill {
    border-radius: 12px;
    flex-wrap: wrap;
    padding: 0.38rem 0.65rem;
    gap: 0.18rem 0.4rem;
    min-height: 44px;
  }
  .tt-pill-ha {
    width: 1.25rem;
    min-width: 1.25rem;
    height: 1.25rem;
  }
  .tt-pill-match {
    font-size: 0.86rem;
  }
  .tt-pill-cta {
    margin-left: 0;
    width: 100%;
    justify-content: flex-start;
    min-height: 44px;
    padding-top: 0.05rem;
  }
  .tt-pill-meta .tt-pill-where {
    max-width: calc(100% - 2rem);
  }
  .tt-pill-window {
    margin-left: 0;
  }
}

/* —— Galaxy overlay sheet (not stock dialog) —— */
.tt-sheet-root[hidden] {
  display: none !important;
}
.tt-sheet-root {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
}
@media (min-width: 720px) {
  .tt-sheet-root {
    align-items: center;
    padding: 1.25rem;
  }
}
.tt-sheet-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  /* black/white galaxy veil — color as depth only */
  background:
    radial-gradient(ellipse 80% 55% at 18% 12%, rgba(160, 190, 255, 0.14), transparent 55%),
    radial-gradient(ellipse 70% 50% at 88% 78%, rgba(200, 210, 255, 0.08), transparent 50%),
    radial-gradient(circle at 50% 100%, rgba(40, 60, 120, 0.35), transparent 55%),
    rgba(1, 2, 8, 0.78);
  -webkit-backdrop-filter: blur(8px) saturate(1.05);
  backdrop-filter: blur(8px) saturate(1.05);
}
.tt-sheet-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.55;
  background-image:
    radial-gradient(1px 1px at 12% 22%, rgba(255, 255, 255, 0.55), transparent),
    radial-gradient(1px 1px at 28% 68%, rgba(255, 255, 255, 0.4), transparent),
    radial-gradient(1.5px 1.5px at 44% 18%, rgba(255, 255, 255, 0.65), transparent),
    radial-gradient(1px 1px at 62% 42%, rgba(255, 255, 255, 0.35), transparent),
    radial-gradient(1px 1px at 78% 14%, rgba(255, 255, 255, 0.5), transparent),
    radial-gradient(1.5px 1.5px at 86% 58%, rgba(255, 255, 255, 0.45), transparent),
    radial-gradient(1px 1px at 18% 88%, rgba(255, 255, 255, 0.35), transparent),
    radial-gradient(1px 1px at 52% 82%, rgba(255, 255, 255, 0.4), transparent),
    radial-gradient(1px 1px at 70% 92%, rgba(255, 255, 255, 0.3), transparent);
}
.tt-sheet {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: min(88vh, 860px);
  overflow: auto;
  margin: 0;
  padding: 1rem 1.1rem 1.3rem;
  border-radius: 22px 22px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(ellipse 90% 60% at 10% -10%, rgba(180, 200, 255, 0.12), transparent 50%),
    radial-gradient(ellipse 70% 50% at 100% 110%, rgba(140, 160, 220, 0.1), transparent 45%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02) 42%),
    rgba(6, 8, 16, 0.94);
  box-shadow:
    0 -10px 48px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(140, 180, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  color: inherit;
  -webkit-backdrop-filter: blur(22px) saturate(1.25);
  backdrop-filter: blur(22px) saturate(1.25);
}
@media (min-width: 720px) {
  .tt-sheet {
    border-radius: 20px;
  }
}
.tt-sheet-grab {
  width: 2.4rem;
  height: 0.28rem;
  margin: 0 auto 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}
@media (min-width: 720px) {
  .tt-sheet-grab {
    display: none;
  }
}
.tt-sheet-top {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.tt-sheet-top-copy {
  flex: 1 1 auto;
  min-width: 0;
}
.tt-sheet-kicker {
  margin: 0 0 0.18rem;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.75;
}
.tt-sheet-title {
  margin: 0;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
  font-weight: 750;
}
.tt-sheet-title .tt-at {
  opacity: 0.4;
  font-weight: 500;
}
.tt-sheet-sub {
  margin: 0.3rem 0 0;
  font-size: 0.84rem;
  opacity: 0.85;
  line-height: 1.35;
}
.tt-sheet-close {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  color: inherit;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.tt-sheet-close:hover,
.tt-sheet-close:focus-visible {
  border-color: rgba(255, 255, 255, 0.4);
  outline: none;
  background: rgba(255, 255, 255, 0.08);
}
.tt-sheet-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0.75rem 0 0.9rem;
}
.tt-sheet-actions .btn,
.tt-sheet-actions .gx-btn-ghost,
.tt-sheet-actions a.btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.95rem;
  box-sizing: border-box;
}
.tt-sheet-facts {
  display: grid;
  gap: 0.4rem;
  margin: 0 0 0.9rem;
  padding: 0.65rem 0.75rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.05), transparent 55%),
    rgba(0, 0, 0, 0.32);
  font-size: 0.84rem;
}
.tt-sheet-facts div {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
  align-items: baseline;
}
.tt-sheet-facts dt,
.tt-sheet-fact-label {
  opacity: 0.65;
  min-width: 3.2rem;
  font-weight: 650;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 0.68rem;
}
.tt-sheet-plan-wrap {
  margin-top: 0.2rem;
}
.tt-sheet-hotels {
  margin: 0.65rem 0 0;
  padding: 0.55rem 0.7rem;
  border-radius: 12px;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.8rem;
  opacity: 0.88;
  line-height: 1.35;
}
.tt-sheet-hotels strong {
  font-weight: 700;
  letter-spacing: 0.02em;
}
.tt-sheet-honesty {
  margin: 0.7rem 0 0;
  font-size: 0.78rem;
  opacity: 0.78;
}
body.tt-sheet-open {
  overflow: hidden;
}

/* Plan (page subsection + sheet reuse) */
.tt-plan-section {
  margin: 1.5rem 0 2rem;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
}
.tt-plan-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: 0.75rem;
}
.tt-plan-block {
  padding: 0.75rem;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.tt-plan-block h4 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
}
.tt-plan-summary {
  margin: 0 0 0.5rem;
  font-size: 0.88rem;
  line-height: 1.35;
}
.tt-plan-spots {
  margin: 0;
  padding-left: 1.1rem;
  font-size: 0.84rem;
}
.tt-plan-block--soon,
.tt-plan-block--empty {
  opacity: 0.85;
}
.tt-plan-bag {
  margin: 0.85rem 0 0;
  font-size: 0.88rem;
}
.tt-plan-sub .tt-plan-head h3 {
  margin: 0.15rem 0 0.35rem;
}
.gx-btn-ghost.tt-btn-tm,
.btn.tt-btn-tm {
  font-weight: 600;
}
.tt-honesty-line {
  margin: 0.65rem 0 0;
  font-size: 0.84rem;
  opacity: 0.8;
}

/* Phone-first empty / pick CTAs */
.tt-empty-cta,
.tt-page .tt-empty-invite .tt-empty-cta {
  min-height: 44px;
  padding: 0.65rem 1.1rem;
  box-sizing: border-box;
}
