.site-header{position:sticky;top:0;z-index:50;background:#ffffffd9;-webkit-backdrop-filter:saturate(180%) blur(10px);backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid var(--plum-100)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:.85rem 1.25rem;max-width:var(--wide-width);margin:0 auto}.brand{display:inline-flex;align-items:center;gap:.65rem;color:var(--plum-800);font-weight:700;letter-spacing:-.01em;font-size:1.0625rem}.brand:hover{color:var(--plum-900);text-decoration:none}.brand__mark{width:28px;height:28px;border-radius:7px;display:inline-block;flex-shrink:0;box-shadow:0 1px 2px #8b3f7240}.brand__name{display:inline-flex;align-items:baseline;gap:.35rem;white-space:nowrap}.brand__name .accent{color:var(--plum-700)}.site-header__nav{display:flex;align-items:center;gap:.75rem}.site-nav{display:flex;align-items:center}.site-nav ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:.25rem}.site-nav a{display:inline-block;padding:.45rem .75rem;border-radius:var(--radius-sm);color:var(--gray-700);font-weight:500;font-size:.95rem;transition:background .12s ease,color .12s ease}.site-nav a:hover{background:var(--plum-50);color:var(--plum-800);text-decoration:none}.site-nav a.active,.site-nav a[aria-current=page]{color:var(--plum-800);background:var(--plum-100)}.lang-switcher ul{list-style:none;margin:0;padding:2px;display:inline-flex;align-items:center;gap:2px;background:var(--plum-50);border:1px solid var(--plum-200);border-radius:999px}.lang-switcher__btn{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.06em;padding:.3rem .55rem;border-radius:999px;color:var(--plum-700);background:transparent;text-decoration:none;line-height:1;transition:background .12s ease,color .12s ease}.lang-switcher__btn:hover{background:var(--plum-100);color:var(--plum-900);text-decoration:none}.lang-switcher__btn.is-active{background:var(--plum-700);color:#fff}.lang-switcher__btn.is-active:hover{background:var(--plum-800);color:#fff}@media(max-width:640px){.site-header__inner{flex-wrap:wrap;gap:.5rem;padding:.75rem 1rem}.site-header__nav{width:100%;justify-content:space-between;gap:.5rem}.site-nav{overflow-x:auto;-webkit-overflow-scrolling:touch}.site-nav ul{gap:.15rem}.site-nav a{padding:.4rem .6rem;font-size:.9rem}.lang-switcher__btn{font-size:.7rem;padding:.28rem .5rem}}.site-footer{margin-top:4rem;background:var(--plum-950);color:var(--plum-200);font-size:.92rem;line-height:1.6}.site-footer a{color:var(--plum-200);text-decoration:none}.site-footer a:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}.site-footer__inner{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2.5rem;padding:3rem 1.25rem 2rem;max-width:var(--wide-width);margin:0 auto}.site-footer__brand .brand{color:#fff;font-size:1.1rem}.site-footer__brand .brand__name .accent{color:var(--plum-300)}.site-footer__brand p{margin:.75rem 0 0;color:var(--plum-300);max-width:36ch}.site-footer__col h4{color:#fff;font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin:0 0 .75rem}.site-footer__col ul{list-style:none;margin:0;padding:0}.site-footer__col li+li{margin-top:.35rem}.site-footer__bottom{border-top:1px solid rgb(255 255 255 / .08);padding:1rem 1.25rem;max-width:var(--wide-width);margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;color:var(--plum-400);font-size:.85rem}.site-footer__bottom .parent-credit{color:var(--plum-300)}.site-footer__bottom .parent-credit a{color:#fff;font-weight:500}@media(max-width:720px){.site-footer__inner{grid-template-columns:1fr;gap:1.75rem;padding:2.25rem 1rem 1.5rem}.site-footer__bottom{padding:.85rem 1rem;font-size:.8rem}}.post-list{display:grid;grid-template-columns:1fr;gap:1rem;padding:0;margin:0;list-style:none}.post-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.4rem;transition:border-color .12s ease,box-shadow .12s ease,transform .12s ease}.post-card:hover{border-color:var(--plum-300);box-shadow:var(--shadow-md);transform:translateY(-1px)}.post-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem;color:var(--text-muted);font-size:.85rem;margin-bottom:.4rem;font-variant-numeric:tabular-nums}.post-card__meta .dot{width:3px;height:3px;border-radius:50%;background:var(--gray-300)}.post-card__title{font-size:1.2rem;font-weight:700;letter-spacing:-.015em;margin:0 0 .35rem;line-height:1.3}.post-card__title a{color:var(--gray-900)}.post-card:hover .post-card__title a{color:var(--plum-800)}.post-card__summary{margin:0;color:var(--text-muted);font-size:.98rem;line-height:1.6}.post-card__tags{margin-top:.75rem;display:flex;flex-wrap:wrap;gap:.35rem}@media(max-width:640px){.post-card{padding:1rem 1.1rem}.post-card__title{font-size:1.1rem}}.tag{display:inline-flex;align-items:center;gap:.25rem;font-size:.78rem;font-weight:500;line-height:1;padding:.35em .6em;border-radius:999px;background:var(--plum-100);color:var(--plum-800);border:1px solid var(--plum-200);text-decoration:none;transition:background .12s ease,color .12s ease,border-color .12s ease}.tag:before{content:"#";color:var(--plum-500);font-weight:600}.tag:hover{background:var(--plum-200);color:var(--plum-900);border-color:var(--plum-300);text-decoration:none}.tag-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.4rem}.terms-row{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin:1rem 0 0;font-size:.9rem;color:var(--text-muted)}.terms-row__label{font-weight:600;letter-spacing:.04em;font-size:.75rem;text-transform:uppercase;color:var(--text-dim)}:root{--plum-50: #faf5f8;--plum-100: #f6eef3;--plum-200: #ead7e4;--plum-300: #d7b6c9;--plum-400: #c491ad;--plum-500: #b17197;--plum-600: #9a4d7f;--plum-700: #8b3f72;--plum-800: #77415f;--plum-900: #5a2f46;--plum-950: #3f2231;--plum-1000: #24131c;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #0f172a;--emerald-500: #22c55e;--emerald-600: #16a34a;--red-500: #ef4444;--red-600: #dc2626;--bg: var(--gray-50);--surface: #ffffff;--text: var(--gray-900);--text-muted: var(--gray-600);--text-dim: var(--gray-500);--border: var(--gray-200);--border-strong: var(--gray-300);--link: var(--plum-700);--link-hover: var(--plum-900);--brand: var(--plum-700);--font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--content-width: 720px;--wide-width: 1100px;--radius-sm: 6px;--radius: 10px;--radius-lg: 14px;--shadow-sm: 0 1px 2px rgb(0 0 0 / .04);--shadow: 0 1px 3px rgb(0 0 0 / .06), 0 1px 2px rgb(0 0 0 / .04);--shadow-md: 0 4px 12px rgb(0 0 0 / .06), 0 2px 4px rgb(0 0 0 / .04)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:16px;line-height:1.65;display:flex;flex-direction:column;min-height:100vh}main{flex:1 0 auto;width:100%}img,picture,svg,video{display:block;max-width:100%;height:auto}a{color:var(--link);text-decoration:none;transition:color .12s ease}a:hover{color:var(--link-hover);text-decoration:underline;text-underline-offset:3px}h1,h2,h3,h4,h5,h6{color:var(--gray-900);font-weight:700;line-height:1.25;letter-spacing:-.015em;margin:0 0 .5em}h1{font-size:clamp(1.75rem,1.4rem + 1.6vw,2.5rem)}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.1rem}p{margin:0 0 1em}.container{width:100%;max-width:var(--wide-width);margin:0 auto;padding:0 1.25rem}.container--prose{max-width:var(--content-width)}.hero{background:radial-gradient(900px 320px at 12% -10%,var(--plum-100),transparent 70%),radial-gradient(700px 280px at 95% 0%,var(--plum-200),transparent 65%),linear-gradient(180deg,var(--plum-50),transparent);border-bottom:1px solid var(--plum-200);padding:4rem 0 3rem}.hero__inner{max-width:820px}.hero__eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--plum-800);background:var(--plum-100);border:1px solid var(--plum-200);padding:.35rem .75rem;border-radius:999px;margin-bottom:1.25rem}.hero__eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--plum-700);box-shadow:0 0 0 3px #8b3f722e}.hero h1{font-size:clamp(2rem,1.4rem + 2.6vw,3.25rem);letter-spacing:-.025em;margin-bottom:.5rem}.hero__tagline{font-size:clamp(1.05rem,1rem + .3vw,1.25rem);color:var(--text-muted);max-width:56ch;margin:0}.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin:3rem 0 1.5rem}.section-head h2{margin:0;font-size:1.25rem;letter-spacing:-.01em}.section-head .more{font-size:.9rem;font-weight:500;color:var(--plum-700)}.prose{font-size:1.0625rem;line-height:1.75;color:var(--gray-800)}.prose h1{font-size:clamp(1.9rem,1.5rem + 1.6vw,2.5rem);color:var(--plum-900)}.prose h2{font-size:1.5rem;margin-top:2.25em;color:var(--plum-800)}.prose h3{font-size:1.2rem;margin-top:1.75em}.prose a{color:var(--plum-700);text-decoration:underline;text-decoration-color:var(--plum-300);text-underline-offset:3px;text-decoration-thickness:1.5px}.prose a:hover{color:var(--plum-900);text-decoration-color:var(--plum-700)}.prose ul,.prose ol{padding-left:1.5em;margin:0 0 1.25em}.prose li+li{margin-top:.35em}.prose blockquote{border-left:3px solid var(--plum-400);background:var(--plum-50);color:var(--gray-800);margin:1.5em 0;padding:.85em 1.25em;border-radius:0 var(--radius-sm) var(--radius-sm) 0;font-style:italic}.prose blockquote p:last-child{margin-bottom:0}.prose code{font-family:var(--font-mono);font-size:.9em;background:var(--plum-50);color:var(--plum-900);padding:.15em .4em;border-radius:4px;border:1px solid var(--plum-100)}.prose pre{font-family:var(--font-mono);font-size:.92em;line-height:1.55;background:var(--gray-900);color:#e5e7eb;padding:1.1em 1.25em;border-radius:var(--radius);overflow-x:auto;margin:1.5em 0;box-shadow:var(--shadow)}.prose pre code{background:transparent;border:0;padding:0;color:inherit;font-size:inherit}.prose img{border-radius:var(--radius);margin:1.5em 0;border:1px solid var(--border)}.prose hr{border:0;border-top:1px solid var(--border);margin:2.5em 0}.prose table{width:100%;border-collapse:collapse;margin:1.5em 0;font-size:.95em}.prose th,.prose td{text-align:left;padding:.55em .75em;border-bottom:1px solid var(--border)}.prose th{background:var(--plum-50);color:var(--plum-900);font-weight:600}.post-header{padding:3rem 0 1.5rem}.post-header__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;color:var(--text-muted);font-size:.9rem;margin-bottom:1rem}.post-header__meta time{font-variant-numeric:tabular-nums}.post-header__meta .dot{width:3px;height:3px;border-radius:50%;background:var(--gray-300)}.post-body{padding-bottom:4rem}.post-footer{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border)}.empty-state{text-align:center;padding:3rem 1rem;color:var(--text-muted);border:1px dashed var(--border-strong);border-radius:var(--radius);background:var(--surface)}.empty-state h3{color:var(--gray-800);margin-bottom:.25rem}.page-header{padding:3rem 0 1rem}.page-header h1{margin-bottom:.25rem}.page-header__lede{color:var(--text-muted);font-size:1.05rem;max-width:56ch;margin:0}@media(max-width:640px){.hero{padding:3rem 0 2.25rem}.post-header{padding:2rem 0 1rem}.page-header{padding:2rem 0 .75rem}.prose{font-size:1rem;line-height:1.7}}
