@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300;400;600&family=Special+Elite&display=swap");:root{--bg:#0f0f0f;--text:#e8e8e8;--muted:#9a9a9a;--border:#2a2a2a}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:IBM Plex Mono,monospace;line-height:1.6}.container{max-width:1000px;margin:0 auto;padding:4rem 2rem}h1{font-family:Special Elite,cursive;font-size:1.8rem;letter-spacing:.08em;margin-bottom:.5rem}h2{margin-top:3rem;font-size:1.2rem;letter-spacing:.1em;color:var(--text)}h3{font-size:1.1rem;margin-bottom:.3rem}.muted{color:var(--muted);font-size:.95rem}a{color:var(--text);text-decoration:none;border-bottom:1px solid var(--border);padding-bottom:2px;transition:.2s ease}a:hover{border-bottom:1px solid var(--text)}.divider{margin:3rem 0;border-top:1px solid var(--border)}.hero{display:flex;align-items:flex-start;justify-content:flex-start;gap:2.5rem;margin-bottom:3rem}.hero-left{flex-shrink:0}.hero-right{flex:1;min-width:0}.profile-image{width:140px;height:165px;border:1px solid var(--border);image-rendering:pixelated;filter:grayscale(100%) contrast(1.2) brightness(.9);object-fit:cover;display:block;margin-top:10px}.project{margin-top:2rem;padding-left:.5rem;border-left:1px solid var(--border)}@media (max-width:768px){.hero{flex-direction:column;gap:1.5rem}.profile-image{width:110px;height:110px}}