*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;

  line-height: 0;
  height: auto;
  overflow: visible;
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

img, video {
  display: block;
  max-width: 100%;
  height: auto;
  transform: translateZ(0);
  backface-visibility: hidden;
}

a {
  text-decoration: inherit;
  color: inherit;
}

#container-94775ba1-f154-4258-bfb7-5ee625b924a6 {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  justify-content: center;
  background: rgb(0, 0, 0);
  position: relative;
}

@media (max-width: 1024px) {
#container-94775ba1-f154-4258-bfb7-5ee625b924a6 {

}
}

@media (max-width: 640px) {
#container-94775ba1-f154-4258-bfb7-5ee625b924a6 {

}
}

#widget-6e80647a-2e23-4866-9796-73c844f7068b {
  width: 100%;
  min-width: 100%;
  position: relative;
  color: rgb(255, 255, 255);
  font-family: Roboto;
  font-weight: 800;
  text-align: center;
  font-size: 3rem;
  letter-spacing: 0px;
  line-height: 120%;
  text-transform: none;
  text-decoration: none;
}

@media (max-width: 1024px) {
#widget-6e80647a-2e23-4866-9796-73c844f7068b {

}
}

@media (max-width: 640px) {
#widget-6e80647a-2e23-4866-9796-73c844f7068b {

}
}
 /* ===== ELEMENTOS INTERATIVOS ===== */
    svg > * {
      pointer-events: none;
    }

    /* ===== EDITOR TIPTAP ===== */
    .tiptap > * {
      pointer-events: none;
    }

    .tiptap {
      /* ===== PRIMEIRO ELEMENTO ===== */
      :first-child {
        margin-top: 0;
      }

      /* ===== LISTAS ===== */
      ul,
      ol {
        padding: 0 1rem;
        margin: 1.25rem 1rem 1.25rem 0.4rem;

        li p {
          margin-top: 0.25em;
          margin-bottom: 0.25em;
        }
      }

      ul {
        list-style-type: disc;
      }

      ol {
        list-style-type: decimal;
      }

      /* ===== TÍTULOS ===== */
      h1,
      h2,
      h3,
      h4,
      h5,
      h6,
      p {
        line-height: 1.25;
        text-wrap: pretty;
      }

     

      h1 {
        font-size: 3rem;
        line-height: 1.2;
        font-weight: 700;
      }

      h2 {
        font-size: 2.5rem;
        line-height: 1.3;
        font-weight: 700;
      }

      h3 {
        font-size: 2rem;
        line-height: 1.4;
        font-weight: 700;
      }

      h4 {
        font-size: 1.75rem;
        line-height: 1.5;
        font-weight: 600;
      }

      h5 {
        font-size: 1.25rem;
        line-height: 1.5;
        font-weight: 600;
      }

      h6 {
        font-size: 1.125rem;
        line-height: 1.5;
        font-weight: 500;
      }

      p {
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 400;
      }

      /* ===== CÓDIGO E TEXTO PRÉ-FORMATADO ===== */
      code {
        background-color: hsl(var(--code));
        border-radius: 0.4rem;
        color: hsl(var(--white));
        font-size: 0.85rem;
        padding: 0.4em 0.4em;
      }

      pre {
        background: hsl(var(--code));
        border-radius: 0.5rem;
        color: hsl(var(--white));
        font-family: "JetBrainsMono", monospace;
        margin: 1.5rem 0;
        padding: 0.75rem 1rem;

        code {
          background: none;
          color: inherit;
          font-size: 0.8rem;
          padding: 0;
        }
      }

      /* ===== CITAÇÕES ===== */
      blockquote {
        border-left: 3px solid hsl(var(--accent));
        margin: 1.5rem 0;
        padding-left: 1rem;
      }

      /* ===== LINHA HORIZONTAL ===== */
      hr {
        border: none;
        border-top: 1px solid hsl(var(--gray-2));
        margin: 2rem 0;
      }
    }