﻿<style>
  :root {
    --bg: #fbfcfd;
    --surface: #ffffff;
    --ink: #10161c;
    --muted: #5a6a75;
    --accent: #0086a8;
    --accent-soft: #e6f4f8;
    --rule: #dbe3e8;
    --warn-bg: #fff8e1;
    --warn-ink: #7a5a00;
    --warn-rule: #e8cf87;

    --serif: Charter, "Bitstream Charter", "Sitka Text", Cambria, Georgia, "Times New Roman", serif;
    --sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    --mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
  }

  @media (prefers-color-scheme: dark) {
    :root {
      --bg: #0d1218;
      --surface: #141c24;
      --ink: #e8eef2;
      --muted: #93a4b0;
      --accent: #35c9e6;
      --accent-soft: #14262e;
      --rule: #1f2a33;
      --warn-bg: #241f0f;
      --warn-ink: #e5c86a;
      --warn-rule: #4a3d17;
    }
  }

  :root[data-theme="dark"] {
    --bg: #0d1218;
    --surface: #141c24;
    --ink: #e8eef2;
    --muted: #93a4b0;
    --accent: #35c9e6;
    --accent-soft: #14262e;
    --rule: #1f2a33;
    --warn-bg: #241f0f;
    --warn-ink: #e5c86a;
    --warn-rule: #4a3d17;
  }

  :root[data-theme="light"] {
    --bg: #fbfcfd;
    --surface: #ffffff;
    --ink: #10161c;
    --muted: #5a6a75;
    --accent: #0086a8;
    --accent-soft: #e6f4f8;
    --rule: #dbe3e8;
    --warn-bg: #fff8e1;
    --warn-ink: #7a5a00;
    --warn-rule: #e8cf87;
  }

  body {
    background: var(--bg);
    color: var(--ink);
    font-family: var(--serif);
    font-size: 1.0625rem;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
  }

  .marca {
    height: 4px;
    background: linear-gradient(90deg, #00d4ff 0%, #7b5cff 38%, #ff7a2f 72%, #ffc632 100%);
  }

  .folha {
    max-width: 40rem;
    margin: 0 auto;
    padding: 3.5rem 1.5rem 6rem;
  }

  header { margin-bottom: 3rem; }

  .eyebrow {
    font-family: var(--mono);
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 0.75rem;
  }

  h1 {
    font-family: var(--sans);
    font-size: clamp(1.9rem, 5vw, 2.6rem);
    font-weight: 700;
    letter-spacing: -0.022em;
    line-height: 1.15;
    text-wrap: balance;
    margin-bottom: 0.75rem;
  }

  .data {
    font-family: var(--mono);
    font-size: 0.8rem;
    color: var(--muted);
  }

  h2 {
    font-family: var(--sans);
    font-size: 1.3rem;
    font-weight: 650;
    letter-spacing: -0.012em;
    line-height: 1.3;
    text-wrap: balance;
    margin: 3rem 0 0.25rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--rule);
  }

  h3 {
    font-family: var(--sans);
    font-size: 1rem;
    font-weight: 650;
    letter-spacing: -0.005em;
    margin: 2rem 0 0.25rem;
  }

  p { margin: 0.9rem 0; }

  ul { margin: 0.9rem 0; padding-left: 1.15rem; }
  li { margin: 0.5rem 0; }
  li::marker { color: var(--accent); }

  a {
    color: var(--accent);
    text-underline-offset: 0.18em;
    text-decoration-thickness: 1px;
  }
  a:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
    border-radius: 2px;
  }

  strong { font-weight: 700; }

  .resumo {
    background: var(--accent-soft);
    border-radius: 10px;
    padding: 1.5rem 1.75rem;
    margin: 2rem 0;
  }
  .resumo h2 {
    margin: 0 0 0.5rem;
    padding-top: 0;
    border-top: none;
    font-size: 1.1rem;
  }
  .resumo ul { margin-bottom: 0; }

  .tabela-scroll { overflow-x: auto; margin: 1.4rem 0; }

  table {
    border-collapse: collapse;
    width: 100%;
    min-width: 28rem;
    font-family: var(--sans);
    font-size: 0.9rem;
  }
  th, td {
    text-align: left;
    padding: 0.7rem 0.9rem 0.7rem 0;
    border-bottom: 1px solid var(--rule);
    vertical-align: top;
  }
  th {
    font-weight: 650;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    border-bottom-color: var(--ink);
  }

  .porpreencher {
    background: var(--warn-bg);
    color: var(--warn-ink);
    border: 1px dashed var(--warn-rule);
    border-radius: 4px;
    padding: 0.05em 0.4em;
    font-family: var(--mono);
    font-size: 0.85em;
    font-weight: 600;
  }

  .aviso {
    background: var(--warn-bg);
    color: var(--warn-ink);
    border-left: 3px solid var(--warn-rule);
    border-radius: 0 6px 6px 0;
    padding: 1rem 1.25rem;
    margin: 2rem 0;
    font-family: var(--sans);
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .aviso p { margin: 0.4rem 0; }
  .aviso p:first-child { margin-top: 0; }
  .aviso p:last-child { margin-bottom: 0; }

  .contacto {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--rule);
    font-family: var(--sans);
  }
