:root{--bg: #ffffff;--fg: #111;--muted: #555;--link: #0b66c3;--accent: #0b66c3}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font:16px/1.6 system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;color:var(--fg);background:var(--bg)}a{color:var(--link)}.container{width:min(1100px, 92vw);margin:2rem auto}.skip-link{position:absolute;left:-9999px;top:-9999px}.skip-link:focus{left:0;top:0;background:#fff;border:2px solid var(--accent);padding:.5rem 1rem;z-index:1000}.sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;clip-path:inset(50%) !important;white-space:nowrap !important;border:0 !important}.site-header{border-bottom:1px solid #eee}.header-top{display:grid;grid-template-columns:auto auto 1fr;gap:.75rem;align-items:center;padding:0.75rem min(1100px, 4vw)}.logo img{height:clamp(40px, 6vw, 64px);width:auto;display:block}@media (max-width: 520px){.logo img{height:40px}}.site-title{font-weight:700;font-size:1.125rem}.header-nav{border-top:1px solid #eee}.header-nav ul{margin:0;padding:0 min(1100px, 4vw);list-style:none;display:flex;gap:1rem;flex-wrap:wrap}.header-nav a{display:block;padding:.75rem 0;text-decoration:none}.header-nav a[aria-current="page"]{font-weight:700}.site-footer{border-top:1px solid #eee;padding:1.5rem min(1100px, 4vw);color:var(--muted)}.site-footer .social{list-style:none;display:flex;gap:1rem;margin:.5rem 0 0;padding:0}.grid{display:grid;gap:1rem}.grid-2{grid-template-columns:repeat(auto-fit, minmax(280px, 1fr))}.list-unstyled{list-style:none;margin:0;padding:0}:focus-visible{outline:3px solid #f8b700;outline-offset:2px}@media (prefers-reduced-motion: reduce){*{animation:none !important;scroll-behavior:auto}}.pub-list{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.pub-item{padding:.5rem 0;border-bottom:1px solid #eee}.pub-item:last-child{border-bottom:0}.pub-title{margin:0 0 .125rem 0;font-size:1rem}.pub-meta{margin:0;color:var(--muted)}.pub-links{margin:.25rem 0 0;font-size:.95rem}.person-card{display:grid;grid-template-columns:96px 1fr;gap:1rem;padding:1rem 0;border-bottom:1px solid #eee}.person-card:last-child{border-bottom:1px solid #eee}.person-photo{width:96px;height:96px}.person-photo img{width:100%;height:100%;object-fit:cover;border-radius:12px;display:block}.person-text{min-width:0}.person-text .row1{margin:0;font-weight:600}.person-text .row1 a{text-decoration:none}.person-text .row1 a:hover,.person-text .row1 a:focus{text-decoration:underline}.person-text .row2{margin:.125rem 0 0;color:var(--muted)}.people-grid{display:grid;grid-template-columns:repeat(2, minmax(380px, 1fr));gap:1.25rem 2rem}.person-text .row1,.person-text .row2{white-space:nowrap}@media (max-width: 900px){.people-grid{grid-template-columns:1fr}.person-text .row1,.person-text .row2{white-space:normal}}@media (max-width: 520px){.person-card{grid-template-columns:72px 1fr}.person-photo{width:72px;height:72px}}.media-list,.post-list{list-style:none;margin:0;padding:0;display:grid;gap:1.25rem}.media-item,.post-item{padding:0 0 1.25rem;border-bottom:1px solid #eee}.media-item:last-child,.post-item:last-child{border-bottom:0}.media-title,.post-list .post-title{margin:0 0 .25rem;font-size:1.125rem}.media-summary,.post-excerpt{margin:.5rem 0 0;color:var(--fg)}.post-meta{margin:0;color:var(--muted)}.embed-16x9{position:relative;width:100%;aspect-ratio:16 / 9;background:#000}.embed-16x9 iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.audio-player{margin:1rem 0}.audio-player audio{width:100%;display:block}.tag-badge{display:inline-block;padding:.125rem .5rem;border:1px solid #e5e5e5;border-radius:999px;font-size:.85rem}.post-header{margin-bottom:1rem}.post .post-title{margin:0 0 .25rem;font-size:1.75rem;line-height:1.2}.post .post-meta{margin:0;color:var(--muted)}.post-hero{margin:1rem 0}.post-hero img{width:100%;height:auto;display:block;border-radius:12px}.post-hero figcaption{color:var(--muted);font-size:.9rem}.post-content{margin-top:1rem}.post-content img{max-width:100%;height:auto}.post-content figure{margin:1rem 0}.post-content h2{margin-top:1.5rem;margin-bottom:.5rem}.post-content h3{margin-top:1.25rem;margin-bottom:.5rem}.post-content p,.post-content ul,.post-content ol,.post-content blockquote,.post-content pre{margin:.75rem 0}.post-content blockquote{padding-left:1rem;border-left:3px solid #eee;color:var(--muted)}.post-content code{background:#f6f8fa;padding:0 .25em;border-radius:4px}.post-content pre{background:#f6f8fa;padding:.75rem 1rem;overflow:auto;border-radius:8px}.post-content pre code{background:transparent;padding:0}.post-tags{margin-top:1rem}.post-nav{margin-top:2rem;display:flex;justify-content:space-between;gap:1rem}.post-prev,.post-next{text-decoration:none}.post-prev:hover,.post-prev:focus,.post-next:hover,.post-next:focus{text-decoration:underline}.link-list li+li{margin-top:.25rem}:root{--nav-bg: #eef5fb;--nav-border: #dae9f8;--nav-hover: rgba(255,255,255,0.65);--nav-current: #ffffff}.header-nav{border-top:0;padding:.5rem 0 1rem}.header-nav ul{width:min(1100px, 92vw);margin:0 auto;padding:.25rem;list-style:none;background:var(--nav-bg);border:1px solid var(--nav-border);border-radius:12px;box-shadow:0 1px 0 rgba(0,0,0,0.03);display:flex;flex-wrap:nowrap;gap:0}.header-nav li{flex:1 1 0}.header-nav a{display:block;text-align:center;padding:.75rem .5rem;text-decoration:none;font-weight:600;border-radius:10px;color:var(--fg)}.header-nav a[aria-current="page"]{background:var(--nav-current);box-shadow:inset 0 0 0 1px var(--nav-border)}.header-nav a:hover,.header-nav a:focus-visible{background:var(--nav-hover);outline:none}@media (max-width: 720px){.header-nav ul{overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity}.header-nav li{flex:0 0 auto}.header-nav a{padding:.65rem .75rem;scroll-snap-align:center}}:root{--pill-bg: #f5f9fe;--pill-bg-hover: #eef5fb;--pill-border: #dae9f8}.pill-list{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.pill-list>li>a{display:block;padding:.6rem .9rem;border:1px solid var(--pill-border);border-radius:999px;background:var(--pill-bg);color:inherit;text-decoration:none;line-height:1.3;box-shadow:0 1px 0 rgba(0,0,0,0.03);transition:background .2s ease, box-shadow .2s ease, transform .03s ease}.pill-list>li>a{display:flex;align-items:center;gap:.5rem}.pill-list>li>a:hover{background:var(--pill-bg-hover)}.pill-list>li>a:focus-visible{outline:3px solid var(--accent);outline-offset:2px;background:var(--pill-bg-hover)}.pill-list.pill-list--compact>li>a{padding:.5rem .75rem}.pill-text{flex:1 1 auto;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;overflow-wrap:anywhere}.pill-list>li>a{line-height:1.3;min-height:calc(1.3em * 2 + 1.2rem);align-items:center}.post-hero{margin:1.25rem auto;width:min(75%, 860px)}.post-hero img{display:block;width:100%;height:auto;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,0.05)}.post-hero figcaption{margin-top:.5rem;font-size:.9rem;color:var(--muted);text-align:center}@media (max-width: 720px){.post-hero{width:100%}}.post-hero--full{width:100%}.post-hero--bleed{width:100vw;margin-left:calc(50% - 50vw)}:root{--sec-grad-start: #eef5fb;--sec-grad-end: #dbeaf9}.sec-h{display:block;margin:2rem 0 1rem;padding:.6rem .8rem;background:linear-gradient(90deg, var(--sec-grad-start), var(--sec-grad-end));border:0;border-radius:0;color:var(--fg);box-shadow:0 1px 0 rgba(0,0,0,0.04)}.sec-h--sm{padding:.45rem .65rem}.sec-h--lg{padding:.75rem 1rem}.sec-h+.pub-list,.sec-h+.media-list,.sec-h+.pill-list{margin-top:.5rem}.sec-h--strong{background:linear-gradient(90deg, #cfe2f9, #6aa0df);color:#fff;text-shadow:0 1px 0 rgba(0,0,0,0.15)}:root{--tile-bg: #ffffff;--tile-border: #e9eef5;--tile-shadow-1: 0 0.5px 0 rgba(0,0,0,0.03);--tile-shadow-2: 0 10px 24px -12px rgba(0,0,0,0.20);--tile-accent-strip: #eaf3fc}.tile-plate{position:relative;margin:1rem 0 1.25rem;padding:1rem 1rem .9rem;background:var(--tile-bg);border:1px solid var(--tile-border);border-radius:12px;box-shadow:var(--tile-shadow-1),var(--tile-shadow-2);isolation:isolate}.tile-plate::before{content:"";position:absolute;top:0;left:0;right:0;height:6px;border-top-left-radius:12px;border-top-right-radius:12px;background:linear-gradient(90deg, var(--tile-accent-strip), #cfe2f9)}.tile-plate::after{content:"";position:absolute;left:12px;right:12px;bottom:-10px;height:16px;z-index:-1;background:radial-gradient(50% 70% at 50% 50%, rgba(0,0,0,0.18) 0%, transparent 70%);filter:blur(4px);opacity:.7}.tile-plate__title{margin:0 0 .6rem 0;font-size:1.05rem}.tile-plate:hover,.tile-plate:focus-within{transform:translateY(-2px);box-shadow:0 2px 0 rgba(0,0,0,0.04),0 14px 30px -12px rgba(0,0,0,0.28)}@media (prefers-reduced-motion: reduce){.tile-plate{transform:none !important}}.tile-plate .pill-list{margin-top:.4rem}.header-top{position:relative;overflow:hidden}.header-top::before,.header-top::after{content:"";position:absolute;top:0;right:0;bottom:0;left:clamp(340px, 42vw, 640px);pointer-events:none;z-index:0;mask-image:linear-gradient(to left, transparent 0%, rgba(0,0,0,0.2) 10%, rgba(0,0,0,0.85) 35%, #000 60%);-webkit-mask-image:linear-gradient(to left, transparent 0%, rgba(0,0,0,0.2) 10%, rgba(0,0,0,0.85) 35%, #000 60%);background-repeat:repeat-x;background-position:0 50%}.header-top::before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 120' preserveAspectRatio='none'><path d='M0 60 C 25 20, 75 100, 100 60 S 175 20, 200 60' fill='none' stroke='%230b66c3' stroke-opacity='0.16' stroke-width='2'/><path d='M0 72 C 25 32, 75 112, 100 72 S 175 32, 200 72' fill='none' stroke='%230b66c3' stroke-opacity='0.12' stroke-width='2'/></svg>");background-size:320px 120px;animation:waveMove 32s linear infinite;opacity:.95}.header-top::after{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 120' preserveAspectRatio='none'><path d='M0 58 C 25 18, 75 98, 100 58 S 175 18, 200 58' fill='none' stroke='%230b66c3' stroke-opacity='0.12' stroke-width='2'/><path d='M0 86 C 25 46, 75 126, 100 86 S 175 46, 200 86' fill='none' stroke='%230b66c3' stroke-opacity='0.10' stroke-width='2'/></svg>");background-size:380px 140px;animation:waveMoveReverse 42s linear infinite;opacity:.85}@keyframes waveMove{from{background-position-x:0%}to{background-position-x:100%}}@keyframes waveMoveReverse{from{background-position-x:100%}to{background-position-x:0%}}@media (prefers-reduced-motion: reduce){.header-top::before,.header-top::after{animation:none}}@media (max-width: 640px){.header-top::before,.header-top::after{display:none}}
