:root{--paper:#fff;--bone:#f2f1e9;--ink:#262626;--muted:#65645d;--faint:#9a9890;--line:#e6e4da;--line-strong:#d5d2c6;--azul:#0c59f2;--azul-hover:#0a4cd6;--azul-soft:#77a0f2;--azul-tint:#eaf0fe;--verde:#66f27b;--verde-tint:#e9faec;--sans:var(--font-inter-tight),system-ui,sans-serif;--mono:var(--font-jetbrains-mono),monospace;--radius:14px;--maxw:1120px}*{box-sizing:border-box;margin:0;padding:0}body,html{overflow-x:clip}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:17px;line-height:1.55;-webkit-font-smoothing:antialiased;letter-spacing:-.01em}a{color:inherit;text-decoration:none}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 32px}header[id],section[id]{scroll-margin-top:84px}.eyebrow{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--faint);font-weight:600}h1,h2,h3{font-weight:600;letter-spacing:-.025em;line-height:1.05}h1{font-size:clamp(31px,5.2vw,58px)}h2{font-size:clamp(27px,3.6vw,42px)}p.lead{color:var(--muted);font-size:clamp(16px,1.4vw,19px)}nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:hsla(0,0%,100%,.85);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.nav-row{justify-content:space-between;height:66px}.brand,.nav-row{display:flex;align-items:center}.brand{gap:9px;font-weight:600;font-size:19px;letter-spacing:-.03em}.seal{width:24px;height:24px;border-radius:7px;background:var(--azul);position:relative;flex:none}.seal:after{content:"";position:absolute;inset:0;margin:auto;width:10px;height:5px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg) translate(1px,-1px)}.logo{height:30px;width:auto;display:block}.nav-links{display:flex;gap:30px;align-items:center}.nav-links a{color:var(--muted);font-size:14.5px}.nav-links a:hover{color:var(--ink)}.nav-cta{display:flex;gap:10px;align-items:center}.nav-cta .btn{white-space:nowrap}@media(max-width:860px){.nav-cta .ghost,.nav-links{display:none}}.btn{display:inline-flex;align-items:center;gap:8px;font-size:14.5px;font-weight:500;padding:10px 18px;border-radius:9px;border:1px solid transparent;transition:.15s;cursor:pointer;font-family:var(--sans);letter-spacing:-.01em}.btn.primary{background:var(--azul);color:#fff}.btn.primary:hover{background:var(--azul-hover)}.btn.ghost{background:transparent;color:var(--ink);border-color:var(--line-strong)}.btn.ghost:hover{border-color:var(--azul);color:var(--azul)}.btn.link{padding:10px 0;background:none;color:var(--azul)}.btn.link .arr{transition:.15s}.btn.link:hover .arr{transform:translateX(3px)}.hero{padding:88px 0 40px}.hero-grid{display:grid;grid-template-columns:1.05fr 1fr;grid-gap:56px;gap:56px;align-items:center}.hero h1{margin:18px 0 20px}.hero .actions{display:flex;gap:14px;align-items:center;margin-top:30px;flex-wrap:wrap}@media(max-width:900px){.hero-grid{grid-template-columns:1fr;gap:38px}.hero{padding:52px 0 22px}}.mock{background:var(--bone);border:1px solid var(--line);border-radius:var(--radius);padding:22px}.mock-bar{display:flex;gap:6px;margin-bottom:16px}.mock-bar i{width:9px;height:9px;border-radius:50%;background:var(--line-strong);display:block}.cert{background:#fff;border:1px solid var(--line);border-radius:10px;padding:22px 22px 18px}.cert .cap{font-size:10px;letter-spacing:.18em;color:var(--faint);text-transform:uppercase;font-weight:600}.cert h4{font-size:23px;font-weight:600;letter-spacing:-.03em;margin:10px 0 3px}.cert .sub{color:var(--muted);font-size:13.5px}.cert-row{display:flex;justify-content:space-between;align-items:flex-end;margin-top:22px;gap:18px}.cert-meta{font-size:12.5px;color:var(--muted);line-height:1.7;min-width:0}.cert-meta b{color:var(--ink);font-weight:500}.qr-wrap{display:flex;flex-direction:column;align-items:center;gap:7px;flex:none}.qr-img{width:108px;height:108px;display:block;border-radius:8px;border:4px solid #fff;box-shadow:0 0 0 1px var(--line);background:#fff}.qr-hint{font-size:10.5px;color:var(--azul);font-weight:600;letter-spacing:.02em;gap:4px;text-align:center}.qr-hint,.verify{display:flex;align-items:center}.verify{margin-top:14px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:13px 15px;justify-content:space-between;gap:12px}.verify .vleft{display:flex;align-items:center;gap:10px}.badge{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:500;padding:4px 10px;border-radius:99px}.badge.ok{background:var(--verde-tint);color:var(--ink)}.badge .dot{width:7px;height:7px;border-radius:50%;background:var(--verde);opacity:0;transform:scale(.4);animation:pop .5s .4s forwards}@keyframes pop{to{opacity:1;transform:scale(1)}}.vcode{font-family:var(--mono);font-size:12px;color:var(--muted)}.section{padding:96px 0}.section.tight{padding:74px 0}.section-head{max-width:680px}.section-head h2{margin:14px 0}.shot{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:0 1px 0 var(--line),0 30px 60px -34px rgba(12,89,242,.16)}.shot .chrome{display:flex;align-items:center;gap:7px;padding:11px 14px;border-bottom:1px solid var(--line);background:#fcfcfb}.shot .chrome i{width:9px;height:9px;border-radius:50%;background:var(--line-strong);display:block}.shot .chrome .addr{margin-left:8px;font-size:11.5px;color:var(--faint);background:var(--bone);border-radius:6px;padding:4px 11px;flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shot img{display:block;width:100%;height:auto}.ph{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:7px;text-align:center;padding:20px;background:var(--bone);background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);background-size:26px 26px;background-position:-1px -1px}.ph .lbl{font-size:13px;font-weight:500;color:var(--muted);background:#fff;border:1px solid var(--line);border-radius:8px;padding:8px 14px}.ph .dim{font-size:11.5px;color:var(--faint)}.ph.wide{aspect-ratio:16/9}.ph.step{aspect-ratio:4/3}.band{padding:8px 0 12px}.contrast{margin-top:42px;border-top:1px solid var(--line)}.crow{display:grid;grid-template-columns:150px 1fr;grid-gap:24px;gap:24px;padding:24px 0;border-bottom:1px solid var(--line);align-items:baseline}.crow .tag{font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:600}.crow.before .tag{color:var(--faint)}.crow.after .tag{color:var(--azul)}.crow p{font-size:clamp(18px,1.8vw,23px);color:var(--ink);font-weight:500;letter-spacing:-.02em;line-height:1.3}.crow.before p{color:var(--muted)}@media(max-width:680px){.crow{grid-template-columns:1fr;gap:8px}}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px;margin-top:50px}.step .n{font-size:12px;color:var(--azul);letter-spacing:.14em;text-transform:uppercase;font-weight:600;border-bottom:1px solid var(--line);padding-bottom:12px;margin-bottom:16px;display:block}.step h3{font-size:18px;margin-bottom:7px}.step p{color:var(--muted);font-size:14px;margin-bottom:20px}@media(max-width:820px){.steps{grid-template-columns:1fr;gap:38px}}.split{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}.split .copy h2{margin:14px 0 16px}.split ul{list-style:none;margin-top:22px;display:grid;grid-gap:12px;gap:12px}.split li{display:flex;gap:11px;align-items:flex-start;font-size:15px;color:var(--muted)}.split li .ck{color:var(--azul);flex:none;margin-top:2px;font-weight:700}.split li b{color:var(--ink);font-weight:500}@media(max-width:900px){.split{grid-template-columns:1fr;gap:34px}}.vpanel{background:var(--bone);border:1px solid var(--line);border-radius:var(--radius);padding:26px}.vpanel .url{font-size:12.5px;color:var(--faint);background:#fff;border:1px solid var(--line);border-radius:8px;padding:9px 12px;margin-bottom:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vpanel .vhead{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;gap:12px}.vpanel .vname{font-size:21px;font-weight:600;letter-spacing:-.03em}.vrow{display:flex;justify-content:space-between;padding:11px 0;border-top:1px solid var(--line);font-size:13.5px;gap:12px}.vrow span{color:var(--muted);flex:none}.vrow b{font-weight:500;text-align:right}.caps-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px;margin-top:46px}.cap{border:1px solid var(--line);border-radius:12px;padding:22px;background:#fff;transition:.15s}.cap:hover{border-color:var(--azul-soft);transform:translateY(-2px)}.cap .ic{width:40px;height:40px;border-radius:10px;background:var(--azul-tint);display:flex;align-items:center;justify-content:center;margin-bottom:15px;color:var(--azul)}.cap h3{font-size:15.5px;margin-bottom:6px}.cap p{color:var(--muted);font-size:13px;line-height:1.5}@media(max-width:900px){.caps-grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.caps-grid{grid-template-columns:1fr}}.billing-toggle{display:inline-flex;gap:4px;margin:40px auto 44px;padding:5px;background:#fff;border:1px solid var(--line);border-radius:99px;box-shadow:0 1px 3px rgba(38,38,38,.04)}.billing-toggle button{font-family:var(--sans);font-size:13.5px;font-weight:500;letter-spacing:-.01em;padding:8px 18px;border-radius:99px;border:1px solid transparent;background:transparent;color:var(--muted);cursor:pointer;transition:.15s;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.billing-toggle button:hover{color:var(--ink)}.billing-toggle button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.billing-save{font-size:11.5px;font-weight:600;letter-spacing:.01em;color:var(--azul);background:var(--verde-tint);padding:2px 8px;border-radius:99px}.billing-toggle button.active .billing-save{background:var(--verde);color:var(--ink)}@media(max-width:520px){.billing-toggle{width:100%;justify-content:center;margin:32px auto}.billing-toggle button{padding:8px 12px;font-size:12.5px}.billing-save{display:none}}.plans{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px;margin-top:0;align-items:stretch}.plan{border:1px solid var(--line);border-radius:var(--radius);padding:30px 28px;background:#fff;display:flex;flex-direction:column;position:relative;transition:transform .2s ease,box-shadow .2s ease}.plan:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(38,38,38,.1)}.plan.featured{background:var(--azul);color:#fff;border-color:var(--azul);box-shadow:0 0 0 2px var(--azul-soft)}.plan.featured:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(12,89,242,.28),0 0 0 2px var(--azul-soft)}.plan-badge{position:absolute;top:-12px;left:28px;background:var(--ink);color:#fff;font-size:11px;letter-spacing:.08em;padding:5px 12px;border-radius:99px}.plan .tier,.plan-badge{font-weight:600;text-transform:uppercase}.plan .tier{font-size:12px;letter-spacing:.14em;color:var(--faint)}.plan.featured .tier{color:#cfe0ff}.plan .price{font-size:36px;font-weight:600;margin:16px 0 0;letter-spacing:-.03em}.plan .price small{font-size:14px;color:var(--faint);font-weight:400;letter-spacing:0}.plan.featured .price small{color:#cfe0ff}.plan .vol{font-size:14px;color:var(--muted);padding:14px 0 20px;margin-bottom:20px;border-bottom:1px solid var(--line)}.plan.featured .vol{color:#dce8ff;border-color:hsla(0,0%,100%,.22)}.plan ul{list-style:none;display:grid;grid-gap:11px;gap:11px;margin-bottom:26px;flex:1 1}.plan li{font-size:14px;display:flex;gap:9px;color:var(--muted)}.plan.featured li{color:#eaf0fe}.plan li .ck{color:var(--azul);flex:none;font-weight:700}.plan.featured li .ck{color:var(--verde)}.plan .btn{width:100%;justify-content:center}.plan.featured .btn{background:#fff;color:var(--azul)}.plan.featured .btn:hover{background:#eaf0fe}.demo-band{margin-top:0;background:var(--bone);border:1px solid var(--line);border-radius:var(--radius);padding:30px 32px;display:flex;align-items:center;justify-content:space-between;gap:28px}.home-demo-band{margin-top:56px}.demo-band-copy{min-width:0}.demo-band .eyebrow{display:block;margin-bottom:8px}.demo-band h3{font-size:clamp(18px,2vw,22px);margin-bottom:8px;letter-spacing:-.02em}.demo-band p{color:var(--muted);font-size:14.5px;max-width:560px;line-height:1.5}.demo-band .btn{flex:none;white-space:nowrap}.plan-features{margin-top:64px;margin-bottom:56px}.plan-features-head{padding-bottom:22px;border-bottom:.5px solid var(--line);margin-bottom:8px}.plan-features-head .eyebrow{display:block;margin-bottom:8px}.plan-features-head p{font-size:14px;color:var(--muted);line-height:1.55;max-width:60ch;margin:0}.plan-features-grid{display:grid;grid-template-columns:repeat(4,1fr)}.plan-features-item{padding:28px 22px 12px;border-right:.5px solid var(--line)}.plan-features-item:first-child{padding:28px 22px 12px 0}.plan-features-item:last-child{padding:28px 0 12px 22px;border-right:none}.plan-features-icon{color:var(--muted);margin-bottom:16px;display:block;transition:color .18s ease}.plan-features-item:hover .plan-features-icon{color:var(--azul)}.plan-features-label{font-size:14px;color:var(--ink);line-height:1.4;display:block}.plans-foot{margin-top:28px;display:flex;flex-wrap:wrap;justify-content:center;color:var(--muted);font-size:14px}.plans-foot span{padding:0 24px}.plans-foot span:first-child{border-right:.5px solid var(--line)}.plans-foot b{color:var(--ink);font-weight:600}@media(max-width:820px){.plans{grid-template-columns:1fr}.plan-features-grid{grid-template-columns:repeat(2,1fr)}.plan-features-item{border-right:none;border-bottom:.5px solid var(--line);padding:22px 16px 10px}.plan-features-item:first-child{padding-left:0}.plan-features-item:nth-child(odd){border-right:.5px solid var(--line)}.plan-features-item:nth-child(2n){padding-right:0}.plan-features-item:nth-last-child(-n+2){border-bottom:none;padding-bottom:12px}.plan-features-item:last-child{border-right:none;padding-right:0}.home-demo-band{margin-top:40px}.demo-band{flex-direction:column;align-items:flex-start;gap:20px;padding:26px 22px}.demo-band .btn{width:100%;justify-content:center}}.aud{display:grid;grid-template-columns:1fr 1fr;grid-gap:22px;gap:22px;margin-top:48px}.aud-card{border:1px solid var(--line);border-radius:var(--radius);padding:30px;background:#fff}.aud-card .role{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--azul);font-weight:600}.aud-card h3{font-size:20px;margin:12px 0 9px}.aud-card p{color:var(--muted);font-size:14.5px}@media(max-width:760px){.aud{grid-template-columns:1fr}}.sec{background:var(--ink);color:#fff}.sec .eyebrow{color:#8d8b82}.sec h2{color:#fff;margin:14px 0 16px}.sec p.lead{color:#b4b2a8}.sec-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px;margin-top:46px}.sec-item{border-top:1px solid #3c3a35;padding-top:18px}.sec-item h3{font-size:16px;color:#fff;margin-bottom:7px}.sec-item p{color:#9a988e;font-size:14px}@media(max-width:820px){.sec-grid{grid-template-columns:1fr}}.faq{max-width:760px;margin:46px auto 0}details{border-bottom:1px solid var(--line)}summary{list-style:none;cursor:pointer;padding:19px 0;font-size:17px;font-weight:600;display:flex;justify-content:space-between;align-items:center;gap:20px}summary::-webkit-details-marker{display:none}summary .pm{color:var(--azul);font-size:22px;font-weight:400;transition:.2s;flex:none}details[open] summary .pm{transform:rotate(45deg)}details p{color:var(--muted);font-size:15px;padding:0 0 20px;max-width:640px}.final{text-align:center;padding:104px 0}.final h2{font-size:clamp(28px,4.2vw,48px);max-width:700px;margin:0 auto 18px}.final p{color:var(--muted);max-width:520px;margin:0 auto 32px}.final .actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}footer{background:var(--bone);border-top:1px solid var(--line)}.foot{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;padding:48px 0 32px;flex-wrap:wrap}.foot-brand{max-width:280px;display:flex;flex-direction:column;gap:12px}.foot-brand .brand{font-size:17px}.foot-tag{color:var(--muted);font-size:14px;line-height:1.5;margin:0}.foot-social{display:flex;gap:14px;margin-top:16px}.foot-social a{color:inherit;opacity:.7;transition:opacity .15s ease;display:inline-flex}.foot-social a:hover{opacity:1}.foot-cols{display:flex;gap:56px;flex-wrap:wrap}.foot-col{display:flex;flex-direction:column;gap:12px}.foot-col h4{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--faint);font-weight:600;margin:0 0 4px}.foot-col a{color:var(--muted);font-size:14px}.foot-col a:hover{color:var(--ink)}.foot-bottom{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 0 36px;border-top:1px solid var(--line);color:var(--faint);font-size:13px;flex-wrap:wrap}@media(max-width:820px){.foot{flex-direction:column;gap:32px}.foot-brand{max-width:none}.foot-cols{gap:32px;width:100%}.foot-bottom{flex-direction:column;align-items:flex-start;gap:8px}}:focus-visible{outline:2px solid var(--azul);outline-offset:3px;border-radius:4px}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto}.plan.featured:hover,.plan:hover{transform:none}}@media(max-width:560px){.wrap{padding:0 20px}.section{padding:58px 0}.section.tight{padding:48px 0}.final{padding:64px 0}.hero{padding:40px 0 16px}.hero h1{margin:14px 0 16px}.hero .actions{margin-top:24px}.mock{padding:16px}.cert{padding:18px}.qr-img{width:96px;height:96px}.vpanel{padding:20px}.nav-row{height:60px}.brand{font-size:18px}.plan{padding:26px 22px}.aud-card{padding:24px}}.section.alt{background:var(--bone);border-bottom:1px solid var(--line)}.section.alt,.section.final{border-top:1px solid var(--line)}.section-head.center{margin-left:auto;margin-right:auto;text-align:center}.badge .dot.delay{animation-delay:.2s}.vcode.code-ink{color:var(--ink)}.hero-compact{padding:64px 0 24px}.hero-compact h1{margin:14px 0 16px;max-width:16ch}.hero-compact .lead{max-width:none}.hero-aside{align-self:center}.hero-flex-note{margin-top:18px;padding-top:18px;border-top:.5px solid var(--line);display:flex;gap:11px;align-items:flex-start}.hero-flex-note svg{flex:none;flex-shrink:0;color:var(--azul)}.hero-flex-note p{font-size:14px;color:var(--muted);line-height:1.5;margin:0}@media(max-width:560px){.hero-compact{padding:36px 0 12px}.plans-foot span:first-child{border-right:none}}.resource-filters{padding:8px 0 32px;display:grid;grid-gap:18px;gap:18px}.resource-filter-group{display:grid;grid-gap:8px;gap:8px}.resource-filter-label{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--faint);font-weight:600}.resource-filter-pills{display:flex;flex-wrap:wrap;gap:6px}.resource-filter-pills button{font-family:var(--sans);font-size:12px;padding:5px 11px;border-radius:99px;border:1px solid var(--line);background:transparent;color:var(--faint);cursor:pointer;transition:.15s;font-weight:400;line-height:1.35}.resource-filter-pills button.active,.resource-filter-pills button:hover{border-color:var(--line-strong);color:var(--muted)}.resource-filter-pills button.active{background:var(--bone);font-weight:500}.resource-feed{padding-bottom:72px}.resource-feed--after-hero{padding-top:40px}.resource-empty{color:var(--muted);font-size:15px;padding:32px 0}.resource-empty-reset{background:none;border:none;padding:0;color:var(--azul);cursor:pointer;font:inherit;text-decoration:underline}.resource-list{display:flex;flex-direction:column}.resource-list-item:last-child .resource-list-row{border-bottom:none}.resource-list-row{display:grid;grid-template-columns:minmax(0,58%) minmax(200px,38%);grid-gap:32px;gap:32px;align-items:center;padding:30px 0;border-bottom:.5px solid var(--line);color:inherit;text-decoration:none;transition:.15s}.resource-list-row:hover .resource-list-copy h3{color:var(--ink)}.resource-list-copy{min-width:0}.resource-list-copy .resource-tag{margin-bottom:8px}.resource-list-copy h3{font-size:20px;font-weight:500;margin:0 0 10px;letter-spacing:-.02em;line-height:1.25;color:var(--ink);transition:.15s}.resource-list-copy p{color:var(--muted);font-size:15px;line-height:1.55;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.resource-list-thumb{aspect-ratio:16/10;max-height:132px;width:100%;border-radius:10px;border:1px solid var(--line);overflow:hidden}.resource-list-thumb.ph{padding:12px}.resource-list-thumb-img{width:100%;height:100%;object-fit:cover;display:block}.resource-list-thumb .lbl{font-size:12px;padding:6px 10px}.resource-list-thumb .dim{font-size:11px}.resource-tag{display:block;font-size:12px;letter-spacing:.08em;text-transform:uppercase;font-weight:500;color:var(--faint);background:none;padding:0;border:none;border-radius:0;width:auto}.article-related-card .resource-tag{margin-bottom:10px}.resource-demo{margin-bottom:64px;padding-bottom:0}@media(max-width:900px){.resource-list-row{grid-template-columns:1fr;gap:20px;padding:28px 0}.resource-list-thumb{max-height:160px;order:-1}}.article-cover{margin:0 0 32px;border-radius:12px;overflow:hidden;border:1px solid var(--line)}.article-cover-img{width:100%;height:auto;display:block}.article-page{padding:48px 0 0;overflow:visible}.article-shell{max-width:1100px;margin:0 auto;padding:0 32px;overflow:visible}.article-header{padding:0 0 32px}.article-header-grid{display:grid;grid-template-columns:55% 40%;grid-gap:5%;gap:5%;align-items:start}.article-header h1{font-size:clamp(28px,3.2vw,34px);line-height:1.15;letter-spacing:-.025em;margin:0;font-weight:600}.article-deck{font-size:16px;line-height:1.6;color:var(--muted);margin:0}.article-byline-row{display:flex;align-items:center;justify-content:flex-start;padding:18px 0 40px;border-top:1px solid var(--line);margin-bottom:0}.article-byline-meta{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--faint);letter-spacing:.01em}.article-byline-meta time{white-space:nowrap}.article-layout{display:grid;grid-template-columns:180px minmax(0,640px);grid-gap:48px;gap:48px;align-items:start;padding-bottom:72px;overflow:visible}.article-toc{position:-webkit-sticky;position:sticky;top:96px;align-self:start;height:-moz-fit-content;height:fit-content;overflow:visible;padding-top:2px}.article-toc-title{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--faint);font-weight:600;margin-bottom:14px}.article-toc ol{list-style:none;display:grid;grid-gap:10px;gap:10px;margin:0;padding:0}.article-toc a{font-size:14px;color:var(--muted);line-height:1.45}.article-toc a:hover{color:var(--ink)}.article-toc-links{margin-top:16px;padding-top:0;border:none;display:grid;grid-gap:8px;gap:8px}.article-toc-links a{font-size:14px;color:var(--azul)}.article-content{max-width:640px;width:100%;overflow:visible}.article-content section{padding:40px 0;border-top:1px solid var(--line)}.article-content section:first-child{border-top:none;padding-top:0}.article-content h2{font-size:22px;font-weight:500;margin-bottom:16px;letter-spacing:-.02em;line-height:1.25;text-align:left}.article-content p{color:var(--muted);font-size:16px;margin:0 0 14px;line-height:1.65}.article-content p:last-child{margin-bottom:0}.article-faq{margin:0}.article-faq details{border-bottom:1px solid var(--line)}.article-faq details:first-child{border-top:1px solid var(--line)}.article-faq summary{list-style:none;cursor:pointer;padding:16px 0;font-size:15.5px;font-weight:500;color:var(--ink);display:flex;justify-content:space-between;align-items:flex-start;gap:16px;line-height:1.45;letter-spacing:-.01em;transition:color .2s ease}.article-faq summary:hover{color:var(--azul)}.article-faq summary::-webkit-details-marker{display:none}.article-faq-toggle{color:var(--faint);font-size:18px;font-weight:400;line-height:1;flex:none;margin-top:2px;transition:transform .2s ease,color .2s ease}.article-faq details[open] .article-faq-toggle{transform:rotate(45deg);color:var(--azul)}.article-faq details p{color:var(--muted);font-size:15px;line-height:1.65;padding:0 0 16px;margin:0;max-width:none}.article-inline-cta{margin-top:40px;padding:22px 24px;background:var(--bone);border:1px solid var(--line);border-radius:12px;text-align:center}.article-inline-cta p{margin:0;color:var(--muted);font-size:15px;line-height:1.6;text-align:center}.article-inline-cta a{color:var(--azul);font-weight:500}.article-share{margin-top:48px;padding-top:40px;border-top:1px solid var(--line);text-align:center}.article-share-title{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--faint);font-weight:500;margin:0 0 20px}.article-content .article-share-title{font-size:12px;color:var(--faint);line-height:1.4}.article-share-row{display:flex;flex-wrap:wrap;gap:12px}.article-share-btn,.article-share-row{align-items:center;justify-content:center}.article-share-btn{width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--muted);display:inline-flex;cursor:pointer;transition:.15s;font-family:var(--sans);padding:0}.article-share-btn:hover{border-color:var(--line-strong);color:var(--ink)}.article-share-btn.is-copied{border-color:var(--ink);color:var(--ink)}.article-share-copied{margin:14px 0 0;font-size:13px;color:var(--muted)}.article-feedback{margin-top:32px;padding:28px 24px;background:var(--bone);border:1px solid var(--line);border-radius:12px;text-align:center}.article-feedback-title{margin:0 0 20px;font-size:16px;font-weight:500;color:var(--ink);letter-spacing:-.01em}.article-feedback-options{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.article-feedback-card{display:flex;flex-direction:column;align-items:center;gap:10px;padding:18px 12px;border:1px solid var(--line);border-radius:10px;background:#fff;cursor:pointer;transition:.15s;font-family:var(--sans);color:var(--muted)}.article-feedback-card:hover{border-color:var(--line-strong)}.article-feedback-card.is-selected{border-color:var(--ink);background:#fff;box-shadow:0 0 0 1px var(--ink)}.article-feedback-emoji{font-size:24px;line-height:1}.article-feedback-label{font-size:13.5px;line-height:1.3;color:var(--muted)}.article-feedback-card.is-selected .article-feedback-label{color:var(--ink);font-weight:500}.article-related{padding:64px 0 0;border-top:1px solid var(--line);margin-bottom:0}.article-related h2{font-size:clamp(24px,3vw,32px);margin-bottom:32px;text-align:left}.article-related-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;gap:32px}.article-related-card{border:1px solid var(--line);border-radius:var(--radius);padding:24px;background:#fff;transition:.15s;display:block}.article-related-card:hover{border-color:var(--line-strong);transform:none}.article-related-card h3{font-size:17px;margin:12px 0 10px;line-height:1.25}.article-related-card p{color:var(--muted);font-size:14px;margin:0;line-height:1.5}.article-demo{margin-top:60px;margin-bottom:64px;padding-bottom:0}.article-table-wrap{margin:0 0 14px;overflow-x:auto;-webkit-overflow-scrolling:touch}.article-table{width:100%;border-collapse:collapse;font-size:14.5px;line-height:1.45}.article-table td,.article-table th{padding:12px 14px;border:1px solid var(--line);text-align:left;vertical-align:top}.article-table thead th{background:var(--bone);font-size:12.5px;font-weight:600;color:var(--muted);letter-spacing:.02em}.article-table tbody th{font-weight:500;color:var(--ink)}.article-table tbody td{color:var(--muted)}.article-table tbody tr:first-child td,.article-table tbody tr:first-child th{border-top:none}.article-table tbody td:first-child,.article-table tbody th:first-child{font-weight:500;color:var(--ink);min-width:11rem}.article-table thead th:first-child{border-top-left-radius:10px}.article-table thead th:last-child{border-top-right-radius:10px}@media(max-width:900px){.article-shell{padding:0 24px}.article-page{padding-top:32px}.article-header{padding:0 0 24px}.article-header-grid{grid-template-columns:1fr;gap:16px}.article-byline-row{padding-bottom:32px}.article-layout{grid-template-columns:1fr;gap:28px}.article-toc{position:static;padding-bottom:0;max-height:none}.article-content{max-width:none}.article-feedback-options,.article-related-grid{grid-template-columns:1fr}.article-table{font-size:13.5px}.article-table td,.article-table th{padding:10px 12px}}.whatsapp-float{position:fixed;bottom:24px;right:24px;z-index:100;display:flex;align-items:center;justify-content:center;width:56px;height:56px;flex:none;border-radius:50%;background:#25d366;color:#fff;box-shadow:0 10px 24px rgba(0,0,0,.12);transition:transform .2s ease}.whatsapp-float:hover{transform:scale(1.05)}.whatsapp-float svg{display:block;flex:none}@font-face{font-family:__Inter_Tight_eb7c85;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c95a17d6aa1ccc69-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_Tight_eb7c85;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/84792440f5374347-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_Tight_eb7c85;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/10735954b8957dce-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_Tight_eb7c85;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/69c8297e91a203ed-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_Tight_eb7c85;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/32ec8d161d520037-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_Tight_eb7c85;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ceda3e828136e1b8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_Tight_eb7c85;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/103fc5fac08dcb15-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Tight_eb7c85;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c95a17d6aa1ccc69-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_Tight_eb7c85;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/84792440f5374347-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_Tight_eb7c85;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/10735954b8957dce-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_Tight_eb7c85;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/69c8297e91a203ed-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_Tight_eb7c85;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/32ec8d161d520037-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_Tight_eb7c85;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ceda3e828136e1b8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_Tight_eb7c85;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/103fc5fac08dcb15-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Tight_eb7c85;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c95a17d6aa1ccc69-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_Tight_eb7c85;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/84792440f5374347-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_Tight_eb7c85;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/10735954b8957dce-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_Tight_eb7c85;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/69c8297e91a203ed-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_Tight_eb7c85;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/32ec8d161d520037-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_Tight_eb7c85;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ceda3e828136e1b8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_Tight_eb7c85;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/103fc5fac08dcb15-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Tight_eb7c85;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c95a17d6aa1ccc69-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_Tight_eb7c85;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/84792440f5374347-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_Tight_eb7c85;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/10735954b8957dce-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_Tight_eb7c85;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/69c8297e91a203ed-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_Tight_eb7c85;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/32ec8d161d520037-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_Tight_eb7c85;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ceda3e828136e1b8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_Tight_eb7c85;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/103fc5fac08dcb15-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Tight_Fallback_eb7c85;src:local("Arial");ascent-override:100.51%;descent-override:25.03%;line-gap-override:0.00%;size-adjust:96.39%}.__className_eb7c85{font-family:__Inter_Tight_eb7c85,__Inter_Tight_Fallback_eb7c85;font-style:normal}.__variable_eb7c85{--font-inter-tight:"__Inter_Tight_eb7c85","__Inter_Tight_Fallback_eb7c85"}@font-face{font-family:__JetBrains_Mono_bdbcf3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7ad3736e903bfaa5-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__JetBrains_Mono_bdbcf3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/3150dd0728fab2c3-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__JetBrains_Mono_bdbcf3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e3db186a51b1f2b3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__JetBrains_Mono_bdbcf3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/3647a4d8cc3a67ad-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__JetBrains_Mono_bdbcf3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ad50a964c4297b83-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__JetBrains_Mono_bdbcf3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/a36735a804b49f85-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__JetBrains_Mono_Fallback_bdbcf3;src:local("Arial");ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.00%;size-adjust:134.59%}.__className_bdbcf3{font-family:__JetBrains_Mono_bdbcf3,__JetBrains_Mono_Fallback_bdbcf3;font-weight:500;font-style:normal}.__variable_bdbcf3{--font-jetbrains-mono:"__JetBrains_Mono_bdbcf3","__JetBrains_Mono_Fallback_bdbcf3"}