.contact-panel.share {
    .title{
        font-size:12px;
        color: rgba(255, 255, 255, 0.25);
        text-transform: uppercase;
        margin: 0px 0px 14px 0px;
    }

    /* ── URL Copy row ── */
    .copy-row {
        display: flex;
        align-items: center;
        gap: 6px;
        margin-bottom: 14px;
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 10px;
        padding: 7px 10px;
    }
    
    .copy-row input {
        flex: 1;
        background: transparent;
        border: none;
        outline: none;
        font-size: 11px;
        color: rgba(255, 255, 255, 0.4);
        min-width: 0;
        font-family: inherit;
    }
    
    .copy-row button {
        background: rgba(255, 255, 255, 0.08);
        border: none;
        border-radius: 6px;
        color: rgba(255, 255, 255, 0.6);
        font-size: 11px;
        font-weight: 500;
        padding: 4px 9px;
        cursor: pointer;
        transition: background 0.15s, color 0.15s;
        font-family: inherit;
        flex-shrink: 0;
    }
    
    .copy-row button:hover { background: rgba(255, 255, 255, 0.15); color: #fff; }
    .copy-row button.copied { background: rgba(6, 199, 85, 0.2); color: #06C755; }
    

    .list{
        /* Platform accent glows */
        .item.email::before     { background: linear-gradient(120deg, rgba(180,180,180,0.07) 0%, transparent 60%); }
        .item.linkedin::before  { background: linear-gradient(120deg, rgba(10,102,194,0.08) 0%, transparent 60%); }
        .item.pinterest::before { background: linear-gradient(120deg, rgba(230,0,35,0.08) 0%, transparent 60%); }
        .item.tumblr::before    { background: linear-gradient(120deg, rgba(55,70,95,0.12) 0%, transparent 60%); }
        .item.twitter::before   { background: linear-gradient(120deg, rgba(200,200,200,0.06) 0%, transparent 60%); }
        .item.system::before    { background: linear-gradient(120deg, rgba(120,120,255,0.07) 0%, transparent 60%); }
        
        .item.email     .dot { background: #aaaaaa; }
        .item.linkedin  .dot { background: #0A66C2; }
        .item.pinterest .dot { background: #E60023; }
        .item.tumblr    .dot { background: #374660; }
        .item.twitter   .dot { background: #e0e0e0; }
        .item.system    .dot { background: #8888ff; }
        
    }
}
