:root{color-scheme:dark;--bg:oklch(11% .018 290);--bg-deep:oklch(9% .016 290);--panel:oklch(15% .02 295);--panel-lifted:oklch(20% .03 295);--text:oklch(94% .01 320);--text-strong:oklch(98% .006 320);--muted:oklch(68% .03 300);--muted-soft:oklch(58% .035 300);--line:oklch(31% .032 295/.7);--line-soft:oklch(34% .028 295/.42);--accent:oklch(62% .22 345);--accent-lift:oklch(70% .18 355);--focus-ring:oklch(62% .22 345/.36);--content-width:1120px;--article-width:880px;--article-image-width:640px}*{box-sizing:border-box}body{background:linear-gradient(180deg, oklch(13% .022 292) 0, var(--bg) 24rem, var(--bg-deep) 100%);min-height:100vh;color:var(--text);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.skip-link{z-index:100;border:1px solid var(--line);background:var(--panel-lifted);color:var(--text);border-radius:8px;padding:.65rem .85rem;text-decoration:none;transition:transform .18s ease-out;position:fixed;top:.75rem;left:.75rem;transform:translateY(-150%)}.skip-link:focus-visible{transform:translateY(0)}.site-header a,.site-footer a,.post-card{color:inherit;text-decoration:none}.site-header a:hover,.site-header a:focus-visible,.site-footer a:hover,.site-footer a:focus-visible,.post-card:hover,.post-card:focus-visible{color:var(--text)}.site-header a:focus-visible,.site-footer a:focus-visible,.post-card:focus-visible{outline:2px solid var(--accent);outline-offset:.2rem;border-radius:4px}.site-header{z-index:50;border-bottom:1px solid var(--line-soft);backdrop-filter:blur(18px);background:oklch(10.5% .018 290/.9);position:sticky;top:0}.site-header-inner{justify-content:space-between;align-items:center;gap:1.25rem;max-width:1180px;min-height:60px;margin:0 auto;padding:0 1.25rem;display:flex}.brand{height:2.5rem;color:var(--text-strong);align-items:center;display:inline-flex}.brand-image{object-fit:contain;width:auto;height:2.5rem;transition:transform .18s ease-out;display:block}.brand:hover .brand-image,.brand:focus-visible .brand-image{transform:scale(1.03)}.primary-nav,.header-actions,.language-nav,.site-footer nav{align-items:center;display:flex}.primary-nav{border:1px solid var(--line-soft);background:oklch(18% .024 295/.72);border-radius:8px;gap:.25rem;padding:.25rem}.nav-link,.language-link,.cta-link{border-radius:8px;min-height:2.25rem;font-size:.9rem;font-weight:650;line-height:1;transition:background-color .18s ease-out,color .18s ease-out,border-color .18s ease-out,transform .18s ease-out}.nav-link,.language-link{color:var(--muted);justify-content:center;align-items:center;display:inline-flex}.nav-link{padding:.62rem .88rem}.nav-link:hover,.nav-link:focus-visible,.language-link:hover,.language-link:focus-visible{color:var(--text);background:oklch(24% .03 295/.68)}.nav-link.is-active,.language-link.is-active{color:var(--text-strong);background:oklch(29% .045 305/.82)}.header-actions{gap:.65rem}.language-nav{gap:.15rem}.language-link{min-width:2.25rem;padding:.55rem .45rem;font-size:.78rem}.cta-link{background:var(--accent);color:var(--text-strong);white-space:nowrap;border:1px solid oklch(72% .14 350/.4);justify-content:center;align-items:center;padding:.62rem .9rem;display:inline-flex;box-shadow:0 0 22px oklch(62% .22 345/.18)}.cta-link:hover,.cta-link:focus-visible{background:var(--accent-lift);color:var(--text-strong);transform:translateY(-1px)}main{max-width:var(--content-width);margin:0 auto;padding:3rem 1.25rem 4rem}.eyebrow{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;font-size:.8rem;font-weight:700}h1{max-width:860px;color:var(--text-strong);letter-spacing:0;margin:.6rem 0 1rem;font-size:3.8rem;line-height:1.02}p{line-height:1.75}.lead{max-width:680px;color:var(--muted);font-size:1.08rem}.blog-index>.eyebrow,.blog-index>h1,.blog-index>.lead{text-align:center;margin-left:auto;margin-right:auto;display:block}.blog-index>h1{max-width:780px}.blog-index>.lead{max-width:640px}.post-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.1rem;margin-top:2.5rem;display:grid}.post-card{border:1px solid var(--line);background:color-mix(in oklch, var(--panel) 88%, var(--panel-lifted));border-radius:8px;transition:border-color .18s ease-out,background-color .18s ease-out,transform .18s ease-out;overflow:hidden;box-shadow:inset 0 1px oklch(98% .006 320/.05)}.post-card:hover,.post-card:focus-visible{background:var(--panel-lifted);border-color:oklch(43% .052 315/.82);transform:translateY(-2px)}.post-card img,.hero-image{object-fit:cover;width:100%;height:auto;display:block}.post-card img{aspect-ratio:4/3}.hero-image{aspect-ratio:16/9}.post-card-content{padding:1.2rem}.post-card h2{color:var(--text-strong);letter-spacing:0;margin:.85rem 0 .55rem;font-size:1.18rem;line-height:1.28}.post-card p{color:var(--muted);margin:0;font-size:.95rem;line-height:1.65}.post-card strong{color:var(--text-strong);margin-top:1rem;font-size:.92rem;display:inline-flex}.meta{color:var(--muted);flex-wrap:wrap;gap:.65rem;font-size:.85rem;display:flex}.pill{color:var(--accent);font-weight:700}.article{max-width:980px;margin:0 auto}.article-header{max-width:var(--article-width);margin:0 auto}.article-header h1{max-width:var(--article-width)}.hero-image{width:min(100%, var(--article-image-width));max-width:var(--article-image-width);border:1px solid var(--line);border-radius:8px;max-height:430px;margin-top:2rem;margin-left:auto;margin-right:auto;box-shadow:0 18px 56px oklch(4% .01 290/.36)}.article-body{max-width:var(--article-width);color:var(--text);margin:2.5rem auto 0;font-size:1.06rem;line-height:1.78}.article-body>:first-child{margin-top:0}.article-body>:last-child{margin-bottom:0}.article-body p,.article-body ul,.article-body ol,.article-body blockquote{margin:1.05rem 0}.article-body h2,.article-body h3{color:var(--text-strong);letter-spacing:0;scroll-margin-top:5rem}.article-body h2{margin:2.65rem 0 .85rem;font-size:1.62rem;line-height:1.24}.article-body h3{margin:2rem 0 .7rem;font-size:1.18rem;line-height:1.32}.article-body ul,.article-body ol{padding-left:1.35rem}.article-body li{padding-left:.15rem}.article-body li+li{margin-top:.48rem}.article-body>p,.article-body>ul,.article-body>ol,.article-body>blockquote,.article-body>h2,.article-body>h3{max-width:72ch;margin-left:auto;margin-right:auto}.article-anchor{scroll-margin-top:5rem;display:block}.article-body strong{color:var(--text-strong);font-weight:750}.article-body blockquote{border:1px solid var(--line-soft);color:var(--text);background:oklch(17% .024 295/.72);border-radius:8px;padding:1rem 1.1rem}.article-body img{width:min(100%, var(--article-image-width));max-width:var(--article-image-width);border:1px solid var(--line-soft);background:var(--panel);border-radius:8px;height:auto;max-height:430px;margin:2rem auto;display:block}.article-body hr{background:var(--line-soft);border:0;height:1px;margin:2.4rem 0}.article-body a{color:var(--accent);text-underline-offset:.2em;text-decoration:underline .08em}.article-body a:hover,.article-body a:focus-visible{color:var(--text);text-decoration-color:var(--accent)}.article-body a:focus-visible{outline:2px solid var(--accent);outline-offset:.18rem;border-radius:4px}.article-kit-block{max-width:var(--article-width);border:1px solid var(--line);background:color-mix(in oklch, var(--panel) 84%, var(--panel-lifted));border-radius:8px;margin:2.5rem auto;box-shadow:inset 0 1px oklch(98% .006 320/.05)}.article-kit-block[id]{scroll-margin-top:5rem}.article-kit-block h2,.article-kit-block h3,.article-kit-block p{margin-top:0}.article-kit-block h2{color:var(--text-strong);margin-bottom:.55rem;font-size:1.28rem;line-height:1.24}.article-kit-block p{color:var(--muted);font-size:.96rem;line-height:1.68}.article-kit-section-header{padding:1.25rem 1.25rem 0}.article-kit-actions{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.article-kit-primary,.article-kit-secondary{border-radius:8px;justify-content:center;align-items:center;min-height:2.5rem;padding:.72rem .95rem;font-size:.92rem;font-weight:750;line-height:1;text-decoration:none;transition:background-color .18s ease-out,border-color .18s ease-out,color .18s ease-out,transform .18s ease-out;display:inline-flex}.article-kit-primary{background:var(--accent);color:var(--text-strong);border:1px solid oklch(72% .14 350/.4)}.article-kit-secondary{border:1px solid var(--line-soft);color:var(--text);background:oklch(21% .025 295/.72)}.article-kit-primary:hover,.article-kit-primary:focus-visible,.article-kit-secondary:hover,.article-kit-secondary:focus-visible{transform:translateY(-1px)}.article-kit-primary:hover,.article-kit-primary:focus-visible{background:var(--accent-lift)}.article-kit-secondary:hover,.article-kit-secondary:focus-visible{background:var(--panel-lifted)}.top-article-cta{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.7rem;margin:1rem auto 1.35rem;padding:.62rem .75rem;display:grid}.top-article-cta>div:first-child{flex-wrap:wrap;align-items:baseline;gap:.3rem .55rem;min-width:0;display:flex}.top-article-cta .article-kit-eyebrow{margin:0;font-size:.68rem}.top-article-cta h2{margin:0;font-size:.96rem;line-height:1.25}.top-article-cta p{flex-basis:auto;margin:0;font-size:.84rem;line-height:1.45}.top-article-cta .article-kit-actions{flex-wrap:nowrap;gap:.45rem}.top-article-cta .article-kit-primary,.top-article-cta .article-kit-secondary{min-height:2rem;padding:.5rem .68rem;font-size:.82rem}.article-jump-links span{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;flex:none;font-size:.78rem;font-weight:800}.article-jump-links a{border:1px solid var(--line-soft);min-height:1.95rem;color:var(--text);background:oklch(20% .026 295/.62);border-radius:9999px;align-items:center;padding:.38rem .66rem;font-size:.82rem;font-weight:700;line-height:1;text-decoration:none;display:inline-flex}.article-jump-links a:hover,.article-jump-links a:focus-visible{background:var(--panel-lifted);color:var(--text-strong);border-color:oklch(72% .14 350/.38)}.quick-answer{grid-template-columns:minmax(0,1.05fr) minmax(16rem,.95fr);align-items:start;gap:1rem;padding:1.05rem;display:grid}.quick-answer-copy p:last-child{margin-bottom:0}.quick-answer-facts,.trust-notes ul{gap:.55rem;margin:0;padding:0;list-style:none;display:grid}.trust-notes li{border:1px solid var(--line-soft);color:var(--text);background:oklch(17% .024 295/.68);border-radius:8px;gap:.18rem;padding:.75rem .85rem;font-size:.95rem;line-height:1.55;display:grid}.quick-answer-facts li{border-top:1px solid var(--line-soft);color:var(--text);grid-template-columns:minmax(6.3rem,.42fr) minmax(0,1fr);align-items:start;gap:.6rem;padding:.52rem 0;font-size:.9rem;line-height:1.45;display:grid}.quick-answer-facts li strong{color:var(--text-strong);letter-spacing:.04em;text-transform:uppercase;font-size:.76rem}.chat-preview{overflow:hidden}.chat-preview-thread{gap:.65rem;padding:1.1rem 1.25rem 0;display:grid}.chat-preview-message{border:1px solid var(--line-soft);background:oklch(17% .024 295/.68);border-radius:8px;gap:.25rem;max-width:70%;margin:0;padding:.75rem .85rem;display:grid}.chat-preview-message strong{color:var(--text-strong);font-size:.78rem;line-height:1.2}.chat-preview-message.is-user{background:oklch(62% .22 345/.14);border-color:oklch(72% .14 350/.24);justify-self:end}.chat-preview-actions{justify-content:flex-end;padding:1rem 1.25rem 1.25rem;display:flex}.companion-picks,.related-articles{overflow:hidden}.companion-pick-grid{grid-template-columns:minmax(0,1.18fr) repeat(2,minmax(0,.92fr));grid-auto-rows:minmax(13rem,auto);gap:.85rem;padding:1.15rem 1.25rem 1.25rem;display:grid}.companion-pick-card{border:1px solid var(--line-soft);background:oklch(16% .023 295/.88);border-radius:8px;transition:border-color .18s ease-out,transform .18s ease-out,background-color .18s ease-out;display:grid;overflow:hidden}.companion-pick-card:first-child{grid-row:span 2}.companion-pick-card:not(:first-child){grid-template-columns:5.6rem minmax(0,1fr)}.companion-pick-card:hover,.companion-pick-card:focus-within{background:var(--panel-lifted);border-color:oklch(43% .052 315/.82);transform:translateY(-2px)}.companion-pick-image{aspect-ratio:2/3;background:var(--panel);display:block;overflow:hidden}.companion-pick-card:first-child .companion-pick-image{aspect-ratio:16/11}.companion-pick-card:not(:first-child) .companion-pick-image{aspect-ratio:auto;height:100%;min-height:100%}.companion-pick-card:hover img,.companion-pick-card:focus-within img{transform:scale(1.035)}.companion-pick-body{gap:.7rem;padding:.85rem;display:grid}.companion-pick-card:not(:first-child) .companion-pick-body{gap:.45rem;padding:.72rem}.companion-pick-badge{width:fit-content;color:var(--text-strong);letter-spacing:.05em;text-transform:uppercase;background:oklch(62% .22 345/.14);border:1px solid oklch(72% .14 350/.28);border-radius:9999px;margin-bottom:.45rem;padding:.25rem .52rem;font-size:.68rem;font-weight:800;line-height:1;display:inline-flex}.companion-pick-body h3{color:var(--text-strong);margin:0;font-size:1rem;line-height:1.2}.companion-pick-archetype{color:var(--muted);margin:.2rem 0 0;font-size:.78rem;line-height:1.35}.companion-pick-body>p{min-height:4.4rem;margin:0;font-size:.86rem;line-height:1.55}.companion-pick-card:not(:first-child) .companion-pick-body>p{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:0;font-size:.8rem;display:-webkit-box;overflow:hidden}.companion-pick-traits{flex-wrap:wrap;gap:.35rem;display:flex}.companion-pick-traits span{border:1px solid var(--line-soft);color:var(--muted);border-radius:9999px;padding:.22rem .48rem;font-size:.72rem}.companion-pick-card:not(:first-child) .companion-pick-traits{display:none}.companion-pick-link{width:100%}.companion-pick-card:not(:first-child) .companion-pick-link{justify-content:flex-start;min-height:2rem;padding:.52rem .62rem;font-size:.8rem}.related-article-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;padding:1.15rem 1.25rem 1.25rem;display:grid}.related-article-card{border:1px solid var(--line-soft);color:inherit;background:oklch(17% .024 295/.68);border-radius:8px;gap:.45rem;padding:.9rem;text-decoration:none;transition:border-color .18s ease-out,background-color .18s ease-out,transform .18s ease-out;display:grid}.related-article-card:hover,.related-article-card:focus-visible{background:var(--panel-lifted);border-color:oklch(43% .052 315/.82);transform:translateY(-1px)}.related-article-card span{color:var(--accent);letter-spacing:.06em;text-transform:uppercase;font-size:.74rem;font-weight:800}.related-article-card h3{color:var(--text-strong);margin:0;font-size:.98rem;line-height:1.3}.related-article-card p{margin:0;font-size:.86rem;line-height:1.55}.trust-notes{padding-bottom:1.25rem}.trust-notes ul{padding:0 1.25rem}.step-by-step{padding-bottom:1.25rem}.step-by-step ol{counter-reset:article-step;gap:.75rem;margin:1.1rem 0 0;padding:0 1.25rem;list-style:none;display:grid}.step-by-step li{counter-increment:article-step;grid-template-columns:2rem minmax(0,1fr);align-items:start;gap:.75rem;display:grid}.step-by-step li:before{width:2rem;height:2rem;color:var(--text-strong);content:counter(article-step);background:oklch(62% .22 345/.14);border:1px solid oklch(72% .14 350/.32);border-radius:9999px;justify-content:center;align-items:center;font-size:.85rem;font-weight:800;display:inline-flex}.step-by-step li strong{color:var(--text-strong);grid-column:2;font-size:.96rem;line-height:1.3;display:block}.step-by-step li span{color:var(--muted);grid-column:2;margin-top:.18rem;font-size:.9rem;line-height:1.6;display:block}.article-body table{border-collapse:collapse;border:1px solid var(--line);background:oklch(16% .023 295/.88);border-radius:8px;width:100%;max-width:100%;margin:1.5rem 0;display:block;overflow-x:auto}.article-body th,.article-body td{border-bottom:1px solid var(--line-soft);text-align:left;vertical-align:top;min-width:8.5rem;padding:.75rem .85rem;font-size:.88rem;line-height:1.5}.article-body th{color:var(--text-strong);letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;font-size:.78rem}.article-body td{color:var(--text)}.article-cta{max-width:var(--article-width);border:1px solid var(--line);background:color-mix(in oklch, var(--panel) 82%, var(--panel-lifted));border-radius:8px;grid-template-columns:minmax(0,1fr) auto;gap:1.25rem;margin:3.25rem auto 0;padding:1.25rem;display:grid;box-shadow:inset 0 1px oklch(98% .006 320/.05)}.article-cta-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.65rem;display:flex}.article-primary-link,.article-secondary-link{border-radius:8px;justify-content:center;align-items:center;min-height:2.5rem;padding:.7rem .9rem;font-size:.92rem;font-weight:700;line-height:1;text-decoration:none;transition:background-color .18s ease-out,border-color .18s ease-out,color .18s ease-out,transform .18s ease-out;display:inline-flex}.article-primary-link{background:var(--accent);color:var(--text-strong);border:1px solid oklch(72% .14 350/.4)}.article-secondary-link{border:1px solid var(--line-soft);color:var(--text);background:oklch(21% .025 295/.72)}.article-primary-link:hover,.article-primary-link:focus-visible,.article-secondary-link:hover,.article-secondary-link:focus-visible{transform:translateY(-1px)}.article-primary-link:hover,.article-primary-link:focus-visible{background:var(--accent-lift)}.article-secondary-link:hover,.article-secondary-link:focus-visible{background:var(--panel-lifted)}.site-footer{border-top:1px solid var(--line-soft);color:var(--muted)}.footer-inner{max-width:var(--content-width);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:1.5rem 1.25rem;display:flex}.footer-brand{color:var(--text);font-weight:750}.site-footer nav{flex-wrap:wrap;justify-content:flex-end;gap:1rem;font-size:.9rem}@media (width<=860px){.site-header-inner{grid-template-columns:1fr auto;gap:.7rem .85rem;padding:.75rem 1rem .8rem;display:grid}.brand{min-width:0}.header-actions{grid-area:1/2;justify-self:end}.primary-nav{scrollbar-width:none;grid-area:2/1/auto/-1;justify-content:flex-start;overflow-x:auto}.primary-nav::-webkit-scrollbar{display:none}.nav-link{flex:none}.cta-link{display:none}main{padding:2.25rem 1rem 3.25rem}h1{font-size:2.45rem;line-height:1.06}.lead{font-size:1rem}.post-grid{grid-template-columns:1fr}.article-header,.article-header h1{max-width:none}.article-body{font-size:1rem;line-height:1.75}.article-body h2{font-size:1.38rem}.top-article-cta{grid-template-columns:1fr}.top-article-cta p{flex-basis:100%}.article-jump-links{flex-direction:column;align-items:flex-start}.quick-answer{grid-template-columns:1fr}.chat-preview-message{max-width:86%}.companion-pick-grid{grid-template-columns:1fr}.companion-pick-card:first-child{grid-row:auto}.article-cta{grid-template-columns:1fr}.article-cta-actions{justify-content:flex-start}.footer-inner{flex-direction:column;align-items:flex-start}.site-footer nav{justify-content:flex-start}}@media (width<=520px){.brand,.brand-image{height:2.25rem}.language-link{min-width:2rem;font-size:.72rem}.nav-link{padding:.58rem .74rem}h1{font-size:2.05rem}.article-kit-block{margin:2rem auto}.top-article-cta,.quick-answer,.article-kit-section-header{padding:1rem}.top-article-cta{padding:.85rem}.quick-answer{gap:.75rem;padding:.9rem}.quick-answer .article-kit-eyebrow{margin-bottom:.32rem}.quick-answer h2{margin-bottom:.38rem;font-size:1.16rem}.quick-answer p{font-size:.9rem;line-height:1.55}.quick-answer-facts{gap:.34rem}.quick-answer-facts li{grid-template-columns:minmax(5.4rem,.38fr) minmax(0,1fr);gap:.48rem;padding:.38rem 0;font-size:.82rem;line-height:1.38}.quick-answer-facts li strong{letter-spacing:.035em;font-size:.68rem}.chat-preview-thread{padding:.9rem 1rem 0}.chat-preview-message{max-width:92%;padding:.68rem .75rem}.chat-preview-actions{padding:.9rem 1rem 1rem}.article-kit-actions{align-items:stretch}.article-kit-primary,.article-kit-secondary{width:100%}.top-article-cta .article-kit-actions{flex-wrap:nowrap}.top-article-cta .article-kit-primary,.top-article-cta .article-kit-secondary{flex:1 1 0;width:auto;min-width:0}.companion-pick-grid,.related-article-grid{grid-template-columns:1fr;grid-auto-rows:auto;gap:.65rem;padding:.85rem}.companion-pick-card:first-child .companion-pick-image{aspect-ratio:16/9}.companion-pick-card:first-child .companion-pick-body{gap:.55rem;padding:.75rem}.companion-pick-card:first-child .companion-pick-link{min-height:2.25rem;padding:.62rem .8rem}.companion-pick-card:first-child .companion-pick-body>p{font-size:.82rem;line-height:1.45}.companion-pick-badge{margin-bottom:.28rem;padding:.2rem .44rem;font-size:.62rem}.companion-pick-body>p{min-height:0}.companion-pick-card:not(:first-child){grid-template-columns:4.4rem minmax(0,1fr)}.companion-pick-card:not(:first-child) .companion-pick-image{aspect-ratio:1;align-self:center;height:auto;min-height:0}.companion-pick-card:not(:first-child) .companion-pick-body{align-content:center;gap:.25rem;padding:.55rem .62rem}.companion-pick-card:not(:first-child) .companion-pick-archetype{margin-top:.08rem;font-size:.74rem;line-height:1.28}.companion-pick-card:not(:first-child) .companion-pick-body>p{display:none}.companion-pick-card:not(:first-child) .companion-pick-link{width:fit-content;min-height:1.75rem;padding:.4rem .55rem;font-size:.74rem}.trust-notes ul,.step-by-step ol{padding:0 1rem}}:root{--article-width:720px;--article-image-width:640px;--accent-glow:oklch(62% .22 345/.18);--accent-line:oklch(62% .22 345/.45);--accent-subtle:oklch(62% .22 345/.08);--blog-panel:oklch(13% .02 292);--blog-panel-hover:oklch(16% .025 292)}.site-header-inner,.footer-inner,.article,.article-header,.article-cta{max-width:calc(var(--article-width) + 2.5rem)}main{padding-top:2rem}.article-header{margin:0 auto;padding:2rem 1.25rem 1.25rem}.article-header .eyebrow{width:fit-content;color:var(--accent);letter-spacing:.1em;text-transform:uppercase;margin:0 0 .55rem;font-size:.7rem;font-weight:800;display:inline-flex}.article-header h1{max-width:var(--article-width);letter-spacing:0;margin:.35rem 0 .6rem;font-size:clamp(1.65rem,4.5vw,2.6rem);line-height:1.15}.article-header .lead{max-width:65ch;margin:0 0 .7rem;font-size:.98rem;line-height:1.62}.article-header .meta{gap:.4rem .7rem;margin-bottom:0;font-size:.82rem}.hero-image{width:min(100%, var(--article-image-width));aspect-ratio:16/9;object-fit:cover;border-radius:10px;max-height:360px;margin:.75rem auto 0}.article-body{max-width:var(--article-width);margin-top:1rem;padding-top:.65rem;font-size:.98rem;line-height:1.72}.article-body p{margin:0 0 .85rem;font-size:.98rem;line-height:1.72}.article-body p:last-child{margin-bottom:0}.article-body ul,.article-body ol{margin:.65rem auto 1rem;padding-left:1.35rem}.article-body li{margin-bottom:.38rem;padding-left:.12rem;font-size:.96rem;line-height:1.62}.article-body h2{color:var(--text-strong);letter-spacing:0;margin:2.15rem auto .8rem;padding-left:.75rem;font-size:clamp(1.15rem,2.8vw,1.42rem);line-height:1.3;position:relative}.article-body>p,.article-body>ul,.article-body>ol{max-width:var(--article-width)}.article-body>p+p{margin-top:.1rem}.article-body>ul,.article-body>ol{margin-left:0}.article-body>ol{list-style-position:outside}.article-body>ol>li::marker,.article-body>ul>li::marker{color:var(--accent);font-weight:800}.article-body h2:before{background:var(--accent);width:.34rem;height:.34rem;box-shadow:0 0 18px var(--accent-glow);content:"";border-radius:9999px;position:absolute;top:.48em;left:0}.article-kit-block{max-width:var(--article-width);border:1px solid var(--line-soft);background:var(--blog-panel);box-shadow:none;border-radius:10px;margin:.7rem auto}.article-kit-section-header{border-bottom:1px solid var(--line-soft);padding:.6rem .9rem .45rem}.article-kit-section-header h2,.article-kit-block h2{margin:.2rem 0;padding:0;font-size:.98rem;line-height:1.28}.article-kit-section-header h2:before,.article-kit-block h2:before{display:none}.article-kit-eyebrow{color:var(--accent);letter-spacing:.09em;text-transform:uppercase;margin:0;font-size:.65rem;font-weight:800;line-height:1.2}.article-kit-section-header p,.article-kit-block p{margin:0;font-size:.82rem;line-height:1.45}.article-kit-primary,.article-kit-secondary,.article-primary-link,.article-secondary-link{border-radius:8px;justify-content:center;align-items:center;font-size:.88rem;font-weight:700;text-decoration:none;transition:opacity .15s ease-out,box-shadow .15s ease-out,border-color .15s ease-out,color .15s ease-out,background-color .15s ease-out;display:inline-flex}.article-kit-primary,.article-primary-link{background:var(--accent);color:var(--text-strong);box-shadow:0 0 16px var(--accent-glow);border:1px solid oklch(72% .14 350/.4)}.article-kit-primary:hover,.article-kit-primary:focus-visible,.article-primary-link:hover,.article-primary-link:focus-visible{opacity:.9;transform:none;box-shadow:0 0 22px oklch(62% .22 345/.32)}.article-kit-secondary,.article-secondary-link{border:1px solid var(--line);color:var(--text);background:0 0}.article-body .article-kit-primary,.article-body .article-primary-link{color:var(--text-strong);text-decoration:none}.article-body .article-kit-secondary,.article-body .article-secondary-link{color:var(--text);text-decoration:none}.article-body .article-kit-primary:hover,.article-body .article-kit-primary:focus-visible,.article-body .article-primary-link:hover,.article-body .article-primary-link:focus-visible{color:var(--text-strong);text-decoration-color:#0000}.article-body .article-kit-secondary:hover,.article-body .article-kit-secondary:focus-visible,.article-body .article-secondary-link:hover,.article-body .article-secondary-link:focus-visible{color:var(--text);text-decoration-color:#0000}.top-article-cta{background:linear-gradient(90deg, var(--accent-subtle), transparent 74%), var(--blog-panel);border-color:oklch(62% .22 345/.28);justify-content:space-between;align-items:center;gap:.75rem;margin:0 auto 1.25rem;padding:.7rem .9rem .7rem 1rem;display:flex}.top-article-cta>div:first-child{flex-wrap:wrap;flex:auto;align-items:baseline;gap:.15rem .5rem;min-width:0;display:flex}.top-article-cta h2{margin:0;padding:0;font-size:.95rem;line-height:1.3}.top-article-cta p:not(.article-kit-eyebrow){width:100%;color:var(--muted);margin:0;font-size:.84rem;line-height:1.4}.top-article-cta .article-kit-actions{flex-wrap:nowrap;flex-shrink:0;gap:.45rem;display:flex}.top-article-cta .article-kit-primary,.top-article-cta .article-kit-secondary{white-space:nowrap;min-height:1.95rem;padding:.44rem .85rem;font-size:.84rem}.article-jump-links{max-width:var(--article-width);border:1px solid var(--line-soft);background:var(--blog-panel);border-radius:8px;align-items:center;gap:.4rem;margin:0 auto .75rem;padding:.45rem .6rem;display:flex}.article-jump-links span{color:var(--muted);letter-spacing:.07em;text-transform:uppercase;flex:none;margin-right:.15rem;font-size:.74rem;font-weight:800}.article-jump-links div{flex-wrap:wrap;gap:.3rem;min-width:0;display:flex}.article-jump-links a{background:var(--accent-subtle);min-height:auto;color:var(--text);border:1px solid oklch(62% .22 345/.2);border-radius:9999px;align-items:center;padding:.28rem .55rem;font-size:.78rem;font-weight:700;line-height:1;text-decoration:none;display:inline-flex}.article-jump-links a:hover,.article-jump-links a:focus-visible{color:var(--text-strong);background:oklch(62% .22 345/.18);border-color:oklch(62% .22 345/.45)}.quick-answer.quick-answer-block{background:var(--blog-panel);border-color:oklch(62% .22 345/.28);grid-template-columns:minmax(0,1.02fr) minmax(17.5rem,.98fr);align-items:stretch;gap:1.15rem;margin:.95rem auto 1.25rem;padding:1.05rem;display:grid}.quick-answer-copy{min-width:0}.quick-answer-text h2{text-wrap:balance;margin:.2rem 0 .48rem}.quick-answer-text p{color:var(--text);text-wrap:pretty;margin:0 0 .55rem;font-size:.9rem;line-height:1.55}.quick-answer-text p:last-child{margin-bottom:0}.quick-answer-text strong{color:var(--text-strong)}.quick-answer-brand-link{color:oklch(84% .12 345);text-underline-offset:.18em;font-weight:850;text-decoration:underline .08em oklch(62% .22 345/.42)}.quick-answer-brand-link:hover,.quick-answer-brand-link:focus-visible{color:var(--text-strong);text-decoration-color:var(--accent)}.quick-answer-text ul{gap:.38rem;margin:.4rem 0 0;padding-left:1rem;display:grid}.quick-answer-text li{color:var(--text);text-wrap:pretty;margin:0;font-size:.84rem;line-height:1.5}.article-body .quick-answer-text li,.article-body .quick-answer-text li+li{margin:0}.quick-answer-facts{border:0;border-radius:0;grid-auto-rows:1fr;align-self:stretch;gap:0;margin:0;padding:0;list-style:none;display:grid}.article-body .quick-answer-facts{margin:0;padding:0;list-style:none}.quick-answer-facts li{border-top:1px solid var(--line-soft);min-width:0;min-height:3rem;color:var(--text);grid-template-columns:minmax(6.8rem,.44fr) minmax(0,1fr);align-content:start;align-items:start;gap:.7rem;margin:0;padding:.58rem 0;font-size:.9rem;line-height:1.45;display:grid}.article-body .quick-answer-facts li{margin:0}.quick-answer-facts li:first-child{border-top:0;padding-top:0}.quick-answer-facts li:last-child{padding-bottom:0}.quick-answer-facts li strong{color:var(--text-strong);letter-spacing:.04em;text-transform:uppercase;text-wrap:balance;padding-top:0;font-size:.76rem;line-height:1.35}.quick-answer-facts li span{min-width:0;color:var(--text);text-wrap:pretty;font-size:.86rem;font-weight:500;line-height:1.45;display:block}.chat-preview{margin:1.25rem auto;overflow:hidden}.chat-preview-thread{gap:.5rem;padding:.85rem 1.1rem}.chat-preview-message{border:1px solid var(--line-soft);background:oklch(15% .018 295);border-radius:10px;max-width:74%;padding:.65rem .85rem}.chat-preview-message.is-user{background:oklch(62% .22 345/.12);border-color:oklch(62% .22 345/.35)}.chat-preview-message span{color:var(--text);font-size:.9rem;line-height:1.55}.chat-preview-actions{justify-content:flex-start;padding:0 1.1rem .9rem}.table-scroll-wrap{-webkit-overflow-scrolling:touch;border:1px solid var(--line-soft);background:var(--blog-panel);border-radius:10px;width:min(1120px,100vw - 2rem);max-width:none;margin:1.1rem 0 1.55rem 50%;overflow-x:auto;transform:translate(-50%)}.table-scroll-wrap table,.article-body .table-scroll-wrap table{border-collapse:collapse;background:var(--blog-panel);border:0;border-radius:0;width:max(100%,1120px);min-width:1120px;margin:0;font-size:.84rem;display:table;overflow:visible}.table-scroll-wrap thead tr{background:oklch(15% .022 292)}.table-scroll-wrap th,.table-scroll-wrap td{border-bottom:1px solid var(--line-soft);min-width:130px;color:var(--text);text-align:left;vertical-align:middle;white-space:normal;padding:.68rem .75rem;font-size:.84rem;line-height:1.45}.table-scroll-wrap th:first-child,.table-scroll-wrap td:first-child{z-index:2;min-width:150px;max-width:170px;box-shadow:1px 0 0 var(--line-soft);background:oklch(12% .018 292);position:sticky;left:0}.table-scroll-wrap th{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;font-size:.7rem;font-weight:700}.table-scroll-wrap thead th:first-child{z-index:3}.table-scroll-wrap tbody th{color:var(--text-strong);letter-spacing:0;text-transform:none;white-space:normal;font-size:.8rem;font-weight:750}.table-scroll-wrap tbody tr:last-child td{border-bottom:0}.table-scroll-wrap th:nth-child(2),.table-scroll-wrap td:nth-child(2){background:oklch(62% .22 345/.07)}.table-scroll-wrap tr:hover td,.table-scroll-wrap tr:hover th{background:oklch(15% .02 295/.45)}.table-scroll-wrap tr:hover td:nth-child(2),.table-scroll-wrap tr:hover th:nth-child(2){background:oklch(62% .22 345/.1)}.table-scroll-wrap table.has-mybf-highlight .is-competitor-cell,.table-scroll-wrap table.has-mybf-highlight .is-competitor-row>:not(:first-child){color:oklch(68% .026 300/.82);background:oklch(10.5% .014 292/.56)}.table-scroll-wrap table.has-mybf-highlight thead .is-competitor-cell{color:oklch(62% .026 300/.72)}.table-scroll-wrap table.has-mybf-highlight .is-competitor-cell a,.table-scroll-wrap table.has-mybf-highlight .is-competitor-row>:not(:first-child) a{color:inherit;text-decoration-color:oklch(62% .22 345/.24)}.table-scroll-wrap table.has-mybf-highlight .is-mybf-column,.table-scroll-wrap table.has-mybf-highlight .is-mybf-row>*{color:var(--text-strong);background:linear-gradient(oklch(62% .22 345/.16),oklch(62% .22 345/.06)),oklch(16% .026 295);border-left:1px solid oklch(62% .22 345/.22);border-right:1px solid oklch(62% .22 345/.3);box-shadow:inset 0 1px oklch(98% .006 320/.06),inset 0 0 0 1px oklch(62% .22 345/.08)}.table-scroll-wrap table.has-mybf-highlight thead .is-mybf-column{color:var(--text-strong);background:linear-gradient(oklch(62% .22 345/.24),oklch(62% .22 345/.1)),oklch(19% .032 298)}.table-scroll-wrap table.has-mybf-highlight .is-mybf-row>:first-child{color:var(--text-strong);background:linear-gradient(oklch(62% .22 345/.18),oklch(62% .22 345/.08)),oklch(15% .024 294)}.table-scroll-wrap table.has-mybf-highlight .is-mybf-column a,.table-scroll-wrap table.has-mybf-highlight .is-mybf-row a{color:var(--text-strong);font-weight:850;text-decoration-color:oklch(78% .12 345/.58)}.table-scroll-wrap table.has-mybf-highlight tr:hover .is-competitor-cell,.table-scroll-wrap table.has-mybf-highlight tr.is-competitor-row:hover>:not(:first-child){color:var(--text);background:oklch(14% .018 294/.74)}.table-scroll-wrap table.has-mybf-highlight tr:hover .is-mybf-column,.table-scroll-wrap table.has-mybf-highlight tr.is-mybf-row:hover>*{background:linear-gradient(oklch(62% .22 345/.2),oklch(62% .22 345/.08)),oklch(18% .03 298)}.table-badge{color:var(--text-strong);letter-spacing:.05em;text-transform:uppercase;vertical-align:middle;white-space:nowrap;background:oklch(62% .22 345/.24);border:1px solid oklch(78% .12 345/.48);border-radius:9999px;align-items:center;margin-left:.24rem;padding:.09rem .28rem;font-size:.42rem;font-weight:800;display:inline-flex}.tick{color:oklch(70% .18 145);font-weight:700}.cross{color:var(--muted-soft)}.inline-cta{max-width:var(--article-width);background:radial-gradient(circle at 12% 0%, oklch(62% .22 345/.22), transparent 34%), linear-gradient(135deg, oklch(62% .22 345/.14), oklch(14% .02 292/.96) 58%), var(--blog-panel);border:1px solid oklch(62% .22 345/.34);border-radius:12px;justify-content:space-between;align-items:center;gap:.9rem;margin:1rem auto 1.25rem;padding:.85rem .95rem .85rem 1.05rem;display:flex;box-shadow:inset 0 1px oklch(96% .01 320/.06),0 14px 32px oklch(5% .012 292/.22)}.inline-cta p{color:var(--text);margin:0;font-size:.94rem;line-height:1.5}.inline-cta strong{color:oklch(88% .08 345)}.inline-cta .article-kit-primary{background:linear-gradient(135deg, var(--accent), var(--accent-lift));min-height:2.45rem;color:var(--text-strong);white-space:nowrap;border-color:oklch(78% .14 350/.45);flex-shrink:0;padding:.68rem 1.15rem;box-shadow:0 0 18px oklch(62% .22 345/.28)}.article-body .inline-cta .article-kit-primary{color:var(--text-strong);text-decoration:none}.companion-picks{margin:1rem auto 1.35rem}.companion-pick-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;padding:.72rem .85rem .9rem;display:grid}.companion-pick-card,.companion-pick-card:first-child,.companion-pick-card:not(:first-child){cursor:pointer;background:oklch(12% .018 292);border:1px solid oklch(96% .01 320/.08);border-radius:14px;flex-direction:column;grid-row:auto;grid-template-columns:none;transition:background-color .18s ease-out,border-color .18s ease-out,box-shadow .18s ease-out,transform .18s ease-out;display:flex;overflow:hidden;box-shadow:inset 0 1px oklch(96% .01 320/.06)}.companion-pick-card:hover,.companion-pick-card:focus-within{background:oklch(14% .022 292);border-color:oklch(62% .22 345/.55);transform:translateY(-2px);box-shadow:inset 0 1px oklch(96% .01 320/.08),0 18px 34px oklch(4% .012 292/.34)}.companion-pick-image,.companion-pick-card:first-child .companion-pick-image,.companion-pick-card:not(:first-child) .companion-pick-image{aspect-ratio:2/3;background:oklch(11% .015 292);flex-shrink:0;align-self:stretch;width:100%;height:auto;min-height:0;display:block;position:relative;overflow:hidden}.companion-pick-image:after{z-index:2;content:"";pointer-events:none;background:linear-gradient(#0000,oklch(6% .014 292/.78));height:38%;position:absolute;inset:auto 0 0}.companion-pick-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s ease-out;display:block}.companion-pick-video{z-index:1;object-fit:cover;object-position:center top;opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity .18s ease-out;position:absolute;inset:0}.companion-pick-card:hover .companion-pick-image img,.companion-pick-card:focus-within .companion-pick-image img{transform:scale(1.04)}.companion-pick-card:hover .companion-pick-video,.companion-pick-card:focus-within .companion-pick-video,.companion-pick-video.is-playing{opacity:1}.companion-pick-badge{z-index:3;color:var(--text-strong);letter-spacing:.06em;pointer-events:none;text-transform:uppercase;background:oklch(62% .22 345/.92);border:1px solid oklch(72% .14 350/.38);border-radius:9999px;margin:0;padding:.15rem .38rem;font-size:.58rem;font-weight:800;line-height:1.2;position:absolute;top:.4rem;left:.4rem}.companion-pick-body,.companion-pick-card:first-child .companion-pick-body,.companion-pick-card:not(:first-child) .companion-pick-body{flex-direction:column;flex:auto;gap:.34rem;padding:.62rem .68rem .72rem;display:flex}.companion-pick-body h3{color:var(--text-strong);margin:0;font-size:.9rem;font-weight:700;line-height:1.2}.companion-pick-archetype,.companion-pick-card:not(:first-child) .companion-pick-archetype{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:2.65rem;margin:0;font-size:.7rem;line-height:1.25;display:-webkit-box;overflow:hidden}.companion-pick-card:first-child .companion-pick-body>.companion-pick-description,.companion-pick-body>.companion-pick-description,.companion-pick-card:not(:first-child) .companion-pick-body>.companion-pick-description{min-height:4.4rem;color:var(--text);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.76rem;line-height:1.42;display:-webkit-box;overflow:hidden}.companion-pick-traits{display:none}.companion-pick-link,.companion-pick-card:first-child .companion-pick-link,.companion-pick-card:not(:first-child) .companion-pick-link{width:100%;min-height:2rem;color:var(--text-strong);text-align:center;background:oklch(62% .22 345/.1);border-color:oklch(62% .22 345/.32);border-radius:8px;justify-content:center;margin-top:auto;padding:.4rem .5rem;font-size:.74rem}.article-body .companion-pick-link,.article-body .companion-pick-link:hover,.article-body .companion-pick-link:focus-visible{color:var(--text-strong);text-decoration:none}.first-message-lab{background:linear-gradient(180deg, oklch(62% .22 345/.08), transparent 44%), var(--blog-panel);border-color:oklch(62% .22 345/.28);margin:1rem auto 1.35rem;overflow:hidden}.first-message-grid{grid-template-columns:minmax(16rem,.9fr) minmax(0,1.1fr);gap:.7rem;padding:.8rem;display:grid}.first-message-phone{background:oklch(10.5% .016 292/.92);border:1px solid oklch(96% .01 320/.08);border-radius:10px;flex-direction:column;min-width:0;display:flex;overflow:hidden;box-shadow:inset 0 1px oklch(96% .01 320/.05),0 16px 34px oklch(5% .012 292/.22)}.first-message-topbar{border-bottom:1px solid oklch(96% .01 320/.08);align-items:center;gap:.55rem;padding:.68rem .72rem;display:flex}.first-message-avatar{object-fit:cover;object-position:center top;border:1px solid oklch(96% .01 320/.12);border-radius:9999px;flex-shrink:0;width:2.15rem;height:2.15rem;display:block}.article-body .first-message-avatar{width:2.15rem;max-width:none;height:2.15rem;max-height:none;margin:0}.first-message-topbar strong{color:var(--text-strong);font-size:.82rem;line-height:1.2;display:block}.first-message-topbar span{color:var(--muted);margin-top:.12rem;font-size:.7rem;line-height:1.2;display:block}.first-message-thread{flex-direction:column;flex:1;gap:.5rem;min-height:10rem;padding:.78rem .72rem .66rem;display:flex}.first-message-bubble{border:1px solid oklch(96% .01 320/.08);border-radius:16px;max-width:88%;margin:0;padding:.55rem .68rem;font-size:.8rem;line-height:1.48}.article-kit-block .first-message-bubble{color:var(--text);font-size:.8rem;line-height:1.48}.first-message-bubble.is-companion{background:oklch(17% .024 295/.82);border-top-left-radius:5px;align-self:flex-start}.first-message-bubble.is-user{color:var(--text-strong);background:linear-gradient(135deg,oklch(62% .22 345/.96),oklch(47% .12 310/.96));border-color:oklch(72% .14 350/.32);border-top-right-radius:5px;align-self:flex-end;box-shadow:0 10px 24px oklch(62% .22 345/.14)}.first-message-typing{background:oklch(17% .024 295/.76);border:1px solid oklch(96% .01 320/.08);border-radius:9999px;align-self:flex-start;gap:.24rem;padding:.46rem .55rem;display:inline-flex}.first-message-typing span{background:oklch(78% .04 320/.72);border-radius:9999px;width:.32rem;height:.32rem;animation:1.2s ease-in-out infinite first-message-typing}.first-message-typing span:nth-child(2){animation-delay:.12s}.first-message-typing span:nth-child(3){animation-delay:.24s}.first-message-composer{min-height:2.55rem;color:var(--muted);background:oklch(19% .024 295/.86);border:1px solid oklch(96% .01 320/.1);border-radius:9999px;justify-content:space-between;align-items:center;gap:.6rem;margin:0 .72rem .72rem;padding:.32rem .36rem .32rem .86rem;font-size:.82rem;font-weight:600;line-height:1;text-decoration:none;transition:border-color .18s ease-out,color .18s ease-out,transform .18s ease-out,background-color .18s ease-out;display:flex}.first-message-send{width:1.85rem;height:1.85rem;color:var(--text-strong);background:linear-gradient(135deg,oklch(62% .22 345),oklch(47% .12 310));border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 8px 18px oklch(62% .22 345/.2)}.first-message-send svg{stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2px;fill:none;width:1rem;height:1rem}.article-body .first-message-composer,.article-body .first-message-composer:hover,.article-body .first-message-composer:focus-visible{color:var(--text-strong);text-decoration:none}.first-message-composer:hover,.first-message-composer:focus-visible{background:oklch(21% .03 295/.92);border-color:oklch(62% .22 345/.34);transform:translateY(-1px)}.first-message-prompts{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;display:grid}.first-message-prompt{background:oklch(12.5% .018 292/.88);border:1px solid oklch(96% .01 320/.08);border-radius:10px;flex-direction:column;justify-content:space-between;gap:.52rem;min-width:0;min-height:6.65rem;padding:.68rem .72rem;text-decoration:none;transition:border-color .18s ease-out,background-color .18s ease-out,transform .18s ease-out;display:flex;box-shadow:inset 0 1px oklch(96% .01 320/.05)}.first-message-prompt span{color:var(--accent);letter-spacing:.06em;text-transform:uppercase;font-size:.68rem;font-weight:800;line-height:1.2}.first-message-prompt strong{color:var(--text-strong);font-size:.82rem;font-weight:650;line-height:1.42;display:block}.article-body .first-message-prompt,.article-body .first-message-prompt:hover,.article-body .first-message-prompt:focus-visible{color:var(--text-strong);text-decoration:none}.first-message-prompt:hover,.first-message-prompt:focus-visible{background:oklch(16% .024 295/.94);border-color:oklch(62% .22 345/.34);transform:translateY(-2px)}@keyframes first-message-typing{0%,80%,to{opacity:.38;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}.step-by-step{background:linear-gradient(180deg, oklch(62% .22 345/.08), transparent 42%), var(--blog-panel);border-color:oklch(62% .22 345/.28);margin:1rem auto 1.35rem;overflow:hidden}.step-by-step ol{counter-reset:article-step;grid-template-columns:repeat(5,minmax(0,1fr));gap:.55rem;margin:0;padding:.75rem;list-style:none;display:grid;position:relative}.step-by-step ol:before{display:none}.step-by-step li{counter-increment:article-step;text-align:left;background:oklch(10.5% .016 292/.86);border:1px solid oklch(96% .01 320/.08);border-radius:10px;flex-direction:column;align-items:flex-start;gap:.45rem;min-height:7.4rem;margin:0;padding:.65rem .7rem;display:flex;position:relative;box-shadow:inset 0 1px oklch(96% .01 320/.05)}.step-by-step li:before{z-index:1;width:1.65rem;height:1.65rem;color:var(--text-strong);content:counter(article-step);background:oklch(62% .22 345/.18);border:1px solid oklch(62% .22 345/.45);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;font-size:.72rem;font-weight:800;display:inline-flex}.step-by-step li strong{color:var(--text-strong);font-size:.82rem;line-height:1.3;display:block}.step-by-step li span{color:var(--muted);margin-top:0;font-size:.76rem;line-height:1.5;display:block}.trust-notes{background:linear-gradient(180deg, oklch(62% .22 345/.08), transparent 44%), var(--blog-panel);border-color:oklch(62% .22 345/.24);margin:1.15rem auto 1.35rem;padding-bottom:0;overflow:hidden}.trust-notes .article-kit-section-header{border-bottom:1px solid oklch(96% .01 320/.07);padding:.95rem 1rem .82rem}.trust-notes .article-kit-section-header h2{text-wrap:balance}.trust-notes .article-kit-section-header p:last-child{text-wrap:pretty;max-width:62ch;margin-bottom:0}.trust-notes ul{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:1fr;align-items:stretch;gap:.62rem;margin:0;padding:.9rem 1rem 1rem;list-style:none;display:grid}.trust-notes li{height:100%;min-height:5.1rem;color:var(--text);text-wrap:pretty;background:oklch(11% .016 292/.82);border:1px solid oklch(96% .01 320/.08);border-radius:9px;grid-template-columns:.68rem minmax(0,1fr);align-items:start;gap:.62rem;margin:0;padding:.78rem .82rem;font-size:.83rem;line-height:1.52;display:grid;box-shadow:inset 0 1px oklch(98% .006 320/.04)}.article-body .trust-notes li,.article-body .trust-notes li+li{margin:0}.trust-notes li:before{background:radial-gradient(circle at 50% 50%, var(--text-strong) 0 22%, transparent 24%), oklch(62% .22 345/.58);content:"";border-radius:9999px;flex-shrink:0;width:.58rem;height:.58rem;margin-top:.46em;display:inline-block;box-shadow:0 0 0 3px oklch(62% .22 345/.1)}.faq-list{max-width:var(--article-width);gap:.4rem;margin:.75rem auto 0;display:grid}.faq-item{border:1px solid var(--line-soft);background:var(--blog-panel);border-radius:10px;transition:border-color .18s ease-out;overflow:hidden}.faq-item[open]{border-color:oklch(62% .22 345/.35)}.faq-item summary{color:var(--text-strong);cursor:pointer;user-select:none;justify-content:space-between;align-items:center;gap:.75rem;padding:.8rem 1rem;font-size:.94rem;font-weight:700;line-height:1.4;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item[open] summary{color:oklch(88% .1 345)}.faq-chevron{border:1px solid var(--line-soft);width:1.4rem;height:1.4rem;color:var(--muted);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;font-size:.68rem;line-height:1;transition:transform .2s ease-out,background-color .15s ease-out,border-color .15s ease-out,color .15s ease-out;display:flex}.faq-item[open] .faq-chevron{border-color:var(--accent-line);background:var(--accent-subtle);color:var(--accent);transform:rotate(180deg)}.faq-answer{border-top:1px solid var(--line-soft);padding:.75rem 1rem .9rem}.faq-answer p{color:var(--text);margin:0;font-size:.9rem;line-height:1.7}.related-articles{margin:1.25rem auto}.related-article-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;padding:.75rem .9rem .9rem}.related-article-card{border:1px solid var(--line-soft);background:oklch(11.5% .016 292);border-radius:9px;gap:.3rem;padding:.75rem .85rem}.article-body .related-article-card,.article-body .related-article-card:hover,.article-body .related-article-card:focus-visible{color:inherit;text-decoration:none}.related-article-card:hover,.related-article-card:focus-visible{background:var(--blog-panel-hover);border-color:oklch(62% .22 345/.4)}.related-article-card h3{font-size:.86rem;line-height:1.35}.related-article-card p{color:var(--muted);font-size:.8rem;line-height:1.5}.article-cta{background:linear-gradient(135deg, oklch(62% .22 345/.1), oklch(14% .02 295)), var(--blog-panel);border:1px solid oklch(62% .22 345/.28);border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;padding:1.5rem 1.75rem;display:flex}.article-cta h2{color:var(--text-strong);margin:0 0 .3rem;font-size:1.2rem;line-height:1.3}.article-cta p{max-width:36ch;color:var(--muted);margin:0;font-size:.88rem;line-height:1.55}.article-cta-actions{flex-direction:column;flex-shrink:0;align-items:stretch;gap:.5rem;display:flex}.article-primary-link,.article-secondary-link{white-space:nowrap;padding:.62rem 1.25rem}@media (width<=860px){.top-article-cta,.article-cta{flex-direction:column;align-items:flex-start}.top-article-cta .article-kit-actions,.article-cta-actions{width:100%}.top-article-cta .article-kit-primary,.top-article-cta .article-kit-secondary{text-align:center;flex:1;justify-content:center}.quick-answer.quick-answer-block{grid-template-columns:1fr;gap:.75rem}.companion-pick-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.first-message-grid{grid-template-columns:1fr}.first-message-thread{min-height:8.8rem}.step-by-step ol{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;padding:.9rem .9rem 1rem}.step-by-step ol:before{display:none}.related-article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-cta-actions{flex-flow:wrap}.inline-cta{flex-direction:column;align-items:flex-start;gap:.6rem}}@media (width<=700px){.table-scroll-wrap,.article-body .table-scroll-wrap{border-radius:10px;width:100%;max-width:100%;margin:.9rem auto 1.25rem;overflow:auto hidden;transform:none}.table-scroll-wrap table,.article-body .table-scroll-wrap table{width:1120px;min-width:1120px;max-width:none;display:table}.table-scroll-wrap th,.table-scroll-wrap td{vertical-align:middle;min-width:130px;padding:.65rem .75rem;font-size:.84rem;line-height:1.45;display:table-cell}.table-scroll-wrap th:first-child,.table-scroll-wrap td:first-child{min-width:145px;max-width:160px}.table-scroll-wrap td:before{content:none}}@media (width<=560px){.article-header{padding:1.25rem .9rem .9rem}.article-header h1{font-size:1.55rem}.hero-image{width:min(100%,560px);max-height:260px}.article-body{padding-top:.5rem}.article-body h2{margin:1.65rem auto .65rem;padding-left:.58rem;font-size:1.08rem}.article-body p{margin-bottom:.8rem;font-size:.96rem;line-height:1.68}.article-body ul,.article-body ol{margin:.55rem auto .95rem;padding-left:1.25rem}.article-body li{margin-bottom:.34rem;font-size:.94rem;line-height:1.58}.article-kit-block{border-radius:9px;margin:.6rem auto}.article-kit-section-header{padding:.5rem .75rem .4rem}.article-kit-section-header h2,.article-kit-block h2{font-size:.9rem}.article-jump-links{gap:.25rem;margin-bottom:.6rem}.quick-answer.quick-answer-block{margin:.6rem auto .75rem;padding:.9rem}.quick-answer-facts{gap:.34rem}.quick-answer-facts li{grid-template-columns:minmax(5.4rem,.38fr) minmax(0,1fr);gap:.48rem;min-height:auto;padding:.38rem 0;font-size:.82rem;line-height:1.38}.quick-answer-facts li strong{letter-spacing:.035em;font-size:.68rem}.companion-pick-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem;padding:.5rem .6rem .6rem}.companion-picks .companion-pick-card:nth-child(n+3){display:none}.companion-pick-body,.companion-pick-card:first-child .companion-pick-body,.companion-pick-card:not(:first-child) .companion-pick-body{gap:.2rem;padding:.4rem .5rem .45rem}.companion-pick-body h3{font-size:.8rem}.companion-pick-archetype,.companion-pick-card:not(:first-child) .companion-pick-archetype{font-size:.66rem}.companion-pick-card:first-child .companion-pick-body>.companion-pick-description,.companion-pick-body>.companion-pick-description,.companion-pick-card:not(:first-child) .companion-pick-body>.companion-pick-description{min-height:3.1rem;font-size:.72rem;line-height:1.38}.companion-pick-link,.companion-pick-card:first-child .companion-pick-link,.companion-pick-card:not(:first-child) .companion-pick-link{padding:.3rem .4rem;font-size:.7rem}.first-message-grid{gap:.5rem;padding:.55rem .65rem .68rem}.first-message-topbar{padding:.6rem .66rem}.first-message-thread{min-height:8.4rem;padding:.68rem .66rem .58rem}.first-message-bubble,.article-kit-block .first-message-bubble{max-width:92%;font-size:.76rem;line-height:1.44}.first-message-prompts{gap:.42rem}.first-message-prompt{min-height:8.6rem;padding:.58rem .64rem}.first-message-prompt strong{font-size:.76rem;line-height:1.38}.step-by-step ol{grid-template-columns:1fr;gap:.5rem;padding:.7rem .85rem .85rem}.step-by-step li{text-align:left;flex-direction:row;align-items:flex-start;gap:.65rem;min-height:auto;padding:.62rem .68rem}.trust-notes ul{grid-template-columns:1fr;gap:.35rem}.faq-item summary{padding:.7rem .85rem;font-size:.88rem}.faq-answer{padding:.65rem .85rem .8rem}.faq-answer p{font-size:.87rem}.related-article-grid{grid-template-columns:1fr;gap:.4rem}.article-cta{padding:1.1rem}.article-cta-actions{flex-direction:column}.article-primary-link,.article-secondary-link{width:100%}}@media (width<=379px){.first-message-prompts{grid-template-columns:1fr}.first-message-prompt{min-height:auto}}@media (prefers-reduced-motion:reduce){.article-kit-primary,.article-kit-secondary,.companion-pick-card,.companion-pick-image img,.companion-pick-video,.first-message-composer,.first-message-prompt,.related-article-card{transition:none}.first-message-typing span{animation:none}.article-kit-primary:hover,.article-kit-primary:focus-visible,.article-kit-secondary:hover,.article-kit-secondary:focus-visible,.companion-pick-card:hover,.companion-pick-card:focus-within,.companion-pick-card:hover img,.companion-pick-card:focus-within img,.companion-pick-card:hover .companion-pick-video,.companion-pick-card:focus-within .companion-pick-video,.first-message-composer:hover,.first-message-composer:focus-visible,.first-message-prompt:hover,.first-message-prompt:focus-visible,.related-article-card:hover,.related-article-card:focus-visible{transform:none}}
