.guides-head{border-bottom:1px solid var(--line)}.guides-head.grid-ground:before{-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,1),rgba(0,0,0,.2));mask-image:linear-gradient(to bottom,#000,#0003)}.guides-head .container{padding-top:36px;padding-bottom:44px}.guides-head h1{font-family:var(--font-display);font-weight:800;letter-spacing:-.02em;line-height:1.06;color:var(--ink)}.guides-head.guides-head-hub h1{font-size:clamp(36px,4.2vw,54px);max-width:18ch;margin-top:4px}.guides-head.guides-head-guide h1{font-size:clamp(28px,3vw,40px);line-height:1.12;max-width:30ch}.guides-lede{margin-top:16px;font-size:17px;line-height:1.6;color:var(--slate);max-width:60ch}.guides-head-guide .guides-lede{font-size:17.5px;color:var(--ink);max-width:64ch}@media(max-width:640px){.guides-head .container{padding-top:24px;padding-bottom:34px}}.guides-crumbs ol{display:flex;flex-wrap:wrap;align-items:center;gap:4px;color:var(--muted)}.guides-crumbs li{display:inline-flex;align-items:center;min-width:0}.guides-crumbs a{color:var(--slate);transition:color .15s}.guides-crumbs a:hover{color:var(--ink)}.guides-crumbs .icon{width:14px;height:14px;color:var(--line);stroke-width:2}.guides-crumbs [aria-current=page]{color:var(--ink)}.guides-crumb-current{display:block;min-width:0;max-width:46ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:640px){.guides-crumb-current{max-width:100%;white-space:normal}}.guides-pillar{margin:28px 0 14px;transition:color .15s}.guides-pillar:hover{color:var(--blue-deep);text-decoration:underline;text-underline-offset:4px}.guides-crumbs+.guides-pillar{margin-top:30px}.guides-byline{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;margin-top:18px;color:var(--slate)}.guides-byline>span{display:inline-flex;align-items:center;gap:6px}.guides-byline .icon{width:16px;height:16px;color:var(--muted)}.guides-byline .sep{color:var(--line)}.guides-byline time{color:var(--ink);font-variant-numeric:tabular-nums lining-nums}@media(max-width:560px){.guides-byline .sep{display:none}}.guides-topics{margin-top:26px}.guides-topics ul{display:flex;flex-wrap:wrap;gap:8px}@media(max-width:560px){.guides-topics ul{flex-wrap:nowrap;overflow-x:auto;margin:0 calc(-1 * var(--gutter));padding:0 var(--gutter) 4px;scrollbar-width:none}.guides-topics ul::-webkit-scrollbar{display:none}}.guides-hub{padding:40px 0 88px}@media(max-width:800px){.guides-hub{padding:32px 0 64px}}.guides-featured{position:relative;display:grid;grid-template-columns:minmax(0,6fr) minmax(0,6fr);--inset: 0px;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);transition:transform .22s var(--ease),box-shadow .22s var(--ease)}.guides-featured:hover,.guides-featured:focus-within{transform:translateY(-2px);box-shadow:var(--shadow-lift)}.guides-featured .ticks{opacity:0;transition:opacity .22s var(--ease);z-index:2}.guides-featured:hover .ticks,.guides-featured:focus-within .ticks{opacity:1}.guides-featured-photo{position:relative;background:var(--ground);border-radius:var(--radius) 0 0 var(--radius);border-right:1px solid var(--line);overflow:hidden}.guides-featured-photo:before{content:"";display:block;padding-top:66.6667%}.guides-featured-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;transition:transform .5s var(--ease)}.guides-featured:hover .guides-featured-photo img{transform:scale(1.02)}.guides-featured-nophoto{position:absolute;inset:0;display:grid;place-items:center;color:var(--line)}.guides-featured-nophoto .icon{width:44px;height:44px;stroke-width:1.25}.guides-featured-body{display:flex;flex-direction:column;justify-content:center;padding:36px 40px;min-width:0}.guides-featured-body .eyebrow{margin-bottom:14px}.guides-featured h2{font-family:var(--font-display);font-weight:700;font-size:clamp(22px,2.1vw,28px);letter-spacing:-.015em;line-height:1.22}.guides-featured h2 a{color:inherit;transition:color .15s}.guides-featured h2 a:after{content:"";position:absolute;inset:0;z-index:1;border-radius:var(--radius)}.guides-featured h2 a:focus-visible{outline:none}.guides-featured:has(h2 a:focus-visible){outline:2px solid var(--blue);outline-offset:3px}.guides-featured:hover h2 a{color:var(--blue)}.guides-featured-excerpt{margin-top:12px;font-size:15.5px;line-height:1.6;color:var(--slate);max-width:52ch}.guides-featured-meta{margin-top:18px;color:var(--muted)}.guides-featured-meta time{color:var(--slate);font-variant-numeric:tabular-nums lining-nums}@media(max-width:860px){.guides-featured{grid-template-columns:minmax(0,1fr)}.guides-featured-photo{border-right:0;border-bottom:1px solid var(--line);border-radius:var(--radius) var(--radius) 0 0}.guides-featured-body{padding:24px 22px 26px}}.guides-block{margin-top:56px}.guides-block-title{display:flex;align-items:center;gap:14px;font-size:clamp(22px,2.2vw,28px)}.guides-block-title:before{content:"";flex:none;width:11px;height:11px;border:1.5px solid var(--blue)}.guides-block-title:target{scroll-margin-top:84px}.guides-block .guides-plat{margin-top:18px}.guides-plat{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.guides-cell{position:relative;display:flex;flex-direction:column;min-width:0;--inset: 0px;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);transition:transform .22s var(--ease),box-shadow .22s var(--ease)}.guides-cell .ticks{opacity:0;transition:opacity .22s var(--ease);z-index:2}.guides-cell:hover,.guides-cell:focus-within{z-index:1;transform:translateY(-2px);box-shadow:var(--shadow-lift)}@media(prefers-reduced-motion:reduce){.guides-cell,.guides-cell:hover,.guides-cell:focus-within{transform:none;transition:none}}.guides-cell:hover .ticks,.guides-cell:focus-within .ticks{opacity:1}.guides-cell-photo{position:relative;aspect-ratio:3 / 2;overflow:hidden;background:var(--ground);border-bottom:1px solid var(--line);border-radius:var(--radius) var(--radius) 0 0}.guides-cell-photo img{display:block;width:100%;height:100%;object-fit:contain;transition:transform .5s var(--ease)}.guides-cell:hover .guides-cell-photo img{transform:scale(1.03)}.guides-cell-nophoto{position:absolute;inset:0;display:grid;place-items:center;color:var(--line)}.guides-cell-nophoto .icon{width:36px;height:36px;stroke-width:1.25}.guides-cell-body{display:flex;flex-direction:column;flex:1;padding:18px 22px}.guides-cell-pillar{color:var(--muted)}.guides-cell h3{margin-top:8px;font-family:var(--font-display);font-weight:700;font-size:17.5px;letter-spacing:-.01em;line-height:1.3;text-wrap:pretty}.guides-cell h3 a{color:inherit;transition:color .15s}.guides-cell h3 a:after{content:"";position:absolute;inset:0;z-index:1}.guides-cell h3 a:focus-visible{outline:none}.guides-cell:has(h3 a:focus-visible){outline:2px solid var(--blue);outline-offset:-2px}.guides-cell:hover h3 a{color:var(--blue)}.guides-cell-excerpt{margin-top:8px;font-size:14.5px;line-height:1.55;color:var(--slate);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.guides-cell-meta{margin-top:auto;padding-top:14px;color:var(--muted)}.guides-cell-meta time{color:var(--slate);font-variant-numeric:tabular-nums lining-nums}@media(max-width:1000px){.guides-plat{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.guides-plat{grid-template-columns:minmax(0,1fr);gap:14px}.guides-cell-body{padding:16px 18px}}.guides-plat-single .guides-cell{grid-column:1 / -1;flex-direction:row}.guides-plat-single .guides-cell-photo{flex:0 0 38%;aspect-ratio:auto;min-height:232px;border-bottom:0;border-right:1px solid var(--line);border-radius:var(--radius) 0 0 var(--radius)}.guides-plat-single .guides-cell-body{padding:26px 32px 24px}.guides-plat-single .guides-cell h3{font-size:20px;max-width:30ch}.guides-plat-single .guides-cell-excerpt{max-width:62ch}@media(max-width:620px){.guides-plat-single .guides-cell{flex-direction:column}.guides-plat-single .guides-cell-photo{flex:none;aspect-ratio:3 / 2;min-height:0;border-right:0;border-bottom:1px solid var(--line);border-radius:var(--radius) var(--radius) 0 0}.guides-plat-single .guides-cell-body{padding:16px 18px}.guides-plat-single .guides-cell h3{font-size:17.5px}}.guides-xrow{margin-top:56px;padding-top:28px;border-top:1px solid var(--line)}.guides-xrow ul{display:flex;flex-wrap:wrap;gap:10px}.guides-xlink{display:inline-flex;align-items:center;gap:9px;min-height:44px;padding:0 16px 0 13px;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);font-size:14px;font-weight:500;color:var(--ink);transition:border-color .18s var(--ease),transform .18s var(--ease)}.guides-xlink:hover{border-color:var(--ink)}.guides-xlink .icon{width:18px;height:18px;color:var(--blue)}@media(max-width:560px){.guides-xrow ul{flex-direction:column}.guides-xlink{width:100%}}.cta.guides-cta{padding:88px 0}.guides-cta .panel{max-width:720px}.guides-cta p{max-width:48ch}.guides-cta .actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:28px}.guides-cta .actions .btn{margin-top:0}@media(max-width:800px){.cta.guides-cta{padding:64px 0}.guides-cta .actions .btn{width:100%}}.guides-figure{--ratio: 2;margin:36px 0 0;max-width:calc(675px * var(--ratio))}.guides-figure img{display:block;width:100%;aspect-ratio:var(--ratio);object-fit:contain;border-radius:var(--radius);border:1px solid var(--line);background:var(--ground)}.guides-figure-empty{aspect-ratio:var(--ratio);display:grid;place-items:center;border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);color:var(--line)}.guides-figure-empty .icon{width:48px;height:48px;stroke-width:1.25}@media(max-width:640px){.guides-figure{margin-top:24px;max-width:100%}}.guides-rail-grid{display:grid;grid-template-columns:232px minmax(0,1fr);gap:64px;align-items:start;padding:44px 0 16px}.guides-rail{position:sticky;top:84px;max-height:calc(100vh - 100px);overflow-y:auto;scrollbar-width:thin}.guides-rail .toc strong{display:block;font-family:var(--font-body);font-weight:500;font-size:11.5px;letter-spacing:.12em;text-transform:uppercase;line-height:1.4;color:var(--muted)}.guides-rail .toc ol{margin:12px 0 0;padding:0;list-style:none;border-left:1px solid var(--line)}.guides-rail .toc a{display:block;padding:7px 0 7px 14px;margin-left:-1px;font-size:14px;line-height:1.35;color:var(--slate);border-left:2px solid transparent;transition:color .16s var(--ease),border-color .16s var(--ease)}.guides-rail .toc li.sub a{padding-left:26px;font-size:13px;color:var(--muted)}.guides-rail .toc a:hover{color:var(--ink)}.guides-rail .toc a[aria-current=true]{color:var(--ink);font-weight:500;border-left-color:var(--blue)}.guides-prose{max-width:70ch;font-size:16.5px;line-height:1.7;color:var(--slate)}.guides-prose>:first-child{margin-top:0}.guides-prose h2{font-family:var(--font-display);font-weight:700;font-size:25px;letter-spacing:-.015em;line-height:1.25;color:var(--ink);margin:44px 0 14px;padding-top:22px;border-top:1px solid var(--line);scroll-margin-top:84px;text-wrap:pretty}.guides-prose>h2:first-child{padding-top:0;border-top:0}.guides-prose h3{font-family:var(--font-display);font-weight:700;font-size:19px;letter-spacing:-.01em;line-height:1.3;color:var(--ink);margin:30px 0 10px;scroll-margin-top:84px;text-wrap:pretty}.guides-prose h4{font-family:var(--font-display);font-weight:600;font-size:16.5px;color:var(--ink);margin:24px 0 8px}.guides-prose p{margin:0 0 18px}.guides-prose ul,.guides-prose ol{margin:0 0 18px;padding-left:24px}.guides-prose ul{list-style:disc}.guides-prose ol{list-style:decimal}.guides-prose li{margin-bottom:8px}.guides-prose li::marker{color:var(--muted)}.guides-prose ol>li::marker{font-family:var(--font-display);font-weight:700;color:var(--ink)}.guides-prose li>p{margin-bottom:8px}.guides-prose strong{color:var(--ink);font-weight:600}.guides-prose em{color:var(--ink)}.guides-prose a{color:var(--blue);font-weight:500;text-decoration:underline;text-decoration-thickness:1px;text-decoration-color:#2563eb59;text-underline-offset:3px;transition:text-decoration-color .15s}.guides-prose a:hover{text-decoration-color:var(--blue)}.guides-prose blockquote{margin:0 0 22px;padding:14px 20px;border-left:3px solid var(--blue);background:var(--paper);border-radius:0 var(--radius) var(--radius) 0;color:var(--ink)}.guides-prose blockquote p:last-child{margin-bottom:0}.guides-prose hr{border:0;border-top:1px solid var(--line);margin:36px 0}.guides-prose img{border-radius:var(--radius);border:1px solid var(--line);background:var(--ground);margin:8px 0 22px}.guides-prose code{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.92em;background:var(--paper);border:1px solid var(--line);border-radius:4px;padding:1px 5px;color:var(--ink)}.guides-table{margin:0 0 24px;overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius);background:var(--paper)}.guides-table table{width:100%;border-collapse:collapse;font-size:14.5px;line-height:1.5}.guides-table th{text-align:left;padding:11px 14px;background:var(--ground);color:var(--ink);font-weight:600;font-size:13.5px;border-bottom:1px solid var(--line);white-space:nowrap}.guides-table td{padding:11px 14px;vertical-align:top;border-top:1px solid var(--line);color:var(--slate)}.guides-table tr:first-child td{border-top:0}.guides-table td:first-child{color:var(--ink);font-weight:500}.guides-faq{margin-top:8px}.guides-faq-cell{position:relative;padding:20px 0 14px 22px;border-top:1px solid var(--line)}.guides-faq-cell:before{content:"";position:absolute;left:0;top:-1px;width:12px;height:12px;border-top:1.5px solid var(--blue);border-left:1.5px solid var(--blue)}.guides-faq-cell:last-child{border-bottom:1px solid var(--line);padding-bottom:20px}.guides-prose .guides-faq-cell h3{margin:0 0 8px;font-size:18px}.guides-prose .guides-faq-cell>:last-child{margin-bottom:0}.guides-prose .guides-faq>h2+.guides-faq-cell{border-top-color:transparent}@media(max-width:900px){.guides-rail-grid{grid-template-columns:minmax(0,1fr);gap:28px;padding-top:32px}.guides-rail{position:static;max-height:none;overflow:visible;padding:18px 20px;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius)}.guides-rail .toc ol{border-left:0;columns:2;column-gap:24px}.guides-rail .toc li{break-inside:avoid}.guides-rail .toc a{display:flex;align-items:center;min-height:44px;padding:8px 0;margin-left:0;border-left:0}.guides-rail .toc li.sub a{padding-left:14px}.guides-rail .toc a[aria-current=true]{border-left:0}.guides-prose{font-size:16px}}@media(max-width:540px){.guides-rail .toc ol{columns:1}.guides-prose h2{font-size:22px}}.guides-after{padding:0 0 96px}.guides-after .guides-xrow{margin-top:64px}.guides-related{margin-top:56px}.guides-related h2{font-size:clamp(24px,2.4vw,30px)}.guides-related .sub{margin-top:8px;color:var(--slate)}.guides-related .guides-plat{margin-top:24px}.guides-fineprint{display:flex;align-items:flex-start;gap:14px;margin-top:56px;padding:18px 20px;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius)}.guides-fineprint>.icon{flex:none;width:18px;height:18px;margin-top:2px;color:var(--muted)}.guides-fineprint p{font-size:13px;line-height:1.6;color:var(--muted)}.guides-fineprint strong{color:var(--slate);font-weight:600}.guides-hub .guides-fineprint{margin-top:0}.guides-hub-foot{padding:40px 0 96px}@media(max-width:800px){.guides-after{padding-bottom:64px}.guides-hub-foot{padding:32px 0 64px}}.guides-nf{padding:40px 0 112px;text-align:center}.guides-nf .guides-crumbs ol{justify-content:center}.guides-nf .guides-lot-mark{position:relative;width:112px;height:84px;margin:44px auto 28px;border:1.5px solid var(--blue);display:grid;place-items:center;color:var(--blue);--inset: 0px}.guides-nf .guides-lot-mark .icon{width:32px;height:32px;stroke-width:1.5}.guides-nf h1{font-weight:800;font-size:clamp(40px,5vw,56px)}.guides-nf h2{margin-top:8px;font-family:var(--font-display);font-weight:600;font-size:clamp(20px,2.2vw,24px);color:var(--slate)}.guides-nf p{margin:14px auto 0;max-width:46ch;font-size:17px;color:var(--slate)}.guides-nf .actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:28px}@media(prefers-reduced-motion:reduce){.guides-featured:hover,.guides-featured:focus-within{transform:none}.guides-featured:hover .guides-featured-photo img,.guides-cell:hover .guides-cell-photo img{transform:none}}
