*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%;overflow:hidden}body{background-color:#000;color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100%;width:100%}.container{display:flex;align-items:center;justify-content:center;height:100%;width:100%;padding:2rem}.content{max-width:680px;text-align:center;animation:fadeIn 1.2s ease both}.photo-wrapper{margin-bottom:2rem}.photo{width:480px;max-width:100%;border-radius:12px;border:1px solid rgba(255,255,255,.06);opacity:0;animation:fadeIn 1.2s ease .2s both}.name{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:clamp(2rem,5vw,3rem);letter-spacing:-.02em;line-height:1.1;color:#fff;margin-bottom:1.2rem}.bio{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:300;font-size:clamp(.9rem,1.8vw,1.05rem);line-height:1.8;color:#777;letter-spacing:.005em;margin-bottom:2.5rem}.links{display:flex;align-items:center;justify-content:center;gap:.75rem;opacity:0;animation:fadeIn 1.2s ease .4s both;flex-wrap:wrap}.card{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#999;text-decoration:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.85rem;font-weight:400;letter-spacing:.01em;transition:border-color .3s ease,color .3s ease,transform .3s ease}.card:hover{border-color:#c9a84c66;color:#c9a84c;transform:translateY(-2px)}.card svg{width:16px;height:16px;flex-shrink:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
