:root{--w: 744px ;--bg: #fbfbfb;--fg: #000;--text: oklch(.371 0 0);--muted: oklch(.551 0 0);--meta-link: oklch(55.1% .027 264.364);--meta-link-hover: oklch(70.7% .022 261.325);--border: rgba(0, 0, 0, .1);--surface: rgba(0, 0, 0, .03);--surface-hover: rgba(0, 0, 0, .06);--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: rgba(255, 255, 255, .14);--surface: rgba(255, 255, 255, .05);--surface-hover: rgba(255, 255, 255, .1);--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{margin:0;background:var(--bg);color:var(--fg);font-family:var(--font-sans);font-size:1rem;line-height:1.5;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;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{display:flex;flex-direction:column;gap:1rem}.t-brand{display:flex;align-items:center;gap:.75rem}.t-brand-avatar{flex:none;display:block}.t-brand-avatar img{display:block;width:3rem;height:3rem;border-radius:999px;border:1px solid var(--border);object-fit:cover}.t-brand-text{display:flex;flex-direction:column;min-width:0}.t-header-title{font-size:1.5rem;font-weight:500;color:var(--fg);text-decoration:none;line-height:2rem}.t-header-title:hover{color:var(--accent)}.t-header-tagline{margin:0;color:var(--muted);font-size:.875rem;line-height:1.35}.t-header-nav{display:flex;align-items:center;flex-wrap:wrap;gap:1.5rem;font-size:1rem;line-height:1.5rem}.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{border:none;background:none;padding:.25rem;cursor:pointer;color:var(--fg);display:flex;align-items:center}.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);padding-top:1.25rem;padding-bottom:4rem;color:var(--text);line-height:1.75}.t-footer{display:flex;align-items:center;gap:1.5rem;height:4.5rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;opacity:.6}.t-footer-copyright{margin-right:auto}.t-footer a{color:inherit}.t-main h1,.t-main h2,.t-main h3,.t-main h4{color:var(--fg);line-height:1.3;margin:1.6em 0 .6em}.t-main h1{font-size:1.9em;margin-top:0}.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:disc}.t-main ol{list-style:decimal}.t-main a{color:var(--fg);text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--muted)}.t-main a:hover{text-decoration-color:var(--fg)}.t-muted{color:var(--muted)}.t-main .t-kicker{margin:0 0 1rem;color:var(--fg);font-size:.875rem;font-weight:600;line-height:calc(1.25 / .875);text-transform:uppercase}.t-meta{font-size:.75rem;line-height:calc(1 / .75)}.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{margin-bottom:2rem;padding:1.25rem;background:var(--card-bg);border:1px solid var(--border);border-radius:8px}.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{display:block;margin-top:1rem}.link-item p{margin:.2rem 0 .5rem}.link-item-images img{display:block;margin:.5rem 0 .25rem;border:1px solid var(--border)}.project-item img{display:block;width:100%;margin-bottom:.35rem}.project-summary{margin-top:.5rem}.t-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.t-pagination{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:2rem}.t-pagination>*{min-width:0;flex:1}.t-pagination-center{text-align:center}.t-pagination-next{text-align:right}.t-tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:3rem}.t-tag{display:inline-flex;align-items:center;border-radius:8px;background:var(--surface);padding:.25rem 1.25rem;color:var(--fg);text-decoration:none}.t-tag:hover{background:var(--surface-hover)}.t-main code{font-family:var(--font-mono);font-size:.85em;background:var(--surface);border-radius:4px;padding:.15em .35em}.t-main pre{background:var(--surface);border-radius:8px;padding:1rem;overflow-x:auto;line-height:1.5}.t-main pre code{background:none;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{margin:1.5em 0;padding-left:1em;border-left:3px solid var(--border);color:var(--muted)}.t-main table{border-collapse:collapse;width:100%;font-size:.85em;line-height:1.5}.t-main th{text-align:left;color:var(--muted);font-weight:500;border-bottom:1px solid var(--border);padding:.5em .75em}.t-main td{border-bottom:1px solid var(--border);padding:.5em .75em}@media(max-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(min-width:640px){.t-header-inner{flex-direction:row;align-items:center;justify-content:space-between}}@media(min-width:768px){.t-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
