@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Sans+Condensed:wght@500;600;700&display=swap";:root{color-scheme:dark;--bg: #12110f;--bg-soft: #191713;--panel: rgba(22, 20, 16, .94);--panel-strong: rgba(16, 14, 11, .98);--line: rgba(131, 119, 98, .22);--line-strong: rgba(176, 157, 129, .44);--text: #f0e7d8;--muted: #b0a591;--accent: #d18736;--accent-strong: #f0b35e;--steel: #8e97a3;--steel-soft: rgba(142, 151, 163, .18);--steel-line: rgba(142, 151, 163, .28);--danger: #dd7560;--warn: #d5ab57;--shadow: 0 18px 48px rgba(0, 0, 0, .28);--radius: 16px;--max-width: 76rem;--content-width: 46rem}html[data-theme=light]{color-scheme:light;--bg: #f1ede4;--bg-soft: #e6dfd2;--panel: rgba(250, 247, 241, .96);--panel-strong: rgba(244, 240, 232, .99);--line: rgba(83, 90, 100, .18);--line-strong: rgba(66, 74, 84, .34);--text: #1b2026;--muted: #57616d;--accent: #a75f18;--accent-strong: #8f5517;--steel: #5c6672;--steel-soft: rgba(92, 102, 114, .12);--steel-line: rgba(92, 102, 114, .24);--danger: #b55240;--warn: #9f7423;--shadow: 0 16px 34px rgba(56, 60, 67, .08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(circle at top left,rgba(209,135,54,.12),transparent 28%),radial-gradient(circle at 82% 18%,rgba(142,151,163,.09),transparent 26%),radial-gradient(circle at 88% 12%,rgba(240,179,94,.06),transparent 24%),linear-gradient(180deg,#171511,#0e0d0b);color:var(--text);font-family:IBM Plex Sans,Segoe UI,sans-serif;line-height:1.65}html[data-theme=light] body{background:radial-gradient(circle at top left,rgba(167,95,24,.12),transparent 24%),radial-gradient(circle at 84% 18%,rgba(94,103,115,.12),transparent 28%),radial-gradient(circle at 88% 12%,rgba(205,170,121,.08),transparent 22%),linear-gradient(180deg,#f3efe6,#ebe6db)}body:before{content:"";position:fixed;inset:0;background-image:linear-gradient(rgba(240,231,216,.026) 1px,transparent 1px),repeating-linear-gradient(135deg,rgba(209,135,54,.05) 0 2px,transparent 2px 18px);background-size:100% 92px,auto;mask-image:linear-gradient(180deg,rgba(255,255,255,.58),transparent 84%);pointer-events:none;opacity:.32}html[data-theme=light] body:before{background-image:linear-gradient(rgba(26,29,33,.03) 1px,transparent 1px),repeating-linear-gradient(135deg,rgba(94,103,115,.04) 0 2px,transparent 2px 18px);opacity:.55}body:after{content:"";position:fixed;inset:.75rem;border:1px solid rgba(142,151,163,.12);pointer-events:none;opacity:.55}html[data-theme=light] body:after{border-color:#5e677324}a{color:inherit;text-decoration:none}img{max-width:100%}code,pre,.mono{font-family:IBM Plex Mono,monospace}.site-shell{position:relative;z-index:1}.container{width:min(calc(100% - 2rem),var(--max-width));margin:0 auto}.narrow{width:min(calc(100% - 2rem),var(--content-width))}.surface{position:relative;background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);overflow:hidden}.surface:after{content:"";position:absolute;inset:.6rem;border:1px solid rgba(142,151,163,.08);border-radius:calc(var(--radius) - 6px);pointer-events:none}.eyebrow{display:inline-flex;align-items:center;gap:.65rem;color:var(--accent);font-family:IBM Plex Mono,monospace;font-size:.76rem;letter-spacing:.18em;text-transform:uppercase}.eyebrow:before{content:"";width:2.75rem;height:1px;background:currentColor;opacity:.5}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(142,151,163,.12);background:#12110feb;backdrop-filter:blur(10px)}html[data-theme=light] .site-header{border-bottom-color:#5c66721f;background:#f3eee6eb}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}.site-header__controls{display:flex;align-items:center;justify-content:flex-end;gap:.8rem}.brand{display:flex;flex-direction:column;gap:.1rem;transition:transform .18s ease,opacity .18s ease}.brand__title{font-family:IBM Plex Sans Condensed,Arial Narrow,sans-serif;font-size:1rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.brand__subtitle{color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.45rem}.nav a{padding:.5rem .8rem;border-radius:.7rem;color:var(--muted);font-family:IBM Plex Sans Condensed,Arial Narrow,sans-serif;font-size:.95rem;letter-spacing:.04em;text-transform:uppercase;transition:color .18s ease,background-color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease;border:1px solid rgba(142,151,163,.12);background:#1b1d1f2e}.nav a:is(:hover,:focus-visible),.nav a[data-active=true]{color:var(--text);background:linear-gradient(180deg,#8e97a32e,#8e97a30f);border-color:#8e97a34d;transform:translateY(-1px);box-shadow:0 8px 18px #0000001f}html[data-theme=light] .nav a{color:#49535f;border-color:#5c667229;background:#ffffff85}html[data-theme=light] .nav a:is(:hover,:focus-visible),html[data-theme=light] .nav a[data-active=true]{color:#1b2026;background:linear-gradient(180deg,#5c66721f,#5c66720a),#ffffffad;border-color:#5c667247}.theme-toggle{display:inline-flex;align-items:center;gap:.6rem;min-height:2.55rem;padding:.45rem .7rem .45rem .85rem;border-radius:.8rem;border:1px solid var(--steel-line);background:linear-gradient(180deg,#1b1d1f4d,#12110fe0);color:var(--text);font:inherit;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background-color .18s ease}.theme-toggle:hover,.theme-toggle:focus-visible{transform:translateY(-1px);border-color:var(--line-strong)}.theme-toggle__label,.theme-toggle__value{font-family:IBM Plex Mono,monospace;font-size:.76rem;letter-spacing:.08em;text-transform:uppercase}.theme-toggle__label{color:var(--muted)}.theme-toggle__value{display:inline-flex;align-items:center;justify-content:center;min-width:4.75rem;padding:.28rem .42rem;border-radius:.6rem;border:1px solid rgba(209,135,54,.24);background:linear-gradient(180deg,#d1873624,#d187360d);color:var(--accent)}html[data-theme=light] .theme-toggle{background:linear-gradient(180deg,#fffffff0,#e9e3d8e6);border-color:#5c66722e}html[data-theme=light] .theme-toggle__label{color:#5f6873}html[data-theme=light] .theme-toggle__value{border-color:#a75f1847;background:linear-gradient(180deg,#a75f181f,#a75f180a),#ffffffa6;color:#8f5517}.section{padding:4.5rem 0}.section--tight{padding-top:2.5rem}.section-title{margin:0;font-family:IBM Plex Sans Condensed,Arial Narrow,sans-serif;font-size:clamp(2rem,4vw,3.6rem);line-height:.98;letter-spacing:-.05em;text-wrap:balance}.section-copy{max-width:40rem;margin:1rem 0 0;color:var(--muted);font-size:1.08rem}.hero{padding:7rem 0 4.5rem}.hero__grid{display:grid;gap:2rem;align-items:center}.hero__title{margin:.35rem 0 1rem;font-family:IBM Plex Sans Condensed,Arial Narrow,sans-serif;font-size:clamp(3.4rem,9vw,7rem);line-height:.9;letter-spacing:-.07em}.hero__role{margin:0;color:var(--text);font-family:IBM Plex Sans Condensed,Arial Narrow,sans-serif;font-size:1.24rem;font-weight:600;letter-spacing:.02em}.hero__copy{max-width:44rem;margin:1.2rem 0 0;color:var(--muted);font-size:1.1rem}.hero__actions,.button-row{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.75rem}.hero-side{display:grid;gap:1rem;align-self:stretch}.home-panel,.home-feature,.speaking-hero{padding:1.5rem;border-radius:calc(var(--radius) + 4px)}.home-panel__title{margin:.8rem 0 0;font-family:IBM Plex Sans Condensed,Arial Narrow,sans-serif;font-size:clamp(1.55rem,3vw,2.2rem);line-height:.98;letter-spacing:-.04em;max-width:11ch}.home-panel__copy{margin:1rem 0 0;color:var(--muted);font-size:.98rem;max-width:28rem}.home-panel--center{text-align:center}.home-panel--center .eyebrow{justify-content:center}.home-panel--center .home-panel__title,.home-panel--center .home-panel__copy{margin-left:auto;margin-right:auto}.button{display:inline-flex;align-items:center;justify-content:center;min-height:2.9rem;padding:.72rem 1rem;border-radius:.85rem;border:1px solid rgba(209,135,54,.3);background:linear-gradient(180deg,#d187362e,#d1873614);color:var(--text);font-family:IBM Plex Sans Condensed,Arial Narrow,sans-serif;font-size:.96rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;transition:transform .18s ease,border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.button:hover,.button:focus-visible{transform:translateY(-1px);border-color:#f0b35e8f;box-shadow:0 10px 22px #00000024}.button--secondary{background:linear-gradient(180deg,#8e97a31a,#8e97a308);border-color:var(--steel-line);color:#c3cad2}.button--secondary:hover,.button--secondary:focus-visible{color:var(--text);border-color:#8e97a36b}html[data-theme=light] .button{border-color:#a75f1857;background:linear-gradient(180deg,#a75f1829,#a75f180f),#fff9;color:#1d2127}html[data-theme=light] .button--secondary{background:linear-gradient(180deg,#5c667214,#5c667205),#ffffffad;border-color:#5c667238;color:#49535f}html[data-theme=light] .button--secondary:hover,html[data-theme=light] .button--secondary:focus-visible{color:#1b2026;border-color:#5c667257}.metric-row,.card-grid,.topic-grid,.post-grid,.detail-grid,.post-list{display:grid;gap:1rem}.metric,.card,.topic-card,.post-card,.detail-card{padding:1.25rem;border-radius:var(--radius);border:1px solid var(--line);background:linear-gradient(180deg,#8e97a30d,#0000000a),#14120fe6;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background-color .22s ease}html[data-theme=light] .metric,html[data-theme=light] .card,html[data-theme=light] .topic-card,html[data-theme=light] .post-card,html[data-theme=light] .detail-card{border-color:#5c667229;background:linear-gradient(180deg,#5c66720a,#fff9),#f9f5eef5}.metric__label,.card__label,.post-card__meta,.topic-card__count{color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}html[data-theme=light] .metric__label,html[data-theme=light] .card__label,html[data-theme=light] .post-card__meta,html[data-theme=light] .topic-card__count,html[data-theme=light] .brand__subtitle,html[data-theme=light] .site-footer__copy,html[data-theme=light] .link-list,html[data-theme=light] .kicker{color:#5c6672}.metric{display:flex;flex-direction:column;justify-content:center;text-align:center}.metric__value{margin-top:.45rem;font-family:IBM Plex Sans Condensed,Arial Narrow,sans-serif;font-size:1.22rem;line-height:1.12;font-weight:700;max-width:10ch;margin-left:auto;margin-right:auto;letter-spacing:-.03em}html[data-theme=light] .metric__value{color:#1b2026}.post-card{display:flex;flex-direction:column;gap:.9rem;height:100%}.post-card--stack{display:grid;gap:1rem;align-items:start;padding:1.85rem 0;border-radius:0;border-width:0 0 1px;background:transparent;box-shadow:none}.post-card--stack .post-card__media{margin-top:0;margin-left:.85rem}.post-card__media{display:block;overflow:hidden;border-radius:calc(var(--radius) + 2px);border:1px solid var(--steel-line);background:linear-gradient(180deg,#181b1feb,#0e0d0bf5);box-shadow:var(--shadow);align-self:stretch;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}html[data-theme=light] .post-card__media,html[data-theme=light] .about-hero__photo,html[data-theme=light] .speaking-hero__photo,html[data-theme=light] .toc,html[data-theme=light] .prose pre,html[data-theme=light] .callout{border-color:#5c66722e}html[data-theme=light] .post-card__media{background:linear-gradient(180deg,#e1e5eab8,#f6f2ebf2)}html[data-theme=light] .toc{background:linear-gradient(180deg,#e8e3daf0,#f4f0e8fa);box-shadow:0 10px 24px #383c430f}html[data-theme=light] .toc h2,html[data-theme=light] .toc a{color:#49535f}html[data-theme=light] .toc a:hover,html[data-theme=light] .toc a:focus-visible{color:#1b2026}.post-card__media img{display:block;width:100%;aspect-ratio:16 / 10;object-fit:cover;transition:transform .32s ease,filter .32s ease}.post-card__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.post-card__title{margin:0;font-family:IBM Plex Sans Condensed,Arial Narrow,sans-serif;font-size:1.5rem;line-height:.98;letter-spacing:-.04em}.post-card__excerpt{margin:0;color:var(--muted);font-size:1.02rem}.post-list{gap:0}.post-list .post-card:first-child{border-top:1px solid var(--line)}.post-list .pill-row{margin-top:.35rem}.pill-row{display:flex;flex-wrap:wrap;gap:.5rem}.pill,.filter-chip{display:inline-flex;align-items:center;border-radius:.85rem;border:1px solid rgba(209,135,54,.18);background:#d1873614;padding:.38rem .72rem;color:var(--accent);font-family:IBM Plex Sans Condensed,Arial Narrow,sans-serif;font-size:.9rem;letter-spacing:.03em}.filter-row{display:flex;flex-wrap:wrap;gap:.7rem;margin:1.5rem 0 2rem}.filter-chip{cursor:pointer;color:var(--muted);background:linear-gradient(180deg,#1c1f22b3,#12110feb);transition:transform .18s ease,border-color .18s ease,background-color .18s ease,color .18s ease,box-shadow .18s ease}.filter-chip[data-active=true]{color:var(--text);border-color:#8e97a36b;background:linear-gradient(180deg,#8e97a333,#8e97a314)}html[data-theme=light] .pill,html[data-theme=light] .filter-chip{border-color:#a75f182e;background:linear-gradient(180deg,#a75f1814,#ffffff9e);color:#8f5517}html[data-theme=light] .filter-chip{color:#57616d}html[data-theme=light] .filter-chip[data-active=true]{color:#1b2026;border-color:#5c667247;background:linear-gradient(180deg,#5c66721a,#ffffffad)}.kicker{color:var(--accent-strong);font-family:IBM Plex Mono,monospace;font-size:.78rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.session-meta a,.card__title a{text-decoration:none;transition:color .18s ease,text-shadow .18s ease}.session-meta a:hover,.session-meta a:focus-visible{color:var(--accent)}.card__title a:hover,.card__title a:focus-visible{color:var(--accent)}.topic-card__title,.card__title{margin:.65rem 0 .45rem;font-family:IBM Plex Sans Condensed,Arial Narrow,sans-serif;font-size:1.18rem;line-height:1.08;letter-spacing:-.03em}.topic-card__description,.card__copy,.detail-card p{margin:0;color:var(--muted)}.split,.home-speaking,.home-utility,.speaking-hero{display:grid;gap:1.25rem}.home-feature__list{display:grid;gap:.85rem;margin-top:1.4rem}.home-feature__list p,.home-feature__meta{margin:0;padding-top:.9rem;border-top:1px solid var(--line);color:var(--muted)}.home-feature__meta{margin-top:1.1rem;font-size:.86rem;color:#c4ccd6}html[data-theme=light] .home-feature__meta{color:#5c6672}html[data-theme=light] .callout{background:linear-gradient(180deg,#eae5dcf5,#f7f3ecfa);box-shadow:0 10px 22px #383c430d}html[data-theme=light] .callout p,html[data-theme=light] .callout li{color:#3a424c}.about-hero,.about-section{padding:1.5rem;border-radius:calc(var(--radius) + 4px)}.about-hero{display:grid;gap:1.5rem;align-items:stretch}.about-hero__content{min-width:0}.about-hero__content .pill-row{margin-top:1.4rem;justify-content:center}.about-hero__content .section-copy{text-align:center;margin-left:auto;margin-right:auto}.about-hero__content .button-row{justify-content:flex-start}.about-hero__photo{margin:0;overflow:hidden;border-radius:calc(var(--radius) - 4px);border:1px solid var(--steel-line);min-height:100%;max-height:36rem;aspect-ratio:2 / 3;background:linear-gradient(180deg,#181b1fbd,#0e0d0be6)}.about-hero__photo img{width:100%;height:100%;object-fit:cover;object-position:center 20%;display:block}.about-section{display:grid;gap:1.5rem}.about-section__intro .section-copy{max-width:32rem}.about-section__body{min-width:0}.about-entry-list,.about-principles,.about-notes{display:grid;gap:1rem}.about-entry,.about-principle,.about-notes p{margin:0;padding-top:1rem;border-top:1px solid var(--line)}.about-entry p,.about-principle p,.about-notes p{margin:.35rem 0 0;color:var(--muted)}.about-principle{display:grid;grid-template-columns:3rem minmax(0,1fr);gap:.85rem;align-items:start}.about-principle__index{color:var(--accent);font-family:IBM Plex Mono,monospace;font-size:.88rem;letter-spacing:.12em}.project-lenses,.tech-grid{display:grid;gap:1rem}.project-lens,.tech-tile{padding-top:1rem;border-top:1px solid var(--line)}.project-lens p,.tech-tile p{margin:.35rem 0 0;color:var(--muted)}.project-lens__outputs{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.2rem}.about-section__intro .pill-row{margin-top:1.5rem}.about-section__intro .pill{letter-spacing:.08em;text-transform:uppercase}.project-lens__outputs span{display:inline-flex;align-items:center;border-radius:.8rem;border:1px solid var(--steel-line);background:linear-gradient(180deg,#212428bd,#12110fcc);padding:.45rem .82rem;color:#c3cad2;font-family:IBM Plex Mono,monospace;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.tech-grid{grid-template-columns:repeat(auto-fit,minmax(13rem,1fr))}.tech-tile{display:grid;grid-template-columns:3.25rem minmax(0,1fr);gap:.9rem;align-items:center}.tech-tile__icon{display:inline-flex;align-items:center;justify-content:center;width:3.25rem;height:3.25rem;border-radius:.9rem;border:1px solid rgba(142,151,163,.28);background:linear-gradient(180deg,#8e97a329,#8e97a30d)}.tech-tile__icon img{width:1.35rem;height:1.35rem;display:block}.speaking-hero{align-items:stretch;overflow:hidden;isolation:isolate}.speaking-hero__content{min-width:0}.speaking-hero__photo{margin:0;position:relative;overflow:hidden;border-radius:calc(var(--radius) - 4px);border:1px solid var(--steel-line);background:linear-gradient(180deg,#181b1fbd,#0e0d0be6);aspect-ratio:4 / 3;min-width:0;width:100%;max-width:100%;align-self:stretch}.speaking-hero__photo img{width:100%;height:100%;object-fit:cover;object-position:center 35%;display:block}.article-hero{padding:4rem 0 2rem}.article-hero__meta{display:flex;flex-wrap:wrap;gap:.75rem 1rem;margin-top:1rem;color:var(--muted);font-size:.92rem}.article-layout{display:grid;gap:2rem;padding-bottom:4rem}.article-body{min-width:0}.toc{position:sticky;top:5.5rem;align-self:start;padding:1.2rem;border-radius:calc(var(--radius) - 2px);border:1px solid var(--steel-line);background:linear-gradient(180deg,#1c1f226b,#13110ef0)}.toc h2{margin:0 0 .9rem;font-size:.95rem}.toc ul{margin:0;padding:0;list-style:none}.toc li+li{margin-top:.7rem}.toc a{color:var(--muted);font-size:.94rem}.toc a:hover,.toc a:focus-visible{color:var(--text)}.prose h1,.prose h2,.prose h3,.prose h4{font-family:IBM Plex Sans Condensed,Arial Narrow,sans-serif;line-height:1.05;letter-spacing:-.04em}.prose h2{margin:2.8rem 0 1rem;font-size:clamp(1.9rem,4vw,2.5rem)}.prose h3{margin:2rem 0 .8rem;font-size:1.45rem}.prose p,.prose ul,.prose ol,.prose blockquote{margin:1rem 0;color:#ddd2c1}html[data-theme=light] .prose p,html[data-theme=light] .prose ul,html[data-theme=light] .prose ol,html[data-theme=light] .prose blockquote{color:#323840}html[data-theme=light] .topic-card__description,html[data-theme=light] .card__copy,html[data-theme=light] .detail-card p,html[data-theme=light] .project-lens p,html[data-theme=light] .tech-tile p,html[data-theme=light] .about-entry p,html[data-theme=light] .about-principle p,html[data-theme=light] .about-notes p,html[data-theme=light] .section-copy,html[data-theme=light] .hero__copy,html[data-theme=light] .home-panel__copy,html[data-theme=light] .post-card__excerpt,html[data-theme=light] .empty-state,html[data-theme=light] .article-hero__meta,html[data-theme=light] .toc a{color:#57616d}html[data-theme=light] .brand__title,html[data-theme=light] .hero__role,html[data-theme=light] .card__title,html[data-theme=light] .topic-card__title,html[data-theme=light] .post-card__title,html[data-theme=light] .section-title,html[data-theme=light] .hero__title,html[data-theme=light] .home-panel__title,html[data-theme=light] .prose h1,html[data-theme=light] .prose h2,html[data-theme=light] .prose h3,html[data-theme=light] .prose h4{color:#1b2026}.prose ul,.prose ol{padding-left:1.35rem}.prose li+li{margin-top:.45rem}.prose strong{color:var(--text)}.prose a{color:var(--accent);text-decoration:underline;text-decoration-color:#d1873659;text-underline-offset:.18em}.prose blockquote{padding-left:1rem;border-left:2px solid rgba(209,135,54,.34);color:var(--muted)}.prose :not(pre)>code{padding:.15rem .35rem;border-radius:.35rem;background:#d1873614;color:var(--accent);font-size:.92em}.prose pre{overflow-x:auto;padding:1rem;border-radius:calc(var(--radius) - 1px);border:1px solid var(--steel-line);background:linear-gradient(180deg,#181b1f94,#0e0d0bfa)}.prose hr{border:0;border-top:1px solid var(--line);margin:2.5rem 0}.callout{margin:1.4rem 0;padding:1rem 1.1rem;border-radius:calc(var(--radius) - 2px);border:1px solid var(--steel-line);background:linear-gradient(180deg,#1c1f2252,#12100df5)}.callout__title{display:inline-flex;margin-bottom:.5rem;font-size:.86rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.callout[data-tone=production-note] .callout__title{color:var(--accent-strong)}.callout[data-tone=pitfall] .callout__title{color:var(--danger)}.callout[data-tone=trade-off] .callout__title{color:var(--warn)}.callout p:last-child{margin-bottom:0}.site-footer{border-top:1px solid rgba(142,151,163,.12);padding:2rem 0 3rem}.site-footer__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.site-footer__copy{color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:.84rem;letter-spacing:.05em;text-transform:uppercase}.link-list{display:flex;flex-wrap:wrap;gap:.9rem;color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:.85rem;letter-spacing:.04em;text-transform:uppercase}.link-list a:hover,.link-list a:focus-visible{color:var(--text)}@media(hover:hover){.brand:hover,.brand:focus-visible{transform:translateY(-1px)}.topic-card:hover,.topic-card:focus-visible,.post-card:hover,.post-card:focus-within,.detail-card:hover,.detail-card:focus-within{transform:translateY(-3px);border-color:var(--line-strong);box-shadow:0 18px 36px #00000029}html[data-theme=light] .topic-card:hover,html[data-theme=light] .topic-card:focus-visible,html[data-theme=light] .post-card:hover,html[data-theme=light] .post-card:focus-within,html[data-theme=light] .detail-card:hover,html[data-theme=light] .detail-card:focus-within{box-shadow:0 16px 30px #383c431a}.topic-card:hover .topic-card__title,.topic-card:focus-visible .topic-card__title,.post-card:hover .post-card__title a,.post-card:focus-within .post-card__title a,.detail-card:hover .card__title a,.detail-card:focus-within .card__title a{color:var(--accent);text-shadow:0 0 18px rgba(209,135,54,.08)}.post-card:hover .post-card__media,.post-card:focus-within .post-card__media{border-color:var(--line-strong);transform:translateY(-2px)}.post-card:hover .post-card__media img,.post-card:focus-within .post-card__media img{transform:scale(1.025);filter:saturate(1.04)}.filter-chip:hover,.filter-chip:focus-visible{transform:translateY(-1px);box-shadow:0 8px 18px #0000001a}.theme-toggle:hover .theme-toggle__value,.theme-toggle:focus-visible .theme-toggle__value{border-color:#f0b35e85;box-shadow:inset 0 0 0 1px #f0b35e1a}.link-list a:hover,.link-list a:focus-visible,.session-meta a:hover,.session-meta a:focus-visible,.card__title a:hover,.card__title a:focus-visible{text-shadow:0 0 14px rgba(209,135,54,.12)}}.empty-state{color:var(--muted);padding:1rem 0 0}@media(min-width:48rem){.hero__grid,.split,.detail-grid,.metric-row,.topic-grid,.card-grid,.post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.post-card--stack{grid-template-columns:minmax(16rem,22rem) minmax(0,1fr);column-gap:1.5rem}.post-card--stack .post-card__media{grid-column:1;grid-row:1 / span 3}.post-card--stack .post-card__header{grid-column:2;align-content:start;gap:.5rem;display:grid;justify-content:start}.post-card--stack>:not(.post-card__media):not(.post-card__header){grid-column:2}.metric-row{grid-template-columns:repeat(3,minmax(0,1fr))}.home-speaking .detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:64rem){.hero__grid{grid-template-columns:minmax(0,1.5fr) minmax(18rem,.8fr)}.topic-grid,.post-grid,.detail-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.article-layout{grid-template-columns:minmax(0,1fr) 17rem}.about-hero{grid-template-columns:minmax(0,1.25fr) minmax(20rem,.8fr)}.about-section{grid-template-columns:minmax(16rem,.6fr) minmax(0,1.25fr)}.speaking-hero{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}.home-utility{grid-template-columns:minmax(0,1.2fr) minmax(19rem,.8fr)}.home-speaking{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)}}@media(max-width:63.99rem){.site-header__inner,.site-header__controls{align-items:flex-start}.site-header__inner,.site-header__controls{flex-direction:column}.nav{justify-content:flex-start}.toc{position:static;order:-1}body:after{inset:.4rem}}@media(prefers-reduced-motion:no-preference){.hero,.section,.post-card,.topic-card,.detail-card{animation:fade-up .7s ease both}.post-card:nth-child(2),.topic-card:nth-child(2),.detail-card:nth-child(2){animation-delay:70ms}.post-card:nth-child(3),.topic-card:nth-child(3),.detail-card:nth-child(3){animation-delay:.14s}}@keyframes fade-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
