/* Página Regulamento — visualizador PDF por modalidade */

.regulamento-page {
  /* Não usar padding shorthand — preserva padding-top de .site-main (header + countdown) */
  padding-inline: 0;
  padding-bottom: var(--space-6);
}

.regulamento-shell {
  max-width: min(100%, 980px);
  margin: 0 auto;
  padding-inline: var(--space-3);
}

.regulamento-hero {
  width: 100%;
  text-align: center;
  margin-bottom: var(--space-4);
  padding: clamp(2.4rem, 5vw, 4rem) var(--space-3) var(--space-4);
}

.regulamento-hero .page-eyebrow {
  justify-content: center;
  margin-bottom: var(--space-1);
}

.regulamento-hero__title {
  margin: 0 0 var(--space-2);
  font-family: var(--font-heading);
  font-size: clamp(2.6rem, 5vw, 3rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.05;
}

.regulamento-hero__lead {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  font-family: var(--font-body);
  font-size: clamp(1.35rem, 2.2vw, 1.65rem);
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}

.regulamento-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-bottom: var(--space-3);
}

.regulamento-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 48px;
  padding: 0.75rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--font-ui);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    color 0.22s ease;
}

.regulamento-tab:hover {
  border-color: rgba(0, 131, 133, 0.35);
  color: #fff;
}

.regulamento-tab.is-active {
  border-color: rgba(0, 131, 133, 0.55);
  background: linear-gradient(135deg, rgba(0, 131, 133, 0.55) 0%, rgba(0, 131, 133, 0.35) 100%);
  color: #fff;
  box-shadow: 0 0 22px rgba(0, 131, 133, 0.28);
}

.regulamento-tab i {
  color: var(--color-gold);
}

.regulamento-viewer {
  border-radius: var(--radius-card);
  border: 1px solid rgba(20, 110, 55, 0.2);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: none;
  box-shadow: 0 14px 32px rgba(6, 47, 19, 0.22);
  overflow: hidden;
}

.regulamento-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.75rem;
  padding: 0.9rem 1.1rem;
  border-bottom: 1px solid rgba(6, 47, 19, 0.35);
  background: linear-gradient(180deg, #145c1b 0%, #062f13 100%);
}

.regulamento-toolbar__group {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.regulamento-toolbar__group--download {
  margin-left: auto;
}

.regulamento-canvas-wrap {
  position: relative;
  min-height: min(72vh, 820px);
  max-height: min(78vh, 900px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background:
    linear-gradient(180deg, rgba(237, 245, 236, 0.95) 0%, rgba(232, 240, 231, 0.98) 100%);
  padding: 0.75rem 0;
}

.regulamento-page-stage {
  position: relative;
  width: fit-content;
  max-width: calc(100% - 1.5rem);
  margin: 0 auto;
}

.regulamento-canvas-wrap canvas {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  box-shadow: 0 12px 28px rgba(20, 110, 55, 0.18);
}

.regulamento-toolbar__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-family: var(--font-ui);
  font-size: 1.1875rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.regulamento-toolbar__btn:hover:not(:disabled) {
  background: rgba(185, 216, 57, 0.22);
  border-color: rgba(185, 216, 57, 0.55);
  color: #fff;
  box-shadow: 0 0 0 2px rgba(185, 216, 57, 0.18);
}

.regulamento-toolbar__btn:disabled {
  opacity: 0.38;
  cursor: not-allowed;
}

.regulamento-toolbar__page {
  min-width: 4.5rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
}

.regulamento-status {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: var(--space-3);
  text-align: center;
  color: #4f5f4f;
  background: rgba(255, 255, 255, 0.96);
}

.regulamento-status[hidden] {
  display: none !important;
}

.regulamento-status i {
  font-size: 2rem;
  color: var(--color-primary);
}

.regulamento-status--error {
  color: #8e2018;
}

.regulamento-footer-note {
  margin: var(--space-3) 0 0;
  padding: var(--space-2) var(--space-3);
  border-radius: var(--radius-sm);
  border: 1px solid rgba(20, 110, 55, 0.2);
  background: rgba(255, 255, 255, 0.92);
  font-size: 1.05rem;
  line-height: 1.45;
  color: #4f5f4f;
  text-align: center;
}

.regulamento-footer-note a {
  color: var(--color-primary-dark);
  font-weight: 700;
}

@media (max-width: 767px) {
  .regulamento-toolbar {
    justify-content: center;
  }

  .regulamento-toolbar__group--download {
    margin-left: 0;
  }

  .regulamento-canvas-wrap {
    min-height: 58vh;
    max-height: 68vh;
    padding: 0.5rem 0;
  }

  .regulamento-page-stage {
    max-width: calc(100% - 0.75rem);
  }
}
