/* Estilo das páginas internas | Mateus Botelho */
:root{
  --ink:#0A0A0B; --ink-2:#101116; --surface:#17181F;
  --line:rgba(255,255,255,.09);
  --txt:#F4F4F2; --txt-dim:#9B9BA6;
  --acc:#5B69FF; --acc-2:#2438E8; --acc-soft:rgba(91,105,255,.12);
  --max:820px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--ink);color:var(--txt);line-height:1.7;font-size:16.5px;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:var(--acc);text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3{font-family:Sora,sans-serif;line-height:1.2;letter-spacing:-.02em;font-weight:700}
.wrap{max-width:var(--max);margin:0 auto;padding:0 22px}

header{position:sticky;top:0;z-index:50;background:rgba(10,10,11,.9);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.hd{display:flex;align-items:center;justify-content:space-between;height:70px;max-width:1160px;margin:0 auto;padding:0 22px}
.hd img{height:30px;width:auto}
.hd-cta{background:var(--acc-2);color:#FFFFFF;font-weight:700;font-size:14.5px;padding:11px 20px;border-radius:100px;transition:.2s;white-space:nowrap;font-family:Inter}
.hd-cta:hover{background:#F4F4F2;color:#2438E8;text-decoration:none}
@media(max-width:520px){.hd img{height:25px}.hd-cta{font-size:13px;padding:10px 15px}}

.doc{padding:64px 0 90px}
.doc .kicker{font-size:12.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--acc);margin-bottom:14px;display:block}
.doc h1{font-size:clamp(1.9rem,4.6vw,2.8rem);margin-bottom:12px}
.doc .updated{color:var(--txt-dim);font-size:14.5px;margin-bottom:12px}
.doc .intro{color:var(--txt-dim);font-size:17px;padding-bottom:34px;margin-bottom:38px;border-bottom:1px solid var(--line)}
.doc h2{font-size:clamp(1.2rem,2.6vw,1.45rem);margin:44px 0 14px;color:#fff}
.doc h2:first-of-type{margin-top:0}
.doc h3{font-size:17px;margin:26px 0 10px;color:#fff}
.doc p{margin-bottom:16px;color:#C9C9D2}
.doc ul,.doc ol{margin:0 0 18px 22px;color:#C9C9D2}
.doc li{margin-bottom:9px}
.doc b,.doc strong{color:#fff}
.doc table{width:100%;border-collapse:collapse;margin:8px 0 24px;font-size:15px}
.doc th,.doc td{text-align:left;padding:12px 14px;border-bottom:1px solid var(--line);vertical-align:top;color:#C9C9D2}
.doc th{color:#fff;font-weight:600;background:var(--surface)}
.doc .box{background:var(--surface);border:1px solid var(--line);border-left:3px solid var(--acc);border-radius:12px;padding:22px 24px;margin:26px 0}
.doc .box p:last-child{margin-bottom:0}
.toc{background:var(--ink-2);border:1px solid var(--line);border-radius:14px;padding:22px 26px;margin-bottom:44px}
.toc b{display:block;font-size:13px;text-transform:uppercase;letter-spacing:.1em;color:var(--txt-dim);margin-bottom:12px;font-weight:700}
.toc ol{margin:0 0 0 18px;font-size:15px}
.toc li{margin-bottom:6px}

footer{background:#060607;padding:44px 0 40px;border-top:1px solid var(--line);font-size:13.5px;color:#7A7A85}
footer .wrap{max-width:1160px}
.ft{display:flex;justify-content:space-between;gap:22px;flex-wrap:wrap;align-items:center}
.ft a{color:#A0A0AB}
.ft a:hover{color:var(--acc)}
.ft-links{display:flex;gap:20px;flex-wrap:wrap}
.ft-logo{height:26px;width:auto;margin-bottom:12px}
.disc{margin-top:24px;padding-top:20px;border-top:1px solid rgba(255,255,255,.06);font-size:12.4px;line-height:1.6;color:#5C5C66}

.wa{position:fixed;right:18px;bottom:18px;z-index:60;width:54px;height:54px;border-radius:50%;background:#25D366;display:grid;place-items:center;box-shadow:0 10px 26px -6px rgba(37,211,102,.6);transition:.2s}
.wa:hover{transform:scale(1.07)}
