:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--surface:#fafafa;--border:#e5e4e7;--tag-bg:#f4f3ec;--accent:#9333ea;--sans:system-ui, "Segoe UI", Roboto, sans-serif;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=640px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--surface:#1b1c23;--border:#2e303a;--tag-bg:#24252e;--accent:#c084fc}}*{box-sizing:border-box}body{text-transform:lowercase;margin:0}h1,h2,h3{color:var(--text-h);margin:0;font-weight:600}p{margin:0}a{color:inherit;text-decoration:none}.page{max-width:680px;margin:0 auto;padding:5rem 1.5rem 4rem}.hero{margin-bottom:4rem}.eyebrow{letter-spacing:.04em;color:var(--accent);margin:0 0 .5rem;font-size:.9rem;font-weight:600}.hero h1{font-size:clamp(2.25rem,5vw,3rem);line-height:1.1}.blurb{max-width:56ch;margin-top:1rem;font-size:1.1rem;line-height:1.6}.links{flex-wrap:wrap;gap:1.25rem;margin-top:1.75rem;display:flex}.links a{color:var(--text-h);border-bottom:1px solid var(--border);padding-bottom:2px;font-weight:500}.links a:hover{color:var(--accent);border-color:var(--accent)}.projects-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.section-title{letter-spacing:.04em;color:var(--text);font-size:.9rem;font-weight:600}.search-input{width:100%;max-width:220px;font:inherit;color:var(--text-h);background:var(--surface);border:1px solid var(--border);border-radius:999px;outline:none;padding:.45rem .8rem;font-size:.85rem;transition:border-color .15s}.search-input::placeholder{color:var(--text)}.search-input:focus{border-color:var(--accent)}.no-results{color:var(--text);margin-bottom:2rem;font-size:.95rem}.post-list{flex-direction:column;gap:3.5rem;display:flex}.post{display:block}.post-thumb{aspect-ratio:16/9;border:1px solid var(--border);background:linear-gradient(135deg, hsl(var(--hue,0) 70% 92%), hsl(calc(var(--hue,0) + 40) 70% 82%));border-radius:12px;justify-content:center;align-items:center;width:100%;margin-bottom:1.25rem;transition:border-radius .7s;display:flex;overflow:hidden}.post-thumb:hover{border-radius:38% 62% 68% 32%/42% 36% 64% 58%}.post-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .7s}.post-thumb:hover img{transform:scale(1.06)}.post-thumb span{color:hsl(calc(var(--hue,0) + 20) 60% 30%);font-size:2.5rem;font-weight:700}@media (prefers-color-scheme:dark){.post-thumb{background:linear-gradient(135deg, hsl(var(--hue,0) 35% 22%), hsl(calc(var(--hue,0) + 40) 35% 14%))}.post-thumb span{color:hsl(calc(var(--hue,0) + 20) 60% 80%)}}.post-actions{flex-wrap:wrap;gap:.5rem 1.25rem;margin-bottom:.9rem;display:flex}.post-actions a{color:var(--accent);font-size:.85rem;font-weight:600}.post-actions a:hover{text-decoration:underline}.post-body h3{font-size:1.4rem}.post-body h3 a:hover{color:var(--accent)}.post-role{letter-spacing:.03em;color:var(--accent);margin-top:.3rem;font-size:.8rem;font-weight:600}.post-summary{color:var(--text-h);margin-top:.5rem;font-size:1.05rem;font-weight:500}.post-description{margin-top:.75rem;font-size:.98rem;line-height:1.65}.tags{flex-wrap:wrap;gap:.5rem;margin:1.1rem 0 0;padding:0;list-style:none;display:flex}.tags li{background:var(--tag-bg);border-radius:999px;padding:.2rem .6rem;font-size:.78rem;font-weight:500}.post-credit{color:var(--text);opacity:.7;margin-top:1rem;font-size:.7rem}.post-credit a{color:inherit;text-decoration:underline}footer{margin-top:4rem;font-size:.85rem}
