h1,h2,h3,h4{line-height:1.2;margin:2rem 0 0.75rem}h1{font-size:clamp(2.2rem, 5vw, 4rem);letter-spacing:0}h2{font-size:1.7rem}h3{font-size:1.28rem}p,ul,ol,table,pre{margin:0 0 1rem}ul,ol{padding-left:1.4rem}li+li{margin-top:0.25rem}table{border-collapse:collapse;font-size:0.95rem;width:100%}th,td{border-bottom:1px solid var(--line);padding:0.65rem;text-align:left;vertical-align:top}th{color:var(--muted);font-family:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;font-size:0.78rem;text-transform:uppercase}blockquote{border-left:3px solid var(--accent);color:var(--muted);margin:1.5rem 0;padding-left:1rem}code,pre{font-family:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace}code{background:var(--inline-code-bg);border-radius:4px;color:var(--accent-dark);font-size:0.92em;padding:0.12rem 0.28rem}pre{background:var(--code-bg);border:1px solid var(--code-border);border-radius:4px;color:var(--code-fg);font-size:0.86rem;line-height:1.6;overflow-x:auto;padding:1.1rem}.highlight{background:var(--code-bg);border-radius:4px;margin:1.25rem 0}.highlight pre{margin:0}pre code{background:transparent;color:inherit;padding:0}.highlight .c,.highlight .c1,.highlight .cm,.highlight .cp{color:#9a9286;font-style:italic}.highlight .err,.highlight .gr{color:#ff7b72}.highlight .k,.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{color:#ffb86b}.highlight .na,.highlight .nc,.highlight .nd,.highlight .ne,.highlight .nf,.highlight .nx{color:#8fd6c2}.highlight .nb,.highlight .bp,.highlight .nt,.highlight .nv,.highlight .vc,.highlight .vg,.highlight .vi{color:#b7d987}.highlight .m,.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo,.highlight .il{color:#f2cc60}.highlight .s,.highlight .s1,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss{color:#d7ba7d}.highlight .o,.highlight .ow,.highlight .p{color:#e8dfd2}.highlight .gd{color:#ffb4aa}.highlight .gi{color:#b7d987}:root{color-scheme:light;--bg: #f6f1e8;--fg: #191715;--muted: #746d63;--line: #d8cfc0;--line-strong: #b9ab96;--accent: #718b6d;--accent-dark: #40543d;--title-highlight: rgb(113, 139, 109);--title-highlight-fg: #f6f1e8;--surface: #fffaf1;--header-bg: rgba(246, 241, 232, 0.86);--grid-line-a: rgba(25, 23, 21, 0.025);--grid-line-b: rgba(25, 23, 21, 0.018);--inline-code-bg: rgba(113, 139, 109, 0.12);--code-border: rgba(255, 250, 241, 0.12);--code-bg: #201d19;--code-fg: #f4efe6;--shadow: rgba(71, 49, 28, 0.08)}[data-theme="dark"]{color-scheme:dark;--bg: #12100d;--fg: #eee7dc;--muted: #a89d8f;--line: #332c25;--line-strong: #5a4b3d;--accent: #c4d8a0;--accent-dark: #d6e8ba;--title-highlight: rgb(113, 139, 109);--title-highlight-fg: #f6f1e8;--surface: #191612;--header-bg: rgba(18, 16, 13, 0.88);--grid-line-a: rgba(238, 231, 220, 0.035);--grid-line-b: rgba(238, 231, 220, 0.024);--inline-code-bg: rgba(196, 216, 160, 0.14);--code-border: rgba(238, 231, 220, 0.12);--code-bg: #0b0d0e;--code-fg: #f2eadf;--shadow: rgba(0, 0, 0, 0.32)}*{box-sizing:border-box}html{scroll-behavior:smooth;height:100%}body{display:flex;flex-direction:column;min-height:100vh;margin:0;background:var(--bg);color:var(--fg);font-family:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;font-size:18px;line-height:1.7;text-rendering:optimizeLegibility}body::before{background-image:linear-gradient(var(--grid-line-a) 1px, transparent 1px),linear-gradient(90deg, var(--grid-line-b) 1px, transparent 1px);background-size:34px 34px;content:"";inset:0;pointer-events:none;position:fixed;z-index:-1}a{color:var(--accent-dark);text-decoration-color:rgba(113,139,109,0.38);text-underline-offset:0.18em;transition:color 160ms ease, text-decoration-color 160ms ease}a:hover{color:var(--accent);text-decoration-color:currentColor}.site-header,.site-footer{border-color:var(--line);border-style:solid;border-width:0}.site-header{backdrop-filter:blur(14px);background:var(--header-bg);border-bottom-width:1px;position:sticky;top:0;z-index:10}.site-footer{border-top-width:1px;color:var(--muted);font-size:0.92rem;margin-top:auto;padding:2rem 0}.wrap{width:min(1040px, calc(100% - 2rem));margin:0 auto}.nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0.85rem 0}.brand{align-items:center;color:var(--fg);display:inline-flex;font-family:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;font-size:0.95rem;gap:0.55rem;font-weight:800;letter-spacing:0;text-decoration:none}.brand-mark{aspect-ratio:1;border:1px solid var(--line);border-radius:50%;box-shadow:0 0 0 3px rgba(113,139,109,0.08);display:block;height:1.55rem;margin:0;object-fit:cover;width:1.55rem}[data-theme="dark"] .brand-mark{box-shadow:0 0 0 3px rgba(196,216,160,0.1)}.brand-dot{color:#c4d8a0}.brand-notes{color:var(--accent)}.brand-possessive{color:inherit}[data-theme="dark"] .brand{color:#ffffff}.nav-links{align-items:center;display:flex;flex-wrap:wrap;gap:0.75rem}.nav-links-wrap{align-items:center;display:flex;flex-wrap:wrap;gap:0.55rem;justify-content:flex-end}.nav-links a,.social-links a{color:var(--muted);font-family:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;font-size:0.9rem;letter-spacing:0;text-transform:lowercase;text-decoration:none}.social-links{align-items:center;display:inline-flex;gap:0.55rem}.social-link{align-items:center;display:inline-flex;justify-content:center;line-height:1}.social-link svg{fill:currentColor;height:1rem;width:1rem}.social-separator{color:var(--muted);font-family:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;font-size:0.9rem}.sr-only{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.nav-links .theme-toggle{font-family:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace}.nav-divider{color:var(--muted);font-family:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;font-size:0.9rem}.nav-links a:hover,.social-links a:hover{color:var(--accent-dark)}.theme-toggle{align-items:center;background:var(--surface);border:0 solid var(--line);color:var(--muted);cursor:pointer;display:inline-flex;height:2rem;justify-content:center;line-height:1;padding:0;position:relative;transition:border-color 160ms ease, color 160ms ease, background 160ms ease, transform 160ms ease;width:2rem}.theme-toggle:hover{background:var(--surface);border-color:var(--line-strong);color:var(--fg);transform:translateY(-1px)}.theme-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.theme-toggle-icon{background:currentColor;border:0;border-radius:50%;display:block;height:0.72rem;position:relative;transition:background 180ms ease, box-shadow 180ms ease, transform 180ms ease;width:0.72rem}.theme-toggle-icon::after{background:var(--bg);border-radius:50%;content:"";height:0.72rem;left:0.28rem;opacity:0;position:absolute;top:-0.18rem;transition:opacity 160ms ease, transform 160ms ease;width:0.72rem}.theme-toggle-icon::before{background:transparent;border-radius:50%;box-shadow:0 -0.68rem 0 -0.28rem currentColor, 0 0.68rem 0 -0.28rem currentColor, 0.68rem 0 0 -0.28rem currentColor, -0.68rem 0 0 -0.28rem currentColor, 0.48rem 0.48rem 0 -0.3rem currentColor, -0.48rem 0.48rem 0 -0.3rem currentColor, 0.48rem -0.48rem 0 -0.3rem currentColor, -0.48rem -0.48rem 0 -0.3rem currentColor;content:"";height:0.72rem;left:0;position:absolute;top:0;transition:opacity 180ms ease, transform 180ms ease;width:0.72rem}[data-theme="dark"] .theme-toggle-icon{background:currentColor;box-shadow:none;transform:rotate(-18deg)}[data-theme="dark"] .theme-toggle-icon::after{opacity:1;transform:translateX(0.1rem)}[data-theme="dark"] .theme-toggle-icon::before{opacity:0;transform:scale(0.6)}.main{flex:1 0 auto;padding:3.75rem 0 0}.page,.post{max-width:760px}.page>h1{color:#bfd99a}[data-theme="dark"] h1{color:#c4d8a0}.page>.section-heading{color:var(--fg)}[data-theme="dark"] .page>.section-heading{color:#ffffff}.post>header h1{color:#000000}[data-theme="dark"] .post>header h1{color:#c4d8a0}.post>header .meta{margin-top:1rem}.page h2,.post h2{background:#c4d8a0;box-decoration-break:clone;-webkit-box-decoration-break:clone;color:#10100f;display:inline;line-height:1.35;padding:0.02em 0.1em}.page h2+*,.post h2+*{margin-top:1.1rem}.home-intro{margin-bottom:3rem;max-width:920px;padding-bottom:3rem}.home-intro h1{font-family:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;font-size:clamp(1.55rem, 4vw, 3rem);font-weight:700;letter-spacing:0;line-height:1.05;margin:0 0 1rem}.section-heading{font-family:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;font-size:clamp(1.55rem, 4vw, 3rem);font-weight:700;letter-spacing:0;line-height:1.05;margin:0 0 1rem}.section-heading__label{color:inherit}.section-heading__slash{color:var(--accent)}.home-mark{color:var(--accent)}[data-theme="dark"] .home-intro h1{color:#ffffff}[data-theme="dark"] .section-heading{color:#ffffff}.home-intro p{color:var(--muted);font-size:clamp(1.05rem, 1.8vw, 1.25rem);max-width:650px}.section-title{align-items:center;color:var(--muted);display:flex;font-family:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;font-size:0.78rem;font-weight:700;gap:0.75rem;letter-spacing:0.08em;margin:0 0 1.25rem;text-transform:uppercase}.section-title::after{background:var(--line);content:"";flex:1;height:1px}.view-toggle{border:1px solid var(--line);display:inline-flex;margin:1rem 0 2rem}.view-toggle-button{background:transparent;border:0;color:var(--muted);cursor:pointer;font-family:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;font-size:0.82rem;padding:0.58rem 0.75rem;transition:background 160ms ease, color 160ms ease}.view-toggle-button+.view-toggle-button{border-left:1px solid var(--line)}.view-toggle-button:hover,.view-toggle-button.is-active{background:var(--surface);color:var(--fg)}.archive-group+.archive-group{margin-top:3rem}.post-list{display:grid;gap:0;list-style:none;margin:0;padding:0}.post-list--compact{gap:0.45rem}.post-card{border-bottom:1px solid var(--line);padding:1.45rem 0;transition:border-color 160ms ease, transform 160ms ease}.post-card:first-child{border-top:1px solid var(--line)}.post-card:hover{border-bottom-color:var(--line-strong);transform:translateX(4px)}.post-card--compact{background:var(--surface);border:1px solid var(--line);border-left:4px solid var(--accent);border-radius:0;padding:0.65rem 0.8rem 0.72rem;transform:none}.post-card--compact:hover{border-color:var(--line-strong);border-left-color:var(--accent);transform:translateX(2px)}.post-card h2,.post-card h3{font-size:clamp(1.15rem, 2vw, 1.45rem);margin:0 0 0.25rem}.post-card h2 a,.post-card h3 a{background:#c4d8a0;box-decoration-break:clone;-webkit-box-decoration-break:clone;color:#10100f;display:inline;line-height:1.35;padding:0.02em 0.1em;text-decoration:none}.post-card h2 a:hover,.post-card h3 a:hover{color:#10100f;filter:saturate(1.08)}.archive-folder-line{align-items:center;color:var(--muted);display:flex;flex-wrap:wrap;gap:0.55rem;font-family:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;font-size:0.77rem;line-height:1.2;margin-bottom:0.35rem}.archive-folder-path{align-items:center;display:inline-flex;flex-wrap:wrap;gap:0}.archive-folder-date{color:var(--accent);white-space:nowrap}.archive-folder-title{margin:0}.archive-folder-title a{background:transparent;color:var(--fg);display:inline;font-size:clamp(1rem, 1.55vw, 1.2rem);line-height:1.3;padding:0;text-decoration:none}.archive-folder-title a:hover{color:var(--accent-dark)}.post-card h2 a::selection,.post-card h3 a::selection,.home-intro h1::selection,.home-intro p::selection{background:var(--accent);color:var(--bg)}.video-embed{aspect-ratio:16 / 9;margin:1.5rem 0;max-width:100%}.video-embed iframe{border:0;display:block;height:100%;width:100%}.meta{color:var(--muted);font-family:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;font-size:0.92rem}.category-path{display:inline-flex;flex-wrap:wrap;gap:0}.category-separator{color:#9ab186;margin:0 0.22rem}.tag-list{display:flex;flex-wrap:wrap;gap:0.45rem;list-style:none;margin:0.65rem 0 0;padding:0}.tag-list li{align-items:center;border:1px solid var(--line);color:var(--muted);display:inline-flex;font-family:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;font-size:0.78rem;line-height:1;margin:0;padding:0.38rem 0.52rem}.tag-list--post{border-top:1px solid #9ab186;margin-top:1rem;margin-bottom:2.25rem;padding-top:1rem}.tag-list--post li{background:#c4d8a0;border-color:#718b6d;color:#10100f}.tag-list--list li{background:transparent}.poetry-post{max-width:680px}.poetry-post>p{font-family:Georgia, "Times New Roman", serif;font-size:1.22rem;line-height:1.85;white-space:pre-wrap}.poetry-post header{border-bottom:1px solid var(--line);margin-bottom:2rem;padding-bottom:1rem}img{border:1px solid var(--line);box-shadow:0 14px 40px var(--shadow);height:auto;margin:0.5rem 0 1.5rem;max-width:100%}@media (max-width: 640px){body{font-size:16px}.nav{align-items:flex-start;flex-direction:column;gap:0.7rem;padding:0.7rem 0}.brand{font-size:0.9rem}.brand-mark{height:1.35rem;width:1.35rem}.nav-links-wrap{align-items:flex-start;gap:0.4rem;justify-content:flex-start;width:calc(100% - 3rem)}.nav-links{gap:0.5rem 0.7rem;width:100%}.nav-links a{font-size:0.82rem}.nav-divider{display:none}.theme-toggle{bottom:1rem;box-shadow:0 8px 24px var(--shadow);position:fixed;right:1rem;z-index:20}.video-embed{max-width:min(100%, 420px)}.main{padding-top:2rem}.home-intro{padding-bottom:2rem}}
