*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#e8e4e0;--text:#3d3d3d;--text-muted:#8a8a8a;--accent:#c94c4c;--link:#4a9eda;--card-bg:#fff}body{font-family:"Source Serif 4",Georgia,serif;background-color:var(--bg);color:var(--text);line-height:1.6;min-height:100vh;padding:60px 24px}.container{max-width:640px;margin:0 auto}.header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.avatar{width:64px;height:64px;border-radius:50%;background:#ccc;overflow:hidden;flex-shrink:0;border:3px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.1)}.avatar img{width:100%;height:100%;object-fit:cover}.title{font-size:2rem;font-weight:600;color:var(--text)}.bio{font-size:1.125rem;margin-bottom:48px;max-width:580px}.bio a{color:var(--link);text-decoration:none}.bio a:hover{text-decoration:underline}.highlight{color:var(--accent);font-weight:600;letter-spacing:.05em}.projects-section{margin-top:48px}.section-title{font-size:1.5rem;font-weight:600;margin-bottom:24px;color:var(--text)}.projects-list{display:flex;flex-direction:column;gap:8px}.project-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:12px;text-decoration:none;color:var(--text);transition:all .2s ease;cursor:pointer;margin:0 -16px}.project-item:hover{background:var(--card-bg);box-shadow:0 2px 12px rgba(0,0,0,.08)}.project-item:active{transform:scale(.99);box-shadow:0 1px 6px rgba(0,0,0,.06)}.project-disabled{pointer-events:none;opacity:.6;cursor:default}.project-disabled:hover{background:none;box-shadow:none;transform:none}.project-icon{width:24px;height:24px;color:var(--text-muted);flex-shrink:0}.project-name{font-size:1.125rem;white-space:nowrap}.project-subtitle{font-size:1rem;color:var(--text-muted);white-space:nowrap;margin-left:8px;opacity:0;max-width:0;overflow:hidden;transition:opacity .2s ease,max-width .3s ease}.project-item:hover .project-subtitle{opacity:1;max-width:200px}.project-dots{flex:1 1;border-bottom:2px dotted var(--text-muted);opacity:.4;margin:0 12px;min-width:20px;transition:all .2s ease}.project-year{color:var(--text-muted);font-size:1rem;flex-shrink:0}