.container{max-width:560px;margin:0 auto;padding:3rem 1.5rem;min-height:100vh;display:flex;flex-direction:column}header{margin-bottom:4rem}header h1{font-size:1rem;font-weight:400;letter-spacing:-.01em}main{flex:1;display:flex;flex-direction:column;gap:4rem}.intro p{font-size:1.1rem;color:var(--muted);max-width:440px}.projects h2{font-size:.75rem;font-weight:400;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:1.5rem}.project-list{display:flex;flex-direction:column;gap:1.25rem}.project{display:block;text-decoration:none}.project:hover{text-decoration:none}.project h3{font-size:1rem;font-weight:400;margin-bottom:.25rem;text-decoration:underline;text-underline-offset:3px}.project:hover h3{color:#fff}.project p{color:var(--muted);font-size:.9rem}.links{display:flex;gap:1.5rem;font-size:.9rem}footer{margin-top:auto;padding-top:4rem;color:var(--muted);font-size:.8rem}*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #000;--text: #e0e0e0;--muted: #666;--border: #222}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.7;min-height:100vh;-webkit-font-smoothing:antialiased}a{color:var(--text);text-decoration:underline;text-underline-offset:3px}a:hover{color:#fff}::selection{background:#333}
