#profile-5 .profile-header { background: linear-gradient(135deg,#0a0a0a,#111111); color: #ffffff; border-radius: 12px; padding: 28px; text-align: center; font-family: "Orbitron",sans-serif; font-weight: 700; letter-spacing: 1px; box-shadow: 0 0 22px rgba(0,255,255,0.35); text-transform: uppercase }
#profile-5 .profile-avatar { border-radius: 14px; border: 3px solid rgba(0,255,255,0.9); box-shadow: 0 0 12px rgba(0,255,255,0.5),0 0 30px rgba(0,255,255,0.3); padding: 4px }
#profile-5 .profile-bio { color: #ffffff; font-family: "Segoe UI",sans-serif; font-size: 16px; line-height: 1.6; text-align: center; margin-top: 10px; padding: 6px }
#profile-5 .profile-post { background: #0c0c0c; border: 1px solid rgba(0,255,255,0.4); border-radius: 10px; padding: 14px; margin-bottom: 14px; box-shadow: 0 0 16px rgba(0,255,255,0.15); color: #ffffff; font-family: "Roboto",sans-serif }
#profile-5 .profile-post a { color: #00ffff; text-decoration: underline; text-decoration-color: rgba(0,255,255,0.7); font-weight: 600 }