.pv-shell {
  max-width: 1180px;
  margin: auto;
  color: #233b45;
  animation: pv-enter 0.2s ease-out;
}
.pv-shell * {
  box-sizing: border-box;
}
.pv-shell [hidden] {
  display: none !important;
}
.pv-heading {
  margin-bottom: 25px;
}
.pv-heading h1 {
  font-size: 30px;
  letter-spacing: -0.8px;
  line-height: 1.2;
  margin: 8px 0 10px;
}
.pv-heading p,
.pv-hint,
.pv-verified {
  color: #617583;
  font-size: 14px;
  line-height: 1.5;
}
.pv-kicker {
  font-size: 11px;
  letter-spacing: 1.8px;
  color: #177b70;
  font-weight: 700;
}
.pv-back-home {
  display: inline-block;
  font-size: 13px;
  color: #526d78;
  margin-bottom: 22px;
}
.pv-heading > .pv-link {
  font-size: 13px;
}
.pv-entries {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}
.pv-entry {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #dce7e9;
  border-radius: 16px;
  padding: 24px;
  color: #233b45;
  text-decoration: none;
  transition:
    transform 0.18s,
    border-color 0.18s,
    box-shadow 0.18s;
}
.pv-entry:hover {
  transform: translateY(-3px);
  border-color: #75ada4;
  box-shadow: 0 8px 24px #173a3b0b;
}
.pv-entry:active {
  transform: translateY(-1px);
  background: #f0f8f5;
}
.pv-entry-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #eaf5f1;
  font-size: 23px;
  margin-bottom: 20px;
}
.pv-entry h2 {
  font-size: 19px;
  line-height: 1.35;
  margin: 0 0 8px;
  letter-spacing: -0.35px;
}
.pv-entry p {
  font-size: 14px;
  line-height: 1.55;
  color: #657984;
  margin: 0 0 22px;
}
.pv-entry-action {
  color: #12776c;
  font-size: 14px;
  font-weight: 600;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}
.pv-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 20px 0 26px;
  padding: 17px 0;
  border-top: 1px solid #dfe8e9;
  border-bottom: 1px solid #dfe8e9;
}
.pv-link {
  color: #14776c;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 36px;
}
.pv-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.pv-warning {
  background: #fff8e9;
  border: 1px solid #ede0bf;
  border-radius: 12px;
  padding: 16px 18px;
  font-size: 14px;
  line-height: 1.6;
  color: #715724;
  margin: 22px 0;
}
.pv-warning strong {
  display: block;
  margin-bottom: 3px;
}
.pv-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 20px 0;
}
.pv-box,
.pv-screen {
  background: #fff;
  border: 1px solid #dce7e9;
  border-radius: 15px;
  padding: 23px;
  margin-bottom: 18px;
  min-width: 0;
}
.pv-grid > .pv-box,
.pv-grid > .pv-screen {
  margin: 0;
}
.pv-box h2,
.pv-screen h2 {
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: -0.3px;
  margin: 0 0 17px;
}
.pv-box h3 {
  font-size: 16px;
  margin: 0 0 8px;
}
.pv-shell p {
  line-height: 1.6;
}
.pv-box p,
.pv-box li,
.pv-details li {
  font-size: 14px;
  line-height: 1.65;
}
.pv-shell ul {
  padding-left: 20px;
  margin: 12px 0;
}
.pv-shell li + li {
  margin-top: 9px;
}
.pv-source {
  display: block;
  color: #617785;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 16px;
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}
.pv-source:hover {
  color: #13776c;
}
.pv-source-row {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 25px;
}
.pv-verified {
  font-size: 12px;
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid #dfe8e9;
}
.pv-mode {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 20px 0;
  background: #eaf0f1;
  padding: 5px;
  border-radius: 11px;
  width: fit-content;
  max-width: 100%;
}
.pv-mode button {
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: #536c76;
  padding: 10px 17px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  min-height: 42px;
  transition:
    background 0.15s,
    color 0.15s;
}
.pv-mode button[aria-pressed='true'] {
  background: #fff;
  color: #0c6a60;
  border-color: #d6e4e2;
  box-shadow: 0 2px 5px #163d3510;
}
.pv-mode button:hover {
  background: #d9e9e5;
  color: #165e54;
}
.pv-mode button:active {
  background: #c6e0d9;
}
.pv-mode button[aria-pressed='true']:hover {
  background: #f6fcf9;
}
.pv-calendar-scroll {
  overflow: auto;
  max-height: 650px;
  border: 1px solid #dce7e9;
  border-radius: 13px;
  background: #fff;
}
.pv-calendar {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  min-width: 980px;
  font-size: 12px;
  table-layout: fixed;
}
.pv-calendar th,
.pv-calendar td {
  text-align: center;
  padding: 8px 4px;
  border-bottom: 1px solid #e5edef;
  height: 53px;
}
.pv-calendar thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #eaf3f1;
  color: #395d60;
  font-weight: 650;
  font-size: 11px;
}
.pv-calendar th:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  width: 110px;
  background: #f4f8f7;
  text-align: left;
  border-right: 1px solid #dfe9e7;
  padding-left: 12px;
}
.pv-calendar thead th:first-child {
  z-index: 3;
  background: #eaf3f1;
}
.pv-calendar td > span {
  color: #b7c5c9;
}
.pv-calendar tbody tr:last-child > * {
  border-bottom: 0;
}
.pv-dose {
  border: 1px solid #c7e4dc;
  border-radius: 7px;
  background: #e9f6f0;
  color: #176b59;
  font-size: 11px;
  padding: 7px 3px;
  width: 100%;
  min-height: 40px;
  cursor: pointer;
  font-weight: 650;
  transition:
    background 0.15s,
    border-color 0.15s;
}
.pv-dose:hover {
  background: #ccebdd;
  border-color: #438875;
}
.pv-dose:active {
  background: #a9d9c5;
}
.pv-vaccine-name {
  border: 0;
  background: transparent;
  color: #28595b;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 0;
  white-space: nowrap;
}
.pv-vaccine-name span {
  font-size: 11px;
  color: #718d91;
}
.pv-vaccine-name:hover {
  color: #0e8274;
}
.pv-age-select {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 600;
  margin: 24px 0;
}
.pv-age-select select,
.pv-input-label input {
  padding: 11px 14px;
  border: 1px solid #c8dbdf;
  border-radius: 9px;
  color: #23434e;
  background: #fff;
  font: inherit;
  min-height: 45px;
}
.pv-age-card {
  display: grid;
  grid-template-columns: 1fr auto;
  text-align: left;
  border: 1px solid #d5e7e2;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  cursor: pointer;
  color: #28514f;
  gap: 8px;
  transition: background 0.15s;
}
.pv-age-card strong {
  font-size: 18px;
}
.pv-age-card small {
  grid-column: 1/-1;
  line-height: 1.5;
  color: #627c7d;
}
.pv-age-card:hover {
  background: #edf8f2;
}
.pv-age-card:active {
  background: #d8ede4;
}
.pv-details {
  border: 1px solid #dce7e9;
  background: #fff;
  border-radius: 11px;
  margin: 14px 0;
  overflow: hidden;
}
.pv-details summary {
  padding: 15px 18px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 650;
  color: #2d6065;
}
.pv-details summary:hover {
  background: #edf5f2;
}
.pv-details[open] summary {
  border-bottom: 1px solid #e4ecec;
  background: #f3f8f6;
}
.pv-details > div {
  padding: 6px 18px 18px;
}
.pv-legend {
  display: grid;
  grid-template-columns: 85px 1fr;
  gap: 12px;
  font-size: 13px;
}
.pv-legend dt {
  font-weight: 700;
}
.pv-legend dd {
  margin: 0;
}
.pv-emphasis {
  font-size: 24px;
  font-weight: 650;
  color: #176d60;
  letter-spacing: -0.3px;
  line-height: 1.5;
}
.pv-emphasis small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 7px;
}
.pv-steps {
  display: grid;
  gap: 12px;
  margin: 15px 0;
}
.pv-steps > div {
  padding: 15px;
  border: 1px solid #dce8e5;
  border-radius: 10px;
  background: #f5faf7;
  font-size: 14px;
  position: relative;
}
.pv-steps > div + div:before {
  content: '↓';
  position: absolute;
  top: -18px;
  left: 22px;
  font-size: 17px;
  color: #739c91;
}
.pv-flow-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 15px;
}
.pv-flow-grid > div {
  min-width: 0;
  padding: 7px;
}
.pv-flow-grid p {
  margin: 7px 0 0;
}
.pv-scroll {
  overflow: auto;
}
.pv-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.pv-table th,
.pv-table td {
  padding: 13px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e0e9e9;
  line-height: 1.6;
}
.pv-table thead th {
  background: #f0f6f4;
}
.pv-table tbody th {
  min-width: 100px;
  color: #386767;
}
.pv-screen-top {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
}
.pv-age-badge {
  white-space: nowrap;
  font-size: 11px;
  font-weight: 650;
  background: var(--pv-tint, #e9f5ef);
  color: var(--pv-color, #306f62);
  border-radius: 6px;
  padding: 6px 9px;
}
.rose {
  --pv-tint: #f8e9ec;
  --pv-color: #975866;
}
.violet {
  --pv-tint: #efecf8;
  --pv-color: #706197;
}
.teal {
  --pv-tint: #e3f3ee;
  --pv-color: #307e6e;
}
.pv-screen {
  border-top: 3px solid var(--pv-color, #5d8e83);
}
.pv-screen dl {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 12px;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 12px;
}
.pv-screen dt {
  color: #6a7d87;
  font-weight: 500;
}
.pv-screen dd {
  margin: 0;
}
.pv-timeline-scroll {
  overflow-x: auto;
  margin-top: 22px;
}
.pv-timeline {
  min-width: 630px;
  padding: 0 18px 5px 0;
}
.pv-axis,
.pv-timeline-row {
  display: grid;
  grid-template-columns: 115px 1fr;
  gap: 14px;
  align-items: center;
}
.pv-axis {
  font-size: 11px;
  color: #82959b;
  margin: 8px 0 20px;
}
.pv-axis > div {
  position: relative;
  height: 18px;
}
.pv-axis > div span {
  position: absolute;
  transform: translateX(-50%);
}
.pv-timeline-row {
  margin: 12px 0;
}
.pv-timeline-row > strong {
  font-size: 13px;
  font-weight: 600;
}
.pv-timeline-row > div {
  height: 44px;
  position: relative;
  background: #f2f6f5;
  border-radius: 8px;
}
.pv-bar {
  position: absolute;
  top: 0;
  height: 44px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 8px;
  background: var(--pv-tint);
  color: var(--pv-color);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: filter 0.15s;
}
.pv-bar span {
  font-size: 11px;
  font-weight: 400;
}
.pv-bar:hover {
  border-color: var(--pv-color);
  filter: brightness(0.97);
}
.pv-bar:active {
  filter: brightness(0.9);
}
.pv-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.pv-field {
  border: 0;
  padding: 0;
  margin: 0 0 22px;
  min-width: 0;
}
.pv-field legend,
.pv-input-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 10px;
  display: block;
}
.pv-input-label input {
  display: block;
  max-width: 150px;
  width: 100%;
  margin-top: 9px;
  font-size: 16px;
}
.pv-toggle {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.pv-toggle label {
  position: relative;
  cursor: pointer;
}
.pv-toggle input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.pv-toggle span {
  display: block;
  border: 1px solid #cedde1;
  border-radius: 8px;
  padding: 10px 19px;
  min-height: 44px;
  font-size: 14px;
  background: white;
  color: #526f7a;
  transition:
    background 0.15s,
    border-color 0.15s;
}
.pv-toggle input:checked + span {
  background: #176e62;
  border-color: #176e62;
  color: #fff;
  box-shadow: 0 2px 5px #104c3e17;
}
.pv-toggle label:hover span {
  border-color: #298879;
  background: #e6f3ed;
  color: #1d6559;
}
.pv-toggle label:hover input:checked + span {
  background: #105b51;
  color: #fff;
}
.pv-toggle label:active span {
  background: #c9e5d9;
}
.pv-toggle input:focus-visible + span {
  outline: 3px solid #38b7a2;
  outline-offset: 3px;
}
.pv-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.6;
  padding: 10px 0;
  cursor: pointer;
}
.pv-check input {
  width: 18px;
  height: 18px;
  flex: none;
  margin-top: 3px;
  accent-color: #176e62;
}
.pv-check:has(input:checked) {
  color: #126b5e;
}
.pv-result {
  background: #edf6f2;
  border: 1px solid #d9e9e3;
  border-radius: 11px;
  padding: 20px;
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.6;
}
.pv-finder-row {
  padding: 15px 0;
  border-bottom: 1px solid #d7e6df;
}
.pv-finder-row:last-of-type {
  border-bottom: 0;
}
.pv-finder-row p {
  margin: 5px 0;
}
.pv-reset {
  border: 1px solid #cbdde0;
  color: #40636f;
  background: white;
  padding: 10px 17px;
  font-size: 14px;
  border-radius: 8px;
  cursor: pointer;
  min-height: 43px;
}
.pv-reset:hover {
  background: #e7f3ee;
  border-color: #6d9f91;
}
.pv-reset:active {
  background: #d4e9df;
}
.pv-dialog {
  padding: 27px;
  border: 1px solid #d7e5e1;
  border-radius: 17px;
  width: min(520px, calc(100% - 32px));
  color: #29434d;
  max-height: calc(100dvh - 50px);
  overflow: auto;
  box-shadow: 0 20px 80px #183f3733;
}
.pv-dialog::backdrop {
  background: #112c3977;
}
.pv-dialog header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.pv-dialog h2 {
  margin: 0;
}
.pv-dialog h3 {
  font-size: 18px;
  margin-top: 22px;
}
.pv-dialog p,
.pv-dialog li {
  font-size: 14px;
  line-height: 1.7;
}
.pv-shell :is(button, a, input, select, summary):focus-visible,
.pv-dialog :is(button, a):focus-visible {
  outline: 3px solid #36a894;
  outline-offset: 3px;
}
.pv-shell button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.pv-shell button:disabled:hover {
  background: #eef2f1;
  color: #758583;
  border-color: #d9e1e0;
}
@keyframes pv-enter {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 1600px) {
  .pv-calendar {
    min-width: 0;
  }
  .pv-calendar th:first-child {
    width: 100px;
  }
}
@media (max-width: 1100px) {
  .pv-entries {
    grid-template-columns: 1fr;
  }
  .pv-entry {
    display: grid;
    grid-template-columns: 44px 1fr;
    column-gap: 18px;
    padding: 20px;
  }
  .pv-entry-icon {
    grid-row: 1/4;
    margin: 0;
  }
  .pv-entry p {
    margin-bottom: 10px;
  }
  .pv-entry-action {
    grid-column: 2;
  }
  .pv-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .pv-heading h1 {
    font-size: 26px;
  }
  .pv-box,
  .pv-screen {
    padding: 18px;
  }
  .pv-entry h2 {
    font-size: 18px;
  }
  .pv-quick {
    flex-direction: column;
    gap: 6px;
  }
  .pv-age-select {
    align-items: stretch;
    flex-direction: column;
    gap: 9px;
  }
  .pv-age-select select {
    font-size: 16px;
  }
  .pv-form-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .pv-screen-top {
    display: block;
  }
  .pv-age-badge {
    display: inline-block;
    margin: -7px 0 16px;
  }
  .pv-screen dl {
    grid-template-columns: 70px 1fr;
    gap: 12px;
  }
  .pv-calendar-scroll {
    max-height: 65dvh;
  }
  .pv-flow-grid {
    grid-template-columns: 1fr;
  }
  .pv-mode {
    width: 100%;
  }
  .pv-mode button {
    flex: 1;
    padding: 10px 8px;
  }
  .pv-source-row {
    display: block;
  }
  .pv-warning {
    font-size: 13px;
  }
  .pv-table th,
  .pv-table td {
    padding: 11px 7px;
  }
  .pv-table tbody th {
    min-width: 75px;
  }
  .pv-legend {
    grid-template-columns: 75px 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .pv-shell {
    animation: none;
  }
  .pv-shell * {
    transition: none !important;
  }
  .pv-entry:hover {
    transform: none;
  }
}
@media (max-width: 700px) {
  .pv-shell:has(#pv-calendar) .pv-quick {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 12px;
    margin: 15px 0;
    padding: 10px 0;
  }
  .pv-shell:has(#pv-calendar) .pv-quick .pv-link {
    font-size: 12px;
    line-height: 1.5;
  }
  .pv-shell:has(#pv-calendar) .pv-heading {
    margin-bottom: 18px;
  }
}
@media (max-width: 700px) {
  .pv-timeline {
    min-width: 0;
    padding-right: 5px;
  }
  .pv-axis,
  .pv-timeline-row {
    grid-template-columns: 83px 1fr;
    gap: 7px;
  }
  .pv-axis > div span {
    display: none;
  }
  .pv-axis > div span:nth-child(2),
  .pv-axis > div span:nth-child(5),
  .pv-axis > div span:nth-child(8) {
    display: block;
  }
  .pv-bar span {
    display: none;
  }
  .pv-bar {
    font-size: 12px;
    padding: 0 4px;
  }
  .pv-timeline-row > strong {
    font-size: 12px;
    line-height: 1.4;
  }
}
.pv-check:has(input[name='reviewed']) {
  margin-top: 12px;
  padding: 14px 10px;
  border-top: 1px solid #dce7e3;
  border-radius: 6px;
  background: #f4f9f6;
  font-weight: 600;
}
.pv-check:has(input[name='reviewed']:checked) {
  background: #e3f2eb;
}

.pv-mode:has([data-smoking]) {
  flex-wrap: wrap;
  gap: 8px;
}
.pv-input-label select {
  width: 100%;
  padding: 12px;
  border: 1px solid #cbd9e2;
  border-radius: 8px;
  background: white;
  color: inherit;
  font: inherit;
}
.pv-entries:has(a[href='#prevencao/nao-oncologica']) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 700px) {
  .pv-entries:has(a[href='#prevencao/nao-oncologica']) {
    grid-template-columns: 1fr;
  }
}

.pv-favorite-entry {
  height: 100%;
}
.pv-favorite-entry > .pv-entry {
  height: 100%;
  padding-right: 56px;
}
.pv-favorite-entry:hover > .pv-entry,
.pv-favorite-entry:focus-within > .pv-entry {
  transform: none;
  border-color: #8ebdbd;
  box-shadow: 0 7px 20px #1633460c;
}
.pv-favorite-heading,
.pv-favorite-screen {
  position: relative;
  padding-right: 60px;
}
.pv-favorite-heading > .favorite-toggle {
  top: 8px;
  right: 0;
}
.pv-favorite-screen > .favorite-toggle {
  top: 14px;
  right: 12px;
}
.pv-favorite-entry > .favorite-toggle {
  top: 14px;
  right: 12px;
}
