.guide-breadcrumb{display:flex;gap:.35rem;align-items:center;flex-wrap:wrap;margin-bottom:1.5rem;font-size:.75rem;color:var(--color-text-muted)}.guide-breadcrumb a:hover{color:var(--color-accent)}.guide-grid{display:flex;flex-direction:column;gap:3rem}.guide-main{width:100%;max-width:820px;min-width:0}.guide-header{border-bottom:1px solid var(--color-border);padding-bottom:1.5rem}.guide-eyebrow,.guide-disclaimer-label,.guide-kicker{font-size:.75rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--color-text-muted)}.guide-header h1{margin:.45rem 0 1rem;font-size:clamp(2rem,5vw,3rem);line-height:1.08}.guide-standfirst{max-width:68ch;font-size:1.08rem;line-height:1.7}.guide-byline{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:1rem;font-size:.8rem;color:var(--color-text-muted)}.guide-section{margin-top:2.5rem}.guide-section>h2,.guide-related>h2{border-left:3px solid var(--color-accent);padding-left:1rem;margin-bottom:1rem;font-size:clamp(1.2rem,2.8vw,1.5rem)}.guide-section h3{margin:1.5rem 0 .65rem;font-size:1.08rem}.guide-section p{max-width:68ch;margin-bottom:1rem;line-height:1.8}.guide-section ul,.guide-section ol{padding-left:1.5rem;max-width:68ch}.guide-section ul{list-style:disc outside}.guide-section ol{list-style:decimal outside}.guide-section li{margin-bottom:.45rem;line-height:1.75}.guide-section a:not(.guide-card):not(.guide-button){color:var(--color-accent);text-decoration:underline;text-underline-offset:2px}.guide-table-scroll{width:100%;overflow-x:auto;border:1px solid var(--color-border);-webkit-overflow-scrolling:touch}.guide-table{width:100%;min-width:48rem;border-collapse:collapse;font-size:.9rem;line-height:1.55}.guide-table th,.guide-table td{padding:.75rem .85rem;text-align:left;vertical-align:top;border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.guide-table th:last-child,.guide-table td:last-child{border-right:0}.guide-table tbody tr:last-child td{border-bottom:0}.guide-table th{background:var(--color-accent-light);font-weight:700;color:#0f172a}.guide-table tbody tr:nth-child(2n){background:#f8fafc}.guide-table td a{color:var(--color-accent);text-decoration:underline;text-underline-offset:2px;font-weight:600}.guide-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.guide-card{display:block;border:1px solid var(--color-border);padding:1.2rem;background:#fff}.guide-card:hover{border-color:var(--color-accent)}.guide-card h3{margin:.3rem 0 .65rem;font-size:1.1rem}.guide-card p{margin:0 0 .65rem;font-size:.9rem;line-height:1.65}.guide-card-followup{margin-top:1rem}.guide-card .guide-card-link{color:var(--color-accent);font-size:.85rem;font-weight:700}.guide-mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.guide-mini-card{border:1px solid var(--color-border);border-top:3px solid var(--color-accent);padding:1rem;background:#fff}.guide-mini-card h3{margin:0 0 .55rem;font-size:1rem}.guide-mini-card p{margin:0 0 .45rem;font-size:.85rem;line-height:1.6}.guide-mini-card .verdict{color:var(--color-text-muted)}.guide-callout{margin:1.5rem 0;padding:1rem 1.1rem;border:1px solid var(--color-border);border-left:3px solid var(--color-accent);background:#f8fafc}.guide-callout.warning{border-left-color:#9a3412;background:#fff7ed}.guide-callout p:last-child{margin-bottom:0}.guide-reviewed{margin:-.35rem 0 .75rem;font-size:.75rem;font-weight:500;color:var(--color-text-muted)}.guide-steps{display:grid;gap:.75rem;margin-top:1rem;counter-reset:guide-step}.guide-step{position:relative;padding:1rem 1rem 1rem 3.25rem;border:1px solid var(--color-border);background:#fff}.guide-step:before{counter-increment:guide-step;content:counter(guide-step);position:absolute;top:1rem;left:1rem;display:grid;place-items:center;width:1.45rem;height:1.45rem;border-radius:50%;background:var(--color-accent);color:#fff;font-size:.75rem;font-weight:700}.guide-step h3{margin:0 0 .35rem;font-size:1rem}.guide-step p{margin:0;font-size:.9rem;line-height:1.65}.guide-button{display:inline-flex;align-items:center;gap:.5rem;margin-top:.25rem;padding:.7rem .9rem;background:var(--color-accent);color:#fff;font-size:.85rem;font-weight:700}.guide-button:hover{background:var(--color-accent-dark)}.guide-disclaimer{margin-top:2rem;padding:1rem 1.1rem;border:1px solid var(--color-border);border-left:3px solid var(--color-accent);background:#f8fafc}.guide-disclaimer p:last-child{margin-top:.25rem;font-size:.82rem;line-height:1.6;color:var(--color-text-muted)}.guide-related{margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--color-border)}.guide-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;border:1px solid var(--color-border);background:var(--color-border)}.guide-related-grid a{display:flex;justify-content:space-between;gap:1rem;padding:1rem;background:#fff;font-weight:600;font-size:.9rem}.guide-related-grid a:hover{color:var(--color-accent)}@media (min-width:1024px){.guide-grid{flex-direction:row;gap:3.5rem;align-items:flex-start}}@media (max-width:760px){.guide-cards,.guide-mini-grid,.guide-related-grid{grid-template-columns:1fr}}
