@layer reset, tokens, base, layout, components, koenig, utilities, overrides;@layer reset{*,:after,:before{box-sizing:border-box}*{margin:0;padding:0}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;text-rendering:optimizeLegibility}body{background:var(--bg);color:var(--fg);font-family:var(--gh-font-body);line-height:var(--lh-prose);min-height:100dvh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}canvas,img,picture,svg,video{display:block;height:auto;max-width:100%}button,input,select,textarea{color:inherit;font:inherit}button{background:none;border:0;cursor:pointer}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}a{color:var(--accent);text-decoration-thickness:1px;text-underline-offset:.2em}a:hover{text-decoration-thickness:2px}ol,ul{list-style:none}::selection{background:var(--selection-bg)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}}@layer tokens{:root{color-scheme:light dark;--accent:var(--ghost-accent-color,#1f6feb);--on-accent:#fff;--bg:light-dark(#fafaf8,#0e0f12);--bg-elevated:light-dark(#fff,#16181d);--bg-subtle:light-dark(#f0f0ec,#1c1f25);--fg:light-dark(#1a1a1a,#ededed);--fg-muted:light-dark(#5a5a5a,#9b9b9b);--fg-faint:light-dark(#8a8a8a,#6e6e6e);--border:light-dark(#e5e5e0,#2a2d33);--border-strong:light-dark(#cfcfca,#3a3d44);--selection-bg:light-dark(#fff3a8,#4a4014);--fs-xs:0.8125rem;--fs-sm:0.875rem;--fs-base:1rem;--fs-md:1.125rem;--fs-lg:1.25rem;--fs-xl:1.5rem;--fs-2xl:1.875rem;--fs-3xl:2.25rem;--fs-4xl:3rem;--lh-tight:1.2;--lh-snug:1.35;--lh-prose:1.65;--ls-tight:-0.015em;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-8:3rem;--space-10:4rem;--space-12:6rem;--space-16:8rem;--container-max:72rem;--prose-max:50rem;--gutter:clamp(1rem,4vw,2rem);--radius-sm:0.25rem;--radius-md:0.5rem;--radius-lg:0.75rem;--shadow-sm:0 1px 2px #0000000a;--shadow-md:0 4px 16px #00000014;--ease:cubic-bezier(0.2,0.0,0.0,1.0);--t-fast:150ms;--t-base:220ms;--t-slow:400ms;--font-sans:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-serif:ui-serif,"Iowan Old Style","Apple Garamond",Charter,Georgia,"Times New Roman",serif;--font-mono:ui-monospace,"SF Mono",SFMono-Regular,Menlo,Consolas,monospace;--font-title:var(--font-sans);--font-body:var(--font-serif);--gh-font-heading:var(--font-title);--gh-font-body:var(--font-body)}[data-color-scheme=Light]{color-scheme:light}[data-color-scheme=Dark]{color-scheme:dark}[data-title-font="Modern sans-serif"]{--font-title:var(--font-sans)}[data-title-font="Elegant serif"]{--font-title:var(--font-serif)}[data-body-font="Modern sans-serif"]{--font-body:var(--font-sans)}[data-body-font="Elegant serif"]{--font-body:var(--font-serif)}}@layer base{body{font-size:var(--fs-base)}h1,h2,h3,h4,h5,h6{color:var(--fg);font-family:var(--gh-font-heading);font-weight:650;letter-spacing:var(--ls-tight);line-height:var(--lh-tight)}h1{font-size:clamp(var(--fs-2xl),4vw,var(--fs-4xl))}h2{font-size:clamp(var(--fs-xl),3vw,var(--fs-3xl))}h3{font-size:var(--fs-2xl)}h4{font-size:var(--fs-xl)}h5{font-size:var(--fs-lg)}h6{font-size:var(--fs-md)}blockquote,dl,figure,p,pre{margin-bottom:0;margin-top:var(--space-4)}b,strong{font-weight:700}em,i{font-style:italic}small{font-size:var(--fs-sm)}code,kbd,samp{border-radius:var(--radius-sm);font-family:var(--font-mono);font-size:.9em;padding:.1em .3em}code,kbd,pre,samp{background:var(--bg-subtle)}pre{border-radius:var(--radius-md);line-height:1.5;overflow-x:auto;padding:var(--space-4)}pre code{background:#0000;padding:0}blockquote{border-left:3px solid var(--accent);color:var(--fg-muted);font-style:italic;padding-left:var(--space-4)}hr{border:0;border-top:1px solid var(--border);margin-bottom:var(--space-8);margin-top:var(--space-8)}:focus-visible{border-radius:var(--radius-sm);outline:2px solid var(--accent);outline-offset:2px}.skip-link{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--fg);left:var(--space-4);padding:var(--space-2) var(--space-4);position:absolute;top:var(--space-4);transform:translateY(-200%);transition:transform var(--t-base) var(--ease);z-index:100}.skip-link:focus-visible{transform:translateY(0)}.btn{align-items:center;background:var(--accent);border:1px solid var(--accent);border-radius:999px;color:var(--on-accent);cursor:pointer;display:inline-flex;font-size:var(--fs-sm);font-weight:550;gap:var(--space-2);line-height:1;padding:.6em 1.2em;transition:opacity var(--t-fast) var(--ease);white-space:nowrap}.btn,.btn:hover{text-decoration:none}.btn:hover{opacity:.85}.btn--ghost{background:#0000;border-color:var(--border-strong);color:var(--fg)}.btn--ghost:hover{background:var(--bg-subtle);opacity:1}}@layer layout{.container{margin-left:auto;margin-right:auto;max-width:var(--container-max);padding-left:var(--gutter);padding-right:var(--gutter);width:100%}.container--prose{max-width:var(--prose-max)}.site-main{min-height:60vh;padding-bottom:var(--space-5);padding-top:var(--space-3)}.site-main:after{clear:both;content:"";display:block}:is(.page-template,.post-template) .site-main{min-height:0;padding-bottom:var(--space-8)}.post-feed{display:grid;gap:var(--space-6) var(--space-5);grid-template-columns:repeat(auto-fill,minmax(min(20rem,100%),1fr));margin-top:var(--space-6)}.pagination{align-items:center;border-top:1px solid var(--border);color:var(--fg-muted);display:flex;font-size:var(--fs-sm);gap:var(--space-4);justify-content:space-between;margin-top:var(--space-10);padding-top:var(--space-6)}.pagination a{border:1px solid var(--border-strong);border-radius:999px;color:var(--fg);padding:var(--space-2) var(--space-4);text-decoration:none}.pagination a:hover{background:var(--bg-subtle)}}@layer components{.site-header{backdrop-filter:blur(8px);background:color-mix(in srgb,var(--bg) 92%,#0000);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50}.site-header__inner{align-items:center;display:flex;gap:var(--space-5);min-height:4rem;padding-bottom:var(--space-3);padding-top:var(--space-3)}.site-brand{align-items:center;color:var(--fg);display:inline-flex;font-family:var(--gh-font-heading);font-size:var(--fs-lg);font-weight:700;letter-spacing:var(--ls-tight);text-decoration:none}.site-brand__logo{max-height:2.5rem;width:auto}.site-nav{display:none}.site-nav>ul{display:flex;gap:var(--space-5);list-style:none}.site-nav a{color:var(--fg);font-size:var(--fs-sm);font-weight:600;text-decoration:none}.site-nav a:hover{color:var(--accent)}.site-nav[data-nav-pending]>ul{opacity:0}.site-header__actions{align-items:center;display:flex;gap:var(--space-3);margin-left:auto}.site-nav__toggle{border-radius:var(--radius-md);color:var(--fg);display:inline-grid;height:2.5rem;place-items:center;width:2.5rem}.site-nav__toggle .icon--close,.site-nav__toggle[aria-expanded=true] .icon--menu{display:none}.site-nav__toggle[aria-expanded=true] .icon--close{display:block}.site-header--center .site-header__inner{justify-content:center}.site-header--center .site-brand{margin-left:auto;margin-right:auto}.site-header--stacked .site-header__inner{flex-wrap:wrap;justify-content:center}.site-header--stacked .site-brand{text-align:center}.site-header--stacked .site-brand,.site-header--stacked .site-nav{flex-basis:100%;justify-content:center}@media (min-width:50rem){.site-nav{display:flex}.site-nav__toggle{display:none}}@media (max-width:49.999rem){.site-nav{background:var(--bg);border-bottom:1px solid var(--border);bottom:auto;left:0;padding:var(--space-5);position:fixed;right:0;top:4rem;transform:translateY(-100%);transition:transform var(--t-base) var(--ease)}.site-nav[data-open=true]{display:flex;transform:translateY(0)}.site-nav>ul{flex-direction:column;gap:var(--space-3)}}.has-dropdown>a:after{border-bottom:1.5px solid;border-right:1.5px solid;content:"";display:inline-block;height:.42em;margin-left:.35em;transform:rotate(45deg) translateY(-.15em);transition:transform var(--t-base) var(--ease);vertical-align:middle;width:.42em}.has-dropdown>a[aria-expanded=true]:after{transform:rotate(-135deg) translateY(.05em)}.site-nav__dropdown{display:none;flex-direction:column;gap:0;list-style:none}@media (min-width:50rem){.has-dropdown{position:relative}.site-nav__dropdown{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:0 4px 16px #00000014;left:0;min-width:12rem;padding:var(--space-2);position:absolute;top:calc(100% + .5rem);z-index:100}.site-nav__dropdown[data-open=true]{display:flex}.site-nav__dropdown a{border-radius:var(--radius-sm);display:block;font-size:var(--fs-sm);font-weight:500;padding:var(--space-2) var(--space-3);white-space:nowrap}.site-nav__dropdown a:hover{background:var(--bg-subtle);color:var(--accent)}}@media (max-width:49.999rem){.site-nav__dropdown[data-open=true]{border-left:2px solid var(--border);display:flex;gap:var(--space-2);margin-top:var(--space-2);padding-left:var(--space-4)}.site-nav__dropdown a{display:block;padding-bottom:var(--space-1);padding-top:var(--space-1)}}}@layer components{.site-footer{background:var(--bg-subtle);border-top:1px solid var(--border);color:var(--fg-muted);font-size:var(--fs-sm);margin-top:var(--space-5);padding-bottom:var(--space-8);padding-top:var(--space-8)}.site-footer__inner{display:grid;gap:var(--space-5);text-align:center}.site-footer__nav ul{display:flex;flex-wrap:wrap;gap:var(--space-4);justify-content:center;list-style:none}.site-footer__nav a{color:var(--fg-muted);text-decoration:none}.site-footer__custom,.site-footer__nav a:hover{color:var(--fg)}.site-footer__meta a{border-bottom:1px dotted;color:inherit;text-decoration:none}.site-footer__meta a:hover{color:var(--fg)}.post-card{container-type:inline-size}.post-card__link{color:inherit;display:grid;gap:var(--space-3);height:100%;text-decoration:none}.post-card__image-wrap{aspect-ratio:16/9;background:var(--bg-subtle);border-radius:var(--radius-md);overflow:hidden}.post-card__image{height:100%;object-fit:cover;transition:transform var(--t-slow) var(--ease);width:100%}.post-card__link:hover .post-card__image{transform:scale(1.03)}.post-card__body{display:grid;gap:var(--space-2)}.post-card__tag{color:var(--accent);font-family:var(--font-sans);font-size:var(--fs-xs);font-weight:600;letter-spacing:.05em;text-transform:uppercase}.post-card__title{font-size:var(--fs-xl);font-weight:650;letter-spacing:var(--ls-tight);line-height:var(--lh-snug)}.post-card__link:hover .post-card__title{color:var(--accent)}.post-card__excerpt{color:var(--fg-muted);display:-webkit-box;font-size:var(--fs-base);-webkit-line-clamp:3;margin:0;-webkit-box-orient:vertical;overflow:hidden}.post-card__meta{align-items:center;color:var(--fg-faint);display:flex;flex-wrap:wrap;font-size:var(--fs-xs);gap:var(--space-3);margin-top:var(--space-2)}.post-card__visibility{color:var(--accent);font-size:1em}.post-card--no-image .post-card__title{font-size:var(--fs-2xl)}.featured-rail{margin-bottom:var(--space-10);margin-top:var(--space-6)}.featured-rail__title{color:var(--fg-muted);font-size:var(--fs-sm);font-weight:600;letter-spacing:.06em;margin-bottom:var(--space-4);text-transform:uppercase}.featured-rail__list{display:grid;gap:var(--space-5);grid-auto-columns:min(85%,24rem);grid-auto-flow:column;overflow-x:auto;padding-bottom:var(--space-3);scroll-padding-inline:var(--gutter);scroll-snap-type:x mandatory;scrollbar-width:thin}}@layer components{}@layer components{@media (min-width:60rem){.featured-rail__list{grid-auto-columns:minmax(20rem,1fr)}}.featured-rail__item{scroll-snap-align:start}.tag-filter{border-bottom:1px solid var(--border);display:flex;flex-wrap:wrap;gap:var(--space-2);margin-bottom:var(--space-6);margin-top:var(--space-6);padding-bottom:var(--space-4)}.tag-filter__chip{align-items:center;background:var(--bg-subtle);border:1px solid #0000;border-radius:999px;color:var(--fg);display:inline-flex;font-size:var(--fs-sm);font-weight:500;padding:.4em .95em;text-decoration:none;transition:background var(--t-fast) var(--ease),color var(--t-fast) var(--ease)}.tag-filter__chip:hover{background:var(--bg-elevated);border-color:var(--border-strong)}.tag-filter__chip.is-active{background:var(--accent);border-color:var(--accent);color:var(--on-accent)}}@layer components{@supports (view-transition-name:a){.tag-filter{view-transition-name:tag-filter}.post-feed{view-transition-name:post-feed}}}@layer components{.byline{color:var(--fg-muted);flex-wrap:wrap;font-size:var(--fs-sm);margin-top:var(--space-4)}.byline,.byline__author{align-items:center;display:inline-flex;gap:var(--space-2)}.byline__author{color:var(--fg);font-weight:550;text-decoration:none}.byline__author:hover{color:var(--accent)}.byline__avatar{border-radius:50%;height:1.75rem;object-fit:cover;width:1.75rem}.byline__sep{color:var(--fg-faint)}.post-cta{background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:var(--space-8);margin-top:var(--space-8);padding:var(--space-8) var(--space-6);text-align:center}.post-cta__title{font-size:var(--fs-2xl);margin-bottom:var(--space-3)}.post-cta__lede{color:var(--fg-muted);margin-bottom:var(--space-5);margin-left:auto;margin-right:auto;max-width:30em}.post-cta__actions{display:flex;flex-wrap:wrap;gap:var(--space-3);justify-content:center}.recommendations{border-top:1px solid var(--border);margin-bottom:var(--space-6);margin-top:var(--space-12);padding-top:var(--space-8)}.recommendations__title{color:var(--fg-muted);font-size:var(--fs-sm);font-weight:600;letter-spacing:.06em;margin-bottom:var(--space-5);text-transform:uppercase}.recommendations .recommendations{display:grid;gap:var(--space-4);list-style:none;margin:0;padding:0}.recommendations .recommendation a{border:1px solid var(--border);border-radius:var(--radius-md);color:var(--fg);display:grid;gap:var(--space-3);grid-template-columns:2rem 1fr;padding:var(--space-3);text-decoration:none;transition:background var(--t-fast) var(--ease)}.recommendations .recommendation a:hover{background:var(--bg-subtle)}.recommendations .recommendation-favicon{border-radius:var(--radius-sm);grid-row:span 2;width:100%}.recommendations .recommendation-title{font-size:var(--fs-base);font-weight:600}.recommendations .recommendation-url{color:var(--fg-muted);font-size:var(--fs-xs)}.lightbox{background:#0000;border:0;color:#fff;height:100dvh;margin:0;max-height:100dvh;max-width:100vw;padding:0;place-items:center;width:100vw}.lightbox[open]{display:grid}.lightbox::backdrop{backdrop-filter:blur(6px);background:#000000eb}.lightbox img{cursor:zoom-out;max-height:92dvh;max-width:95vw;object-fit:contain}.lightbox__close{background:#0006;border-radius:50%;color:#fff;display:inline-grid;font-size:1.4rem;height:2.75rem;line-height:1;place-items:center;position:fixed;right:1rem;top:1rem;width:2.75rem}.lightbox__close:hover{background:#000000b3}.gh-content img:not(.kg-bookmark-thumbnail):not(.kg-product-card-image){cursor:zoom-in}.reading-progress{background:var(--accent);height:3px;left:0;pointer-events:none;position:fixed;right:0;top:0;transform:scaleX(0);transform-origin:left center;z-index:60}}@layer components{}@layer components{}@layer components{}@layer components{@supports (animation-timeline:scroll()){.reading-progress{animation:reading-progress linear;animation-timeline:scroll(root)}@keyframes reading-progress{to{transform:scaleX(1)}}}@media (prefers-reduced-motion:reduce){.reading-progress{display:none}}}@layer components{.gh-search-modal{background:#000000a6;bottom:0;display:flex;justify-content:center;left:0;padding-top:10vh;position:fixed;right:0;top:0;z-index:9999}.gh-search-content{background:var(--bg-elevated);border-radius:8px;color:var(--fg);display:flex;flex-direction:column;height:fit-content;max-height:80vh;max-width:600px;overflow:hidden;width:100%}.gh-search-input-container{align-items:center;border-bottom:1px solid var(--border);display:flex;flex-shrink:0;gap:8px;padding:16px 20px;position:relative}.gh-search-input{background:#0000;border:none;color:var(--fg);flex:1;font-family:inherit;font-size:1.2rem;min-width:0;outline:none}.gh-search-input::placeholder{color:var(--fg-faint)}.gh-search-loader{align-items:center;display:flex;flex-shrink:0}.gh-spinner{animation:gh-spin .6s linear infinite;border:2px solid var(--border-strong);border-left-color:var(--accent);border-radius:50%;height:20px;width:20px}@keyframes gh-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.gh-spinner{animation-duration:3s}}.gh-search-close{align-items:center;background:#0000;border:none;border-radius:4px;color:var(--fg-muted);cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;padding:0;width:32px}.gh-search-close:focus-visible,.gh-search-close:hover{background:var(--bg-subtle);color:var(--fg)}.gh-search-results{flex:1;overflow-y:auto;padding:8px}.gh-search-result-item{border-radius:6px;color:inherit;display:flex;flex-direction:column;gap:2px;padding:10px 12px;text-decoration:none;transition:background .15s ease}.gh-search-result-item:focus-visible,.gh-search-result-item:hover{background:var(--bg-subtle);outline:none}.gh-search-result-title{color:var(--fg);display:block;font-size:1rem;font-weight:600}.gh-search-result-excerpt{color:var(--fg-muted);display:block;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gh-search-no-results{align-items:center;color:var(--fg-muted);display:flex;flex-direction:column;gap:12px;padding:40px 20px;text-align:center}.gh-search-no-results p{font-size:1rem;margin:0}.gh-search-all-link{background:none;border:none;color:var(--accent);cursor:pointer;font-family:inherit;font-size:.9rem;font-weight:600;padding:0;text-decoration:underline}.gh-search-all-link:focus-visible,.gh-search-all-link:hover{opacity:.8}.gh-search-global-header{color:var(--fg-faint);font-size:.75rem;padding:8px 12px 4px}.gh-search-global-header,.gh-search-site-tag{font-weight:700;letter-spacing:.06em;text-transform:uppercase}.gh-search-site-tag{color:var(--accent);display:block;font-size:.7rem;margin-bottom:2px}}@layer overrides{[data-map]{aspect-ratio:16/9;background:var(--bg-subtle);border-radius:var(--radius-md);margin-bottom:var(--space-6);margin-top:var(--space-6);overflow:hidden;width:100%}.maplibregl-popup-content{background:var(--bg);border-radius:var(--radius-sm);box-shadow:0 4px 12px #0000001f;color:var(--fg);font-family:var(--gh-font-body);font-size:var(--fs-sm);line-height:1.5;padding:var(--space-3) var(--space-4)}.maplibregl-popup-content p{margin:0}.maplibregl-popup-content p+p{margin-top:var(--space-2)}.maplibregl-popup-tip{border-bottom-color:var(--bg);border-top-color:var(--bg)}@media (prefers-reduced-motion:reduce){.maplibregl-cooperative-gesture-screen{transition:none}}}@layer components{.landing{margin-bottom:var(--space-12)}.landing-feature-image{aspect-ratio:21/9;background:var(--bg-subtle);margin:0;overflow:hidden}.landing-feature-image img{height:100%;object-fit:cover;width:100%}.landing-header{margin-left:auto;margin-right:auto;max-width:var(--container-max);padding:var(--space-10) var(--gutter) var(--space-6);text-align:center;width:100%}.landing-title{font-size:clamp(var(--fs-3xl),6vw,4rem);margin-bottom:var(--space-4)}.landing-excerpt{color:var(--fg-muted);font-size:var(--fs-lg);max-width:40em}.landing-content,.landing-excerpt{margin-left:auto;margin-right:auto}.landing-content{max-width:var(--prose-max);padding-left:var(--gutter);padding-right:var(--gutter);width:100%}.landing-content :where(.kg-width-wide){margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:var(--container-max);padding-left:var(--gutter);padding-right:var(--gutter);width:100vw}.landing-content :where(.kg-width-full){margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:100vw}}@layer overrides{.post-side-container{display:flow-root;margin-left:auto;margin-right:auto;max-width:var(--container-max);padding:var(--space-8) var(--gutter)}.post-side-container .post-feature-image--floating{aspect-ratio:auto;background:var(--bg-subtle);border-radius:var(--radius-md);margin:0;max-width:50%;overflow:hidden;width:var(--image-width,40%)}.post-side-container .post-feature-image--floating img{display:block;height:auto;object-fit:contain;width:100%}.post-side-container .post-feature-image--floating figcaption{color:var(--fg-muted);font-size:var(--fs-sm);padding:var(--space-2) var(--space-3);text-align:center}.post-side-container .post-feature-image--left{float:left;margin-bottom:var(--space-5);margin-right:var(--space-6)}.post-side-container .post-feature-image--right{float:right;margin-bottom:var(--space-5);margin-left:var(--space-6)}.post-side-container .post-side-content{font-family:var(--gh-font-body);font-size:var(--fs-md);line-height:var(--lh-prose)}.post-side-container :is(.page-header--inline,.post-header--inline){display:block;margin:0 0 var(--space-5);padding:0;text-align:left}.post-side-container :is(.page-header--inline .page-title,.post-header--inline .post-title){font-size:clamp(var(--fs-2xl),3.5vw,var(--fs-3xl));margin:0 0 var(--space-3);text-align:left}.post-side-container .post-header--inline .post-primary-tag{margin:0 0 var(--space-2);text-align:left}.post-side-container :is(.page-header--inline .page-excerpt,.post-header--inline .post-excerpt){font-size:var(--fs-md);margin:0;max-width:none;text-align:left}.post-side-container .post-header--inline .byline{margin-top:var(--space-3)}@media (max-width:60rem){.post-side-container .post-feature-image--floating{float:none;margin:0 0 var(--space-6);max-width:100%;width:100%}}}@layer koenig{.gh-content{color:var(--fg);font-family:var(--gh-font-body);font-size:var(--fs-md);line-height:var(--lh-prose)}.landing-content.gh-content,.page-content.gh-content,.post-content.gh-content{display:flow-root}.gh-content>*{margin-bottom:var(--space-5)}.gh-content>h2{margin-top:var(--space-8)}.gh-content>h3{margin-top:var(--space-6)}.gh-content :where(.kg-width-wide){margin-left:calc(50% - 50vw);margin-left:max(calc(50% - 50vw),calc(0px - var(--gutter)));margin-right:calc(50% - 50vw);max-width:60rem;width:100vw}.gh-content :where(.kg-width-full){margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:100vw}.gh-content :is(:where(.kg-width-full),:where(.kg-width-wide)) img{width:100%}.gh-content .kg-bookmark-card{border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.gh-content .kg-bookmark-card a{color:inherit;text-decoration:none}.gh-content .kg-bookmark-title{color:var(--fg)}.gh-content .kg-bookmark-description{color:var(--fg-muted)}.gh-content .kg-callout-card{background:var(--bg-subtle);border-left:4px solid var(--accent);border-radius:var(--radius-md);padding:var(--space-4) var(--space-5)}.gh-content .kg-toggle-card{border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-4)}.gh-content .kg-button-card a{background:var(--accent);border-radius:999px;color:var(--on-accent);font-weight:550;padding:.7em 1.4em;text-decoration:none}.gh-content figcaption{color:var(--fg-muted);font-size:var(--fs-sm);margin-top:var(--space-2);text-align:center}.gh-content .kg-gallery-image{border-radius:var(--radius-sm);overflow:hidden}.gh-content .product-row{display:grid;gap:var(--space-5);margin-bottom:var(--space-5);margin-top:var(--space-5);width:100%}.gh-content :is(.product-row--2,.product-row--3,.product-row--4){box-sizing:border-box;left:50%;padding-left:var(--gutter);padding-right:var(--gutter);position:relative;transform:translateX(-50%);width:min(100vw,var(--breakout-width))}.gh-content :is(.product-row--2,.product-row--3){--breakout-width:var(--container-max)}.gh-content .product-row--4{--breakout-width:100rem}.gh-content .product-row--2{grid-template-columns:repeat(2,1fr)}.gh-content .product-row--3{grid-template-columns:repeat(3,1fr)}.gh-content .product-row--4{grid-template-columns:repeat(4,1fr)}@media (max-width:60rem){.gh-content .product-row--3{grid-template-columns:repeat(2,1fr)}.gh-content .product-row--4{grid-template-columns:repeat(3,1fr)}}@media (max-width:32rem){.gh-content :is(.product-row--2,.product-row--3,.product-row--4){grid-template-columns:1fr;margin-left:0;margin-right:0;max-width:100%;position:static;transform:none;width:100%}}.gh-content .product-row .kg-card.kg-product-card{margin:0;width:100%}.gh-content .product-row .kg-product-card-container{display:flex;flex-direction:column;height:100%}.gh-content .product-row .kg-product-card-button{margin-top:auto}.gh-content .product-row .kg-product-card-image{aspect-ratio:4/3;height:auto;object-fit:cover;width:100%}.gh-content :is(.product-row--3,.product-row--4) .kg-product-card-title{font-size:var(--fs-md)}.gh-content :is(.product-row--3,.product-row--4) .kg-product-card-description{font-size:var(--fs-sm)}.gh-content .info-columns{column-gap:var(--space-6);margin-bottom:var(--space-5);margin-top:var(--space-5)}.gh-content .info-columns--2{column-count:2}.gh-content .info-columns--3{column-count:3}.gh-content .info-columns :is(h2,h3,h4){page-break-after:avoid;break-after:avoid;page-break-inside:avoid;break-inside:avoid}.gh-content .info-columns :is(h2,h3){margin-top:var(--space-5)}.gh-content .info-columns>:is(h2:first-child,h3:first-child,h4:first-child){margin-top:0}.gh-content .info-columns :is(blockquote,ol,p,ul){page-break-inside:avoid;break-inside:avoid}@media (max-width:32rem){.gh-content :is(.info-columns--2,.info-columns--3){column-count:1}}.gh-content .float-image{margin-bottom:var(--space-4);margin-top:var(--space-4);max-width:50%;width:var(--image-width,40%)}.gh-content .float-image--left{float:left;margin-left:0;margin-right:var(--space-5)}.gh-content .float-image--right{float:right;margin-left:var(--space-5);margin-right:0}.gh-content .float-image .kg-card.kg-image-card,.gh-content .float-image figure{margin:0;width:100%}.gh-content .float-image img{display:block;height:auto;width:100%}.gh-content .float-image figcaption{color:var(--fg-muted);font-size:var(--fs-sm);margin-top:var(--space-2);text-align:center}@media (max-width:32rem){.gh-content :is(.float-image,.float-image--left,.float-image--right){float:none;margin-left:0;margin-right:0;max-width:100%;width:100%}}.gh-content :is(ol,ul){margin-bottom:var(--space-4);margin-top:var(--space-4);padding-left:1.5em}.gh-content ul{list-style:disc}.gh-content ol{list-style:decimal}.gh-content li>:is(ol,ul){margin-bottom:var(--space-2);margin-top:var(--space-2)}.gh-content ol ol{list-style-type:lower-alpha}.gh-content ol ol ol{list-style-type:lower-roman}.gh-content li{margin-bottom:var(--space-2)}.gh-content li:last-child{margin-bottom:0}.gh-content .info-columns :is(ol,ul){margin-bottom:var(--space-2);margin-top:var(--space-2);padding-left:1.25em}}@layer utilities{.visually-hidden{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;clip:rect(0,0,0,0);border:0;white-space:nowrap}.stack>*+*{margin-top:var(--stack-gap,var(--space-4))}.flow>*+*{margin-top:var(--flow-gap,1em)}.page-header,.post-header,.taxonomy-header{display:grid;gap:var(--space-3);padding-bottom:var(--space-8);padding-top:var(--space-8);text-align:center}.page-title,.post-title,.taxonomy-title{font-size:clamp(var(--fs-2xl),5vw,var(--fs-4xl))}.post-primary-tag{color:var(--accent);display:inline-block;font-family:var(--font-sans);font-size:var(--fs-xs);font-weight:600;letter-spacing:.06em;margin-left:auto;margin-right:auto;text-decoration:none;text-transform:uppercase}.page-excerpt,.post-excerpt,.taxonomy-description{color:var(--fg-muted);font-size:var(--fs-lg);margin-left:auto;margin-right:auto;max-width:40em}.page-feature-image,.post-feature-image{aspect-ratio:16/9;background:var(--bg-subtle);border-radius:var(--radius-md);margin-bottom:var(--space-8);margin-left:auto;margin-right:auto;max-width:var(--container-max);overflow:hidden;width:100%}.page-feature-image img,.post-feature-image img{height:100%;object-fit:cover;width:100%}.author-avatar{border-radius:50%;height:6rem;object-fit:cover;width:6rem}.author-avatar,.author-bio{margin-left:auto;margin-right:auto}.author-bio{color:var(--fg-muted);max-width:40em}.author-links{color:var(--fg-muted);display:flex;flex-wrap:wrap;font-size:var(--fs-sm);gap:var(--space-3);justify-content:center}.post-nav{display:grid;gap:var(--space-4);grid-template-columns:1fr 1fr;margin-bottom:var(--space-6);margin-top:var(--space-10)}.post-nav a{border:1px solid var(--border);border-radius:var(--radius-md);color:var(--fg);display:grid;gap:var(--space-1);padding:var(--space-4);text-decoration:none;transition:background var(--t-fast) var(--ease)}.post-nav a:hover{background:var(--bg-subtle)}.post-nav__label{color:var(--fg-muted);font-size:var(--fs-xs);letter-spacing:.05em;text-transform:uppercase}.post-nav__title{font-weight:600}.post-nav__next{text-align:right}.post-share{display:flex;flex-wrap:wrap;font-size:var(--fs-sm);gap:var(--space-4);justify-content:center;margin-top:var(--space-8)}.post-share a{color:var(--fg-muted);text-decoration:none}.post-share a:hover{color:var(--accent)}.post-comments{margin-top:var(--space-10)}.error-page{padding-bottom:var(--space-12);padding-top:var(--space-12);text-align:center}.error-status{color:var(--fg-faint);font-family:var(--font-mono);font-size:var(--fs-4xl);line-height:1}.error-title{margin-bottom:var(--space-5);margin-top:var(--space-3)}.error-details{background:var(--bg-subtle);border-radius:var(--radius-md);font-size:var(--fs-sm);margin-top:var(--space-6);padding:var(--space-4);text-align:left}}/*# sourceMappingURL=screen.css.map */
