:root{--w:calc(680px + 32px * 2);--bg:#fbfbfb;--fg:#000;--text:oklch(37.1% 0 0);--muted:oklch(55.1% 0 0);--meta-link:oklch(55.1% .027 264.364);--meta-link-hover:oklch(70.7% .022 261.325);--border:#0000001a;--surface:#00000008;--surface-hover:#0000000f;--card-bg:#fff;--accent:#6b21a8;--pass:#d5edca;--pass-fg:#2e5c1a;--fail:#f9dddb;--fail-fg:#8c2b24;--none:#e3f2fd;--none-fg:#1a5c8c;--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}html.dark{--bg:#262626;--fg:#fff;--text:oklch(87% 0 0);--muted:oklch(68% 0 0);--meta-link:oklch(70.7% .022 261.325);--meta-link-hover:oklch(87.2% .01 258.338);--border:#ffffff24;--surface:#ffffff0d;--surface-hover:#ffffff1a;--card-bg:#000;--accent:#d8b4fe;--pass:#2e4a20;--pass-fg:#c4e5b2;--fail:#59261f;--fail-fg:#f3c1bd;--none:#1e3a52;--none-fg:#b5d9f5}*,:before,:after{box-sizing:border-box}html{font-size:16px}html.not-ready *{transition:none!important}body{background:var(--bg);color:var(--fg);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;margin:0;font-size:1rem;line-height:1.5;transition:background .2s ease-out,color .2s ease-out}.t-container{max-width:var(--w);margin-inline:auto;padding-inline:2rem}a{color:inherit}.t-header{padding-top:1rem;padding-bottom:1rem}.t-header-inner{flex-direction:column;gap:1rem;display:flex}.t-brand{align-items:center;gap:.75rem;display:flex}.t-brand-avatar{flex:none;display:block}.t-brand-avatar img{border:1px solid var(--border);object-fit:cover;border-radius:999px;width:3rem;height:3rem;display:block}.t-brand-text{flex-direction:column;min-width:0;display:flex}.t-header-title{color:var(--fg);font-size:1.5rem;font-weight:500;line-height:2rem;text-decoration:none}.t-header-title:hover{color:var(--accent)}.t-header-tagline{color:var(--muted);margin:0;font-size:.875rem;line-height:1.35}.t-header-nav{flex-wrap:wrap;align-items:center;gap:1.5rem;font-size:1rem;line-height:1.5rem;display:flex}.t-header-nav a{color:var(--muted);text-decoration:none;transition:color .2s}.t-header-nav a:hover,.t-header-nav a[aria-current=page]{color:var(--accent)}.t-theme-toggle{cursor:pointer;color:var(--fg);background:0 0;border:none;align-items:center;padding:.25rem;display:flex}.t-theme-toggle svg{width:1.25rem;height:1.25rem}.t-theme-toggle .t-icon-moon,html.dark .t-theme-toggle .t-icon-sun{display:none}html.dark .t-theme-toggle .t-icon-moon{display:block}.t-main{min-height:calc(100vh - 9rem);color:var(--text);padding-top:1.25rem;padding-bottom:4rem;line-height:1.75}.t-footer{text-transform:uppercase;letter-spacing:.05em;opacity:.6;margin-bottom:.5rem;font-size:.75rem}.t-footer-copyright{margin-bottom:.5rem}.t-footer a{color:inherit}.t-main h1,.t-main h2,.t-main h3,.t-main h4{color:var(--fg);margin:1.6em 0 .6em;line-height:1.3}.t-main h1{margin-top:0;font-size:1.9em}.t-main h1+*{margin-top:0}.t-main h2{font-size:1.4em}.t-main h3{font-size:1.15em}.t-main p,.t-main ul,.t-main ol{margin:1em 0}.t-main ul,.t-main ol{padding-left:1.5em}.t-main ul{list-style:outside}.t-main ol{list-style:decimal}.t-main a{color:var(--fg);text-underline-offset:3px;text-decoration:underline;text-decoration-color:var(--muted)}.t-main a:hover{text-decoration-color:var(--fg)}.t-muted{color:var(--muted)}.t-main .t-kicker{color:var(--fg);text-transform:uppercase;margin:0 0 1rem;font-size:.875rem;font-weight:600;line-height:1.42857}.t-meta{font-size:.75rem;line-height:1.33333}.t-main .t-meta a{color:var(--meta-link);text-decoration:none}.t-main .t-meta a:hover{color:var(--meta-link-hover);text-decoration:none}.t-stream>*{border-bottom:1px solid var(--border)}.t-stream>:last-child{border-bottom:none}.t-card{background:var(--card-bg);border:1px solid var(--border);border-radius:8px;margin-bottom:2rem;padding:1.25rem}.t-card>:last-child,.post-item>:last-child,.link-item>:last-child,.project-item>:last-child{margin-bottom:0}.t-card>p:last-child{margin-top:1rem}.post-item,.link-item,.project-item{padding-bottom:.5rem}.project-item p{margin:0}.post-item p{margin:1.25rem 0 0}.link-item{margin-bottom:.5rem}.link-item time{margin-top:1rem;display:block}.link-item p{margin:.2rem 0 .5rem}.link-item-images img{border:1px solid var(--border);margin:.5rem 0 .25rem;display:block}.project-item img{width:100%;margin-bottom:.35rem;display:block}.project-summary{margin-top:.5rem}.t-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.t-pagination{justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;display:flex}.t-pagination>*{flex:1;min-width:0}.t-pagination-center{text-align:center}.t-pagination-next{text-align:right}.t-tags{flex-wrap:wrap;gap:.375rem;margin-top:3rem;display:flex}.t-tag{background:var(--surface);color:var(--fg);border-radius:8px;align-items:center;padding:.25rem 1.25rem;text-decoration:none;display:inline-flex}.t-tag:hover{background:var(--surface-hover)}.t-main code{font-family:var(--font-mono);background:var(--surface);border-radius:4px;padding:.15em .35em;font-size:.85em}.t-main pre{background:var(--surface);border-radius:8px;padding:1rem;line-height:1.5;overflow-x:auto}.t-main pre code{background:0 0;padding:0}.t-main img{max-width:100%;height:auto}.t-main hr{border:none;border-top:1px solid var(--border);margin:2.5rem 0}.t-main blockquote{border-left:3px solid var(--border);color:var(--muted);margin:1.5em 0;padding-left:1em}.t-main table{border-collapse:collapse;width:100%;font-size:.85em;line-height:1.5}.t-main th{text-align:left;color:var(--muted);border-bottom:1px solid var(--border);padding:.5em .75em;font-weight:500}.t-main td{border-bottom:1px solid var(--border);padding:.5em .75em}@media (width<=639px){.t-container{padding-inline:1rem}.t-main h1{font-size:1.5em}.t-main h2{font-size:1.25em}.t-main h3{font-size:1.05em}}@media (width>=640px){.t-header-inner{flex-direction:row;justify-content:space-between;align-items:center}}@media (width>=768px){.t-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
