@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&display=swap";:root{--bg: #f4f1ea;--fg: #1a1a1a;--fg-muted: #555;--accent: #a13d2d;--border: #1a1a1a;--box-bg: #ffffff;--card-hover: var(--accent);--card-hover-bg: #f7e8e3;--card-title: #6f2419;--card-bold: #c25744;--font-mono: "JetBrains Mono", "IBM Plex Mono", "Menlo", "Consolas", monospace;--font-size-base: 15px;--font-size-mobile: 14px;--line-height: 1.6;--fs-h1: 28px;--fs-h2: 20px;--fs-h3: 16px;--space-1: 4px;--space-2: 8px;--space-3: 16px;--space-4: 24px;--space-5: 32px;--space-6: 48px;--space-7: 64px;--space-8: 96px;--measure: 720px;--measure-prose: 680px;--measure-wide: 1040px;--border-width: 2px;--radius: 0px}[data-theme=dark]{--bg: #0d0d0d;--fg: #e8e8e8;--fg-muted: #888;--accent: #9bcc50;--border: #e8e8e8;--box-bg: #161616;--card-hover: var(--accent);--card-hover-bg: rgba(155, 204, 80, .08);--card-title: #7da342;--card-bold: #c4e08a}*,*:before,*:after{box-sizing:border-box}html{background:var(--bg);color:var(--fg);font-family:var(--font-mono);font-size:var(--font-size-base);line-height:var(--line-height);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(max-width:600px){html{font-size:var(--font-size-mobile)}}body{margin:0;min-height:100vh;background:var(--bg);color:var(--fg)}h1,h2,h3,h4,h5,h6{font-family:var(--font-mono);font-weight:700;line-height:1.25;margin:0 0 var(--space-3)}h1{font-size:var(--fs-h1);letter-spacing:.02em}h2{font-size:var(--fs-h2)}h3{font-size:var(--fs-h3)}p{margin:0 0 var(--space-3)}a{color:var(--fg);text-decoration:underline;text-decoration-color:var(--fg-muted);text-underline-offset:3px;transition:color .1s,text-decoration-color .1s}a:hover{color:var(--accent);text-decoration-color:var(--accent)}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}button{font-family:var(--font-mono);font-size:inherit;color:var(--fg);background:transparent;border:none;padding:0;cursor:pointer}button:hover{color:var(--accent)}hr{border:none;border-top:1px solid var(--fg-muted);margin:var(--space-4) 0}code,pre,kbd,samp{font-family:var(--font-mono)}pre{overflow-x:auto;padding:var(--space-3);background:var(--box-bg);border:var(--border-width) solid var(--border)}blockquote{margin:var(--space-3) 0;padding-left:var(--space-3);border-left:2px solid var(--fg-muted);color:var(--fg-muted)}ul,ol{padding-left:var(--space-4)}li{margin-bottom:var(--space-1)}img{max-width:100%;height:auto}.page{max-width:var(--measure);margin:0 auto;padding:var(--space-5) var(--space-4) var(--space-7)}.page--wide{max-width:var(--measure-wide)}.section{padding-top:var(--space-7);padding-bottom:var(--space-2)}.section--prose{max-width:var(--measure);margin-left:auto;margin-right:auto}.section-heading{font-size:var(--fs-h2);color:var(--fg-muted);margin-bottom:var(--space-4)}.section-heading:before{content:"# ";color:var(--fg-muted)}.dbox{border:var(--border-width) solid var(--border);background:var(--box-bg);padding:var(--space-4);position:relative}.dbox__title{display:inline-block;font-weight:700;font-size:var(--fs-h3);margin:0 0 var(--space-3);color:var(--fg)}.dbox__body :last-child{margin-bottom:0}.dbox__chevron{position:absolute;right:var(--space-3);bottom:var(--space-2);color:var(--accent);font-size:14px;line-height:1}.dbox--link{display:block;text-decoration:none;color:var(--fg);transition:border-color .18s ease,background-color .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease}.dbox--link .dbox__title{color:var(--card-title);transition:color .18s ease}.dbox--link .dbox__body strong{color:var(--card-bold);font-weight:700}.dbox--link:hover,.dbox--link:focus-visible{border-color:var(--card-hover);background-color:var(--card-hover-bg);transform:translateY(-2px);box-shadow:4px 4px 0 0 var(--card-hover);color:var(--fg)}.dbox--link:hover .dbox__title,.dbox--link:focus-visible .dbox__title,.dbox--link:hover .dbox__chevron,.dbox--link:focus-visible .dbox__chevron,.dbox--link:hover .dbox__body strong,.dbox--link:focus-visible .dbox__body strong{color:var(--card-hover)}.dbox--link:focus-visible{outline:none}@media(prefers-reduced-motion:reduce){.dbox--link{transition:border-color .1s,color .1s,background-color .1s}.dbox--link:hover,.dbox--link:focus-visible{transform:none;box-shadow:none}}.cursor{display:inline-block;margin-left:2px;color:var(--accent);animation:blink 1s steps(2,start) infinite}@keyframes blink{to{visibility:hidden}}@media(prefers-reduced-motion:reduce){.cursor{animation:none}}.sprite{image-rendering:pixelated;image-rendering:crisp-edges;display:inline-block;vertical-align:middle}.sprite--placeholder{background:var(--accent);color:var(--bg);display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.sprite--light{display:inline-block}.sprite--dark,[data-theme=dark] .sprite--light{display:none}[data-theme=dark] .sprite--dark{display:inline-block}.topnav{max-width:var(--measure);margin:0 auto;padding:var(--space-3) var(--space-4) 0;display:flex;justify-content:space-between;align-items:center;color:var(--fg-muted)}.topnav a,.topnav button{color:var(--fg-muted);text-decoration:none}.topnav a:hover,.topnav button:hover{color:var(--accent)}.hero__row{display:flex;align-items:center;gap:var(--space-4);margin-bottom:var(--space-3)}.hero__name{margin:0;font-size:clamp(20px,2.6vw,34px);color:var(--fg-muted);font-weight:700;letter-spacing:.02em}.hero__tagline{font-size:clamp(18px,2.6vw,25px);font-weight:700;font-style:italic;color:var(--fg);line-height:1.2;max-width:30ch;margin-bottom:var(--space-5)}.hero__owl{height:clamp(140px,18vw,280px);width:auto}.hero__nav{display:flex;flex-wrap:wrap;gap:var(--space-2) var(--space-3);color:var(--fg-muted)}.hero__nav a{color:var(--fg-muted);text-decoration:none}.hero__nav a:hover{color:var(--accent)}.hero__nav .sep{color:var(--fg-muted);user-select:none}.now-grid{display:grid;grid-template-columns:1fr;gap:var(--space-3)}@media(min-width:900px){.now-grid{grid-template-columns:repeat(3,1fr)}.page--wide .now-grid{gap:var(--space-4)}}.post-row{display:grid;grid-template-columns:auto 1fr;column-gap:var(--space-3);padding:var(--space-2) 0;text-decoration:none;color:var(--fg);border-top:1px solid transparent;border-bottom:1px solid transparent}.post-row:hover,.post-row:hover .post-row__date,.post-row:hover .post-row__title,.post-row:hover .post-row__desc{color:var(--accent)}.post-row__date{color:var(--fg-muted);white-space:nowrap}.post-row__title{color:var(--fg)}.post-row__desc{grid-column:2;color:var(--fg-muted);font-size:13px;margin-top:2px}a.more{display:inline-block;margin-top:var(--space-3);color:var(--fg-muted);text-decoration:none}a.more:hover{color:var(--accent)}.trajectory p{margin-bottom:var(--space-3)}.trajectory strong{color:var(--accent);font-weight:700;margin-right:var(--space-2)}.footer{margin-top:var(--space-8);padding-top:var(--space-4);border-top:1px solid var(--fg-muted);color:var(--fg-muted);font-size:13px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:var(--space-2)}.footer a{color:var(--fg-muted)}.footer a:hover{color:var(--accent)}.post{max-width:var(--measure-prose);margin:0 auto}.post__back{color:var(--fg-muted);text-decoration:none;display:inline-block;margin-bottom:var(--space-4)}.post__back:hover{color:var(--accent)}.post__meta{color:var(--fg-muted);font-size:13px;margin-bottom:var(--space-5)}.post__nav{margin-top:var(--space-7);padding-top:var(--space-4);border-top:1px solid var(--fg-muted);display:flex;justify-content:space-between;gap:var(--space-3);font-size:13px}.post__nav a{color:var(--fg-muted);text-decoration:none}.post__nav a:hover{color:var(--accent)}.project__meta{display:flex;flex-wrap:wrap;align-items:baseline;gap:var(--space-3);margin-bottom:var(--space-4);font-size:13px;color:var(--fg-muted)}.project__status{display:inline-block;padding:1px 8px;border:1px solid currentColor;text-transform:lowercase;letter-spacing:.04em;font-size:12px}.project__status--active{color:var(--accent)}.project__status--planning{color:var(--fg-muted)}.project__status--archived{color:var(--fg-muted);opacity:.7}.project__links a{color:var(--fg-muted)}.project__links a:hover{color:var(--accent)}.project__links .sep{color:var(--fg-muted)}.project__summary{color:var(--fg-muted);font-style:italic;margin-bottom:0}.project__summary strong{color:var(--card-bold);font-style:normal;font-weight:700}.project-list{margin-top:var(--space-4)}.project-row{display:grid;grid-template-columns:110px 1fr;column-gap:var(--space-3);padding:var(--space-2) 0;text-decoration:none;color:var(--fg)}.project-row:hover,.project-row:hover .project-row__title,.project-row:hover .project-row__summary{color:var(--accent)}.project-row__status{font-size:12px;white-space:nowrap}.project-row__status--active{color:var(--accent)}.project-row__status--planning{color:var(--fg-muted)}.project-row__status--archived{color:var(--fg-muted);opacity:.7}.project-row__title{color:var(--fg)}.project-row__summary{grid-column:2;color:var(--fg-muted);font-size:13px;margin-top:2px}.four-oh-four__shell{margin:0 0 var(--space-3);padding:var(--space-2) var(--space-3);background:transparent;border:1px dashed var(--fg-muted);font-size:13px;white-space:pre-wrap;word-break:break-all;color:var(--fg-muted)}.four-oh-four__shell #four-oh-four-path,.four-oh-four__shell #four-oh-four-path-2{color:var(--fg)}.four-oh-four__prompt{color:var(--accent);margin-right:4px}.four-oh-four__links{list-style:none;padding:0;margin:var(--space-2) 0 0}.four-oh-four__links li{padding:2px 0}.four-oh-four__links a{text-decoration:none;color:var(--fg)}.four-oh-four__links a:hover{color:var(--accent)}
