@font-face{font-family:GeistMono;src:url(/_next/static/media/78fec81b34c4a365.p.woff2) format("woff2");font-display:swap;font-weight:100 900}.__className_97c177{font-family:GeistMono,ui-monospace,SFMono-Regular,Roboto Mono,Menlo,Monaco,Liberation Mono,DejaVu Sans Mono,Courier New,monospace}.__variable_97c177{--font-geist-mono:"GeistMono",ui-monospace,SFMono-Regular,Roboto Mono,Menlo,Monaco,Liberation Mono,DejaVu Sans Mono,Courier New,monospace}*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f2ecdf;--text:#be123c;--text-dim:#be123cc0;--accent:#be123c;--border:#fde68a;--matrix-bg:#e6dfcd}.dark{--accent:#60a5fa;--bg:#080808;--text:#d1d5db;--text-dim:#4b5563;--border:#1f2937;--matrix-bg:#0d1117}body,html{height:100%;background:var(--bg);color:var(--text);font-family:var(--font-geist-mono),"JetBrains Mono","Fira Mono",monospace;-webkit-font-smoothing:antialiased;font-size:19px;line-height:1.6}a{color:inherit;text-decoration:none;transition:color .15s ease}a:hover{color:var(--accent)}::selection{background:var(--accent);color:var(--bg)}.matrix-container{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;justify-content:center;gap:4rem;margin-bottom:2rem}.matrix-title{font-size:.8rem;letter-spacing:.08em;color:var(--text-dim);margin-bottom:.5rem;text-align:left}.matrix-grid{display:grid;gap:2px;background:var(--border);padding:2px;border-radius:4px}.matrix-cell{background:var(--matrix-bg);position:relative;overflow:hidden}.matrix-cell.kernel{outline:2px solid var(--accent);outline-offset:-2px;z-index:2}.matrix-cell.kernel-center{background:var(--accent)!important;opacity:.7}.matrix-cell.output-active{background:var(--accent)!important;opacity:.8!important}.home{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;gap:2rem;position:relative;z-index:10}.image-wrap{width:100%;max-width:720px}.image-wrap img{width:100%;height:auto;display:block}.home-nav{display:flex;align-items:center;gap:1.5rem;font-size:.9rem;letter-spacing:.12em}.home-nav a{opacity:.7;padding:.5rem 1rem;border:1px solid transparent;border-radius:4px;transition:all .25s ease}.home-nav a:hover{opacity:1;color:var(--text);border-color:var(--border);background:rgba(255,255,255,.02)}.home-footer{display:flex;align-items:center;gap:.35rem;font-size:.75rem;color:var(--text-dim)}.blog-container{max-width:680px;margin:0 auto;padding:4rem 2rem}.blog-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.blog-header .site-title{font-size:1rem;letter-spacing:.08em;color:var(--accent)}.blog-header nav{display:flex;gap:1.5rem;font-size:.85rem;letter-spacing:.1em}.blog-header nav a{opacity:.5}.blog-header nav a:hover{opacity:1;color:var(--accent)}.blog-footer{margin-top:4rem;padding-top:1.5rem;border-top:1px solid var(--border);font-size:.85rem;color:var(--text-dim);display:flex;gap:.35rem;align-items:center}.post-list{display:flex;flex-direction:column}.post-item{display:grid;grid-template-columns:6rem 1fr;gap:1.5rem;align-items:baseline;padding:.65rem 0;border-bottom:1px solid var(--border)}.post-item:first-child{border-top:1px solid var(--border)}.post-date{font-size:.85rem;color:var(--text-dim);white-space:nowrap;letter-spacing:.04em}.post-title{font-size:1rem;letter-spacing:.02em}.post-item:hover .post-title{color:var(--accent)}.post-page{max-width:680px;margin:0 auto;padding:4rem 2rem}.post-page-header{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.back-link{display:inline-block;font-size:.85rem;letter-spacing:.08em;color:var(--text-dim);margin-bottom:1.5rem}.back-link:hover{color:var(--accent)}.post-page-title{font-size:1.4rem;letter-spacing:.04em;margin-bottom:.5rem;line-height:1.4}.post-page-date{font-size:.85rem;color:var(--text-dim);letter-spacing:.06em}.post-body h1,.post-body h2,.post-body h3,.post-body h4{margin-top:2rem;margin-bottom:.75rem;letter-spacing:.04em;line-height:1.3}.post-body h1{font-size:1.3rem}.post-body h2{font-size:1.2rem;color:var(--accent)}.post-body h3{font-size:1.1rem}.post-body h4{font-size:1rem;color:var(--text-dim)}.post-body p{margin-bottom:1.2rem;font-size:1rem;line-height:1.75}.post-body a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.post-body code{background:#111827;border:1px solid var(--border);padding:.15em .4em;border-radius:3px;font-size:.8rem;font-family:inherit}.post-body pre{background:#0d1117;border:1px solid var(--border);padding:1rem;overflow-x:auto;margin-bottom:1.2rem;border-radius:4px}.post-body pre code{background:none;border:none;padding:0;font-size:.78rem;line-height:1.6}.post-body blockquote{border-left:2px solid var(--accent);padding-left:1rem;color:var(--text-dim);margin-bottom:1.2rem;font-size:1rem}.post-body ol,.post-body ul{padding-left:1.5rem;margin-bottom:1.2rem;font-size:1rem}.post-body li{margin-bottom:.3rem;line-height:1.75}.post-body hr{border:none;border-top:1px solid var(--border);margin:2rem 0}.post-body img{max-width:100%;display:block;margin:1.5rem 0}.prompt{color:var(--accent)}@media (max-width:768px){body,html{font-size:15px}.home{padding:1.5rem 1rem;gap:1.5rem}.matrix-container{flex-direction:column;align-items:center;gap:2.5rem;margin-bottom:1rem}.blog-container,.post-page{padding:2rem 1.5rem}.blog-header{flex-direction:column;align-items:flex-start;gap:1rem}.blog-header nav{gap:1rem;flex-wrap:wrap}.post-item{grid-template-columns:1fr;gap:.25rem;padding:1rem 0}.post-date{font-size:.8rem;opacity:.7}.home-nav{gap:1rem;flex-wrap:wrap;justify-content:center}}