/* Histórico GT — layout integrado con PuntoRacing */

.historico-gt-page {
  padding: 24px 0 48px;
}

.historico-gt-subnav {
  margin-bottom: 24px;
  border-bottom: 2px solid var(--border, #e5e5e5);
}

.historico-gt-subnav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.historico-gt-subnav a {
  display: block;
  padding: 10px 16px;
  color: var(--text, #333);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
}

.historico-gt-subnav a:hover {
  color: var(--accent, #ef0000);
}

.historico-gt-subnav a.is-active,
.historico-gt-subnav a[aria-current="page"] {
  color: var(--accent, #ef0000);
  border-bottom-color: var(--accent, #ef0000);
}

.historico-gt-content {
  max-width: 100%;
}

.historico-gt-content h1 {
  font-size: 1.75rem;
  line-height: 1.25;
  margin: 0 0 0.75rem;
}

.historico-gt-content h2 {
  font-size: 1.25rem;
  margin: 1.5rem 0 0.75rem;
}

.historico-gt-lead {
  font-size: 1.05rem;
  color: var(--muted, #666);
  margin: 0 0 1.25rem;
}

.historico-gt-links {
  margin: 0;
  padding-left: 1.25rem;
}

.historico-gt-links li + li {
  margin-top: 0.35rem;
}

.historico-gt-note {
  color: var(--muted, #666);
  font-style: italic;
}

/* Year selector (SEO: all panels in DOM, :target + default without JS) */

.historico-gt-year-selector {
  margin: 1.5rem 0 2rem;
}

.historico-gt-year-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 1.25rem;
}

.historico-gt-year-nav a {
  display: inline-block;
  padding: 7px 16px;
  border: 1px solid var(--border, #e5e5e5);
  border-radius: 999px;
  color: var(--text, #333);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  background: #fafafa;
}

.historico-gt-year-nav a:hover {
  border-color: var(--accent, #ef0000);
  color: var(--accent, #ef0000);
}

.historico-gt-year-nav a.is-active {
  background: var(--accent, #ef0000);
  border-color: var(--accent, #ef0000);
  color: #fff;
}

.historico-gt-year-panel {
  display: none;
}

.historico-gt-year-panel.is-default {
  display: block;
}

.historico-gt-year-panel:target {
  display: block;
}

.historico-gt-years:has(.historico-gt-year-panel:target) .historico-gt-year-panel.is-default:not(:target) {
  display: none;
}

.historico-gt-placeholder {
  padding: 1rem 1.25rem;
  background: #fafafa;
  border: 1px dashed var(--border, #e5e5e5);
  border-radius: 6px;
  color: var(--muted, #666);
}

/* Legacy archive content inside panels */

.historico-gt-content .teaser {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0.75rem 0;
}

.historico-gt-content .teaserelement {
  min-width: 140px;
}

.historico-gt-content table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 0.9rem;
}

.historico-gt-content table td,
.historico-gt-content table th {
  border: 1px solid var(--border, #e5e5e5);
  padding: 6px 8px;
  vertical-align: top;
}

.historico-gt-content img {
  max-width: 100%;
  height: auto;
}

.historico-gt-localnav {
  display: none;
}

.historico-gt-video {
  position: relative;
  width: 100%;
  max-width: 853px;
  margin: 1rem 0 1.5rem;
  aspect-ratio: 16 / 9;
}

.historico-gt-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
