/* GameTime comparison — isolated component; no global resets or JavaScript. */
.gt-compare {
  --gtc-ink: #13181e;
  --gtc-muted: #5f6876;
  --gtc-orange: #ff501a;
  --gtc-orange-text: #b9350e;
  --gtc-ivory: #fcfaf6;
  --gtc-peach: #fff0e6;
  --gtc-line: #e0dfda;
  --gtc-font: Inter, Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: clamp(32px, 6vw, 88px) clamp(16px, 4vw, 64px);
  background: var(--gtc-ivory);
  color: var(--gtc-ink);
  font: 400 16px/1.5 var(--gtc-font);
  text-align: left;
  -webkit-font-smoothing: antialiased;
}

.gt-compare *, .gt-compare *::before, .gt-compare *::after { box-sizing: border-box; }
.gt-compare .gt-compare__inner { width: 100%; max-width: 1200px; margin: 0 auto; }
.gt-compare a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.gt-compare a:focus-visible, .gt-compare summary:focus-visible { outline: 3px solid var(--gtc-orange-text); outline-offset: 5px; }
.gt-compare .gt-compare__sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.gt-compare .gt-compare__intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin: 0 0 36px; }
.gt-compare .gt-compare__eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 16px; padding: 0; font: 700 12px/1.5 var(--gtc-font); letter-spacing: 2px; color: var(--gtc-orange-text); }
.gt-compare .gt-compare__eyebrow > span { width: 18px; height: 3px; background: currentColor; }
.gt-compare .gt-compare__intro h2 { margin: 0; padding: 0; font: 900 clamp(38px, 5.2vw, 68px)/1.02 var(--gtc-font); letter-spacing: -0.06em; text-transform: none; color: var(--gtc-ink); }
.gt-compare .gt-compare__intro h2 em { color: var(--gtc-orange-text); font-style: normal; }
.gt-compare .gt-compare__lead { max-width: 390px; margin: 0 0 5px; padding: 0; font: 400 18px/1.65 var(--gtc-font); color: var(--gtc-muted); }
.gt-compare .gt-compare__overview { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 0 0 36px; }
.gt-compare .gt-compare__platform { position: relative; min-width: 0; padding: 28px 30px; border-radius: 16px; border: 1px solid var(--gtc-line); overflow: hidden; }
.gt-compare .gt-compare__platform--gs { background: #f0f0ed; }
.gt-compare .gt-compare__platform--gt { background: var(--gtc-ink); border-color: var(--gtc-ink); color: white; }
.gt-compare .gt-compare__platform--gt::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: var(--gtc-orange); }
.gt-compare .gt-compare__kicker { margin: 0 0 15px; padding: 0; font: 700 11px/1.5 var(--gtc-font); letter-spacing: 1.5px; color: #606977; }
.gt-compare .gt-compare__platform--gt .gt-compare__kicker { color: #ff926d; }
.gt-compare .gt-compare__platform h3 { margin: 0; padding: 0; font: 800 34px/1.1 var(--gtc-font); letter-spacing: -0.045em; color: inherit; text-transform: none; }
.gt-compare .gt-compare__platform > p:not(.gt-compare__kicker) { margin: 11px 0 20px; font: 400 16px/1.5 var(--gtc-font); color: #535f6e; }
.gt-compare .gt-compare__platform--gt > p:not(.gt-compare__kicker) { color: #ced2d9; }
.gt-compare .gt-compare__tags { display: flex; flex-wrap: wrap; gap: 7px; }
.gt-compare .gt-compare__tags span { padding: 5px 10px; border: 1px solid #d7d8d6; border-radius: 5px; font-size: 12px; color: #535d6a; }
.gt-compare .gt-compare__platform--gt .gt-compare__tags span { border-color: #3b424b; color: #e3e5e9; }
.gt-compare .gt-compare__table-frame { border: 1px solid var(--gtc-line); border-radius: 16px; overflow: hidden; background: white; }
.gt-compare .gt-compare__table { display: table; width: 100%; table-layout: fixed; border: 0; border-collapse: separate; border-spacing: 0; margin: 0; padding: 0; background: transparent; color: var(--gtc-ink); font-family: var(--gtc-font); text-align: left; }
.gt-compare .gt-compare__feature-col { width: 23%; }
.gt-compare .gt-compare__highlight-col { background: #fff5ed; }
.gt-compare .gt-compare__table th, .gt-compare .gt-compare__table td { margin: 0; padding: 22px 26px; border: 0; border-bottom: 1px solid var(--gtc-line); font-family: var(--gtc-font); font-style: normal; font-size: 15px; font-weight: 400; line-height: 1.5; color: inherit; background: transparent; vertical-align: top; text-align: left; letter-spacing: normal; text-transform: none; overflow-wrap: break-word; }
.gt-compare .gt-compare__table thead th { padding-block: 22px; font-size: 19px; font-weight: 800; border-bottom: 1px solid #cbcfcf; background: #fbfbf9; }
.gt-compare .gt-compare__table thead th:first-child { font-size: 11px; letter-spacing: 1.5px; color: var(--gtc-muted); font-weight: 700; vertical-align: middle; }
.gt-compare .gt-compare__table thead th:last-child { border-top: 3px solid var(--gtc-orange); padding-top: 19px; background: var(--gtc-peach); }
.gt-compare .gt-compare__table tbody th { font-size: 15px; font-weight: 700; color: #3b4655; }
.gt-compare .gt-compare__table td:last-child { background: #fff5ed; }
.gt-compare .gt-compare__table td > strong { display: block; color: var(--gtc-ink); font-size: 16px; font-weight: 700; line-height: 1.4; }
.gt-compare .gt-compare__table td > p { margin: 5px 0 0; padding: 0; font: 400 14px/1.6 var(--gtc-font); color: var(--gtc-muted); }
.gt-compare .gt-compare__table tbody tr:last-child th, .gt-compare .gt-compare__table tbody tr:last-child td { border-bottom: 0; }
.gt-compare .gt-compare__table .gt-compare__accent { color: var(--gtc-orange-text); }
.gt-compare .gt-compare__check { display: inline-block; margin-right: 5px; font-size: 17px; color: #3c6550; }
.gt-compare .gt-compare__table td:last-child .gt-compare__check { color: var(--gtc-orange-text); }
.gt-compare .gt-compare__ref { font-size: 11px; font-weight: 600; color: #616c7b; text-decoration: none; white-space: nowrap; padding: 3px 1px; }
.gt-compare .gt-compare__ref:hover { color: var(--gtc-orange-text); text-decoration: underline; }
.gt-compare .gt-compare__mobile-label { display: none; }
.gt-compare .gt-compare__bottom { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin: 28px 0 0; padding: 28px 32px; background: var(--gtc-peach); border-radius: 14px; }
.gt-compare .gt-compare__bottom .gt-compare__eyebrow { margin-bottom: 9px; font-size: 11px; }
.gt-compare .gt-compare__bottom h3 { margin: 0; padding: 0; font: 800 clamp(24px, 2.6vw, 32px)/1.1 var(--gtc-font); letter-spacing: -0.045em; color: var(--gtc-ink); text-transform: none; }
.gt-compare .gt-compare__bottom h3 span { color: var(--gtc-orange-text); }
.gt-compare .gt-compare__cta { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 52px; padding: 14px 22px; background: var(--gtc-orange); border-radius: 8px; color: #12171b; text-decoration: none; font: 700 15px/1.5 var(--gtc-font); text-align: center; }
.gt-compare .gt-compare__cta:hover { background: #f14710; }
.gt-compare .gt-compare__cta span { font-size: 22px; line-height: 1; }
.gt-compare .gt-compare__sources { border: 0; border-bottom: 1px solid var(--gtc-line); margin: 20px 0 0; padding: 0; background: transparent; }
.gt-compare .gt-compare__sources summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 52px; padding: 14px 0; list-style: none; cursor: pointer; font: 500 13px/1.5 var(--gtc-font); color: var(--gtc-muted); }
.gt-compare .gt-compare__sources summary::-webkit-details-marker { display: none; }
.gt-compare .gt-compare__plus { font-size: 24px; font-weight: 400; }
.gt-compare .gt-compare__sources[open] .gt-compare__plus { transform: rotate(45deg); }
.gt-compare .gt-compare__sources-content { max-width: 900px; padding: 0 0 20px; color: var(--gtc-muted); font: 400 13px/1.7 var(--gtc-font); }
.gt-compare .gt-compare__sources-content p { margin: 0 0 12px; padding: 0; font: inherit; color: inherit; }
.gt-compare .gt-compare__sources-content ol { margin: 0 0 16px; padding-left: 24px; }
.gt-compare .gt-compare__sources-content li { margin: 0 0 5px; padding: 0; font: inherit; color: inherit; }
.gt-compare .gt-compare__sources-content a:hover { color: var(--gtc-orange-text); }

@media (max-width: 960px) {
  .gt-compare .gt-compare__intro { gap: 28px; }
  .gt-compare .gt-compare__lead { max-width: 300px; font-size: 16px; }
  .gt-compare .gt-compare__platform { padding: 24px; }
  .gt-compare .gt-compare__table th, .gt-compare .gt-compare__table td { padding: 20px; }
  .gt-compare .gt-compare__feature-col { width: 21%; }
}

/* Keep each feature's two platform descriptions together on mobile. Explicit
   roles in the markup preserve the comparison's table relationships. */
@media (max-width: 700px) {
  .gt-compare { padding: 36px 20px; }
  .gt-compare .gt-compare__intro { display: block; margin-bottom: 26px; }
  .gt-compare .gt-compare__intro h2 { font-size: clamp(40px, 11vw, 56px); }
  .gt-compare .gt-compare__lead { max-width: 100%; margin: 20px 0 0; font-size: 16px; }
  .gt-compare .gt-compare__overview { grid-template-columns: minmax(0, 1fr); gap: 12px; margin-bottom: 24px; }
  .gt-compare .gt-compare__platform { padding: 22px; border-radius: 12px; }
  .gt-compare .gt-compare__platform h3 { font-size: 30px; }
  .gt-compare .gt-compare__kicker { font-size: 10px; letter-spacing: 1.1px; margin-bottom: 10px; }
  .gt-compare .gt-compare__platform > p:not(.gt-compare__kicker) { margin-bottom: 15px; font-size: 15px; }
  .gt-compare .gt-compare__table-frame { border: 0; border-radius: 0; overflow: visible; background: transparent; }
  .gt-compare .gt-compare__table { display: block; }
  .gt-compare .gt-compare__table colgroup { display: none; }
  .gt-compare .gt-compare__table thead { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .gt-compare .gt-compare__table tbody { display: grid; gap: 16px; }
  .gt-compare .gt-compare__table tbody tr { display: grid; grid-template-columns: minmax(0, 1fr); border: 1px solid var(--gtc-line); border-radius: 12px; overflow: hidden; background: white; }
  .gt-compare .gt-compare__table tbody th { display: block; padding: 14px 18px; background: #f0f0ec; color: var(--gtc-ink); font-size: 16px; border-bottom: 1px solid var(--gtc-line); }
  .gt-compare .gt-compare__table tbody td { display: block; padding: 18px; border-bottom: 1px solid var(--gtc-line); }
  .gt-compare .gt-compare__table tbody td:last-child { border-bottom: 0; }
  .gt-compare .gt-compare__table tbody tr:last-child th, .gt-compare .gt-compare__table tbody tr:last-child td:not(:last-child) { border-bottom: 1px solid var(--gtc-line); }
  .gt-compare .gt-compare__mobile-label { display: block; margin-bottom: 8px; color: #69717c; font-size: 11px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
  .gt-compare .gt-compare__table td:last-child .gt-compare__mobile-label { color: var(--gtc-orange-text); }
  .gt-compare .gt-compare__table td > strong { font-size: 16px; }
  .gt-compare .gt-compare__table td > p { font-size: 14px; }
  .gt-compare .gt-compare__bottom { display: block; padding: 24px; margin-top: 24px; }
  .gt-compare .gt-compare__bottom h3 { font-size: 27px; }
  .gt-compare .gt-compare__cta { width: 100%; margin-top: 22px; padding-inline: 16px; gap: 14px; font-size: 14px; }
}

@media (max-width: 360px) {
  .gt-compare { padding-inline: 16px; }
  .gt-compare .gt-compare__intro h2 { font-size: 38px; }
  .gt-compare .gt-compare__platform { padding: 20px; }
  .gt-compare .gt-compare__platform h3 { font-size: 28px; }
}

@media print {
  .gt-compare { padding: 0; }
  .gt-compare .gt-compare__table tbody tr { break-inside: avoid; }
  .gt-compare .gt-compare__cta { display: none; }
}

/* Brand logos: both platforms show their own mark, at matched heights. The
   GameTime logo is the real green-on-black site logo, not the orange rink mark. */
.gt-compare .gt-compare__platform .gt-compare__logo-heading {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 56px;
}
.gt-compare .gt-compare__gamesheet-logo {
  display: block;
  width: min(100%, 240px);
  height: auto;
  max-height: 56px;
  object-fit: contain;
  object-position: left center;
}
.gt-compare .gt-compare__gametime-logo {
  display: block;
  width: min(100%, 215px);
  height: auto;
  border-radius: 5px;
}
.gt-compare .gt-compare__table-logo {
  display: block;
  width: 142px;
  max-width: 100%;
  height: auto;
}
.gt-compare .gt-compare__table-logo--gt {
  width: 136px;
  border-radius: 4px;
}

@media (max-width: 960px) {
  .gt-compare .gt-compare__gametime-logo { width: min(100%, 185px); }
}
@media (max-width: 700px) {
  .gt-compare .gt-compare__gamesheet-logo { width: min(100%, 220px); }
  .gt-compare .gt-compare__gametime-logo { width: min(100%, 200px); }
}

/* Integration into the GameTime homepage: the page's .container already supplies
   the horizontal spacing and the ivory background. */
main > .gt-compare {
  margin-top: 28px;
  padding-inline: 0;
  background: transparent;
}
