.resource-root{height:100vh;min-height:100vh;overflow-y:auto;color:var(--resource-text);background:var(--resource-bg);font-family:var(--resource-body-font);line-height:1.6}.resource-root *,.resource-root *:before,.resource-root *:after{box-sizing:border-box}.resource-root a{color:inherit}.resource-header{position:sticky;z-index:20;top:0;display:flex;align-items:center;justify-content:space-between;min-height:72px;padding:0 clamp(1.25rem,5vw,5rem);border-bottom:1px solid color-mix(in srgb,var(--resource-border),transparent 20%);background:color-mix(in srgb,var(--resource-bg),transparent 8%);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.resource-brand{display:inline-flex;gap:.7rem;align-items:center;font-weight:700;text-decoration:none}.resource-brand-mark{display:grid;width:2rem;height:2rem;place-items:center;color:var(--resource-accent-contrast);background:var(--resource-accent);border-radius:50%}.resource-app-link{font-size:.9rem;font-weight:700;color:var(--resource-accent)!important;text-decoration:none}.resource-hero{max-width:960px;margin:0 auto;padding:clamp(5rem,11vw,9rem) 1.5rem clamp(3.5rem,7vw,6rem);text-align:center}.resource-eyebrow{margin-bottom:1rem;color:var(--resource-accent);font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.resource-hero h1,.resource-article-header h1{margin:0;font-family:var(--resource-heading-font);font-size:clamp(3.2rem,8vw,6.8rem);font-weight:400;line-height:.98;letter-spacing:-.035em}.resource-hero>p:not(.resource-eyebrow){max-width:650px;margin:1.5rem auto 0;color:var(--resource-muted);font-size:clamp(1.05rem,2vw,1.3rem)}.resource-active-tag{margin-top:1.5rem;padding:.5rem .85rem;color:var(--resource-accent);border:1px solid var(--resource-border);border-radius:999px;background:var(--resource-surface);cursor:pointer}.resource-list{max-width:1280px;min-height:30vh;margin:0 auto;padding:0 clamp(1.25rem,4vw,3.5rem) 6rem}.resource-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.2rem,2.5vw,2.25rem)}.resource-card{overflow:hidden;border:1px solid var(--resource-border);border-radius:var(--resource-radius);background:var(--resource-surface);box-shadow:0 1.2rem 3rem color-mix(in srgb,var(--resource-text),transparent 94%);transition:transform .2s ease,box-shadow .2s ease}.resource-card:hover{transform:translateY(-4px);box-shadow:0 1.6rem 3.5rem color-mix(in srgb,var(--resource-text),transparent 89%)}.resource-card-cover{display:block;overflow:hidden;aspect-ratio:16 / 10;background:color-mix(in srgb,var(--resource-accent),var(--resource-bg) 80%)}.resource-card-cover img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.resource-card:hover .resource-card-cover img{transform:scale(1.025)}.resource-card-placeholder{display:grid;width:100%;height:100%;place-items:center;color:var(--resource-accent);font-size:3rem}.resource-card-body{padding:1.4rem 1.45rem 1.55rem}.resource-card time,.resource-byline{color:var(--resource-muted);font-size:.82rem}.resource-card h2{margin:.55rem 0 .7rem;font-family:var(--resource-heading-font);font-size:2rem;font-weight:400;line-height:1.06}.resource-card h2 a{text-decoration:none}.resource-card p{margin:0;color:var(--resource-muted);display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.resource-tags{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1rem}.resource-tags button,.resource-tags a{padding:.2rem .5rem;color:var(--resource-accent);border:0;border-radius:999px;background:color-mix(in srgb,var(--resource-accent),transparent 91%);font:inherit;font-size:.75rem;text-decoration:none;cursor:pointer}.resource-state{display:grid;min-height:240px;place-items:center;color:var(--resource-muted);text-align:center}.resource-error{color:#9d3428}.resource-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:3rem;color:var(--resource-muted)}.resource-pagination button{padding:.65rem 1rem;color:var(--resource-accent);border:1px solid var(--resource-border);border-radius:999px;background:var(--resource-surface);cursor:pointer}.resource-pagination button:disabled{opacity:.4;cursor:default}.resource-article-main{min-height:75vh}.resource-article{max-width:1180px;margin:0 auto;padding:clamp(3rem,8vw,7rem) clamp(1.25rem,4vw,3rem) 6rem}.resource-article-header{max-width:900px;margin:0 auto 3rem;text-align:center}.resource-back{display:inline-block;margin-bottom:2.5rem;color:var(--resource-accent)!important;font-size:.9rem;font-weight:700;text-decoration:none}.resource-article-header .resource-tags{justify-content:center;margin:0 0 1.2rem}.resource-article-header h1{font-size:clamp(3rem,7vw,6rem)}.resource-article-lead{max-width:760px;margin:1.5rem auto 1rem;color:var(--resource-muted);font-size:clamp(1.1rem,2vw,1.35rem)}.resource-article-cover{display:block;width:100%;max-height:620px;margin:0 auto 4rem;object-fit:cover;border-radius:var(--resource-radius)}.resource-article-layout{display:grid;grid-template-columns:210px minmax(0,720px);gap:clamp(2rem,5vw,5rem);justify-content:center}.resource-toc{position:sticky;top:105px;align-self:start;padding-left:1rem;border-left:2px solid var(--resource-border);font-size:.82rem}.resource-toc strong{display:block;margin-bottom:.8rem}.resource-toc nav{display:grid;gap:.55rem}.resource-toc a{color:var(--resource-muted);line-height:1.35;text-decoration:none}.resource-toc a:hover{color:var(--resource-accent)}.resource-toc .is-sub{padding-left:.8rem;font-size:.75rem}.resource-markdown{min-width:0;font-family:var(--resource-body-font);font-size:1.08rem;line-height:1.82}.resource-markdown>:first-child{margin-top:0}.resource-markdown h2,.resource-markdown h3{scroll-margin-top:100px;color:var(--resource-text);font-family:var(--resource-heading-font);font-weight:400;line-height:1.1}.resource-markdown h2{margin:3.2rem 0 1rem;font-size:2.6rem}.resource-markdown h3{margin:2.3rem 0 .8rem;font-size:1.8rem}.resource-markdown p,.resource-markdown ul,.resource-markdown ol{margin:1.1rem 0}.resource-markdown a{color:var(--resource-accent);text-decoration-thickness:1px;text-underline-offset:3px}.resource-markdown img{max-width:100%;height:auto;border-radius:var(--resource-radius)}.resource-markdown blockquote{margin:2rem 0;padding:.25rem 0 .25rem 1.4rem;color:var(--resource-muted);border-left:3px solid var(--resource-accent);font-family:var(--resource-heading-font);font-size:1.45rem}.resource-markdown pre{overflow-x:auto;padding:1.2rem;color:#f5f5f5;background:#17221d;border-radius:var(--resource-radius)}.resource-markdown code:not(pre code){padding:.12rem .35rem;background:color-mix(in srgb,var(--resource-accent),transparent 91%);border-radius:.3rem}.resource-markdown table{display:block;overflow-x:auto;width:100%;border-collapse:collapse}.resource-markdown th,.resource-markdown td{padding:.65rem;border:1px solid var(--resource-border);text-align:left}.resource-cta{display:flex;align-items:center;justify-content:space-between;gap:2rem;max-width:900px;margin:5rem auto 0;padding:clamp(1.5rem,4vw,3rem);color:var(--resource-accent-contrast);background:var(--resource-accent);border-radius:var(--resource-radius)}.resource-cta .resource-eyebrow{margin:0 0 .4rem;color:color-mix(in srgb,var(--resource-accent-contrast),transparent 25%)}.resource-cta h2{margin:0;font-family:var(--resource-heading-font);font-size:clamp(2rem,4vw,3.2rem);font-weight:400}.resource-cta>a{flex:0 0 auto;padding:.8rem 1.1rem;color:var(--resource-accent)!important;border-radius:999px;background:var(--resource-accent-contrast);font-weight:800;text-decoration:none}.resource-footer{display:flex;justify-content:space-between;gap:2rem;padding:2rem clamp(1.25rem,5vw,5rem);color:var(--resource-muted);border-top:1px solid var(--resource-border);font-size:.82rem}.resource-footer a{font-weight:700;text-decoration:none}@media(max-width:900px){.resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.resource-article-layout{display:block}.resource-toc{position:static;margin-bottom:2.5rem;padding:1rem;border:1px solid var(--resource-border);border-radius:var(--resource-radius)}}@media(max-width:620px){.resource-header{min-height:62px}.resource-app-link span{display:none}.resource-grid{grid-template-columns:1fr}.resource-hero{padding-top:4.5rem}.resource-cta,.resource-footer{align-items:flex-start;flex-direction:column}.resource-pagination{gap:.5rem;font-size:.8rem}}@media(prefers-reduced-motion:reduce){.resource-card,.resource-card-cover img{transition:none}.resource-card:hover{transform:none}}
