*,*:before,*:after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}body{min-height:100vh;line-height:1.5}h1,h2,h3,h4,button,input,label{line-height:1.1}h1,h2,h3,h4{text-wrap:balance}a:not([class]){text-decoration-skip-ink:auto;color:currentColor}img,picture{max-width:100%;display:block}input,button,textarea,select{font-family:inherit;font-size:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}:root{--font-headline: "Inter", system-ui, sans-serif;--font-headline-weight: 700;--font-headline-style: normal;--font-body: "Inter", system-ui, sans-serif}[class*=page-type--]{font-family:var(--font-body)}.page-type--home{--font-headline: "Inter", system-ui, sans-serif;--font-headline-weight: 800;--font-headline-style: normal;--font-body: "Inter", system-ui, sans-serif;font-family:var(--font-body)}.page-type--project,.page-type--tag-tech{--font-headline: "IBM Plex Mono", monospace;--font-headline-weight: 700;--font-headline-style: normal;--font-body: "Inter", system-ui, sans-serif;font-family:var(--font-body)}.page-type--tag-writing{--font-headline: "Source Serif 4", Georgia, serif;--font-headline-weight: 700;--font-headline-style: normal;--font-body: "Inter", system-ui, sans-serif;font-family:var(--font-body)}.page-type--tag-default{--font-headline: "Inter", system-ui, sans-serif;--font-headline-weight: 700;--font-headline-style: normal;--font-body: "Inter", system-ui, sans-serif;font-family:var(--font-body)}.page-type--short-story{--font-headline: "Source Serif 4", Georgia, serif;--font-headline-weight: 700;--font-headline-style: normal;--font-body: "Source Serif 4", Georgia, serif;font-family:var(--font-body)}.page-type--snippet{--font-headline: "IBM Plex Mono", monospace;--font-headline-weight: 400;--font-headline-style: normal;--font-body: "Source Serif 4", Georgia, serif;font-family:var(--font-body)}.page-type--journal{--font-headline: "Inter", system-ui, sans-serif;--font-headline-weight: 500;--font-headline-style: normal;--font-body: "Inter", system-ui, sans-serif;font-family:var(--font-body)}.page-type--post{--font-headline: "Inter", system-ui, sans-serif;--font-headline-weight: 700;--font-headline-style: normal;--font-body: "Inter", system-ui, sans-serif;font-family:var(--font-body)}:root{--color-text: #1a1a1a;--color-muted-strong: #333;--color-muted: #555;--color-muted-soft: #888;--color-bg: #fafafa;--color-surface: #ffffff;--color-surface-hover: #f3f3f3;--color-border: #e5e5e5;--color-accent: #2563eb;--color-danger: #dc2626;--color-success: #16a34a;--color-blog-post: #ea580c;--color-status-active: #16a34a;--color-status-archived: #6b7280;--space-xs: .5rem;--space-s: .75rem;--space-m: 1.25rem;--space-l: 2rem;--space-xl: 3rem;--sidebar-width: 19rem}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--color-text: #e7e7e7;--color-muted-strong: #d0d0d0;--color-muted: #bcbcbc;--color-muted-soft: #a3a3a3;--color-bg: #0f0f0f;--color-surface: #1a1a1a;--color-surface-hover: #262626;--color-border: #2d2d2d;--color-accent: #60a5fa;--color-danger: #f87171;--color-success: #4ade80;--color-blog-post: #fb923c;--color-status-active: #22c55e;--color-status-archived: #9ca3af}}:root[data-theme=dark]{--color-text: #e7e7e7;--color-muted-strong: #d0d0d0;--color-muted: #b0b0b0;--color-muted-soft: #8a8a8a;--color-bg: #0f0f0f;--color-surface: #1a1a1a;--color-surface-hover: #262626;--color-border: #2d2d2d;--color-accent: #60a5fa;--color-danger: #f87171;--color-success: #4ade80;--color-blog-post: #fb923c;--color-status-active: #22c55e;--color-status-archived: #9ca3af}html{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}h1,h2,h3,h4,h5,h6{font-family:var(--font-headline, inherit);font-weight:var(--font-headline-weight, bold);font-style:var(--font-headline-style, normal)}body{color:var(--color-text);background:var(--color-bg)}a{color:inherit;text-decoration:none}a:hover{text-decoration:none}img,video{max-width:100%;height:auto;display:block}:where(a,button,[role=button],input,textarea,select,summary,[tabindex]):focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:.125rem}.flow>*+*{margin-block-start:var(--flow-space, 1.25rem)}.wrapper{max-width:65rem;margin-inline:auto;padding-inline:clamp(1.5rem,4vw,2.25rem)}.wrapper-wide{max-width:80rem;margin-inline:auto;padding-inline:clamp(1.5rem,4vw,2.25rem)}.visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.skip-link{position:absolute;top:0;left:0;z-index:100;padding:var(--space-s) var(--space-m);background:var(--color-accent);color:#fff;text-decoration:none;font-weight:600;border-radius:0 0 .375rem;transform:translateY(-100%)}.skip-link:focus,.skip-link:focus-visible{transform:translateY(0);outline:2px solid var(--color-text);outline-offset:2px}.feed-list{--flow-space: var(--space-s)}.feed-card{background:var(--color-surface);border-radius:.75rem;padding:var(--space-m);transition:background .15s ease}.feed-card:hover{background:var(--color-surface-hover)}.bluesky-text{white-space:pre-wrap;overflow-wrap:anywhere}.bluesky-text a{color:var(--color-accent);text-decoration:none}.bluesky-repost-header{font-size:.8125rem;color:var(--color-muted);margin-bottom:.5rem;font-style:italic}.bluesky-repost-card{border:1px solid var(--color-border);border-radius:.5rem;padding:.875rem 1rem}.bluesky-post-author{display:flex;align-items:center;gap:.625rem;margin-bottom:.5rem}.bluesky-post-author__avatar{width:2rem;height:2rem;border-radius:50%;object-fit:cover;flex-shrink:0;background:var(--color-border)}.bluesky-post-author__text{display:flex;flex-direction:column;min-width:0;line-height:1.2}.bluesky-post-author__name{font-weight:600;font-size:.9375rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bluesky-post-author__handle{font-size:.8125rem;color:var(--color-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bluesky-images{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.5rem;margin:.5rem 0}.bluesky-images img{width:100%;height:auto;border-radius:.5rem;display:block}.bluesky-link-card{display:flex;flex-direction:column;margin:.5rem 0;border:1px solid var(--color-border);border-radius:.5rem;overflow:hidden;text-decoration:none;color:inherit;transition:border-color .15s ease}.bluesky-link-card:hover{border-color:var(--color-text)}.bluesky-link-card__thumb{width:100%;max-height:240px;object-fit:cover;display:block}.bluesky-link-card__body{padding:.625rem .875rem}.bluesky-link-card__title{display:block;font-weight:600;font-size:.9375rem;line-height:1.3;margin-bottom:.25rem}.bluesky-link-card__desc{font-size:.8125rem;color:var(--color-muted);line-height:1.4;margin-bottom:.375rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bluesky-link-card__host{font-size:.75rem;color:var(--color-muted-soft)}.bluesky-quote{margin:.75rem 0 .5rem;padding:.75rem 1rem;border-left:3px solid var(--color-border);border-radius:.25rem}.bluesky-quote .bluesky-text{margin:.25rem 0 0;font-size:.9375rem}.bluesky-quote-handle{color:var(--color-muted);font-weight:400;margin-left:.375rem;font-size:.8125rem}.bluesky-stats{display:flex;align-items:center;gap:.25rem;margin-block-start:var(--space-s)}.bluesky-stats__source{display:inline-flex;align-items:center;gap:.625rem;color:var(--color-muted);margin-right:.625rem}.bluesky-stats__source-link{display:inline-flex;align-items:center;color:inherit;transition:opacity .15s ease}.bluesky-stats__source-link:hover{opacity:.7}.bluesky-stats__icon{width:1rem;height:1rem;display:block}.bluesky-stats__icon--bluesky{color:#0085ff}.bluesky-stat-time{font-size:.8125rem;color:var(--color-muted);padding:.125rem .375rem;margin-left:auto}.bluesky-stat-btn{background:none;border:none;cursor:pointer;font-size:.875rem;color:var(--color-muted);padding:.125rem .375rem;border-radius:.25rem;margin-right:8px}.bluesky-stat-btn:hover{color:var(--color-text);background:var(--color-bg)}.bluesky-stat-btn--active{font-weight:600}.bluesky-stat-btn--like.bluesky-stat-btn--active{color:var(--color-danger)}.bluesky-stat-btn--repost.bluesky-stat-btn--active{color:var(--color-success)}.ghost-card{border:1px solid var(--color-blog-post);color:inherit;text-decoration:none;display:block}.ghost-card:hover{text-decoration:none}.ghost-card__label{font-size:.8125rem;font-style:italic;color:var(--color-blog-post);margin-block-end:var(--space-xs)}.ghost-card__top{display:flex;align-items:flex-start;gap:var(--space-m)}.ghost-card__main{flex:1;min-width:0;display:flex;flex-direction:column;gap:var(--space-xs)}.ghost-card__title{margin:0;font-size:1.375rem;line-height:1.2;letter-spacing:-.015em;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.ghost-card__meta{display:flex;flex-wrap:wrap;gap:var(--space-s);font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--color-muted-soft)}.ghost-card__image{flex:0 0 6rem;width:6rem;height:6rem;aspect-ratio:1;object-fit:cover;border-radius:.5rem;display:block}.ghost-card__excerpt{margin:var(--space-s) 0 0;font-size:.9375rem;line-height:1.5;color:var(--color-muted);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.youtube-ad-card{color:inherit}.site-header{border-block-end:1px solid var(--color-border);padding-block:var(--space-m);background:var(--color-bg);position:relative}@media(max-width:47.99rem){.site-header{position:fixed;top:0;left:0;right:0;z-index:50;transition:transform .25s ease-out}.site-header--auto-hidden{transform:translateY(-100%)}.site-main{padding-block-start:var(--header-height, 5rem)}}@media(prefers-reduced-motion:reduce){.site-header{transition:none}}.site-header__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-s)}.site-header__brand{display:flex;flex-direction:column}.site-header__name{font-size:1.25rem;font-weight:700;text-decoration:none}.site-header__name:hover{text-decoration:none}.site-header__subtitle{font-size:.875rem;color:var(--color-muted);margin:0}.site-header__nav{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-m)}.site-header__links{display:flex;list-style:none;margin:0;padding:0;position:fixed;top:var(--header-height, 5rem);right:0;bottom:0;width:66.6667vw;flex-direction:column;gap:0;background:var(--color-bg);border-inline-start:1px solid var(--color-border);overflow-y:auto;z-index:49;transform:translate(100%);visibility:hidden;pointer-events:none;transition:transform .25s ease-out,box-shadow .25s ease-out,visibility 0s linear .25s}.site-header__links--open{transform:translate(0);visibility:visible;pointer-events:auto;box-shadow:-6px 0 18px #0000000f;transition:transform .25s ease-out,box-shadow .25s ease-out,visibility 0s linear 0s}@media(prefers-reduced-motion:reduce){.site-header__links{transition:none}}.site-header__links li{border-block-end:1px solid var(--color-border)}.site-header__links a{display:block;padding-block:var(--space-m);padding-inline:var(--space-m);font-size:1.125rem;font-weight:500}.site-header__hamburger{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;width:2.25rem;height:2.25rem;padding:0;background:none;border:1px solid var(--color-border);border-radius:.375rem;cursor:pointer}.site-header__hamburger-bar{display:block;width:1rem;height:2px;background:var(--color-text);border-radius:1px}.site-header__subscribe{display:inline-block;padding:var(--space-s) var(--space-l);background:var(--color-accent);color:#fff;border-radius:9999px;font-size:1rem;font-weight:500;text-decoration:none}.site-header__subscribe:hover{text-decoration:none;opacity:.9}@media(max-width:47.99rem){.site-header__subscribe{padding:var(--space-xs) var(--space-m);font-size:.875rem}}@media(min-width:48rem){.site-header{position:sticky;top:0;z-index:50}}@media(min-width:68rem){.site-header__hamburger{display:none}.site-header__links{display:flex;position:static;width:auto;flex-direction:row;flex-wrap:wrap;padding:0;background:none;border-inline-start:none;border-block-end:none;box-shadow:none;overflow:visible;gap:var(--space-s) var(--space-m);transform:none;visibility:visible;pointer-events:auto;transition:none}.site-header__links li{border-block-end:none}.site-header__links a{display:inline;padding-block:0;padding-inline:0;font-size:.9375rem;font-weight:inherit}.site-header__links a.active{color:var(--color-accent);text-decoration:underline;text-underline-offset:.3em;text-decoration-thickness:2px}}.site-footer{margin-block-start:var(--space-xl);border-block-start:1px solid var(--color-border);background:var(--color-bg)}.site-footer__inner{display:grid;gap:var(--space-xl);padding-block:var(--space-xl)}@media(min-width:60rem){.site-footer__inner{grid-template-columns:minmax(16rem,1fr) 2fr}}.site-footer__brand{display:flex;flex-direction:column;gap:var(--space-s)}.site-footer__name{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;color:var(--color-text)}.site-footer__name:hover{color:var(--color-accent)}.site-footer__tagline{margin:0;font-size:.9375rem;color:var(--color-muted)}.site-footer__cta{display:flex;flex-direction:column;gap:.5rem;margin-block-start:var(--space-s)}.site-footer__version{margin:.5rem 0 0;font-size:.75rem;color:var(--color-muted-soft, var(--color-muted));font-variant-numeric:tabular-nums;letter-spacing:.02em}.site-footer__cta-link{display:inline-flex;align-items:center;gap:.375rem;padding:0;background:none;border:none;font:inherit;font-size:.9375rem;color:var(--color-text);cursor:pointer;text-align:left;transition:color .15s ease,gap .15s ease;align-self:flex-start}.site-footer__cta-link:hover{color:var(--color-accent);gap:.625rem}.site-footer__columns{display:grid;gap:var(--space-l);grid-template-columns:1fr}@media(min-width:36rem){.site-footer__columns{grid-template-columns:repeat(2,1fr)}}@media(min-width:60rem){.site-footer__columns{grid-template-columns:repeat(4,1fr)}}.site-footer__column{display:flex;flex-direction:column;gap:var(--space-s)}.site-footer__heading{margin:0;font-size:1rem;font-weight:600;color:var(--color-text)}.site-footer__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-s)}.site-footer__list a{font-size:.875rem;color:var(--color-muted);transition:color .15s ease}.site-footer__list a:hover{color:var(--color-text)}.site-footer__bottom{border-block-start:1px solid var(--color-border);padding-block:var(--space-m);text-align:center}.site-footer__bottom p{margin:0;font-size:.8125rem;color:var(--color-muted-soft)}.home-layout{display:grid;gap:var(--space-l);max-width:80rem;margin-inline:auto;padding-inline:clamp(1.5rem,4vw,2.25rem);padding-block:var(--space-l);grid-template-columns:minmax(0,1fr);grid-template-areas:"pinned" "right-top" "feed" "right-bottom" "sidebar-left"}.home-layout__pinned{grid-area:pinned;min-width:0}.home-layout__feed{grid-area:feed;min-width:0}.home-layout__sidebar-right-top{grid-area:right-top;min-width:0}.home-layout__sidebar-right-bottom{grid-area:right-bottom;min-width:0}.home-layout__sidebar-left{grid-area:sidebar-left;min-width:0}.home-layout__sidebar-right{display:contents}@media(min-width:48rem){.home-layout{grid-template-columns:1fr var(--sidebar-width);grid-template-areas:"pinned pinned" "feed sidebar-right";align-items:start}.home-layout__sidebar-right{display:flex;flex-direction:column;gap:var(--space-l);grid-area:sidebar-right}}@media(min-width:68rem){.home-layout{grid-template-columns:var(--sidebar-width) 1fr var(--sidebar-width);grid-template-rows:min-content min-content 1fr;grid-template-areas:"pinned       pinned pinned" "sidebar-left feed   right-top" "sidebar-left feed   right-bottom"}.home-layout__sidebar-right{display:contents}.home-layout__sidebar-right-top,.home-layout__sidebar-right-bottom,.home-layout__sidebar-left{align-self:start}}.sidebar-links{margin-block-end:var(--space-l)}.sidebar-links__heading{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-muted);margin-block-end:var(--space-s);display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-s)}.sidebar-links__heading-link{color:inherit}.sidebar-links__heading-link:hover{color:var(--color-accent)}.sidebar-links__heading-action{font-size:.75rem;font-weight:600;color:var(--color-accent);white-space:nowrap}.sidebar-links__placeholder{margin:0;font-size:.875rem;color:var(--color-muted-soft);font-style:italic}.sidebar-links__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-xs)}.sidebar-links__list a{font-size:.875rem;color:var(--color-accent);display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:.5rem;padding:var(--space-m)}.sidebar-card__heading{font-size:1rem;font-weight:600;margin-block-end:var(--space-s)}.sidebar-card+.sidebar-card{margin-block-start:var(--space-m)}.sidebar-card__intro{font-size:.9375rem;line-height:1.5;color:var(--color-muted-strong)}.sidebar-card__social{display:flex;flex-wrap:wrap;gap:var(--space-s);margin-block-start:var(--space-s)}.sidebar-card__social a{font-size:.8125rem;color:var(--color-accent)}.sidebar-card__link{display:inline-block;margin-block-start:var(--space-xs);font-size:.8125rem;color:var(--color-accent)}.ghost-partial__image{width:100%;height:auto;border-radius:.25rem;margin-block-end:var(--space-s)}.ghost-partial__excerpt{font-size:.875rem;line-height:1.5;color:var(--color-muted-strong);margin-block-end:var(--space-s)}.ghost-partial__body{font-size:.8125rem}.ghost-partial__body a:not(.kg-btn):not(.kg-btn-accent){color:var(--color-accent)}.ghost-partial__body .kg-btn,.ghost-partial__body .kg-btn-accent{color:#fff}.ghost-partial--missing{display:flex;flex-direction:column;gap:.25rem;padding:var(--space-m);border:2px dashed #f59e0b;border-radius:.5rem;background:#fffbeb}.ghost-partial--missing__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#d97706}.ghost-partial--missing__slug{font-size:.8125rem;color:#92400e;font-family:monospace}.post-content a{color:var(--color-accent);text-decoration:none}.post-content a:hover{text-decoration:underline;text-underline-offset:.15em}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{line-height:1.2;--flow-space: var(--space-l)}.post-content h1{font-size:1.875rem}.post-content h2{font-size:1.5rem}.post-content h3{font-size:1.25rem}.post-content h4{font-size:1.0625rem}.post-content h5{font-size:.9375rem}.post-content h6{font-size:.875rem}.post-page-layout{padding-block-end:var(--space-xl)}.post-page-layout__header{padding-block:var(--space-xl) var(--space-m)}.post-page-layout__headline{font-size:clamp(2.25rem,5.5vw,4.5rem);line-height:1.1;letter-spacing:-.02em;margin-block-end:var(--space-m)}.post-page-layout__meta{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-m);padding:var(--space-s) var(--space-m);background:var(--color-surface-hover);border-radius:.625rem;font-size:.8125rem;color:var(--color-muted)}.post-page-layout__meta:has(>.post-page-layout__excerpt){display:block;background:none;padding:0;font-size:inherit;color:inherit}.post-page-layout__excerpt{font-size:1.125rem;line-height:1.6;color:var(--color-muted-strong);margin-block:0;max-inline-size:60ch}.post-page-layout__excerpt:empty{display:none}.post-page-layout__meta-left{flex:1 1 auto;display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-s);min-width:0}.post-page-layout__meta-right{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-m);margin-left:auto}.post-page-layout__meta-group{display:flex;flex-wrap:wrap;align-items:center;gap:.375rem}.post-page-layout__meta-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-muted-soft)}.post-page-layout__meta-link{color:var(--color-text);font-weight:500}.post-page-layout__meta-link:hover{color:var(--color-accent)}.post-page-layout__meta-chevron{color:var(--color-muted-soft);font-size:.875rem}.post-page-layout__meta-divider{color:var(--color-muted-soft);margin-inline:.25rem}.post-page-layout__meta-chip{display:inline-block;padding:.125rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:500;color:var(--color-accent);background:color-mix(in srgb,var(--color-accent) 14%,transparent);transition:background .15s ease}.post-page-layout__meta-chip:hover{background:color-mix(in srgb,var(--color-accent) 22%,transparent)}.post-page-layout__meta-item{display:flex;align-items:center;gap:.375rem}@media(max-width:47.99rem){.post-page-layout__meta{font-size:.75rem;gap:var(--space-s)}.post-page-layout__meta-label{font-size:.625rem}.post-page-layout__meta-chevron{font-size:.8125rem}.post-page-layout__meta-chip{font-size:.75rem;padding:.0625rem .5rem}.post-page-layout__meta-divider{display:none}.post-page-layout__meta-right{margin-left:0;gap:var(--space-s)}}.post-page-layout__image{margin-block:0 var(--space-l)}.post-page-layout__image img{width:100%;display:block;border-radius:1.5rem}.post-page-layout__image--img-big-rectangle img{aspect-ratio:16 / 7;object-fit:cover}@media(max-width:47.99rem){.post-page-layout__image--img-big-rectangle img{aspect-ratio:auto;object-fit:contain}}.post-page-layout__image--img-big-square img{aspect-ratio:1 / 1;object-fit:cover}.post-page-layout__image--img-original img{aspect-ratio:auto;object-fit:contain;height:auto}.post-page-layout__image--img-small{margin-block-start:0;margin-block-end:var(--space-m)}.post-page-layout__image--img-small img{aspect-ratio:3 / 2;object-fit:cover;border-radius:.375rem}.post-page-layout__body{display:grid;grid-template-columns:1fr;gap:var(--space-xl);align-items:start}@media(min-width:48rem){.post-page-layout__body{grid-template-columns:minmax(0,600px) minmax(300px,1fr)}}.post-page-layout__content{min-width:0}.post-page-layout__content .post-content{font-size:1.0625rem;line-height:1.75}.post-page-layout__sidebar{min-width:0;font-size:.875rem;position:sticky;top:calc(var(--header-height, 5rem) + var(--space-m))}.post-page-layout__sidebar-section{padding:var(--space-m);border:1px solid var(--color-border);border-radius:.5rem;margin-block-end:var(--space-m)}.post-page-layout__sidebar-heading{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-muted-soft);margin:0 0 var(--space-s)}.similar-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-s)}.similar-list__link{display:block;width:100%;font-size:.875rem;line-height:1.4;color:var(--color-accent);background:none;border:none;padding:0;margin:0;font-family:inherit;text-align:left;cursor:pointer}.similar-list__link:hover{text-decoration:underline}.similar-list--bluesky .similar-list__link{color:var(--color-text);display:flex;flex-direction:column;gap:.25rem}.similar-list--bluesky .similar-list__link:hover{text-decoration:none;color:var(--color-accent)}.similar-list__text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.similar-list__time{font-size:.75rem;color:var(--color-muted-soft);text-transform:uppercase;letter-spacing:.05em}.similar-list__placeholder{margin:0;font-size:.8125rem;color:var(--color-muted-soft);font-style:italic}.project-page{padding-block-end:var(--space-xl)}.project-page__header{display:flex;flex-direction:column;gap:var(--space-l);align-items:flex-start;padding-block:var(--space-xl) var(--space-m)}.project-page__header-main{flex:1 1 auto;min-width:0}.project-page__status-chip{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#fff;margin-block-end:var(--space-m)}.project-page__status-chip--active{background:var(--color-status-active)}.project-page__status-chip--archived{background:var(--color-status-archived)}.project-page__title{font-size:clamp(2.25rem,5.5vw,4.5rem);line-height:1.05;letter-spacing:-.02em;margin:0 0 var(--space-m)}.project-page__excerpt{font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.5;color:var(--color-muted-strong);max-width:42rem;margin:0}.project-page__links{display:flex;flex-wrap:wrap;gap:var(--space-s);align-items:center}.project-page__link-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);font-size:.875rem;font-weight:500;transition:background .15s ease,border-color .15s ease}.project-page__link-button:hover{background:var(--color-surface-hover);border-color:var(--color-muted-soft)}.project-page__link-button--primary{background:var(--color-text);color:var(--color-bg);border-color:var(--color-text)}.project-page__link-button--primary:hover{background:var(--color-muted-strong);border-color:var(--color-muted-strong)}.project-page__link-arrow{font-size:.75rem;opacity:.7}@media(min-width:48rem){.project-page__header{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:var(--space-xl)}.project-page__links{flex-shrink:0;flex-direction:column;align-items:stretch}.project-page__link-button{justify-content:space-between;min-width:12rem}}.project-page__image{margin-block:0 var(--space-l)}.project-page__image img{width:100%;display:block;border-radius:1.5rem;aspect-ratio:16 / 7;object-fit:cover}@media(max-width:47.99rem){.project-page__image img{aspect-ratio:auto;object-fit:contain;border-radius:1rem}}.project-page__body{display:grid;grid-template-columns:1fr;gap:var(--space-xl);align-items:start}@media(min-width:48rem){.project-page__body{grid-template-columns:minmax(0,1fr) minmax(260px,320px)}.project-page__body--no-sidebar{grid-template-columns:minmax(0,1fr)}}.project-page__content{min-width:0}.project-page__content .post-content{font-size:1.0625rem;line-height:1.75}.project-page__sidebar{min-width:0;display:flex;flex-direction:column;gap:var(--space-m)}.project-sidebar-box{background:var(--color-surface);border:1px solid var(--color-border);border-radius:1rem;padding:var(--space-m) var(--space-l)}.project-sidebar-box:first-child{background:var(--color-surface-hover);border:none}.project-sidebar-box__heading{font-size:.9375rem;font-weight:600;margin:0 0 var(--space-s);display:flex;align-items:center;gap:.5rem}.project-sidebar-box__rows{margin:0;padding:0;display:flex;flex-direction:column}.project-sidebar-box__row{display:flex;justify-content:space-between;align-items:center;gap:var(--space-m);padding-block:.625rem;border-block-start:1px solid var(--color-border)}.project-sidebar-box__row:first-child{border-block-start:none}.project-sidebar-box__row-label{font-size:.8125rem;font-weight:500;color:var(--color-text);margin:0}.project-sidebar-box__row-value{font-size:.75rem;color:var(--color-muted);margin:0;text-align:end}.project-sidebar-box__link-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-xs)}.project-sidebar-box__link{display:block;padding:.5rem .875rem;border-radius:.5rem;background:var(--color-surface-hover);color:var(--color-accent);font-size:.875rem;font-weight:500;transition:background .15s ease}.project-sidebar-box__link:hover{background:color-mix(in srgb,var(--color-accent) 14%,transparent)}.project-sidebar-box--quote{background:color-mix(in srgb,var(--color-status-active) 10%,var(--color-surface))}.project-sidebar-box__quote-text{font-size:.9375rem;font-style:italic;line-height:1.5;margin:0;color:var(--color-text)}.project-sidebar-box__quote-cite{display:block;margin-block-start:var(--space-xs);font-size:.75rem;color:var(--color-muted);font-style:normal}.project-page__related{margin-block-start:var(--space-xl)}.project-page__related-heading{font-size:1.25rem;font-weight:600;margin:0 0 var(--space-m)}.project-card{flex:0 0 auto;width:18rem;scroll-snap-align:start}.project-card__link{display:flex;flex-direction:column;height:100%;background:var(--color-surface);border:1px solid var(--color-border);border-radius:1rem;overflow:hidden;transition:border-color .15s ease,transform .15s ease}.project-card__link:hover{border-color:var(--color-muted-soft);transform:translateY(-2px)}.project-card--active .project-card__link{border-top:3px solid var(--color-status-active)}.project-card--archived .project-card__link{border-top:3px solid var(--color-status-archived)}.project-card__thumb{background:var(--color-surface-hover)}.project-card__thumb img{width:100%;aspect-ratio:16 / 9;object-fit:cover;display:block}.project-card__body{display:flex;flex-direction:column;gap:var(--space-xs);padding:var(--space-m);flex:1 1 auto}.project-card__status-chip{align-self:flex-start;padding:.125rem .5rem;border-radius:9999px;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#fff}.project-card__status-chip--active{background:var(--color-status-active)}.project-card__status-chip--archived{background:var(--color-status-archived)}.project-card__title{font-size:1.125rem;line-height:1.25;margin:0;color:var(--color-text)}.project-card__excerpt{font-size:.875rem;line-height:1.5;color:var(--color-muted);margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.section-page{padding-block:var(--space-xl)}.section-page__header{margin-block-end:var(--space-l);border-bottom:1px solid var(--color-border);padding-block-end:var(--space-m)}.section-page__title{font-size:clamp(2rem,5vw,3.5rem);line-height:1.1;letter-spacing:-.02em}.section-page__description{font-size:1rem;line-height:1.6;color:var(--color-muted);max-width:60ch;margin-block-start:var(--space-s)}.section-page__loading,.section-page__empty{color:var(--color-muted-soft);font-size:.9375rem;padding-block:var(--space-l)}.section-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(18rem,1fr));gap:var(--space-l)}.section-card{display:flex;flex-direction:column;border:1px solid var(--color-border);border-radius:.5rem;overflow:hidden;background:var(--color-surface);transition:box-shadow .15s ease}.section-card:hover{box-shadow:0 4px 16px #00000014}.section-card__link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.section-card__image{width:100%;aspect-ratio:16 / 9;object-fit:cover;display:block}.section-card__body{padding:var(--space-m);display:flex;flex-direction:column;gap:var(--space-xs);flex:1}.section-card__title{font-size:1.125rem;line-height:1.3;margin:0}.section-card__excerpt{font-size:.875rem;color:var(--color-muted);line-height:1.5;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.section-card__meta{display:flex;gap:var(--space-s);font-size:.75rem;color:var(--color-muted-soft);margin-block-start:auto;padding-block-start:var(--space-xs);border-block-start:1px solid var(--color-border)}.tag-page{padding-block-end:var(--space-xl)}.tag-page__header{padding-block:var(--space-xl) var(--space-m)}.tag-page__title{font-size:clamp(2.25rem,5.5vw,4.5rem);line-height:1.05;letter-spacing:-.02em;margin:0 0 var(--space-m)}.tag-page__description{font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.5;color:var(--color-muted-strong);max-width:60ch;margin:0}.tag-page__image{margin-block:var(--space-m) var(--space-l)}.tag-page__image img{width:100%;display:block;border-radius:1.5rem;aspect-ratio:16 / 7;object-fit:cover}@media(max-width:47.99rem){.tag-page__image img{aspect-ratio:auto;object-fit:contain;border-radius:1rem}}.tag-page__body{margin-block-start:var(--space-l)}.tag-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));gap:var(--space-l) var(--space-m)}.tag-page__grid .small-post-card{width:auto}.tag-page__empty,.tag-page__loading{color:var(--color-muted-soft);font-size:.9375rem;padding-block:var(--space-l);text-align:center}.kg-card{margin-block:var(--space-m)}.kg-card:first-child{margin-block-start:0}.kg-card:last-child{margin-block-end:0}.kg-width-wide,.kg-width-full{max-width:none}.kg-callout-card{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;border-radius:.625rem;background:var(--color-surface-hover)}.kg-callout-emoji{flex-shrink:0;font-size:1.125rem;line-height:1.5}.kg-callout-text{flex:1;min-width:0;line-height:1.55}.kg-callout-text a{color:var(--color-accent);text-decoration:underline;text-underline-offset:.15em}.kg-callout-card-grey{background:var(--color-surface-hover)}.kg-callout-card-white{background:var(--color-surface);border:1px solid var(--color-border)}.kg-callout-card-blue{background:color-mix(in srgb,#3b82f6 14%,transparent)}.kg-callout-card-green{background:color-mix(in srgb,var(--color-success) 14%,transparent)}.kg-callout-card-yellow{background:color-mix(in srgb,#eab308 18%,transparent)}.kg-callout-card-red{background:color-mix(in srgb,var(--color-danger) 14%,transparent)}.kg-callout-card-pink{background:color-mix(in srgb,#ec4899 14%,transparent)}.kg-callout-card-purple{background:color-mix(in srgb,#a855f7 14%,transparent)}.kg-callout-card-accent{background:color-mix(in srgb,var(--color-accent) 14%,transparent)}.kg-bookmark-card{margin-block:var(--space-m);container-type:inline-size}.kg-bookmark-container{display:flex;align-items:stretch;border:1px solid var(--color-border);border-radius:.625rem;overflow:hidden;text-decoration:none;color:inherit;background:var(--color-surface);transition:border-color .15s ease,background .15s ease;min-height:8rem}.kg-bookmark-container:hover{border-color:var(--color-text);background:var(--color-surface-hover);text-decoration:none}.kg-bookmark-content{flex:1 1 auto;display:flex;flex-direction:column;justify-content:space-between;gap:.5rem;padding:var(--space-s) var(--space-m);min-width:0}.kg-bookmark-title{font-size:.9375rem;font-weight:600;line-height:1.35;color:var(--color-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.kg-bookmark-description{font-size:.8125rem;line-height:1.45;color:var(--color-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.kg-bookmark-metadata{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--color-muted-soft);flex-wrap:wrap}.kg-bookmark-metadata>*+*:before{content:"·";margin-inline-end:.5rem;color:var(--color-muted-soft)}.kg-bookmark-icon{width:1rem;height:1rem;margin-inline-end:.25rem;border-radius:.125rem;display:inline-block;vertical-align:middle}.kg-bookmark-metadata>.kg-bookmark-icon+*:before{display:none}.kg-bookmark-author,.kg-bookmark-publisher{color:var(--color-muted-strong);font-weight:500}.kg-bookmark-thumbnail{flex:0 0 auto;width:11rem;align-self:stretch;background:var(--color-border)}.kg-bookmark-thumbnail img{width:100%;height:100%;object-fit:cover;display:block}@container (max-width: 30rem){.kg-bookmark-container{flex-direction:column-reverse}.kg-bookmark-thumbnail{width:100%;aspect-ratio:16 / 9}}.kg-button-card{display:flex;margin-block:var(--space-m)}.kg-button-card.kg-align-center{justify-content:center}.kg-button-card.kg-align-left{justify-content:flex-start}.kg-button-card.kg-align-right{justify-content:flex-end}.kg-btn,.kg-btn-accent{display:inline-block;padding:.625rem 1.5rem;background:var(--color-accent);color:#fff;border:none;border-radius:9999px;font-weight:600;font-size:.9375rem;line-height:1.2;text-decoration:none;cursor:pointer;transition:opacity .15s ease}.kg-btn:hover,.kg-btn-accent:hover{opacity:.9;text-decoration:none}.kg-toggle-card{border:1px solid var(--color-border);border-radius:.625rem;padding:var(--space-s) var(--space-m);background:var(--color-surface)}.kg-toggle-heading{display:flex;align-items:center;justify-content:space-between;gap:var(--space-s);cursor:pointer;user-select:none}.kg-toggle-heading-text{margin:0;font-size:1rem;font-weight:600}.kg-toggle-card-icon{flex-shrink:0;width:1.25rem;height:1.25rem;background:none;border:none;cursor:pointer;color:var(--color-muted);transition:transform .2s ease}.kg-toggle-card[data-kg-toggle-state=open] .kg-toggle-card-icon{transform:rotate(180deg)}.kg-toggle-content{margin-block-start:var(--space-s);padding-block-start:var(--space-s);border-block-start:1px solid var(--color-border);line-height:1.6}.kg-toggle-card[data-kg-toggle-state=close] .kg-toggle-content{display:none}.kg-image-card{margin-block:var(--space-m)}.kg-image{width:100%;height:auto;border-radius:.5rem;display:block}.post-content .kg-image-card img,.post-content .kg-gallery-image img,.post-content .kg-image{cursor:zoom-in}.kg-image-card.kg-width-wide .kg-image,.kg-image-card.kg-width-full .kg-image{border-radius:0}.kg-image-card figcaption,.kg-card-hascaption figcaption,figcaption{margin-block-start:.5rem;font-size:.8125rem;color:var(--color-muted);text-align:center;line-height:1.5}.kg-gallery-card{margin-block:var(--space-m)}.kg-gallery-container{display:flex;flex-direction:column;gap:.5rem}.kg-gallery-row{display:flex;gap:.5rem}.kg-gallery-image{flex:1 1 0;min-width:0}.kg-gallery-image img{width:100%;height:100%;object-fit:cover;border-radius:.375rem;display:block}.kg-embed-card{margin-block:var(--space-m)}.kg-embed-card iframe{max-width:100%;display:block;margin:0 auto;border:0;border-radius:.5rem}.kg-embed-card>iframe[src*=youtube],.kg-embed-card>iframe[src*=vimeo]{aspect-ratio:16 / 9;width:100%;height:auto}.kg-file-card{margin-block:var(--space-m)}.kg-file-card-container{display:flex;align-items:center;gap:var(--space-m);padding:var(--space-s) var(--space-m);border:1px solid var(--color-border);border-radius:.625rem;background:var(--color-surface);text-decoration:none;color:inherit;transition:background .15s ease}.kg-file-card-container:hover{background:var(--color-surface-hover);text-decoration:none}.kg-file-card-contents{flex:1;min-width:0}.kg-file-card-title{font-size:.9375rem;font-weight:600;line-height:1.35;color:var(--color-text)}.kg-file-card-caption{font-size:.8125rem;color:var(--color-muted);margin-block-start:.125rem}.kg-file-card-metadata{margin-block-start:.375rem;font-size:.75rem;color:var(--color-muted-soft);display:flex;gap:.5rem}.kg-file-card-icon{flex-shrink:0;width:2.5rem;height:2.5rem;display:grid;place-items:center;color:var(--color-muted)}.kg-file-card-icon svg{width:100%;height:100%}.kg-audio-card,.kg-video-card{margin-block:var(--space-m);border-radius:.5rem;overflow:hidden}.kg-audio-card audio,.kg-video-card video{width:100%;display:block}pre{margin-block:var(--space-m);padding:var(--space-s) var(--space-m);background:var(--color-surface-hover);border:1px solid var(--color-border);border-radius:.5rem;overflow-x:auto;font-size:.875rem;line-height:1.55;font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}code{font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.9em}:not(pre)>code{padding:.125rem .375rem;background:var(--color-surface-hover);border-radius:.25rem;border:1px solid var(--color-border)}.kg-header-card{margin-block:var(--space-l);padding:var(--space-xl) var(--space-l);border-radius:.75rem;text-align:center;background:var(--color-surface);border:1px solid var(--color-border)}.kg-header-card-content{max-width:40rem;margin:0 auto}.kg-header-card-heading{font-size:clamp(1.75rem,4vw,2.75rem);line-height:1.15;margin-block-end:var(--space-s)}.kg-header-card-subheading{font-size:1.0625rem;line-height:1.5;color:var(--color-muted);margin-block-end:var(--space-m)}.kg-header-card-button{display:inline-block;padding:.625rem 1.5rem;background:var(--color-accent);color:#fff;border-radius:9999px;font-weight:600;text-decoration:none}.kg-header-card-button:hover{opacity:.9;text-decoration:none}.kg-product-card{margin-block:var(--space-m);border:1px solid var(--color-border);border-radius:.625rem;padding:var(--space-m);background:var(--color-surface)}.kg-product-card-image{width:100%;height:auto;border-radius:.375rem;display:block;margin-block-end:var(--space-s)}.kg-product-card-title{font-size:1.125rem;font-weight:600;line-height:1.3;margin-block-end:.25rem}.kg-product-card-rating{display:flex;gap:.125rem;margin-block-end:var(--space-s)}.kg-product-card-description{font-size:.9375rem;line-height:1.55;color:var(--color-muted)}.kg-product-card-button{display:inline-block;margin-block-start:var(--space-s);padding:.5rem 1.25rem;background:var(--color-accent);color:#fff;border-radius:9999px;font-weight:600;text-decoration:none}hr{border:none;border-block-start:1px solid var(--color-border);margin-block:var(--space-l)}blockquote{margin-block:var(--space-m);padding-inline-start:var(--space-m);border-inline-start:3px solid var(--color-border);font-size:.9375rem;line-height:1.55;color:var(--color-muted-strong)}.kg-pullquote{margin-block:var(--space-l);padding:var(--space-m) 0;border-block:1px solid var(--color-border);font-size:1.25rem;line-height:1.45;font-style:italic;text-align:center;color:var(--color-muted-strong)}.post-playlist{margin-block-end:var(--space-xl)}.post-playlist__header{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-s);margin-block-end:var(--space-m)}.post-playlist__heading{font-size:1.25rem;line-height:1.2;margin:0}.post-playlist__heading-link{color:inherit}.post-playlist__heading-link:hover{color:var(--color-accent)}.post-playlist__nav{display:flex;gap:.375rem}.post-playlist__arrow{width:2rem;height:2rem;border:1px solid var(--color-border);border-radius:9999px;background:var(--color-surface);color:var(--color-text);cursor:pointer;font-size:.9375rem;line-height:1;display:grid;place-items:center;transition:background .15s ease,opacity .15s ease}.post-playlist__arrow:hover:not(:disabled){background:var(--color-bg)}.post-playlist__arrow:disabled{opacity:.25;cursor:default}.post-playlist__scroll{display:flex;gap:var(--space-m);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding-block:2px}.post-playlist__scroll::-webkit-scrollbar{display:none}.post-playlist__scroll>*{flex:0 0 auto;scroll-snap-align:start}.small-post-card{width:15rem;display:flex;flex-direction:column}.small-post-card__link{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none;gap:.375rem}.small-post-card__link:hover .small-post-card__title{color:var(--color-accent)}.small-post-card__thumb{aspect-ratio:16 / 9;overflow:hidden;border-radius:.375rem;background:var(--color-border);margin-block-end:.125rem}.small-post-card__thumb img{width:100%;height:100%;object-fit:cover;display:block}.small-post-card__title{font-size:.9375rem;font-weight:600;line-height:1.3;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .15s ease}.small-post-card__excerpt{font-size:.8125rem;line-height:1.45;color:var(--color-muted);margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.small-post-card__meta{margin-block-start:auto;padding-block-start:.375rem;display:flex;gap:.375rem;font-size:.75rem;color:var(--color-muted-soft);text-transform:uppercase;letter-spacing:.04em}.subscribe-menu{position:relative}.subscribe-menu__trigger{display:inline-flex;align-items:center;gap:.3125rem;border:none;cursor:pointer;font-family:inherit}.subscribe-menu__trigger:hover{opacity:.9}.subscribe-menu__chevron{font-size:.75em;line-height:1}.subscribe-menu__dropdown{position:absolute;top:calc(100% + .5rem);right:0;min-width:14rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:.5rem;box-shadow:0 6px 20px #0000001a;padding:.25rem;z-index:100;display:none}.subscribe-menu__dropdown--open{display:block}.subscribe-menu__item{display:block;width:100%;text-align:left;padding:.5rem .75rem;background:none;border:none;color:var(--color-text);cursor:pointer;font:inherit;font-size:.9375rem;border-radius:.25rem;text-decoration:none}.subscribe-menu__item:hover{background:var(--color-bg)}.subscribe-menu__item--muted{color:var(--color-muted-strong);font-size:.875rem;cursor:default;pointer-events:none}.subscribe-menu__divider{height:1px;background:var(--color-border);margin:.375rem 0}.subscribe-menu__signout-form{margin:0}.subscribe-menu__item--signout{color:var(--color-muted-strong)}.subscribe-menu__mode-label{padding:.25rem .75rem .375rem;font-size:.75rem;color:var(--color-muted);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.subscribe-menu__mode-group{display:flex;gap:.25rem;padding:0 .375rem .375rem}.subscribe-menu__mode-option{flex:1;padding:.375rem .5rem;border:1px solid var(--color-border);border-radius:.25rem;background:transparent;cursor:pointer;font:inherit;font-size:.8125rem;color:var(--color-text)}.subscribe-menu__mode-option:hover:not(.subscribe-menu__mode-option--active){background:var(--color-bg)}.subscribe-menu__mode-option--active{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.page-subscribe{padding-block:var(--space-xl);max-width:36rem}.page-subscribe h1{margin-block-end:var(--space-s)}.page-subscribe p{color:var(--color-muted-strong);margin-block-end:var(--space-m)}.page-subscribe__cta{display:inline-flex;align-items:center;padding:.625rem 1.5rem;background:var(--color-text);color:var(--color-bg);border:none;border-radius:9999px;font:inherit;font-size:.9375rem;font-weight:500;cursor:pointer;transition:opacity .15s ease}.page-subscribe__cta:hover{opacity:.85}.page-subscribe__email{font-size:.9375rem}.page-subscribe__actions{display:flex;flex-wrap:wrap;gap:var(--space-s);align-items:center}.page-subscribe__sign-out{background:none;border:none;font:inherit;font-size:.875rem;color:var(--color-muted-strong);cursor:pointer;text-decoration:underline;padding:0}.page-subscribe__sign-out:hover{color:var(--color-text)}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100}.modal{background:var(--color-surface);border-radius:.5rem;padding:var(--space-l);max-width:32rem;width:90%;position:relative;max-height:90vh;overflow-y:auto}.modal__close{position:absolute;top:var(--space-s);right:var(--space-s);background:none;border:none;font-size:1.5rem;cursor:pointer;line-height:1;color:var(--color-text)}.modal__title{font-size:1.125rem;font-weight:600;margin-block-end:var(--space-s)}.modal--bluesky-view{max-width:36rem}.modal--bluesky-view .bluesky-card{border-block-start:none;padding-block-start:0}.modal__external-link{display:inline-block;margin-block-start:var(--space-m);padding:var(--space-xs) var(--space-m);font-size:.875rem;font-weight:500;color:var(--color-accent);background:color-mix(in srgb,var(--color-accent) 12%,transparent);border-radius:9999px;transition:background .15s ease}.modal__external-link:hover{background:color-mix(in srgb,var(--color-accent) 20%,transparent)}.modal__description{font-size:.875rem;color:var(--color-muted);margin-block-end:var(--space-m)}.modal__textarea{width:100%;min-height:6rem;padding:var(--space-s);border:1px solid var(--color-border);border-radius:.375rem;resize:vertical;font-family:inherit;font-size:.9375rem;margin-block-end:var(--space-s)}.modal__submit{display:inline-block;padding:var(--space-xs) var(--space-m);background:var(--color-accent);color:#fff;border:none;border-radius:.375rem;font-weight:500;cursor:pointer}.modal__submit:disabled{opacity:.6;cursor:not-allowed}.modal__quoted-post{background:var(--color-bg);border:1px solid var(--color-border);border-radius:.375rem;padding:var(--space-s);margin-block-end:var(--space-s);font-size:.875rem}.modal__quoted-post strong{display:block;margin-block-end:var(--space-xs)}.sign-in-form{display:flex;flex-direction:column;gap:var(--space-s)}.sign-in-form__label{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem;font-weight:500}.sign-in-form__label input{padding:var(--space-xs);border:1px solid var(--color-border);border-radius:.375rem;font-size:.9375rem}.sign-in-form__error{color:var(--color-danger);font-size:.875rem}.sign-in-form__submit{padding:var(--space-xs) var(--space-m);background:var(--color-accent);color:#fff;border:none;border-radius:.375rem;font-weight:500;cursor:pointer;margin-block-start:var(--space-xs)}.sign-in-form__submit:disabled{opacity:.6;cursor:not-allowed}.sign-in-form__advanced{margin-block-start:var(--space-m);padding-block-start:var(--space-m);border-block-start:1px solid var(--color-border);font-size:.875rem}.sign-in-form__advanced>summary{cursor:pointer;color:var(--color-muted);user-select:none;padding-block:var(--space-xs)}.sign-in-form__advanced>summary:hover{color:var(--color-text)}.sign-in-form__advanced[open]>summary{margin-block-end:var(--space-s)}.repost-menu{position:relative;display:inline-block}.repost-menu__dropdown{display:none;position:absolute;bottom:100%;left:0;background:var(--color-surface);border:1px solid var(--color-border);border-radius:.375rem;box-shadow:0 2px 8px #0000001a;z-index:10;min-width:10rem;margin-block-end:.25rem}.repost-menu:focus-within .repost-menu__dropdown{display:flex;flex-direction:column}.repost-menu__option{padding:var(--space-xs) var(--space-m);background:none;border:none;text-align:left;cursor:pointer;font-family:inherit;font-size:.875rem;color:var(--color-text);white-space:nowrap}.repost-menu__option:hover{background:var(--color-bg)}.follow-me{display:block;width:100%;box-sizing:border-box;padding:.75rem 1rem;margin-bottom:1rem;border:none;border-radius:.5rem;background:#1185fe;color:#fff;font-size:.9375rem;font-weight:600;text-align:center;cursor:pointer;transition:background .15s ease}.follow-me:hover:not(:disabled){background:#0d6ed9}.follow-me:disabled{opacity:.6;cursor:not-allowed}.follow-me--thanks{background:#f3f8ff;color:#0d6ed9;border:1px solid #cfe3ff;cursor:default}.load-more{display:block;width:100%;box-sizing:border-box;padding:.75rem 1rem;margin-block:var(--space-m);border:none;border-radius:.5rem;background:var(--color-accent);color:#fff;font-family:inherit;font-size:.9375rem;font-weight:600;text-align:center;cursor:pointer;transition:opacity .15s ease}.load-more:hover:not(:disabled){opacity:.9}.load-more:disabled{opacity:.6;cursor:not-allowed}.social-links-page{padding-block:var(--space-xl);max-width:36rem}.social-links-page__header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-s);margin-block-end:var(--space-xl)}.social-links-page__name{margin:0;font-size:2rem;line-height:1.1}.social-links-page__site-link{font-size:1rem;color:var(--color-accent);text-decoration:none;font-weight:500}.social-links-page__site-link:hover{text-decoration:underline}.social-links-page__socials{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-s);margin-block-start:var(--space-xs)}.social-links-page__social-link{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:9999px;color:var(--color-text);text-decoration:none;font-size:.9375rem;font-weight:500;transition:background .15s ease,border-color .15s ease}.social-links-page__social-link:hover{background:var(--color-surface-hover);text-decoration:none}.social-links-page__social-link svg{width:1.1em;height:1.1em;fill:currentColor;flex-shrink:0}.social-links-page__posts-heading{font-size:1rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-muted-strong);margin:0 0 var(--space-m)}.social-links-page__feed{display:flex;flex-direction:column;gap:var(--space-s)}.tags-page{padding-block:var(--space-xl)}.tags-page__header{margin-block-end:var(--space-l)}.tags-page__list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:var(--space-s)}.tags-page__tag{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .875rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:9999px;color:var(--color-text);text-decoration:none;font-size:.9375rem;transition:background .15s ease,border-color .15s ease}.tags-page__tag:hover{background:var(--color-surface-hover);text-decoration:none}.tags-page__count{font-size:.75rem;color:var(--color-muted);font-variant-numeric:tabular-nums}.contact-form{display:flex;flex-direction:column;gap:var(--space-m);max-width:36rem;margin-block-start:var(--space-xl);padding-block-start:var(--space-l);border-block-start:1px solid var(--color-border)}.contact-form__fields{display:flex;flex-direction:column;gap:var(--space-m)}.contact-form__label{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem;font-weight:500}.contact-form__label input,.contact-form__label select,.contact-form__label textarea{padding:var(--space-s);border:1px solid var(--color-border);border-radius:.375rem;background:var(--color-surface);color:var(--color-text);font-family:inherit;font-size:.9375rem;font-weight:400}.contact-form__label textarea{resize:vertical;min-height:8rem}.contact-form__submit{align-self:flex-start;padding:var(--space-s) var(--space-l);background:var(--color-accent);color:#fff;border:none;border-radius:9999px;font-size:1rem;font-weight:500;cursor:pointer}.contact-form__submit:disabled{opacity:.6;cursor:not-allowed}.contact-form__status{min-height:1.5em;margin:0;font-size:.9375rem}.contact-form__status--success{color:var(--color-success)}.contact-form__status--error{color:var(--color-danger)}.contact-thanks{align-items:flex-start}.contact-thanks__title{margin:0;font-size:1.5rem;font-weight:700;color:var(--color-success)}.contact-thanks__title:focus{outline:none}.contact-thanks__body{margin:0;font-size:1.0625rem;color:var(--color-muted)}.contact-form__honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.auth-form{display:flex;flex-direction:column;gap:var(--space-m);max-width:32rem;margin-block-start:var(--space-l)}.auth-form--inline{margin-block-start:0}.auth-form__label{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem;font-weight:500}.auth-form__label input{padding:var(--space-s);border:1px solid var(--color-border);border-radius:.375rem;background:var(--color-surface);color:var(--color-text);font-family:inherit;font-size:.9375rem;font-weight:400}.auth-form__submit{align-self:flex-start;padding:var(--space-s) var(--space-l);background:var(--color-accent);color:#fff;border:none;border-radius:9999px;font-size:1rem;font-weight:500;cursor:pointer}.auth-form__submit:disabled{opacity:.6;cursor:not-allowed}.auth-form__submit--ghost{background:transparent;color:var(--color-text);border:1px solid var(--color-border)}.auth-form__error{margin:0;font-size:.9375rem;color:var(--color-danger)}.auth-form__success{margin:0;font-size:.9375rem;color:var(--color-success)}.auth-form__switch{margin:0;font-size:.9375rem;color:var(--color-muted)}.auth-form__switch-btn{background:none;border:none;padding:0;font:inherit;color:var(--color-accent);cursor:pointer;text-decoration:underline}.auth-form__honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.page-account{padding-block-start:var(--space-xl);padding-block-end:var(--space-xl);max-width:38rem}.page-account h1{font-size:clamp(2rem,4vw,2.75rem);letter-spacing:-.015em;margin-block-end:var(--space-l)}.account-details{margin-block:var(--space-l);display:flex;flex-direction:column;gap:var(--space-s);max-width:32rem}.account-details__row{display:grid;grid-template-columns:8rem 1fr;gap:var(--space-m);align-items:baseline;padding-block:var(--space-s);border-block-end:1px solid var(--color-border)}.account-details__row dt{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-muted);margin:0}.account-details__row dd{margin:0;font-size:.9375rem}.account-details__status{text-transform:capitalize}.account-section{margin-block-start:var(--space-xl);padding-block-start:var(--space-l);border-block-start:1px solid var(--color-border)}.account-section h2{font-size:1.125rem;font-weight:600;margin-block-end:var(--space-m)}
