﻿.link-entry { display:flex; gap:0.5rem; align-items:flex-start; margin-bottom:0.5rem; flex-wrap:wrap; }
    .link-entry .input { flex:1; min-width:120px; }
    #bioPreview { background:#0f172a; border-radius:16px; padding:2rem; text-align:center; max-width:420px; margin:0 auto; }
    #bioPreview .bio-avatar { width:80px; height:80px; border-radius:50%; object-fit:cover; margin-bottom:1rem; }
    #bioPreview .bio-name { color:#f1f5f9; font-size:1.3rem; font-weight:700; margin-bottom:1.5rem; }
    #bioPreview .bio-link { display:block; background:#334155; color:#e2e8f0; text-decoration:none; border-radius:10px; padding:0.7rem 1rem; margin-bottom:0.6rem; font-weight:600; }
    #bioPreview .bio-link:hover { background:#475569; }