.guide-hub{padding-top:64px;padding-bottom:90px;max-width:1160px}
.guide-hub-heading{max-width:850px;margin-bottom:44px}
.guide-hub-heading h1{font-size:clamp(2.25rem,4.8vw,4.4rem);line-height:1.25;letter-spacing:-.025em;margin:22px 0}
.guide-hub-heading>p:last-of-type{color:var(--muted);font-size:1.125rem;line-height:1.9}
.guide-categories{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.guide-categories a{padding:10px 22px;border:1px solid var(--line);border-radius:99px;background:#fff;font-size:1rem}
.guide-categories a:hover{color:#fff;background:var(--blue);border-color:var(--blue)}
.guide-hub-note{background:#e1f1f3;border-left:3px solid var(--blue);padding:22px 26px;max-width:900px;font-size:1rem;line-height:1.9}
.guide-hub-note p{margin-top:4px;color:#3e585f}
.guide-group{margin-top:52px;scroll-margin-top:100px}
.guide-group-heading{display:flex;gap:20px;align-items:center;margin-bottom:20px}
.guide-group-heading h2{font-size:1.6rem;letter-spacing:0}
.guide-group-heading>span{font-size:.875rem;color:var(--muted)}
.guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.guide-card{display:flex;flex-direction:column;padding:28px;border:1px solid var(--line);border-radius:16px;background:#fff;transition:border-color .2s,transform .2s}
.guide-card:hover{transform:translateY(-3px);border-color:var(--blue)}
.guide-card>span{font-size:.875rem;color:var(--blue)}
.guide-card h3{font-size:1.35rem;line-height:1.65;margin:12px 0}
.guide-card p{color:var(--muted);font-size:1rem;line-height:1.9;margin-bottom:26px}
.guide-card b{font-size:.9375rem;margin-top:auto;color:var(--blue);display:flex;justify-content:space-between;gap:14px}
.guide-byline{font-size:.875rem;color:var(--muted);line-height:1.8}
.guide-body{min-width:0}
.guide-body section{scroll-margin-top:105px;margin-bottom:36px}
.guide-body section>h2:first-child{margin-top:0}
.guide-body li{font-size:1.0625rem;line-height:1.95;color:#3e585f;margin:10px 0}
.guide-body ul{padding-left:24px}
.guide-body a:not(.related-articles a){color:var(--blue);text-decoration:underline;text-underline-offset:3px}
.guide-answer{padding:26px;background:#e1f1f3;border-radius:12px;border-left:3px solid var(--blue)}
.guide-answer p{margin-bottom:0}
.guide-steps{padding-left:25px}
.guide-steps h3{font-size:1.125rem;color:var(--ink)}
.guide-steps p{margin-top:5px}
.guide-prompt-heading{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap}
.guide-prompt-heading h2{margin:0}
.guide-copy{border:1px solid #bfd9d9;background:#fff;border-radius:8px;color:var(--blue);padding:9px 15px;cursor:pointer;font:inherit;font-size:.875rem}
.guide-body pre{white-space:pre-wrap;overflow-wrap:anywhere;font-size:1rem;font-family:inherit;line-height:1.9;padding:24px;border:1px solid var(--line);border-radius:12px;background:#fff;margin-top:16px}
.guide-body .copy-status{font-size:.875rem;min-height:1.7em;margin:6px 0;color:var(--blue)}
.guide-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:12px;background:#fff}
.guide-body table{border-collapse:collapse;width:100%;font-size:.9375rem;line-height:1.8}
.guide-body th,.guide-body td{padding:15px;text-align:left;border-bottom:1px solid var(--line);min-width:115px;vertical-align:top;overflow-wrap:anywhere}
.guide-body th{background:#e9f4f2;font-weight:600}
.guide-body tbody tr:last-child td{border-bottom:0}
.guide-faq{border-bottom:1px solid var(--line);padding:18px 0;font-size:1rem}
.guide-faq summary{cursor:pointer;font-weight:600;line-height:1.8}
.guide-boundary{border-top:1px solid var(--line);padding-top:26px}
.guide-boundary h2{font-size:1.125rem}
.guide-body .guide-boundary p{font-size:.9375rem;color:var(--muted)}
.guide-footer{display:flex;align-items:flex-start;gap:26px;flex-wrap:wrap}
.guide-footer nav{display:flex;gap:22px;flex-wrap:wrap;margin-left:auto;font-size:.9375rem}
.guide-footer>p{flex-basis:100%;font-size:.875rem;color:var(--muted);line-height:1.9}
@media(max-width:680px){.guide-hub{padding-top:36px}.guide-grid{grid-template-columns:1fr}.guide-card{padding:22px}.guide-answer{padding:20px}.guide-footer nav{margin-left:0}.guide-body pre{padding:18px}.guide-hub-note{padding:18px}.guide-categories{gap:8px}.guide-categories a{padding:8px 17px}.guide-body th,.guide-body td{padding:12px}.guide-card h3{font-size:1.2rem}}
@media(prefers-reduced-motion:reduce){.guide-card{transition:none}.guide-card:hover{transform:none}}
