:root{color-scheme:light;--bg: #f7f5f0;--surface: #ffffff;--surface-alt: #efede7;--text: #242526;--muted: #686b70;--border: #ddd9cf;--nav-bg: #d8d1c3;--nav-text: #24221e;--accent: #d8487e;--accent-strong: #b12f61;--code-bg: #191b21;--code-text: #f2f0ea;--shadow: 0 16px 36px rgb(31 32 36 / 10%);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root[data-theme=dark]{color-scheme:dark;--bg: #101114;--surface: #181a20;--surface-alt: #20232a;--text: #f2f0ea;--muted: #b7b4ab;--border: #30333b;--nav-bg: #d8d1c3;--nav-text: #17181d;--accent: #ff7aa8;--accent-strong: #ffa6c4;--code-bg: #050608;--code-text: #f6f2ea;--shadow: 0 16px 36px rgb(0 0 0 / 28%)}*{box-sizing:border-box}html{background:var(--bg);color:var(--text)}body{margin:0;min-width:320px;background:linear-gradient(180deg,color-mix(in srgb,var(--surface-alt) 62%,transparent),transparent 34rem),var(--bg);color:var(--text);font-size:16px;line-height:1.6}a{color:inherit;text-decoration-color:color-mix(in srgb,var(--accent) 70%,transparent);text-underline-offset:.18em}a:hover{color:var(--accent-strong)}button,input,textarea,select{font:inherit}.site-header{position:sticky;top:0;z-index:10;padding:1rem clamp(1rem,4vw,2.5rem) 0}.site-nav{display:flex;align-items:center;gap:2rem;max-width:1180px;margin:0 auto;padding:1rem 1.25rem;border:1px solid color-mix(in srgb,var(--nav-text) 16%,transparent);border-radius:8px;background:var(--nav-bg);color:var(--nav-text);box-shadow:var(--shadow)}.brand{display:inline-flex;align-items:center;gap:.7rem;font-weight:800;text-decoration:none}.brand-mark{display:grid;width:2rem;aspect-ratio:1;place-items:center;border-radius:50%;background:var(--accent);color:#fff;font-weight:900}.nav-links{display:flex;gap:1.25rem;margin-right:auto}.nav-links a,.theme-toggle{color:inherit;text-decoration:none}.nav-actions{display:flex;align-items:center;gap:.75rem}.theme-toggle{display:inline-grid;width:2.35rem;aspect-ratio:1;place-items:center;border:1px solid color-mix(in srgb,var(--nav-text) 24%,transparent);border-radius:8px;background:transparent;padding:0;color:inherit;cursor:pointer}.theme-toggle:hover{color:var(--accent-strong)}.theme-toggle-icon{grid-area:1 / 1;line-height:1}.theme-toggle-icon-sun{display:none}:root[data-theme=dark] .theme-toggle-icon-sun{display:block}:root[data-theme=dark] .theme-toggle-icon-moon{display:none}.page-shell,.article-shell{width:min(1120px,calc(100% - 2rem));margin:0 auto}.section-heading h1,.section-heading h2,.featured-post h2,.post-card h2,.article h1{margin:0;letter-spacing:0;line-height:1.05}.eyebrow{margin:0 0 .65rem;color:var(--accent-strong);font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.home-quote{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(1.5rem,5vw,4rem);align-items:center;padding:clamp(2rem,6vw,4rem) 0 .5rem}.home-quote p{margin:0;max-width:52rem;color:var(--muted);font-family:Georgia,Times New Roman,serif;font-size:clamp(1.35rem,3vw,2.1rem);line-height:1.35}.home-quote p:before{content:open-quote;color:var(--accent)}.home-quote p:after{content:close-quote;color:var(--accent)}.profile-card{display:grid;justify-items:center;gap:.75rem;margin:0}.profile-photo{width:clamp(7rem,13vw,10rem);aspect-ratio:1;border:1px solid var(--border);border-radius:50%;box-shadow:var(--shadow);display:block;object-fit:cover;object-position:center}.profile-card figcaption{color:var(--text);font-weight:850;text-align:center}.tag-list a{display:inline-flex;align-items:center;min-height:2rem;border:1px solid var(--border);border-radius:8px;background:color-mix(in srgb,var(--surface) 78%,transparent);color:var(--muted);font-size:.82rem;font-weight:750;text-decoration:none}.featured-section,.latest-section{margin-top:2.5rem}.section-heading{margin-bottom:1.25rem}.section-heading p{max-width:42rem;color:var(--muted)}.section-heading-inline{display:flex;align-items:end;justify-content:space-between;gap:1rem}.section-heading-inline>a{font-weight:800}.featured-post{display:grid;grid-template-columns:minmax(18rem,.8fr) minmax(0,1fr);gap:clamp(1.25rem,4vw,3rem);align-items:stretch;padding:1rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.featured-visual,.post-media{position:relative;display:flex;align-items:end;overflow:hidden;min-height:17rem;padding:1rem;border-radius:8px;background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 62%,transparent),transparent 42%),repeating-linear-gradient(135deg,color-mix(in srgb,var(--text) 12%,transparent) 0 1px,transparent 1px 15px),var(--surface-alt);color:var(--text);text-decoration:none}.featured-visual img,.post-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.featured-visual span,.post-media span{position:relative;z-index:1;border-radius:8px;background:var(--surface);padding:.45rem .65rem;color:var(--accent-strong);font-weight:850}.featured-post h2{max-width:12ch;font-size:clamp(2.3rem,5vw,4.4rem)}.featured-post h2 a,.post-card h2 a{text-decoration:none}.featured-post p:not(.eyebrow){max-width:37rem;color:var(--muted);font-size:1.05rem}.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.post-card{display:grid;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.post-card .post-media{min-height:12rem;border-radius:0}.post-card-body{padding:1.15rem}.post-card h2{font-size:1.35rem;line-height:1.2}.post-card p:not(.eyebrow){color:var(--muted)}.tag-list{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0 0;padding:0;list-style:none}.tag-list a{padding:.3rem .6rem}.article-shell{padding:3rem 0 1rem}.back-link{display:inline-flex;margin-bottom:1.5rem;font-weight:800}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(16rem,.34fr);gap:clamp(2rem,6vw,5rem);align-items:start}.article{min-width:0}.article-header{padding-bottom:2rem;border-bottom:1px solid var(--border)}.article-cover{display:block;width:100%;max-height:28rem;margin-top:2rem;border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow);object-fit:cover;object-position:center}.article h1{max-width:11ch;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,7vw,6rem)}.article-description{max-width:42rem;color:var(--muted);font-size:1.2rem}.prose{max-width:46rem;padding-top:2rem;font-family:Georgia,Times New Roman,serif;font-size:1.13rem;line-height:1.75}.prose h2{margin-top:2.5rem;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.7rem;line-height:1.2}.prose code{border-radius:4px;background:color-mix(in srgb,var(--surface-alt) 80%,transparent);padding:.1rem .25rem;font-family:SFMono-Regular,Consolas,monospace;font-size:.9em}.prose pre{overflow-x:auto;border-radius:8px;background:var(--code-bg);padding:1rem;color:var(--code-text)}.prose pre code{background:transparent;padding:0;color:inherit}.article-sidebar{display:grid;gap:1rem;position:sticky;top:6rem}.article-sidebar section{border:1px solid var(--border);border-radius:8px;background:color-mix(in srgb,var(--surface) 86%,transparent);padding:1rem}.article-sidebar h2{margin:0 0 .6rem;font-size:1.05rem}.article-sidebar p,.article-sidebar span{color:var(--muted);font-size:.92rem}.article-sidebar ul{display:grid;gap:.85rem;margin:0;padding:0;list-style:none}.article-sidebar li{display:grid;gap:.15rem}.article-sidebar a{font-weight:800;text-decoration:none}.about-profile{justify-items:start}.about-profile-photo{display:block;width:8rem;aspect-ratio:1;border:1px solid var(--border);border-radius:50%;box-shadow:var(--shadow);object-fit:cover;object-position:center}.about-profile h2{margin-top:.75rem}.site-footer{display:flex;justify-content:space-between;gap:1rem;width:min(1120px,calc(100% - 2rem));margin:4rem auto 0;padding:2rem 0;border-top:1px solid var(--border);color:var(--muted)}.site-footer p{margin:0}@media(max-width:880px){.site-nav,.home-quote,.featured-post,.article-layout{grid-template-columns:1fr}.site-nav{display:grid;gap:1rem}.nav-links,.nav-actions{flex-wrap:wrap}.profile-card{justify-items:start}.post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-sidebar{position:static}}@media(max-width:620px){.site-header{padding-inline:.75rem}.page-shell,.article-shell,.site-footer{width:min(100% - 1.5rem,1120px)}.article h1{font-size:3.2rem}.section-heading-inline,.site-footer{align-items:start;flex-direction:column}.post-grid{grid-template-columns:1fr}}
