#profile-9 .profile-header { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); color: #00ff9f; border: 2px solid #ff00ff; border-radius: 12px; padding: 20px; box-shadow: 0 0 20px rgba(255, 0, 255, 0.3) }
#profile-9 .profile-avatar { border: 3px solid #00ff9f; border-radius: 50%; box-shadow: 0 0 15px rgba(0, 255, 159, 0.5) }
#profile-9 .profile-bio { color: #b794f4; text-shadow: 0 0 10px rgba(183, 148, 244, 0.5) }
#profile-9 .profile-post { background: #0f0f1e; border: 1px solid #00ff9f; border-radius: 8px; padding: 16px; margin-bottom: 12px; box-shadow: 0 0 10px rgba(0, 255, 159, 0.2) }
#profile-9 .profile-post a { color: #ff00ff; text-decoration: none; text-shadow: 0 0 5px rgba(255, 0, 255, 0.5) }