
/* SalesProof PRO v5.0 Trust Edition */

#sp50-box{
    position:fixed;
    top:10px;
    left:10px;
    width:72%;
    max-width:330px;
    z-index:9999999;
    pointer-events:none;
    font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;
}

.sp50-inner{
    display:flex;
    align-items:center;
    gap:9px;
    background:radial-gradient(circle at top left, #14141f 0%, #05050a 60%, #05050a 100%);
    border-radius:16px;
    padding:7px 11px;
    border:1px solid #cba45a;
    box-shadow:0 10px 26px rgba(0,0,0,0.40);
    opacity:0;
    transform:translateY(-18px);
    transition:opacity .25s ease-out, transform .25s ease-out;
}

.sp50-show .sp50-inner{
    opacity:1;
    transform:translateY(0);
}

.sp50-avatar{
    width:28px;
    height:28px;
    border-radius:999px;
    background:radial-gradient(circle at 30% 20%, #fde68a, #facc15, #b45309);
    color:#05050a;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:600;
    font-size:14px;
    flex-shrink:0;
    box-shadow:0 0 0 1px rgba(0,0,0,0.35);
}

.sp50-text{
    display:flex;
    flex-direction:column;
    gap:0;
    font-size:13px;
    line-height:1.2;
    color:#f9fafb;
}

.sp50-line1{
    font-weight:600;
    color:#fefce8;
}

.sp50-line2{
    font-size:12px;
    color:#e5e7eb;
}

.sp50-line3{
    font-size:11px;
    color:#d1d5db;
}

@media (min-width:768px){
    #sp50-box{
        top:14px;
        left:14px;
        width:320px;
    }
}
