:root{
  /* Tema claro: fundo branco / cinza muito claro (alinhado à percepção de “homepage branca”) */
  --bg: #f8fafc;
  --surface: #ffffff;
  --surface-muted: #f1f5f9;
  --panel: rgba(15, 23, 42, .04);
  --panel2: rgba(15, 23, 42, .06);
  --border: rgba(15, 23, 42, .10);
  --border-strong: rgba(15, 23, 42, .14);
  --text: #0f172a;
  --muted: #475569;
  --brand: #0891b2;
  --brand2: #6366f1;
  --ok: #059669;
  --warn: #d97706;
  --danger: #e11d48;
  --shadow: 0 16px 48px rgba(15, 23, 42, .08);
  --radius: 18px;
  --radius2: 12px;
  --header-offset: 5.75rem;
}
*{box-sizing:border-box}
html{
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-offset);
  overflow-x: clip;
}
body{
  margin:0;
  max-width: 100%;
  overflow-x: clip;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  line-height:1.55;
  color:var(--text);
  background:
    radial-gradient(1000px 520px at 18% 0%, rgba(8, 145, 178, 0.06), transparent 58%),
    radial-gradient(900px 480px at 88% 12%, rgba(99, 102, 241, 0.06), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 42%, var(--bg) 100%);
}
a{color:inherit}
img{max-width:100%; height:auto; display:block}

.summary_b33a{
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
  padding-left: max(16px, env(safe-area-inset-left, 0px));
  padding-right: max(16px, env(safe-area-inset-right, 0px));
  box-sizing: border-box;
}

.stone-f0f7{
  position:absolute;
  left:-999px;
  top:8px;
  z-index:9999;
  padding:10px 12px;
  border-radius:10px;
  background:#fff;
  color:#000;
}
.stone-f0f7:focus{left:12px}

.backdrop_first_1067{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter: blur(14px);
  background: rgba(245, 248, 255, .88);
  border-bottom:1px solid rgba(15, 23, 42, .14);
  box-shadow: 0 10px 28px rgba(0,0,0,.18);
}
.backdrop_first_1067 .summary_b33a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding-block: 14px;
  min-width: 0;
}
.dark-ad1f{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
}

.heading-lite-ce8b{position:absolute; opacity:0; pointer-events:none}
.advanced-4288{
  width:44px;
  height:40px;
  display:none;
  border:1px solid rgba(15, 23, 42, .18);
  border-radius:12px;
  background:rgba(15, 23, 42, .05);
  align-items:center;
  justify-content:center;
  gap:5px;
  padding:0 10px;
  cursor:pointer;
}
.advanced-4288 span{
  display:block;
  width:18px;
  height:2px;
  background:rgba(15, 23, 42, .92);
  border-radius:2px;
}
.icon_a331{
  display:none;
  margin-left:6px;
  width:auto !important;
  height:auto !important;
  background:transparent !important;
  color: rgba(15, 23, 42, .88);
  font-weight: 900;
  font-size: .92rem;
  letter-spacing: .02em;
}

.old-32ca{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap: wrap;
  justify-content:flex-end;
}
.old-32ca a{
  text-decoration:none;
  font-weight:900;
  font-size:.92rem;
  opacity:1;
  padding:9px 10px;
  border-radius:999px;
  color: rgba(15, 23, 42, .92);
  background: rgba(15, 23, 42, .06);
  border: 1px solid rgba(15, 23, 42, .10);
}
.old-32ca a:hover{background: rgba(15, 23, 42, .10); border-color: rgba(15, 23, 42, .18)}
.old-32ca a[aria-current="page"]{
  background: linear-gradient(135deg, rgba(110,231,255,.28), rgba(167,139,250,.22));
  border-color: rgba(15, 23, 42, .18);
}
.old-32ca a.out-0456{
  background: linear-gradient(135deg, #ff3d00, #ffb300);
  border: 1px solid rgba(124, 45, 18, .35);
  color: #0b1020;
  box-shadow: 0 10px 22px rgba(255, 61, 0, .22);
  text-shadow: none;
}
.old-32ca a.out-0456:hover{
  filter: brightness(1.02) saturate(1.1);
  border-color: rgba(124, 45, 18, .55);
}
.old-32ca a.out-0456:focus-visible{
  outline: 3px solid rgba(255, 61, 0, .35);
  outline-offset: 2px;
}

.backdrop_white_1064{
  padding:52px 0 22px;
}
.selected-3745{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:24px;
  align-items:stretch;
}
.focus-d81c{
  display:inline-flex;
  gap:10px;
  align-items:center;
  font-size:.9rem;
  color:var(--muted);
  margin:0 0 12px;
}
.backdrop_white_1064 h1{
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  line-height:1.12;
  margin:0 0 12px;
  letter-spacing:-.02em;
}
.avatar_glass_68bf{
  font-size:1.05rem;
  color:var(--text);
  opacity:.92;
  margin:0 0 16px;
}
.pressed-4cb2{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin:14px 0 14px;
}
.aside-brown-59cb,.panel-02f8{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-weight:800;
  border-radius:14px;
  padding:12px 14px;
  border:1px solid var(--border-strong);
  color: var(--text);
}
.aside-brown-59cb{
  background: linear-gradient(135deg, rgba(8, 145, 178, .14), rgba(99, 102, 241, .14));
  box-shadow: var(--shadow);
}
.panel-02f8{
  background: var(--surface-muted);
}
.aside-brown-59cb:hover,.panel-02f8:hover{border-color: rgba(15, 23, 42, .22)}

.heading-901c{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-weight: 950;
  letter-spacing: .01em;
  border-radius: 999px;
  padding: 13px 16px;
  border: 1px solid transparent;
  min-height: 46px;
}
.grid-f05e{
  background: linear-gradient(135deg, #ff3d00, #ffb300);
  border-color: rgba(255, 179, 0, .55);
  color: #0b1020;
  box-shadow: 0 14px 30px rgba(255, 61, 0, .22);
}
.grid-f05e:hover{
  filter: brightness(1.03) saturate(1.08);
  border-color: rgba(255, 179, 0, .75);
}
.grid-f05e:focus-visible{
  outline: 3px solid rgba(255, 179, 0, .35);
  outline-offset: 2px;
}

.menu_480b{
  background: linear-gradient(135deg, rgba(34, 211, 238, .22), rgba(99, 102, 241, .22));
  border-color: rgba(34, 211, 238, .55);
  color: #0f172a;
  box-shadow: 0 14px 30px rgba(34, 211, 238, .12);
}
.menu_480b:hover{
  background: linear-gradient(135deg, rgba(34, 211, 238, .30), rgba(99, 102, 241, .30));
  border-color: rgba(34, 211, 238, .85);
}
.menu_480b:focus-visible{
  outline: 3px solid rgba(34, 211, 238, .30);
  outline-offset: 2px;
}

.sidebar-fe6d{
  list-style:none;
  padding:0;
  margin:10px 0 0;
  display:grid;
  gap:10px;
}
.sidebar-fe6d li{
  padding:12px 12px;
  border-radius:14px;
  border:1px solid var(--border);
  background: var(--surface-muted);
  color:var(--muted);
}
.sidebar-fe6d strong{color:var(--text)}

.alert-eb16{
  margin:0;
  border-radius: var(--radius);
  overflow:hidden;
  border:1px solid var(--border-strong);
  background: var(--surface);
  box-shadow: var(--shadow);
}
.alert-eb16 img{width:100%; height:auto}
.alert-eb16 figcaption{
  padding:12px 14px;
  font-size:.92rem;
  color:var(--muted);
  border-top:1px solid var(--border);
}

@media (min-width: 981px){
  .surface-bronze-6292{text-align:center}
  .backdrop_white_1064 .focus-d81c{justify-content:center}
  .pressed-4cb2{justify-content:center}
  .sidebar-fe6d{
    margin-inline:auto;
    max-width:42rem;
    text-align:left;
  }
  .alert-eb16{margin-inline:auto;max-width:min(100%, 560px)}
}

.hover_8670{padding:18px 0 8px}
.small_ca2b{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.hover_8670 .input_490f{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}
.hover_8670 .input_490f .gold-d94a{
  width:100%;
  max-width:15rem;
  margin-inline:auto;
  text-align:left;
}
.input_490f{
  border-radius: var(--radius);
  border:1px solid var(--border-strong);
  background: var(--surface);
  padding:18px 18px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, .06);
}
.input_490f h2{margin:0 0 8px; font-size:1.1rem}
.input_490f p{margin:0 0 10px; color:var(--muted)}
.stale-cce6{font-weight:800; text-decoration:none; opacity:.95}
.stale-cce6:hover{text-decoration:underline}
.bronze_0c19{
  background:
    radial-gradient(700px 260px at 20% 10%, rgba(8, 145, 178, .12), transparent 55%),
    var(--surface-muted);
  border-color: rgba(8, 145, 178, .28);
}
.gold-d94a{margin:10px 0 0; padding-left:18px; color:var(--muted)}
.gold-d94a a{text-decoration:none}
.gold-d94a a:hover{text-decoration:underline}
.alert-4571{color:var(--muted)}

.aside_ff65{padding:34px 0}
.fixed-f985{
  display:grid;
  grid-template-columns: 1.3fr .7fr;
  gap:18px;
  align-items:start;
}
.aside_ff65 h2{
  margin:0 0 10px;
  font-size:1.55rem;
  letter-spacing:-.01em;
}
.element_large_76f4{
  margin:16px 0 0;
  padding-left:18px;
  display:grid;
  gap:12px;
}
.element_large_76f4 li{
  padding:14px 14px;
  border-radius: var(--radius2);
  background: var(--surface-muted);
  border:1px solid var(--border);
}
.element_large_76f4 h3{margin:0 0 4px; font-size:1.05rem}
.element_large_76f4 p{margin:0; color:var(--muted)}

.carousel-green-5afd,.border-black-121d{
  border-radius: var(--radius);
  border:1px solid var(--border-strong);
  background: var(--surface);
  padding:16px 16px;
}
.carousel-green-5afd{margin-bottom:14px}
.gas_98f6{
  list-style:none;
  padding:0;
  margin:10px 0 0;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.gas_98f6 a{
  text-decoration:none;
  display:inline-flex;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid var(--border-strong);
  background: var(--surface-muted);
  font-weight:800;
  font-size:.92rem;
  color: var(--text);
}
.gas_98f6 a:hover{border-color: rgba(15, 23, 42, .22)}
.surface_thick_c1f1{
  display:grid;
  grid-template-columns: 1fr;
  gap:6px;
  margin:10px 0 0;
}
.surface_thick_c1f1 dt{font-weight:800; color:var(--text)}
.surface_thick_c1f1 dd{margin:0; color:var(--muted)}
.surface_thick_c1f1 code{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: .9em;
  padding: .1rem .35rem;
  border-radius: 8px;
  border: 1px solid var(--border-strong);
  background: var(--surface-muted);
  color: var(--text);
}

.hovered_6cba{padding: 6px 0 18px}
.hovered_6cba h2{
  margin: 0 0 14px;
  font-size: 1.55rem;
  letter-spacing: -.01em;
  text-align: center;
}
.selected-9cc9{
  margin: -6px auto 14px;
  max-width: 52rem;
  color: var(--muted);
  text-align: center;
}
.active-pink-f4d0{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.row-thick-9ae1{
  grid-template-columns: 1fr;
}
@media (min-width: 720px){
  .row-thick-9ae1{grid-template-columns: repeat(2, 1fr)}
}
@media (min-width: 1100px){
  .row-thick-9ae1{grid-template-columns: repeat(4, 1fr)}
}
.description_1590{padding: 2px 0 6px}
.rough-e6cf{
  margin:0;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.5;
  text-align: center;
}
.rough-e6cf .element-action-88aa{font-weight: 800; color: var(--text)}
.rough_3b42{
  margin: 0 auto 6px;
  padding: 14px 16px;
  border-radius: var(--radius);
  border: 1px solid var(--border-strong);
  background: var(--surface);
  box-shadow: 0 10px 28px rgba(15, 23, 42, .05);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
}
.rough_3b42 h2{
  margin: 0 0 12px;
  font-size: 1.05rem;
  letter-spacing: -.01em;
  width: 100%;
  text-align: center;
}
.rough_3b42 .gas_98f6{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
}
.rough_3b42 .gas_98f6 li{
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.label-48f8{
  border-radius: var(--radius);
  border: 1px solid var(--border-strong);
  background: var(--surface);
  padding: 16px 16px;
}
.label-48f8 h3{margin: 0 0 8px; font-size: 1.05rem}
.cold-f39e{
  margin: 10px 0 0;
  padding-left: 18px;
  color: var(--muted);
}
.cold-f39e a{color: #0e7490; text-decoration: underline; text-underline-offset: 3px}
.cold-f39e a:hover{color: #0f172a}

@media (max-width: 980px){
  .active-pink-f4d0{grid-template-columns: 1fr}
}

.progress_50fc{padding:12px 0 42px}
.progress_50fc .summary_b33a > h2{
  text-align: center;
  margin:0 0 14px;
  font-size:1.55rem;
}
.mask-steel-72c2{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:12px;
}
.button_d74c{
  text-decoration:none;
  border-radius: var(--radius);
  overflow:hidden;
  border:1px solid var(--border-strong);
  background: var(--surface);
  box-shadow: 0 14px 40px rgba(15, 23, 42, .07);
  transition: transform .15s ease, border-color .15s ease;
}
.button_d74c:hover{transform: translateY(-2px); border-color: rgba(15, 23, 42, .2)}
.button_d74c img{aspect-ratio: 4 / 2.6; object-fit: cover; width:100%}
.button_d74c div{padding:12px 12px; text-align:center}
.button_d74c h3{margin:0 0 4px; font-size:1.05rem}
.button_d74c p{margin:0; color:var(--muted); font-size:.95rem}

.pressed-e27c{padding:24px 0 44px}
.input_a9bd{
  display:grid;
  grid-template-columns: .9fr 1.1fr;
  gap:16px;
  align-items:start;
}
.input_a9bd > div:first-child{
  text-align: center;
}
.tag-upper-edb5 details{
  border-radius: var(--radius);
  border:1px solid var(--border-strong);
  background: var(--surface);
  padding:12px 14px;
  margin-bottom:12px;
}
.tag-upper-edb5 summary{
  cursor:pointer;
  font-weight:900;
  list-style:none;
}
.tag-upper-edb5 summary::-webkit-details-marker{display:none}
.cool_5865{color:var(--muted); padding-top:8px}
.cool_5865 p{margin:0}

.thumbnail-55a3{padding:12px 0 54px}
.focus_b221{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:16px;
  align-items:start;
}
.focus_b221 > div:first-child{
  text-align:center;
}
.focus_b221 > div:first-child .component_mini_1bd2{
  display:inline-block;
  max-width:42rem;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
}
.component_mini_1bd2{margin:10px 0 0; padding-left:18px; color:var(--muted)}
.link_da14{
  border-radius: var(--radius);
  border:1px solid rgba(251,113,133,.35);
  background:
    radial-gradient(700px 260px at 20% 10%, rgba(251,113,133,.12), transparent 55%),
    #fff7f7;
  padding:16px 16px;
  text-align:center;
}
.prev_1923{
  margin:10px auto 0;
  padding-left:18px;
  color:var(--muted);
  display:inline-block;
  text-align:left;
}

.slider_gold_a36b{
  border-top:1px solid var(--border);
  background: #f1f5f9;
  padding:26px 0 10px;
}
.icon_up_554f{
  display:grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap:16px;
  align-items:start;
}
.motion-244f{margin:0 0 8px}
.action-0c63{
  list-style:none;
  padding:0;
  margin:8px 0 0;
  display:grid;
  gap:8px;
}
.action-0c63 a{text-decoration:none; color:var(--muted); font-weight:700}
.action-0c63 a:hover{color:var(--text); text-decoration:underline}
.west-9ba7{
  margin-top:18px;
  padding:16px 0 0;
  text-align:center;
}
.west-9ba7 h2{font-size:1.15rem; margin:0 0 8px}
.west-9ba7 p{
  margin:0 auto;
  max-width:52rem;
  color:var(--muted);
}

.filter_e16f{
  padding:10px 0 0;
  color: var(--muted);
  font-size:.9rem;
}
.label_3a32{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content: center;
  gap:6px;
}
.label_3a32 li{
  display:flex;
  align-items:center;
  gap:6px;
}
.label_3a32 li:not(:last-child)::after{
  content:"/";
  opacity:.45;
  font-weight:700;
}
.label_3a32 a{
  color: #0f172a;
  font-weight:800;
  text-decoration:none;
}
.label_3a32 a:hover{text-decoration:underline}
.label_3a32 li[aria-current="page"]{
  color: var(--muted);
  font-weight:800;
}

@media (max-width: 980px){
  main#conteudo{
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }
  .selected-3745{grid-template-columns: 1fr; }
  .small_ca2b{grid-template-columns: 1fr}
  .fixed-f985{grid-template-columns: 1fr}
  .mask-steel-72c2{grid-template-columns: 1fr 1fr}
  .input_a9bd{grid-template-columns: 1fr}
  .focus_b221{grid-template-columns: 1fr}
  .icon_up_554f{grid-template-columns: 1fr; text-align:center}
  .action-0c63{
    justify-items:center;
  }
  .search-complex-afd2{
    text-align:center;
  }
  .search-complex-afd2 .gas_98f6{
    justify-content:center;
  }
  .search-complex-afd2 .panel-02f8{
    margin-inline:auto;
  }
  .search-complex-afd2 .surface_thick_c1f1{
    text-align:left;
    margin-inline:auto;
    max-width:22rem;
  }
  .surface-bronze-6292{ text-align: center; }
  .focus-d81c{ justify-content: center; }
  .pressed-4cb2{ justify-content: center; }
  .sidebar-fe6d{
    text-align: left;
    margin-inline: auto;
    max-width: 42rem;
  }
  .dark-ad1f img{
    max-width: min(162px, 50vw);
    height: auto;
  }
  .advanced-4288{display:flex}
  .icon_a331{display:inline}
  .old-32ca{
    position:fixed;
    left:0;
    right:0;
    top:68px;
    margin:0;
    padding:14px 16px;
    display:grid;
    gap:6px;
    background: rgba(245, 248, 255, .96);
    border-top:1px solid rgba(15, 23, 42, .14);
    transform: translateY(-10px);
    opacity:0;
    pointer-events:none;
    max-height: calc(100vh - 68px);
    overflow:auto;
    -webkit-overflow-scrolling: touch;
  }
  .heading-lite-ce8b:checked ~ .old-32ca{
    transform: translateY(0);
    opacity:1;
    pointer-events:auto;
  }
  .old-32ca a{padding:12px 12px}
  .out-0456{
    margin-top: 6px;
    text-align:center;
    padding: 13px 14px !important;
  }
}

/* css-noise: a628 */
.widget-item-m0 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.1;
}
