*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}:root{--bg-color: #0a0a0a;--text-color: #e5e5e5;--text-muted: #a3a3a3;--accent-color: #c2410c;--focus-outline: 2px solid var(--accent-color);--border-color: #333333}body{background-color:var(--bg-color);color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}a{color:var(--text-color);text-decoration:underline;text-decoration-color:var(--border-color);text-underline-offset:4px}a:hover{text-decoration-color:var(--accent-color);color:var(--text-color)}a:focus-visible,button:focus-visible{outline:var(--focus-outline);outline-offset:2px}.container{max-width:800px;margin:0 auto;padding:2rem 1.5rem;display:flex;flex-direction:column;min-height:100vh}.header{margin-bottom:4rem}.site-title{font-size:1rem;font-weight:600;margin:0}.main-content{flex:1}.hero{margin-bottom:5rem}.hero p{font-size:1.25rem;color:var(--text-muted)}.hero strong{color:var(--text-color);font-weight:600}.section{margin-bottom:4rem}.section-title{font-size:.875rem;font-weight:600;color:var(--accent-color);margin-bottom:1.5rem;border-bottom:1px solid var(--border-color);padding-bottom:.5rem}.project-list{list-style:none;display:flex;flex-direction:column;gap:2rem}.project-item{display:flex;flex-direction:column;gap:.5rem}.project-header{display:flex;align-items:baseline;gap:1rem;flex-wrap:wrap}.project-name{font-size:1.125rem;font-weight:600;text-decoration:none}.project-name:hover{color:var(--accent-color)}.project-lang{font-size:.75rem;color:var(--bg-color);background-color:var(--text-muted);padding:.1rem .5rem;font-weight:600}.project-desc{color:var(--text-muted);font-size:.95rem}.connect-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.connect-item{display:flex;align-items:center;gap:.5rem}.connect-label{width:80px;color:var(--text-muted);font-size:.9rem}.copy-btn{background:none;border:1px solid var(--border-color);color:var(--text-color);padding:.25rem .5rem;cursor:pointer;font-size:.9rem;transition:all .2s}.copy-btn:hover{border-color:var(--accent-color);color:var(--accent-color)}.footer{margin-top:auto;padding-top:2rem;border-top:1px solid var(--border-color);color:var(--text-muted);font-size:.85rem;display:flex;justify-content:space-between}
