html,body,#root{height:100%;margin:0}*{margin:0;padding:0;box-sizing:border-box;font-family:sans-serif}body{background:#000}.container{min-height:100vh;display:flex;justify-content:center;align-items:center}.card{width:380px;padding:40px 30px;border-radius:20px;background:#0d0d0d;box-shadow:0 0 40px #11f6bf26;text-align:center}.profile{margin-bottom:35px}.avatar{width:110px;height:110px;border-radius:50%;margin:0 auto 18px;background:#111;border:2px solid #11f6bf;display:flex;align-items:center;justify-content:center;overflow:hidden}.avatar img{width:140%;height:auto}.bio p{color:#888;font-size:14px;margin-bottom:6px}.profile h1{color:#11f6bf;margin-bottom:8px;font-size:24px}.profile p{color:#aaa;font-size:14px}.links{display:flex;flex-direction:column;gap:15px}.link-button{padding:14px;border-radius:12px;text-decoration:none;background:#111;border:1px solid #11f6bf;color:#11f6bf;font-weight:600;transition:.3s ease}.link-button:hover{background:#11f6bf;color:#000;transform:translateY(-3px);box-shadow:0 8px 20px #11f6bf66}.link-button{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px;border-radius:14px;text-decoration:none;background:#111;border:1px solid #11f6bf;color:#11f6bf;font-weight:600;transition:all .25s ease;font-size:16px}.icon{font-size:20px}
