: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}

.over-f4bf{
  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;
}

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

.shadow-b2ce{
  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);
}
.shadow-b2ce .over-f4bf{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding-block: 14px;
  min-width: 0;
}
.over-ff44{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
}

.huge_2c13{position:absolute; opacity:0; pointer-events:none}
.tertiary-92e8{
  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;
}
.tertiary-92e8 span{
  display:block;
  width:18px;
  height:2px;
  background:rgba(15, 23, 42, .92);
  border-radius:2px;
}
.table_lower_5ef2{
  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;
}

.slider_small_fc92{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap: wrap;
  justify-content:flex-end;
}
.slider_small_fc92 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);
}
.slider_small_fc92 a:hover{background: rgba(15, 23, 42, .10); border-color: rgba(15, 23, 42, .18)}
.slider_small_fc92 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);
}
.slider_small_fc92 a.logo-pressed-06cc{
  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;
}
.slider_small_fc92 a.logo-pressed-06cc:hover{
  filter: brightness(1.02) saturate(1.1);
  border-color: rgba(124, 45, 18, .55);
}
.slider_small_fc92 a.logo-pressed-06cc:focus-visible{
  outline: 3px solid rgba(255, 61, 0, .35);
  outline-offset: 2px;
}

.breadcrumb_first_f445{
  padding:52px 0 22px;
}
.prev_0a6d{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:24px;
  align-items:stretch;
}
.column_next_1868{
  display:inline-flex;
  gap:10px;
  align-items:center;
  font-size:.9rem;
  color:var(--muted);
  margin:0 0 12px;
}
.breadcrumb_first_f445 h1{
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  line-height:1.12;
  margin:0 0 12px;
  letter-spacing:-.02em;
}
.link_rough_dc3c{
  font-size:1.05rem;
  color:var(--text);
  opacity:.92;
  margin:0 0 16px;
}
.block-right-fa80{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin:14px 0 14px;
}
.row_a860,.green-0455{
  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);
}
.row_a860{
  background: linear-gradient(135deg, rgba(8, 145, 178, .14), rgba(99, 102, 241, .14));
  box-shadow: var(--shadow);
}
.green-0455{
  background: var(--surface-muted);
}
.row_a860:hover,.green-0455:hover{border-color: rgba(15, 23, 42, .22)}

.pink_5bd7{
  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;
}
.slow_142a{
  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);
}
.slow_142a:hover{
  filter: brightness(1.03) saturate(1.08);
  border-color: rgba(255, 179, 0, .75);
}
.slow_142a:focus-visible{
  outline: 3px solid rgba(255, 179, 0, .35);
  outline-offset: 2px;
}

.iron_b943{
  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);
}
.iron_b943:hover{
  background: linear-gradient(135deg, rgba(34, 211, 238, .30), rgba(99, 102, 241, .30));
  border-color: rgba(34, 211, 238, .85);
}
.iron_b943:focus-visible{
  outline: 3px solid rgba(34, 211, 238, .30);
  outline-offset: 2px;
}

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

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

@media (min-width: 981px){
  .tertiary_outer_ccd4{text-align:center}
  .breadcrumb_first_f445 .column_next_1868{justify-content:center}
  .block-right-fa80{justify-content:center}
  .easy_3d7f{
    margin-inline:auto;
    max-width:42rem;
    text-align:left;
  }
  .upper-6b2d{margin-inline:auto;max-width:min(100%, 560px)}
}

.hidden_1a7c{padding:18px 0 8px}
.form-bottom-09fa{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.hidden_1a7c .grid_556f{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}
.hidden_1a7c .grid_556f .wrapper_fast_b170{
  width:100%;
  max-width:15rem;
  margin-inline:auto;
  text-align:left;
}
.grid_556f{
  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);
}
.grid_556f h2{margin:0 0 8px; font-size:1.1rem}
.grid_556f p{margin:0 0 10px; color:var(--muted)}
.photo-bc4b{font-weight:800; text-decoration:none; opacity:.95}
.photo-bc4b:hover{text-decoration:underline}
.grid-e9bd{
  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);
}
.wrapper_fast_b170{margin:10px 0 0; padding-left:18px; color:var(--muted)}
.wrapper_fast_b170 a{text-decoration:none}
.wrapper_fast_b170 a:hover{text-decoration:underline}
.info_full_9e18{color:var(--muted)}

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

.video_754c,.up-43d7{
  border-radius: var(--radius);
  border:1px solid var(--border-strong);
  background: var(--surface);
  padding:16px 16px;
}
.video_754c{margin-bottom:14px}
.notification-last-717b{
  list-style:none;
  padding:0;
  margin:10px 0 0;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.notification-last-717b 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);
}
.notification-last-717b a:hover{border-color: rgba(15, 23, 42, .22)}
.blue_fbb3{
  display:grid;
  grid-template-columns: 1fr;
  gap:6px;
  margin:10px 0 0;
}
.blue_fbb3 dt{font-weight:800; color:var(--text)}
.blue_fbb3 dd{margin:0; color:var(--muted)}
.blue_fbb3 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);
}

.clean_4018{padding: 6px 0 18px}
.clean_4018 h2{
  margin: 0 0 14px;
  font-size: 1.55rem;
  letter-spacing: -.01em;
  text-align: center;
}
.smooth_cf87{
  margin: -6px auto 14px;
  max-width: 52rem;
  color: var(--muted);
  text-align: center;
}
.bronze_73df{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.content_wide_20af{
  grid-template-columns: 1fr;
}
@media (min-width: 720px){
  .content_wide_20af{grid-template-columns: repeat(2, 1fr)}
}
@media (min-width: 1100px){
  .content_wide_20af{grid-template-columns: repeat(4, 1fr)}
}
.grid-warm-c32d{padding: 2px 0 6px}
.widget-first-56f9{
  margin:0;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.5;
  text-align: center;
}
.widget-first-56f9 .over-e022{font-weight: 800; color: var(--text)}
.image_stale_e079{
  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%;
}
.image_stale_e079 h2{
  margin: 0 0 12px;
  font-size: 1.05rem;
  letter-spacing: -.01em;
  width: 100%;
  text-align: center;
}
.image_stale_e079 .notification-last-717b{
  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%;
}
.image_stale_e079 .notification-last-717b li{
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.wrapper_8598{
  border-radius: var(--radius);
  border: 1px solid var(--border-strong);
  background: var(--surface);
  padding: 16px 16px;
}
.wrapper_8598 h3{margin: 0 0 8px; font-size: 1.05rem}
.inner_61f8{
  margin: 10px 0 0;
  padding-left: 18px;
  color: var(--muted);
}
.inner_61f8 a{color: #0e7490; text-decoration: underline; text-underline-offset: 3px}
.inner_61f8 a:hover{color: #0f172a}

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

.panel-b5b8{padding:12px 0 42px}
.panel-b5b8 .over-f4bf > h2{
  text-align: center;
  margin:0 0 14px;
  font-size:1.55rem;
}
.backdrop-pro-028e{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:12px;
}
.basic-baae{
  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;
}
.basic-baae:hover{transform: translateY(-2px); border-color: rgba(15, 23, 42, .2)}
.basic-baae img{aspect-ratio: 4 / 2.6; object-fit: cover; width:100%}
.basic-baae div{padding:12px 12px; text-align:center}
.basic-baae h3{margin:0 0 4px; font-size:1.05rem}
.basic-baae p{margin:0; color:var(--muted); font-size:.95rem}

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

.form_hard_1007{padding:12px 0 54px}
.search_f0a5{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:16px;
  align-items:start;
}
.search_f0a5 > div:first-child{
  text-align:center;
}
.search_f0a5 > div:first-child .dim_5284{
  display:inline-block;
  max-width:42rem;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
}
.dim_5284{margin:10px 0 0; padding-left:18px; color:var(--muted)}
.cool_fae9{
  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;
}
.texture-black-05af{
  margin:10px auto 0;
  padding-left:18px;
  color:var(--muted);
  display:inline-block;
  text-align:left;
}

.advanced_1938{
  border-top:1px solid var(--border);
  background: #f1f5f9;
  padding:26px 0 10px;
}
.dropdown_middle_0791{
  display:grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap:16px;
  align-items:start;
}
.background-cold-baa5{margin:0 0 8px}
.gallery_183d{
  list-style:none;
  padding:0;
  margin:8px 0 0;
  display:grid;
  gap:8px;
}
.gallery_183d a{text-decoration:none; color:var(--muted); font-weight:700}
.gallery_183d a:hover{color:var(--text); text-decoration:underline}
.upper-fd20{
  margin-top:18px;
  padding:16px 0 0;
  text-align:center;
}
.upper-fd20 h2{font-size:1.15rem; margin:0 0 8px}
.upper-fd20 p{
  margin:0 auto;
  max-width:52rem;
  color:var(--muted);
}

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

@media (max-width: 980px){
  main#conteudo{
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }
  .prev_0a6d{grid-template-columns: 1fr; }
  .form-bottom-09fa{grid-template-columns: 1fr}
  .white-ae9e{grid-template-columns: 1fr}
  .backdrop-pro-028e{grid-template-columns: 1fr 1fr}
  .disabled_large_6706{grid-template-columns: 1fr}
  .search_f0a5{grid-template-columns: 1fr}
  .dropdown_middle_0791{grid-template-columns: 1fr; text-align:center}
  .gallery_183d{
    justify-items:center;
  }
  .highlight_gas_95b0{
    text-align:center;
  }
  .highlight_gas_95b0 .notification-last-717b{
    justify-content:center;
  }
  .highlight_gas_95b0 .green-0455{
    margin-inline:auto;
  }
  .highlight_gas_95b0 .blue_fbb3{
    text-align:left;
    margin-inline:auto;
    max-width:22rem;
  }
  .tertiary_outer_ccd4{ text-align: center; }
  .column_next_1868{ justify-content: center; }
  .block-right-fa80{ justify-content: center; }
  .easy_3d7f{
    text-align: left;
    margin-inline: auto;
    max-width: 42rem;
  }
  .over-ff44 img{
    max-width: min(162px, 50vw);
    height: auto;
  }
  .tertiary-92e8{display:flex}
  .table_lower_5ef2{display:inline}
  .slider_small_fc92{
    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;
  }
  .huge_2c13:checked ~ .slider_small_fc92{
    transform: translateY(0);
    opacity:1;
    pointer-events:auto;
  }
  .slider_small_fc92 a{padding:12px 12px}
  .logo-pressed-06cc{
    margin-top: 6px;
    text-align:center;
    padding: 13px 14px !important;
  }
}

/* css-noise: 3738 */
.widget-item-o3 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.2;
}
