@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap";:root{--alpha:#667eea;--alpha-dark:#5a67d8;--alpha-light:#a3bffa;--heading:#2d3748;--text:#718096;--article:#4a5568;--bg:#f8f8f8;--white:#fff;--line:#e2e8f0;--omega:#a0aec0;--omega-dark:#718096;--shadow:0 10px 30px #2d374814;--radius:12px;--pagefind-ui-primary:var(--alpha);--pagefind-ui-text:var(--heading);--pagefind-ui-background:var(--white);--pagefind-ui-border:var(--line);--pagefind-ui-font:Inter, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);background:var(--bg);margin:0;font-family:Inter,sans-serif;font-size:16px;line-height:1.7}img{filter:none;max-width:100%;height:auto;display:block}.brand img,.home-content img,.post-body img,.page-content img{filter:none}a{color:var(--alpha);text-decoration:none}a:hover{color:var(--alpha-dark)}h1,h2,h3,h4,h5,h6{color:var(--heading);margin:0 0 .6em;font-family:Inter,sans-serif;font-weight:700;line-height:1.25}h1{font-size:clamp(1.8rem,4vw,2.6rem)}.sr-only{clip:rect(0,0,0,0);width:1px;height:1px;position:absolute;overflow:hidden}.skip-link{z-index:100;background:var(--white);color:var(--heading);padding:.7rem 1rem;position:fixed;top:-5rem;left:1rem}.skip-link:focus{top:1rem}.site-header{z-index:20;background:var(--white);border-bottom:1px solid var(--line);position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:1.25rem;width:min(1140px,100% - 2rem);min-height:80px;margin:auto;display:flex}.brand img{filter:none;width:auto;height:42px}.site-nav{flex-wrap:wrap;align-items:center;gap:.85rem;display:flex}.site-nav a{color:var(--heading);font-size:.85rem;font-weight:600;text-decoration:none}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--alpha)}.site-nav .nav-search{color:#fff;background:var(--alpha);border-radius:999px;padding:.4rem .85rem}.site-nav .nav-search:hover{background:var(--alpha-dark);color:#fff}.menu-toggle{background:0 0;border:0;padding:.6rem;display:none}.menu-toggle>span:not(.sr-only){background:var(--heading);width:26px;height:2px;margin:5px;display:block}.inner-header{background:var(--white);border-bottom:1px solid var(--line)}.inner-header-inner{width:min(900px,100% - 2rem);margin:auto;padding:2.4rem 0 1.6rem}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--alpha);margin:0 0 .4rem;font-size:.75rem}.content-shell{width:min(900px,100% - 2rem);margin:1.5rem auto 5rem}.prose,.search-panel,.stub-panel{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);margin:auto;padding:clamp(1.4rem,4vw,2.8rem)}.button{color:#fff;background:var(--alpha);border-radius:.25em;padding:.75rem 1.4rem;font-weight:700;display:inline-block}.button:hover{background:var(--alpha-dark);color:#fff}.link-list{gap:.7rem;padding-left:1.2rem;display:grid}.search-panel{min-height:280px}.site-footer{background:var(--white);color:var(--text);border-top:1px solid var(--line)}.footer-inner{grid-template-columns:1.2fr 1fr 1fr;gap:2rem;width:min(1140px,100% - 2rem);margin:auto;padding:2.4rem 0;display:grid}.footer-brand p{margin:.4rem 0}.footer-heading{color:var(--heading);margin:0 0 .6rem;font-weight:700}.footer-inner nav{flex-direction:column;gap:.45rem;display:flex}.footer-inner a{color:var(--text)}.footer-inner a:hover{color:var(--alpha)}.page-content{background:var(--bg)}.home-content{position:relative}.home-bg{opacity:.35;pointer-events:none;z-index:0;background:url(/assets/background.png) 100% 0/contain no-repeat;width:min(720px,70vw);height:70vh;position:absolute;inset:-4rem 0 auto auto}.post-listing,.post-paper,.author-card,.related-posts{z-index:1;width:min(1140px,100% - 2rem);margin:auto;position:relative}.listing-header{padding:2.4rem 0 1rem}.collection-count{background:var(--alpha);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:2.4rem;height:2.4rem;font-weight:700;display:inline-flex}.post-cards{gap:1.4rem;padding-bottom:2rem;display:grid}.post-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);grid-template-columns:minmax(0,220px) minmax(0,1fr);gap:1.2rem;padding:1.2rem;display:grid}.post-card-media img{object-fit:cover;border-radius:8px;width:100%;height:160px}.post-card-category{text-transform:uppercase;letter-spacing:.04em;margin:0 0 .4rem;font-size:.8rem;font-weight:700}.post-card-title{margin:0 0 .5rem;font-size:1.25rem}.post-card-title a{color:var(--heading)}.post-card-excerpt{color:var(--text);margin:0 0 1rem}.post-card-meta{color:var(--omega-dark);flex-wrap:wrap;align-items:center;gap:.8rem 1.2rem;font-size:.9rem;display:flex}.post-card-author{color:var(--heading);align-items:center;gap:.5rem;display:flex}.post-card-author img{object-fit:cover;border-radius:50%;width:36px;height:36px}.pagination{background:var(--white);max-width:500px;box-shadow:var(--shadow);border-radius:999px;justify-content:space-between;align-items:center;gap:1rem;margin:0 auto 4rem;padding:.6rem 1rem;display:flex}.page-status{color:var(--heading);margin:0}.page-prev,.page-next{font-weight:700}.post-paper{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);margin-top:2rem;margin-bottom:2rem;padding:clamp(1.4rem,4vw,2.8rem)}.post-hero-image{margin:-1rem -1rem 1.4rem}.post-hero-image img{object-fit:cover;border-radius:var(--radius) var(--radius) 0 0;width:100%;max-height:420px}.post-byline{color:var(--text)}.post-byline .read-time{color:#f56565}.post-body{color:var(--article)}.post-body p{margin:0 0 1rem}.post-body img{margin:1rem 0}.author-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);grid-template-columns:180px 1fr;gap:1.4rem;margin:1.5rem auto;padding:1.4rem;display:grid}.author-avatar img{object-fit:cover;border-radius:16px;width:160px;height:160px}.author-role{color:var(--omega-dark);font-weight:700}.author-social{gap:.35rem;padding:0;list-style:none;display:grid}.author-meta{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.related-posts{padding-bottom:4rem}@media (width<=900px){.menu-toggle{display:block}.site-nav{background:#fff;flex-direction:column;align-items:stretch;padding:1rem;display:none;position:absolute;inset:80px 0 auto}.site-nav.is-open{display:flex}.footer-inner,.post-card,.author-card,.author-meta{grid-template-columns:1fr}.post-card-media img{height:auto}}
