:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--surface:#fff;--surface-muted:#f4f4f5;--text:#18181b;--text-muted:#52525b;--border:#d4d4d8;--link:#1d4ed8;font-family:system-ui,sans-serif;line-height:1.6}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}:root:not([data-theme]){--surface:#111113;--surface-muted:#1c1c1f;--text:#f4f4f5;--text-muted:#a1a1aa;--border:#3f3f46;--link:#93c5fd}}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--surface:#fff;--surface-muted:#f4f4f5;--text:#18181b;--text-muted:#52525b;--border:#d4d4d8;--link:#1d4ed8}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--surface:#111113;--surface-muted:#1c1c1f;--text:#f4f4f5;--text-muted:#a1a1aa;--border:#3f3f46;--link:#93c5fd}body{background:var(--surface);color:var(--text);margin:0;max-width:72rem;margin-inline:auto;padding:0 1.5rem}a{color:var(--link)}.site-header{border-bottom:1px solid var(--border);margin-inline:-1.5rem;padding-inline:1.5rem}.site-header__bar{justify-content:space-between;align-items:center;gap:2rem;max-width:72rem;min-height:4.75rem;margin-inline:auto;display:flex}.site-identity{color:var(--text);flex:none;align-items:center;gap:.8rem;text-decoration:none;display:inline-flex}.site-identity__avatar{border:1px solid var(--border);object-fit:cover;border-radius:50%;width:2.8rem;height:2.8rem;display:block}.site-identity__copy{line-height:1.2;display:grid}.site-identity__copy strong{font-size:1.05rem}.site-identity__copy span{color:var(--text-muted);margin-top:.2rem;font-size:.78rem}.site-header__actions,.site-controls{align-items:center;display:flex}.site-header__actions{gap:1.5rem}.site-nav{flex-wrap:nowrap;align-items:center;gap:.25rem;display:flex}.site-nav__link{color:var(--text);border-radius:.55rem;padding:.55rem .75rem;text-decoration:none}.site-nav__link:hover{background:var(--surface-muted)}.site-nav__link.is-active{background:var(--surface-muted);font-weight:600}.site-controls{border-left:1px solid var(--border);gap:.65rem;padding-left:1.25rem}.language-switch{color:var(--text);letter-spacing:.04em;padding:.45rem .35rem;font-size:.85rem;font-weight:600;text-decoration:none}.language-switch:hover{color:var(--link)}.grid{grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:1rem;display:grid}section,footer{margin-block:4rem}.content{max-width:48rem;margin:4rem auto}@media (width>=62.01rem){.site-header--talks .site-identity{display:none}.site-header--talks .site-header__actions{margin-left:auto}}@media (width<=48rem){.site-header{padding-inline:0}.site-header__bar{grid-template-columns:minmax(0,1fr) auto;gap:0;min-height:auto;display:grid}.site-identity{min-width:0;margin:.65rem 0 .65rem 1.5rem}.site-identity__avatar{width:2.4rem;height:2.4rem}.site-identity__copy{min-width:0}.site-identity__copy strong,.site-identity__copy span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.site-header__actions{display:contents}.site-controls{border:0;grid-area:1/2;gap:.25rem;margin-right:1.5rem;padding:.65rem 0}.language-switch{border-radius:.45rem;justify-content:center;align-items:center;min-width:2.25rem;min-height:2.25rem;padding:.35rem;display:inline-flex}.language-switch:focus-visible{outline:2px solid var(--link);outline-offset:2px}.site-nav{border-top:1px solid var(--border);grid-area:2/1/auto/-1;grid-template-columns:repeat(3,1fr);padding-inline:1.5rem;display:grid}.site-nav__link{text-align:center;border-radius:0;padding:.75rem .25rem}.site-nav__link.is-active{box-shadow:inset 0 -2px 0 var(--link);background:0 0}}@media (width<=24rem){.site-identity__copy span{display:none}}.skip-link{z-index:100;position:absolute;top:-10rem;left:1rem}.skip-link:focus{top:1rem}.visually-hidden{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.preview-badge{pointer-events:none;z-index:1000;width:5.5rem;height:5.5rem;position:fixed;top:0;right:0;overflow:hidden}.preview-badge span{color:#1f1f1f;letter-spacing:.08em;text-align:center;text-transform:uppercase;background:#d8a400;width:7rem;padding:.28rem 0;font-size:.625rem;font-weight:700;display:block;position:absolute;top:1.05rem;right:-2.15rem;transform:rotate(45deg)}.hero{padding-block:5rem}.hero h1{margin-block:.25rem 1rem;font-size:clamp(3rem,8vw,6rem);line-height:1}.eyebrow,.meta{color:var(--text-muted)}.card,.content{border:1px solid var(--border);border-radius:.75rem;padding:1.5rem}.section-heading{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1rem;display:flex}.section-heading h2{margin:0}.home-talks{margin-bottom:4rem}.home-talks__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.home-talk-card{border:1px solid var(--border);border-radius:.75rem;min-width:0;overflow:hidden}.home-talk-card__preview{aspect-ratio:16/9;background:var(--surface-muted);border-bottom:1px solid var(--border);display:block;overflow:hidden}.home-talk-card__preview img{object-fit:cover;width:100%;height:100%;display:block}.home-talk-card__fallback{text-align:center;justify-content:center;align-items:center;height:100%;padding:1rem;display:flex}.home-talk-card__body{padding:1rem}.home-talk-card__body h3{margin:.65rem 0 0;font-size:1rem;line-height:1.35}.home-talk-card__meta{color:var(--text-muted);flex-wrap:wrap;gap:.35rem .75rem;font-size:.8rem;display:flex}.profile-link,.rss-link{align-items:center;gap:.35rem;display:inline-flex}.profile-link__icon,.rss-link__icon{block-size:.9rem;inline-size:.9rem;display:inline-flex}.profile-link__icon svg,.rss-link__icon svg{block-size:100%;inline-size:100%;display:block}@media (width<=900px){.home-talks__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.preview-badge{width:4.75rem;height:4.75rem}.preview-badge span{width:6.75rem;font-size:.55rem;top:.85rem;right:-2.3rem}.hero{margin-block:0 2.5rem;padding-block:2.75rem 0}.section-heading{flex-direction:column;align-items:flex-start}.home-talks{margin-block:0 3rem}.home-talks__grid{grid-template-columns:1fr}}.theme-toggle{color:var(--text);cursor:pointer;font:inherit;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;padding:0;display:inline-flex}.theme-toggle:hover{background:var(--surface-muted)}.theme-toggle:focus-visible{outline-offset:2px;outline:2px solid}.theme-toggle__icon{border:2px solid;border-radius:50%;block-size:.9rem;inline-size:.9rem;display:inline-block;position:relative}.theme-toggle[aria-pressed=true] .theme-toggle__icon{box-shadow:inset .3rem -.2rem 0 var(--surface);background:currentColor}@media (width<=48rem){.talk-detail{border-inline:0;border-radius:0;margin-inline:-1.5rem}}
