:root{--bg:#fff;--text:#111;--panel:#fff;--border:#e5e5e5;--link:#111;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background-color:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}[data-theme=dark]{--bg:#1a1a1a;--text:#fff;--panel:#0a0a0a;--border:#333;--link:#fff}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{width:100%;min-height:100vh;margin:0;overflow-x:hidden}#root{width:100%;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
.topbar{background:var(--panel);width:100%;color:var(--text);border-bottom:1px solid var(--border);z-index:20;position:relative}.topbar__inner{align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:.5rem 1rem;display:flex}.topbar__logoLink{color:var(--text);align-items:center;gap:.5rem;text-decoration:none;display:flex}.topbar__logo{object-fit:contain;width:40px;height:40px}[data-theme=dark] .topbar__logo{filter:invert()brightness(2)contrast()}.topbar__siteTitle{font-size:1.1rem;font-weight:700}.topbar__socialLinks{align-items:center;gap:.6rem;display:flex}.topbar__socialIcon{color:var(--link);font-size:1.25rem;transition:opacity .2s;display:inline-flex}.topbar__socialIcon:hover{opacity:.7}.topbar__nav{align-items:center;gap:1rem;margin-left:auto;display:flex}.topbar__navItem{color:var(--link);font-weight:600;text-decoration:none}.topbar__navItem:hover,.topbar__navItem.active{text-decoration:underline}.topbar__toggle{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:6px;margin-left:.75rem;padding:.3rem .5rem}.topbar__hamburger{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:6px;margin-left:auto;padding:.35rem .6rem;font-size:1.1rem;display:none}.topbar__overlay{opacity:0;pointer-events:none;background:#00000059;transition:opacity .2s;position:fixed;inset:0}.topbar__overlay.open{opacity:1;pointer-events:auto}.topbar__drawer{background:var(--panel);width:auto;max-width:85vw;height:auto;max-height:100dvh;color:var(--text);border-left:1px solid var(--border);z-index:30;flex-direction:column;gap:.75rem;padding:1rem;transition:transform .25s;display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%)}.topbar__drawer.open{transform:translate(0)}.topbar__drawerNav{flex-direction:column;gap:.75rem;display:flex}.topbar__drawerItem{color:var(--link);font-weight:600;text-decoration:none}.topbar__drawerBottom{border-top:1px solid var(--border);flex-direction:column;align-items:center;gap:.75rem;margin-top:.5rem;padding-top:1rem;display:flex}.topbar__drawerTheme,.topbar__drawerClose{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:6px;padding:.5rem .75rem}@media (max-width:768px){.topbar__nav,.topbar__toggle{display:none}.topbar__hamburger{display:inline-flex}}
.siteFooter{background:var(--bg);width:100%;color:var(--text);border-top:1px solid var(--border);margin-top:auto}.siteFooter__content{max-width:1200px;margin:0 auto;padding:2rem 1rem 3rem}.siteFooter__title{margin:0 0 1rem;font-size:1.4rem}.siteFooter__content p{opacity:.9;max-width:36rem;margin:0 0 1rem;line-height:1.7}.siteFooter__bottom{border-top:1px solid var(--border);text-align:center;opacity:.7;padding:.75rem 1rem;font-size:.9rem}@media (max-width:768px){.siteFooter__content{padding:1.25rem 1rem 2rem}.siteFooter__title{font-size:1.2rem}.siteFooter__content p{max-width:none}}
.homeQuote{background:var(--bg);width:100%;color:var(--text)}.homeQuote__inner{max-width:1200px;margin:0 auto;padding:1.5rem 1rem .5rem}.homeQuote__figure{margin:0}.homeQuote__text{letter-spacing:-.02em;text-wrap:balance;margin:0;padding-left:clamp(.25rem,.5vw,.5rem);font-size:clamp(1.6rem,3.8vw,3.4rem);font-weight:800;line-height:1.15;position:relative}.homeQuote__text:before{content:"“";opacity:.15;font-size:1.2em;line-height:.9;position:absolute;top:-.1em;left:-.05em;transform:translate(-100%)}.homeQuote__author{opacity:.75;margin-top:.75rem;font-size:clamp(.95rem,1.1vw,1.1rem);font-weight:600}.homeQuote__accent{background:linear-gradient(90deg, transparent 0%, var(--border) 20%, var(--border) 80%, transparent 100%);border-radius:2px;height:2px;margin-top:1rem}[data-theme=dark] .homeQuote__text{text-shadow:0 1px #0000001f}@media (max-width:768px){.homeQuote__inner{padding:1rem 1rem .25rem}.homeQuote__text{line-height:1.2}.homeQuote__author{margin-top:.5rem}}
.topbarBanner{width:100%;height:"100%";background:#f7fbff;border-bottom:1px solid #e5e5e5}.topbarBanner__image{width:100%;height:100%;display:block}.topbarBanner--mobile{min-height:125px}
