@font-face {
  font-family: 'Spectral';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/aurora/grafia/spectral-600.woff2?v=2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Spectral';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/aurora/grafia/spectral-400i.woff2?v=2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/aurora/grafia/rubik-var.woff2?v=2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Rubik Reserva';
  src: local('Arial'), local('Helvetica');
  size-adjust: 103%;
  ascent-override: 90.8%;
  descent-override: 24.3%;
  line-gap-override: 0%;
}

@font-face {
  font-family: 'Spectral Reserva';
  src: local('Georgia'), local('Times New Roman');
  size-adjust: 102.3%;
  ascent-override: 103.5%;
  descent-override: 45.3%;
  line-gap-override: 0%;
}

:root {
  --tp-ceu: #f4f7fb;
  --tp-marmore: #ffffff;
  --tp-nevoa: #eee8ff;
  --tp-rosado: #fbe9e3;
  --tp-tinta: #1b2a41;
  --tp-ardosia: #4a5a72;
  --tp-coral: #e2725b;
  --tp-coral-texto: #a8412c;
  --tp-louro: #6f7d3c;
  --tp-sombra: 0 18px 40px -22px rgba(27, 42, 65, 0.35);
  --tp-corte: 14px;
  --tp-largura: 1180px;
  --tp-lado: clamp(16px, 4vw, 40px);
  --tp-letra: 'Rubik', 'Rubik Reserva', system-ui, sans-serif;
  --tp-titulo: 'Spectral', 'Spectral Reserva', Georgia, serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: var(--tp-ceu);
  color: var(--tp-tinta);
  font-family: var(--tp-letra);
  font-size: 1.0625rem;
  line-height: 1.65;
  overflow-x: clip;
}

img,
svg,
canvas {
  display: block;
  max-width: 100%;
}

a {
  color: var(--tp-coral-texto);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  text-decoration-thickness: 2px;
}

:focus-visible {
  outline: 3px solid var(--tp-tinta);
  outline-offset: 3px;
}

h1,
h2,
h3 {
  font-family: var(--tp-titulo);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 0.5em;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.4rem, 6.2vw, 4.4rem);
}

h2 {
  font-size: clamp(1.8rem, 3.6vw, 2.7rem);
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
}

p {
  margin: 0 0 1em;
}

.tp-wrap {
  width: 100%;
  max-width: var(--tp-largura);
  margin-inline: auto;
  padding-inline: var(--tp-lado);
}

.tp-invisivel {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.tp-skip {
  position: absolute;
  left: 12px;
  top: -60px;
  z-index: 50;
  padding: 10px 16px;
  background: var(--tp-tinta);
  color: #fff;
}

.tp-skip:focus {
  top: 12px;
}

.tp-lanco {
  --tp-fundo: var(--tp-coral);
  --tp-aro: var(--tp-tinta);
  --tp-cor: var(--tp-tinta);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  min-height: 50px;
  padding: 0.8em 1.5em;
  border: 0;
  background: none;
  color: var(--tp-cor);
  font: 600 1rem/1.2 var(--tp-letra);
  text-decoration: none;
  cursor: pointer;
  isolation: isolate;
  transition: transform 0.18s ease;
}

.tp-lanco::before,
.tp-lanco::after {
  content: '';
  position: absolute;
  z-index: -1;
  clip-path: polygon(var(--tp-corte) 0, 100% 0, 100% calc(100% - var(--tp-corte)), calc(100% - var(--tp-corte)) 100%, 0 100%, 0 var(--tp-corte));
}

.tp-lanco::before {
  inset: 0;
  background: var(--tp-aro);
}

.tp-lanco::after {
  inset: 2px;
  background: var(--tp-fundo);
  clip-path: polygon(calc(var(--tp-corte) - 1px) 0, 100% 0, 100% calc(100% - var(--tp-corte) + 1px), calc(100% - var(--tp-corte) + 1px) 100%, 0 100%, 0 calc(var(--tp-corte) - 1px));
  transition: background 0.18s ease;
}

.tp-lanco:hover {
  transform: translate(-2px, -2px);
  text-decoration: none;
}

.tp-lanco:hover::after {
  background: #ec8c78;
}

.tp-lanco:active {
  transform: translate(1px, 1px);
}

.tp-lanco--vazio {
  --tp-fundo: var(--tp-marmore);
}

.tp-lanco--vazio:hover::after {
  background: var(--tp-rosado);
}

.tp-lanco--escuro {
  --tp-fundo: var(--tp-tinta);
  --tp-aro: var(--tp-coral);
  --tp-cor: #fff;
}

.tp-lanco--escuro:hover::after {
  background: #2a3d5a;
}

.tp-lanco--curto {
  min-height: 48px;
  padding: 0.6em 1.1em;
  font-size: 0.95rem;
  --tp-corte: 10px;
}

.tp-portico {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(244, 247, 251, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.tp-portico__linha {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
}

.tp-sinete {
  display: inline-flex;
  align-items: baseline;
  font-family: var(--tp-titulo);
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--tp-tinta);
  text-decoration: none;
  letter-spacing: -0.02em;
}

.tp-sinete__b {
  color: var(--tp-coral-texto);
  font-style: italic;
  font-weight: 400;
}

.tp-sinete--pequeno {
  font-size: 1.35rem;
}

.tp-botao-rota {
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--tp-tinta);
  border-radius: 0;
  background: var(--tp-marmore);
  color: var(--tp-tinta);
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  cursor: pointer;
}

.tp-botao-rota__fecha {
  display: none;
}

.tp-botao-rota[aria-expanded='true'] .tp-botao-rota__abre {
  display: none;
}

.tp-botao-rota[aria-expanded='true'] .tp-botao-rota__fecha {
  display: block;
}

.tp-rota__lista {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tp-rota__ligacao {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 12px;
  color: var(--tp-tinta);
  font-weight: 500;
  text-decoration: none;
}

.tp-rota__ligacao:hover,
.tp-rota__ligacao[aria-current='page'] {
  color: var(--tp-coral-texto);
  text-decoration: underline;
}

@media (max-width: 959px) {
  .tp-botao-rota {
    display: inline-flex;
  }

  .tp-rota {
    position: fixed;
    inset: 72px 0 auto 0;
    max-height: calc(100svh - 72px);
    overflow-y: auto;
    background: var(--tp-ceu);
    box-shadow: 0 30px 40px -30px rgba(27, 42, 65, 0.4);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s;
  }

  .tp-rota.is-open {
    visibility: visible;
    opacity: 1;
    transform: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .tp-rota__lista {
    flex-direction: column;
    align-items: stretch;
    padding: 12px var(--tp-lado) 24px;
  }

  .tp-rota__ligacao {
    font-size: 1.15rem;
  }

  body.tp-preso {
    overflow: hidden;
  }
}

.tp-aurora {
  position: relative;
  padding-block: clamp(40px, 7vw, 96px) clamp(48px, 7vw, 104px);
  overflow: hidden;
  background: linear-gradient(160deg, #ffe0d2 0%, #fff0e0 34%, #ece3ff 70%, #dcd0ff 100%);
}

.tp-aurora__grelha {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
}

.tp-aurora__sobre {
  margin: 0 0 14px;
  color: var(--tp-coral-texto);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tp-aurora__titulo {
  margin-bottom: 0.35em;
}

.tp-aurora__titulo em {
  font-style: italic;
  font-weight: 400;
  color: var(--tp-coral-texto);
}

.tp-aurora__lead {
  max-width: 33em;
  font-size: 1.15rem;
  color: var(--tp-ardosia);
}

.tp-aurora__acoes {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 22px;
}

.tp-aurora__selos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--tp-ardosia);
  font-size: 0.95rem;
}

.tp-aurora__selos li::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background: var(--tp-coral);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  vertical-align: 1px;
}

.tp-aurora__vista {
  position: relative;
  aspect-ratio: 5 / 6;
  width: 100%;
  max-width: 520px;
  justify-self: end;
}

.tp-aurora__vista svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.tp-camada {
  transform: translate3d(0, var(--tp-par, 0), 0);
  will-change: transform;
}

@media (max-width: 860px) {
  .tp-aurora__grelha {
    grid-template-columns: 1fr;
  }

  .tp-aurora__vista {
    justify-self: center;
    max-width: 420px;
    aspect-ratio: 6 / 5;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .tp-entrada > * {
    animation: tp-sobe 0.9s cubic-bezier(0.22, 0.9, 0.3, 1) both;
  }

  .tp-entrada > :nth-child(2) {
    animation-name: tp-sobe-transform;
    animation-delay: 0.08s;
  }

  .tp-entrada > :nth-child(3) {
    animation-delay: 0.2s;
  }

  .tp-entrada > :nth-child(4) {
    animation-delay: 0.32s;
  }

  .tp-entrada > :nth-child(5) {
    animation-delay: 0.44s;
  }

  .tp-aurora__vista .tp-nascer {
    animation: tp-nascer 1.3s cubic-bezier(0.2, 0.8, 0.25, 1) both;
  }

  .tp-aurora__vista .tp-nascer:nth-of-type(2) {
    animation-delay: 0.15s;
  }

  .tp-aurora__vista .tp-nascer:nth-of-type(3) {
    animation-delay: 0.3s;
  }

  .tp-aurora__vista .tp-nascer:nth-of-type(4) {
    animation-delay: 0.45s;
  }

  .tp-aurora__vista .tp-nascer:nth-of-type(5) {
    animation-delay: 0.6s;
  }

  .tp-flutua {
    animation: tp-flutua 7s ease-in-out infinite alternate;
  }
}

@keyframes tp-sobe {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
}

@keyframes tp-sobe-transform {
  from {
    transform: translateY(26px);
  }
}

@keyframes tp-nascer {
  from {
    opacity: 0;
    transform: translateY(40px) scale(0.96);
  }
}

@keyframes tp-flutua {
  to {
    transform: translateX(14px);
  }
}

.tp-patamar {
  padding-block: clamp(56px, 8vw, 110px);
  overflow-x: clip;
}

.tp-patamar--nevoa {
  background: var(--tp-nevoa);
}

.tp-patamar--branco {
  background: var(--tp-marmore);
}

.tp-patamar--curto {
  padding-block: clamp(40px, 6vw, 72px);
}

.tp-patamar__topo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px 48px;
  align-items: end;
  margin-bottom: clamp(28px, 4vw, 48px);
}

.tp-patamar__topo > p {
  margin: 0;
  color: var(--tp-ardosia);
}

.tp-patamar__sobre {
  display: block;
  margin-bottom: 8px;
  color: var(--tp-coral-texto);
  font-family: var(--tp-letra);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .tp-patamar__topo {
    grid-template-columns: 1fr;
  }
}

.tp-recinto {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  gap: clamp(20px, 3vw, 40px);
  align-items: start;
}

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

.tp-caderno {
  display: grid;
  gap: 18px;
}

.tp-caderno__bloco {
  padding: 22px 22px 18px;
  background: var(--tp-marmore);
  box-shadow: var(--tp-sombra);
}

.tp-caderno__bloco h3 {
  font-size: 1.25rem;
}

.tp-caderno__marcas {
  display: grid;
  gap: 10px;
  margin: 0;
}

.tp-caderno__marcas div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 10px;
  background: var(--tp-ceu);
}

.tp-caderno__marcas dt {
  font-weight: 500;
}

.tp-caderno__marcas dd {
  margin: 0;
  font-variant-numeric: tabular-nums;
  color: var(--tp-coral-texto);
  font-weight: 600;
  text-align: right;
}

.tp-teclas {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.97rem;
}

kbd {
  display: inline-block;
  min-width: 2.2em;
  padding: 1px 7px;
  margin-right: 6px;
  background: var(--tp-ceu);
  box-shadow: inset 0 -2px 0 rgba(27, 42, 65, 0.25);
  font: 600 0.85rem/1.6 var(--tp-letra);
  text-align: center;
}

.tp-passos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 28px 36px;
  margin: 0 0 48px;
  padding: 0;
  list-style: none;
  counter-reset: tp-passo;
}

.tp-passos li {
  position: relative;
  padding-top: 64px;
  counter-increment: tp-passo;
}

.tp-passos li::before {
  content: counter(tp-passo, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--tp-titulo);
  font-size: 3.2rem;
  line-height: 1;
  color: var(--tp-coral);
}

.tp-passos li:nth-child(even) {
  margin-top: 28px;
}

.tp-passos h3 {
  font-size: 1.3rem;
}

.tp-passos p {
  color: var(--tp-ardosia);
  margin: 0;
}

.tp-tabua {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tp-tabua table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  background: var(--tp-marmore);
  font-size: 0.98rem;
}

.tp-tabua caption {
  padding-bottom: 12px;
  text-align: left;
  font-family: var(--tp-titulo);
  font-size: 1.3rem;
  font-weight: 600;
}

.tp-tabua th,
.tp-tabua td {
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
}

.tp-tabua thead th {
  background: var(--tp-tinta);
  color: #fff;
  font-weight: 600;
}

.tp-tabua tbody tr:nth-child(even) {
  background: var(--tp-ceu);
}

.tp-tabua tbody th {
  font-weight: 600;
}

.tp-tabua__nota {
  margin-top: 12px;
  color: var(--tp-ardosia);
  font-size: 0.95rem;
}

.tp-rivais {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 20px;
}

.tp-rival {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  grid-column: span 3;
  padding: 20px;
  background: var(--tp-marmore);
  box-shadow: 0 0 0 2px #2b2350, 6px 6px 0 #b48cf2;
}

.tp-rival--grande {
  grid-column: span 3;
  grid-row: span 2;
  grid-template-columns: 1fr;
  align-content: start;
  box-shadow: 0 0 0 2px #2b2350, 8px 8px 0 #ffd24d;
}

.tp-rival--normal {
  grid-column: span 3;
}

.tp-rival--larga {
  grid-column: span 3;
}

.tp-rival__retrato {
  width: 96px;
  height: 96px;
}

.tp-rival--grande .tp-rival__retrato {
  width: 100%;
  max-width: 260px;
  height: auto;
  justify-self: center;
}

.tp-rival__titulo {
  margin: 0 0 2px;
  color: var(--tp-coral-texto);
  font-size: 0.9rem;
  font-weight: 600;
}

.tp-rival h3 {
  margin: 0 0 6px;
}

.tp-rival p {
  margin: 0 0 8px;
  color: var(--tp-ardosia);
}

.tp-rival ul {
  margin: 0;
  padding-left: 1.1em;
  color: var(--tp-ardosia);
  font-size: 0.95rem;
}

.tp-dons {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 48px;
}

.tp-dom {
  padding: 22px;
  background: var(--tp-marmore);
  box-shadow: 0 0 0 2px #2b2350, 6px 6px 0 #6ee0b4;
}

.tp-dom:first-child {
  box-shadow: 0 0 0 2px #2b2350, 6px 6px 0 #ffd24d;
}

.tp-dom__icone svg {
  width: 52px;
  height: 52px;
  margin-bottom: 8px;
}

.tp-dom h3 kbd {
  font-size: 0.8rem;
  vertical-align: middle;
}

.tp-dom p,
.tp-dom ul {
  color: var(--tp-ardosia);
}

.tp-dom ul {
  margin: 0;
  padding-left: 1.1em;
  font-size: 0.95rem;
}

@media (max-width: 900px) {
  .tp-rival,
  .tp-rival--grande,
  .tp-rival--normal,
  .tp-rival--larga {
    grid-column: span 6;
    grid-row: auto;
  }

  .tp-rival--grande {
    grid-template-columns: 120px 1fr;
  }

  .tp-rival--grande .tp-rival__retrato {
    width: 120px;
  }

  .tp-dons {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .tp-rival,
  .tp-rival--grande {
    grid-template-columns: 72px 1fr;
    padding: 16px;
  }

  .tp-rival__retrato,
  .tp-rival--grande .tp-rival__retrato {
    width: 72px;
    height: 72px;
  }
}

.tp-duvidas {
  width: 100%;
}

.tp-duvida {
  border-bottom: 1px solid rgba(27, 42, 65, 0.14);
}

.tp-duvida summary {
  position: relative;
  display: block;
  padding: 20px 56px 20px 0;
  font-family: var(--tp-titulo);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.tp-duvida summary::-webkit-details-marker {
  display: none;
}

.tp-duvida summary::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 4px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  border: 2px solid var(--tp-tinta);
  font-family: var(--tp-letra);
  font-size: 1.3rem;
  line-height: 1;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
  transition: transform 0.2s ease, background 0.2s ease;
}

.tp-duvida[open] summary::after {
  content: '–';
  background: var(--tp-coral);
}

.tp-duvida__resposta {
  padding: 0 0 22px;
  color: var(--tp-ardosia);
}

.tp-duvida__resposta p:last-child {
  margin: 0;
}

.tp-recado {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
}

.tp-recado__cartao {
  padding: clamp(24px, 4vw, 40px);
  background: var(--tp-tinta);
  color: #eef2f8;
}

.tp-recado__cartao a {
  color: #ffd2c6;
  font-size: clamp(1.1rem, 2.4vw, 1.4rem);
  font-weight: 600;
  word-break: break-word;
}

.tp-recado__cartao p {
  margin: 0 0 10px;
}

.tp-recado__morada {
  margin-top: 18px;
  color: #c9d3e1;
  font-size: 0.97rem;
  font-style: normal;
}

@media (max-width: 760px) {
  .tp-recado {
    grid-template-columns: 1fr;
  }
}

.tp-trilho {
  padding-top: 24px;
  font-size: 0.95rem;
}

.tp-trilho ol {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tp-trilho li + li::before {
  content: '→';
  margin-right: 10px;
  color: var(--tp-ardosia);
}

.tp-trilho a {
  display: inline-block;
  padding-block: 12px;
}

.tp-folha {
  padding-block: 24px clamp(56px, 8vw, 100px);
  overflow-x: clip;
}

.tp-folha__topo {
  padding-bottom: 28px;
}

.tp-folha__topo p {
  max-width: 40em;
  color: var(--tp-ardosia);
  font-size: 1.1rem;
}

.tp-texto {
  max-width: 50em;
}

.tp-texto h2 {
  margin-top: 1.6em;
  font-size: clamp(1.45rem, 2.6vw, 1.9rem);
}

.tp-texto h3 {
  margin-top: 1.3em;
  font-size: 1.2rem;
}

.tp-texto ul,
.tp-texto ol {
  padding-left: 1.2em;
}

.tp-texto li {
  margin-bottom: 0.4em;
}

.tp-texto table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  margin: 12px 0 8px;
  background: var(--tp-marmore);
  font-size: 0.95rem;
}

.tp-texto caption {
  padding-bottom: 8px;
  text-align: left;
  font-weight: 600;
}

.tp-texto th,
.tp-texto td {
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

.tp-texto thead th {
  background: var(--tp-tinta);
  color: #fff;
}

.tp-texto tbody tr:nth-child(even) {
  background: var(--tp-ceu);
}

.tp-texto__rolo {
  overflow-x: auto;
}

.tp-mapa {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
}

.tp-mapa h2 {
  font-size: 1.35rem;
}

.tp-mapa ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tp-mapa a {
  display: inline-block;
  padding-block: 10px;
}

.tp-perdido {
  display: grid;
  place-items: start;
  gap: 18px;
  padding-block: clamp(64px, 12vw, 140px);
}

.tp-perdido p {
  max-width: 34em;
  color: var(--tp-ardosia);
}

.tp-base {
  padding-block: 56px 28px;
  background: var(--tp-tinta);
  color: #d7deea;
  font-size: 0.97rem;
}

.tp-base a {
  color: #ffffff;
}

.tp-base .tp-sinete {
  color: #fff;
}

.tp-base .tp-sinete__b {
  color: #f4a594;
}

.tp-base__grelha {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.tp-base__titulo {
  margin: 0 0 8px;
  color: #fff;
  font-weight: 600;
}

.tp-base ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tp-base li a {
  display: inline-block;
  padding-block: 11px;
}

.tp-base__rodape {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 24px;
  margin-top: 40px;
  color: #b6c1d2;
  font-size: 0.9rem;
}

.tp-base__rodape p {
  margin: 0;
}

@media (max-width: 760px) {
  .tp-base__grelha {
    grid-template-columns: 1fr;
  }
}

.tp-aviso {
  position: fixed;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 40;
  display: grid;
  gap: 12px;
  max-width: 30em;
  padding: 18px 20px;
  background: var(--tp-marmore);
  box-shadow: 0 20px 50px -18px rgba(27, 42, 65, 0.45);
  font-size: 0.95rem;
}

.tp-aviso[hidden] {
  display: none;
}

.tp-aviso p {
  margin: 0;
}

.tp-aviso__acoes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tp-topo {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 35;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--tp-tinta);
  cursor: pointer;
  isolation: isolate;
}

.tp-topo::before,
.tp-topo::after {
  content: '';
  position: absolute;
  z-index: -1;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

.tp-topo::before {
  inset: 0;
  background: var(--tp-tinta);
}

.tp-topo::after {
  inset: 2px;
  background: var(--tp-coral);
}

.tp-topo[hidden] {
  display: none;
}

.tp-js .tp-oculto {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.9s cubic-bezier(0.2, 0.75, 0.25, 1);
  transition-delay: var(--tp-atraso, 0s);
}

.tp-js .tp-oculto[data-tp-vem='baixo'] {
  transform: translate3d(0, 34px, 0);
}

.tp-js .tp-oculto[data-tp-vem='esquerda'] {
  transform: translate3d(-48px, 0, 0);
}

.tp-js .tp-oculto[data-tp-vem='direita'] {
  transform: translate3d(48px, 0, 0);
}

.tp-js .tp-oculto[data-tp-vem='longe'] {
  transform: scale(0.9);
}

.tp-js .tp-oculto[data-tp-vem='perto'] {
  transform: scale(1.08);
}

.tp-js .tp-oculto.tp-visto {
  opacity: 1;
  transform: none;
}

.tp-profundo {
  transform: translate3d(0, var(--tp-par, 0), 0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .tp-camada,
  .tp-profundo {
    transform: none !important;
  }
}
