@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&family=DM+Serif+Display&display=swap";:root{color-scheme:light;--water-deep: #0d3b66;--water-mid: #1a5fa3;--water-soft: #d6e9f8;--water-pale: #eef6fd;--stone: #3d3d3a;--stone-mid: #696965;--stone-light: #b8b6b0;--cream: #fafaf7;--white: #ffffff;--moss: #2e5e1e;--moss-light: #eaf2e5;--border: rgba(13, 59, 102, .12);--shadow-soft: 0 16px 40px rgba(13, 59, 102, .08);--container: 1080px;--radius: 8px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:linear-gradient(180deg,#d6e9f89e,#fafaf700 420px),var(--cream);color:var(--stone);font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.65}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:3px solid rgba(77,200,160,.32);outline-offset:3px}h1,h2,h3,p{margin:0}h1,h2,h3{color:var(--water-deep);font-family:"DM Serif Display",Georgia,serif;font-weight:400;letter-spacing:0}.blog-shell{width:min(100% - 32px,var(--container));margin:0 auto;padding:24px 0 56px}.topbar{display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:1.5rem;border-bottom:1px solid var(--border);padding:0 0 1rem}.brand,.topbar nav,.footer{display:flex;align-items:center}.brand{gap:.65rem;color:var(--water-deep);font-family:"DM Serif Display",Georgia,serif;font-size:1.45rem}.brand img{width:34px;height:34px;border-radius:var(--radius)}.topbar nav{flex-wrap:wrap;justify-content:flex-end;gap:1.4rem;color:var(--stone-mid);font-size:.92rem;font-weight:600}.topbar nav a:hover,.topbar nav a:focus-visible,.post-card h3 a:hover,.footer a:hover{color:var(--water-mid)}.intro,.topics,.posts,.soft-cta,.not-found{padding:5rem 0}.intro{max-width:820px}.eyebrow{margin:0 0 1rem;color:var(--water-mid);font-size:.72rem;font-weight:700;letter-spacing:0;text-transform:uppercase}.intro h1,.not-found h1{max-width:820px;font-size:clamp(2.45rem,6vw,4.9rem);line-height:.98}.intro>p:last-child,.not-found p{max-width:680px;margin-top:1.2rem;color:var(--stone-mid);font-size:1.08rem;font-weight:300;line-height:1.75}.topics,.soft-cta,.posts{border-top:1px solid var(--border)}.section-heading{display:flex;flex-direction:column;gap:.65rem}.section-heading h2,.soft-cta h2{max-width:760px;font-size:clamp(1.9rem,3.6vw,3rem);line-height:1.12}.topic-grid,.post-list{display:grid;gap:1.1rem}.topic-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:2rem}.post-list{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1.2rem}.post-tools{display:grid;gap:1rem;margin-top:2rem}.search-field{display:grid;gap:.45rem;max-width:560px}.search-field span{color:var(--water-deep);font-size:.88rem;font-weight:700}.search-field input{width:100%;min-height:48px;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);padding:.8rem .95rem;color:var(--stone);font:inherit;box-shadow:var(--shadow-soft)}.search-field input::placeholder{color:var(--stone-light)}.search-field input:focus{border-color:#1a5fa36b;outline:3px solid rgba(26,95,163,.14)}.category-filters{display:flex;flex-wrap:wrap;gap:.55rem}.filter-chip{min-height:38px;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);padding:.45rem .75rem;color:var(--water-deep);cursor:pointer;font:inherit;font-size:.9rem;font-weight:700}.filter-chip:hover,.filter-chip:focus-visible,.filter-chip[aria-pressed=true]{border-color:var(--water-deep);background:var(--water-deep);color:var(--white)}.post-results-summary{color:var(--stone-mid);font-size:.92rem;font-weight:700}.empty-post-results{border:1px solid var(--border);border-radius:var(--radius);background:var(--white);margin-top:1.2rem;padding:1.5rem;box-shadow:var(--shadow-soft)}.empty-post-results h3{font-family:DM Sans,system-ui,sans-serif;font-size:1.1rem;font-weight:700}.empty-post-results p{margin-top:.45rem;color:var(--stone-mid)}.topic-grid article,.post-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow-soft)}.topic-grid article{padding:1.5rem}.topic-grid h3,.post-card h3{font-family:DM Sans,system-ui,sans-serif;font-size:1.15rem;font-weight:700;line-height:1.25}.topic-grid p,.post-card p{margin-top:.8rem;color:var(--stone-mid)}.post-card{overflow:hidden}.post-card-image{display:block;aspect-ratio:16 / 9;overflow:hidden;background:var(--water-pale)}.post-card-image img,.article-cover{width:100%;height:100%;object-fit:cover}.post-card-content{padding:1.55rem}.post-meta,.tag-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.post-meta{margin-bottom:.95rem;color:var(--moss);font-size:.84rem;font-weight:700}.post-meta span:not(:last-child):after{content:"/";margin-left:.5rem;color:var(--stone-light)}.tag-row{margin-top:1rem}.tag-row span{border-radius:var(--radius);background:var(--moss-light);padding:.35rem .55rem;color:var(--moss);font-size:.82rem;font-weight:700}.soft-cta{display:flex;align-items:center;justify-content:space-between;gap:2rem}.soft-cta a,.not-found a{display:inline-flex;min-height:48px;align-items:center;justify-content:center;border-radius:var(--radius);background:var(--water-deep);padding:.85rem 1.45rem;color:var(--white);font-weight:600;white-space:nowrap}.article{max-width:760px;margin:0 auto;padding:5rem 0}.back-link{display:inline-flex;margin-bottom:2rem;color:var(--water-mid);font-weight:700}.article-header{border-bottom:1px solid var(--border);padding-bottom:2rem}.article-header h1{font-size:clamp(2.35rem,5.4vw,4.35rem);line-height:1.02}.article-header>p:not(.eyebrow){margin-top:1.2rem;color:var(--stone-mid);font-size:1.12rem;font-weight:300;line-height:1.75}.article-header .post-meta{margin:1.4rem 0 0}.article-cover{aspect-ratio:16 / 9;border-radius:var(--radius);margin-top:2rem;box-shadow:var(--shadow-soft)}.article-body{padding-top:2rem;color:var(--stone);font-size:1.08rem;line-height:1.82}.article-body>*+*{margin-top:1.25rem}.article-body h2,.article-body h3{margin-top:2.2rem;font-family:DM Sans,system-ui,sans-serif;font-weight:700;line-height:1.25}.article-body h2{font-size:1.65rem}.article-body h3{font-size:1.3rem}.article-body a{color:var(--water-mid);font-weight:700;text-decoration:underline;text-underline-offset:.18em}.article-body ul,.article-body ol{padding-left:1.35rem}.article-body blockquote{border-left:4px solid var(--water-mid);margin-left:0;padding:.4rem 0 .4rem 1.2rem;color:var(--stone-mid)}.article-body code{border-radius:6px;background:var(--water-pale);padding:.12rem .32rem;color:var(--water-deep);font-size:.94em}.article-body pre{overflow-x:auto;border-radius:var(--radius);background:var(--water-deep);padding:1rem;color:var(--white)}.article-body pre code{background:transparent;color:inherit;padding:0}.article-body img{border-radius:var(--radius);margin:2rem auto}.not-found{max-width:680px}.not-found a{margin-top:1.5rem}.marketing-consent{position:fixed;right:1rem;bottom:1rem;left:1rem;z-index:50;display:flex;width:min(calc(100% - 2rem),860px);align-items:flex-end;justify-content:space-between;gap:1.5rem;margin:0 auto;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow-soft);padding:1rem}.marketing-consent h2{margin:0 0 .25rem;color:var(--water-deep);font-family:DM Sans,system-ui,sans-serif;font-size:1rem;font-weight:700}.marketing-consent p{color:var(--stone-mid);font-size:.92rem;line-height:1.5}.marketing-consent-options,.marketing-consent-actions{display:flex;flex-wrap:wrap;gap:.75rem}.marketing-consent-options{margin-top:.75rem}.marketing-consent-options label{display:inline-flex;align-items:center;gap:.4rem;color:var(--stone);font-size:.9rem;font-weight:600}.marketing-consent-actions button{border:1px solid var(--border);border-radius:var(--radius);background:var(--white);padding:.65rem .9rem;color:var(--water-deep);font:inherit;font-weight:700}.marketing-consent-actions button:last-child{border-color:var(--water-deep);background:var(--water-deep);color:var(--white)}.footer{justify-content:space-between;gap:1rem;border-top:1px solid var(--border);padding-top:1.5rem;color:var(--stone-mid);font-size:.92rem}.footer a{color:var(--water-deep);font-weight:700}@media(max-width:760px){.marketing-consent{align-items:stretch;flex-direction:column}.blog-shell{width:min(100% - 32px,var(--container));padding-top:16px}.topbar,.soft-cta,.footer{align-items:flex-start;flex-direction:column}.topbar nav{justify-content:flex-start;gap:1rem}.intro,.topics,.posts,.soft-cta,.not-found,.article{padding:3.4rem 0}.topic-grid,.post-list{grid-template-columns:1fr}.intro h1,.article-header h1,.not-found h1{line-height:1.04}.post-meta{align-items:flex-start;flex-direction:column;gap:.25rem}.post-meta span:not(:last-child):after{content:"";margin:0}}
