:root{--background:#fff;--foreground:#1d1b20;--blue:#3a86ff;--pink:#ff006e;--red:#f33;--green:#00d97e;--muted:#f8f9fa;--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--background);color:var(--foreground);font-family:var(--font-family);min-height:100vh;line-height:1.6}main{max-width:800px;margin:0 auto;padding:4rem 2rem}h1,h2,h3{letter-spacing:-.02em;margin-bottom:1rem;font-weight:800}p{margin-bottom:1.5rem}.profile-section{text-align:center;flex-direction:column;align-items:center;margin-bottom:4rem;display:flex}.avatar{width:320px;height:auto;margin-bottom:1.5rem;transition:transform .3s}.avatar:hover{transform:scale(1.05)rotate(2deg)}.intro-title{background:linear-gradient(135deg,var(--blue),var(--pink),var(--red));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:3rem}.social-links{justify-content:center;gap:1.5rem;margin-top:1rem;display:flex}.social-link{color:var(--foreground);background:var(--muted);border-radius:50px;padding:.5rem 1rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .2s}.social-link:hover{background:var(--blue);color:#fff;transform:translateY(-3px);box-shadow:0 10px 20px #3a86ff33}footer{text-align:center;color:#888;padding:6rem 2rem 4rem;font-size:1rem;font-weight:500}
