.resourceArticle,.resourcesPage{min-height:100vh;background:var(--paper);color:var(--text-dark)}.resourcesShell{width:min(100% - 2.5rem,var(--container-wide));margin:0 auto;padding-bottom:5rem}@media (min-width:768px){.resourcesShell{width:min(100% - 4rem,var(--container-wide));padding-bottom:6.5rem}}.resourcesIndex{padding:0 0 1rem}.resourcesList{list-style:none;margin:0;padding:0;display:grid;gap:1.25rem}.resourcesListItem{margin:0}.resourcesGuideLink{display:block;height:100%;padding:1.5rem 1.35rem;text-decoration:none;color:inherit;background:rgba(255,255,255,.72);border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.resourcesGuideLink:hover{border-color:rgba(22,22,24,.22);box-shadow:var(--card-shadow-hover);transform:translateY(-2px)}.resourcesGuideLink:focus-visible{outline:2px solid var(--brand-blue);outline-offset:3px}.resourcesGuideTitle{margin:0 0 .85rem;font-size:clamp(1.2rem,2.2vw,1.4rem);font-weight:700;line-height:1.3;letter-spacing:-.02em;color:var(--text-dark)}.resourcesGuideDesc{margin:0 0 1.25rem;font-size:1rem;line-height:1.65;color:var(--text-dark-muted)}.resourcesGuideCta{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--ink)}.resourceArticleInner{width:min(100% - 2.5rem,40rem);margin:0 auto;padding:4.5rem 0 5rem}@media (min-width:768px){.resourceArticleInner{padding:5.5rem 0 6.5rem}}.resourceHero{padding-bottom:2.75rem;margin-bottom:2.75rem;border-bottom:1px solid var(--border-light);text-align:center}.resourceEyebrow{margin:0 auto}.resourceH1{margin:1.1rem auto 0;max-width:18ch;font-family:var(--font-display);font-size:clamp(2.1rem,4.6vw,3.4rem);font-weight:400;line-height:1.05;letter-spacing:-.045em;color:var(--text-dark);text-wrap:balance}.resourceMeta{margin:1.15rem 0 0;color:var(--text-dark-muted);font-size:.8rem;font-weight:600;letter-spacing:.04em}.resourceSummary{margin:1.5rem auto 0;max-width:36rem;font-size:1.08rem;line-height:1.75;color:var(--text-dark-muted)}.resourceSection+.resourceSection{margin-top:2.75rem;padding-top:2.75rem;border-top:1px solid rgba(22,22,24,.08)}.resourceSectionH2{margin:0 0 1rem;font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.15rem);font-weight:400;letter-spacing:-.04em;line-height:1.08;color:var(--text-dark)}.resourceSectionBody{margin:0;font-size:1.05rem;line-height:1.8;color:var(--text-dark-muted)}.resourceFaq{margin-top:3.25rem;padding-top:3.25rem;border-top:1px solid var(--border-light)}.resourceFaqH2{margin:0 0 1.75rem;font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.15rem);font-weight:400;letter-spacing:-.04em;line-height:1.08;color:var(--text-dark)}.resourceFaqList{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.75rem}.resourceFaqItem{padding-bottom:1.75rem;border-bottom:1px solid var(--border-light)}.resourceFaqItem:last-child{padding-bottom:0;border-bottom:none}.resourceFaqQ{margin:0 0 .65rem;font-size:1.05rem;font-weight:700;line-height:1.4;color:var(--text-dark)}.resourceFaqA{margin:0;font-size:1.0125rem;line-height:1.7;color:var(--text-dark-muted)}@media (min-width:768px){.resourcesList{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.35rem}}@media (prefers-reduced-motion:reduce){.resourcesGuideLink{transition:none}.resourcesGuideLink:hover{transform:none}}