/* Practical search guides, using the homepage's shared colors and type. */
.guides-section{padding:72px 0;border-top:1px solid var(--line)}
.guides-heading{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:28px}
.guides-heading .eyebrow{color:var(--muted);margin-bottom:12px}
.guides-heading h2{font-size:36px;line-height:1.12}
.guides-heading>p{max-width:350px;font-size:16px;line-height:1.65;color:var(--muted)}
.guide-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.guide-link{position:relative;display:flex;flex-direction:column;padding:27px 26px;background:#fff;border:1px solid var(--line);border-radius:18px;color:var(--ink)}
.guide-link:hover{border-color:var(--blue);background:#f2f7ff}
.guide-link>span:first-child{font-size:12px;font-weight:650;letter-spacing:.09em;color:var(--blue);margin-bottom:18px}
.guide-link h3{font-size:23px;line-height:1.2;letter-spacing:-.6px;margin-bottom:14px}
.guide-link>p{font-size:15px;line-height:1.65;color:var(--muted)}
.guide-link .guide-link-label{display:flex;align-items:center;gap:10px;margin-top:auto;padding-top:24px;font-size:14px;font-weight:600;color:var(--blue)}
.guide-hero{padding:34px 0 36px;max-width:900px}
.guide-breadcrumb{display:flex;align-items:baseline;gap:12px;font-size:13px;line-height:1.6;color:var(--muted);margin-bottom:42px}
.guide-breadcrumb>a{flex-shrink:0}
.guide-hero .eyebrow{color:var(--blue);font-size:12px}
.guide-hero h1{font-size:clamp(38px,5.1vw,64px);font-weight:650;line-height:1.06;letter-spacing:-.055em;margin:19px 0 23px;max-width:850px}
.guide-deck{font-size:21px;line-height:1.55;color:var(--muted);max-width:780px}
.guide-status{font-size:13px;line-height:1.6;color:var(--muted);max-width:740px;padding-left:14px;border-left:2px solid #b8c9e6;margin-top:22px}
.guide-figure{margin:0 0 58px;max-width:1050px}
.guide-figure img{width:100%;height:auto;border:1px solid #d3dbe8;border-radius:14px;box-shadow:0 12px 32px #172d5010}
.guide-figure figcaption{font-size:13px;line-height:1.65;color:var(--muted);padding:14px 3px 0;max-width:820px}
.guide-layout{display:grid;grid-template-columns:225px minmax(0,1fr);gap:60px;padding-bottom:80px}
.guide-toc{position:sticky;top:104px;align-self:start}
.guide-toc p{font-size:12px;letter-spacing:.12em;font-weight:650;color:var(--muted);margin-bottom:18px}
.guide-toc ol{list-style:none;padding:0;margin:0;display:grid;gap:14px}
.guide-toc a{font-size:14px;line-height:1.5;color:#4e5e73}
.guide-toc a:hover{text-decoration:underline;text-underline-offset:4px;color:var(--blue)}
.guide-toc .guide-all{display:inline-flex;gap:9px;align-items:center;min-height:44px;margin-top:24px;color:var(--blue)}
.guide-body{max-width:740px;min-width:0}
.guide-body section{margin-bottom:42px;scroll-margin-top:106px}
.guide-body h2{font-size:29px;line-height:1.2;letter-spacing:-.85px;margin-bottom:20px}
.guide-body p,.guide-body li{font-size:17px;line-height:1.8;color:#465365}
.guide-body p+p{margin-top:18px}
.guide-body strong{color:#263345;font-weight:650}
.guide-body a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}
.guide-steps{padding-left:25px;margin:22px 0 0}
.guide-steps li{padding-left:7px;margin-bottom:18px}
.guide-steps li::marker{color:var(--blue);font-weight:650}
.guide-body code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.87em;color:#244d87;overflow-wrap:anywhere;white-space:normal}
.guide-table{margin:24px 0}
.guide-table table{border-collapse:collapse;table-layout:fixed;width:100%;font-size:15px;line-height:1.65;color:#465365}
.guide-table caption{text-align:left;font-size:13px;color:var(--muted);padding-bottom:12px}
.guide-table th,.guide-table td{text-align:left;vertical-align:top;padding:14px 16px;border-bottom:1px solid var(--line);overflow-wrap:anywhere}
.guide-table th{font-weight:650;background:#eaf0f8;color:#273851}
.guide-table th:first-child{width:43%}
.guide-table td{background:#fff}
.guide-next{padding:30px;border:1px solid var(--line);border-radius:18px;background:#eef3fa;margin-top:50px}
.guide-next h2{font-size:27px}
.guide-next>a{display:block;font-size:16px;line-height:1.6;padding:12px 0}
.guide-next>a+ a{border-top:1px solid #d8e1ed}
.guide-body section:last-child{margin-bottom:0}
@media(max-width:900px){.guide-layout{grid-template-columns:190px minmax(0,1fr);gap:34px}.guide-link{padding:24px 20px}.guide-link h3{font-size:21px}}
@media(max-width:760px){.guides-section{padding:54px 0}.guides-heading{display:block}.guides-heading>p{max-width:none;margin-top:18px}.guide-links{grid-template-columns:1fr;gap:12px}.guide-link{padding:25px}.guide-link h3{font-size:25px}.guide-link>span:first-child{margin-bottom:13px}.guide-link .guide-link-label{padding-top:18px}.guide-layout{display:block;padding-bottom:54px}.guide-toc{position:static;padding-bottom:26px;border-bottom:1px solid var(--line);margin-bottom:34px}.guide-toc ol{grid-template-columns:1fr 1fr;gap:12px 24px}.guide-toc .guide-all{margin-top:14px}.guide-figure{margin-bottom:38px}.guide-body{max-width:none}.guide-deck{font-size:19px}.guide-breadcrumb{margin-bottom:30px}.guide-body p,.guide-body li{font-size:16px}.guide-body h2{font-size:27px}}
@media(max-width:520px){.guides-heading h2{font-size:32px}.guides-heading>p{font-size:16px}.guide-hero{padding-top:25px;padding-bottom:28px}.guide-hero h1{font-size:39px;line-height:1.08}.guide-deck{font-size:18px;line-height:1.6}.guide-hero .eyebrow{font-size:12px;letter-spacing:.12em}.guide-breadcrumb{font-size:12px;gap:9px}.guide-status{font-size:13px}.guide-figure img{border-radius:9px}.guide-figure figcaption{font-size:12px}.guide-toc ol{grid-template-columns:1fr;gap:11px}.guide-body section{margin-bottom:33px}.guide-body h2{font-size:26px}.guide-steps{padding-left:20px}.guide-steps li{padding-left:3px}.guide-table th,.guide-table td{padding:12px 9px}.guide-table table{font-size:14px}.guide-next{padding:22px}.guide-next>a{font-size:15px}}
@media print{.guide-page .site-header,.guide-page .site-footer,.guide-toc,.guide-next{display:none}.guide-layout{display:block}.guide-body{max-width:none}.guide-hero h1{font-size:36px}.guide-hero{padding:0 0 24px}.guide-figure{max-width:600px}.guide-body h2{break-after:avoid}.guide-steps li{break-inside:avoid}}
