/* ==========================================================
   DBVYRO OFFICIAL PROFILE MUSIC
   Spotify + YouTube embeds
   ========================================================== */

.dbvyro-profile-music{
    width:min(100%,760px);
    margin:18px auto 24px;
    padding:16px;
    border:1px solid rgba(255,255,255,.09);
    border-radius:18px;
    background:
        linear-gradient(
            145deg,
            rgba(16,20,35,.96),
            rgba(8,10,18,.96)
        );
    box-shadow:
        0 18px 50px rgba(0,0,0,.26);
}

.dbvyro-profile-music-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    margin-bottom:12px;
}

.dbvyro-profile-music-title{
    display:flex;
    align-items:center;
    gap:10px;
    min-width:0;
}

.dbvyro-profile-music-icon{
    width:38px;
    height:38px;
    display:grid;
    place-items:center;
    flex:none;

    border-radius:12px;

    background:
        linear-gradient(
            135deg,
            #7558ff,
            #e72eb6
        );

    box-shadow:
        0 8px 24px rgba(111,83,255,.28);

    font-size:17px;
}

.dbvyro-profile-music-copy{
    min-width:0;
}

.dbvyro-profile-music-copy strong{
    display:block;
    color:#fff;
    font-size:14px;
}

.dbvyro-profile-music-copy small{
    display:block;
    color:#8994aa;
    font-size:11px;

    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.dbvyro-profile-music-provider{
    flex:none;

    padding:5px 9px;
    border-radius:999px;

    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.08);

    color:#aeb7c9;
    font-size:10px;
    font-weight:800;
    letter-spacing:.06em;
}

.dbvyro-profile-music iframe{
    display:block;
    width:100%;
    border:0;
    border-radius:14px;
    overflow:hidden;
    background:#000;
}

.dbvyro-profile-music.spotify iframe{
    height:152px;
}

.dbvyro-profile-music.youtube iframe{
    aspect-ratio:16/9;
    min-height:220px;
}


/* Studio */

.dbvyro-music-studio{
    width:100%;
    margin:18px 0;

    padding:20px;

    border-radius:20px;

    border:1px solid rgba(255,255,255,.09);

    background:
        linear-gradient(
            145deg,
            rgba(17,21,35,.97),
            rgba(8,10,18,.97)
        );

    box-shadow:
        0 20px 60px rgba(0,0,0,.24);
}

.dbvyro-music-studio-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;

    margin-bottom:18px;
}

.dbvyro-music-studio-head h2{
    margin:0 0 4px;
    color:#fff;
    font-size:18px;
}

.dbvyro-music-studio-head p{
    margin:0;
    color:#8994aa;
    font-size:12px;
}

.dbvyro-music-official-badge{
    flex:none;

    padding:6px 10px;

    border-radius:999px;

    border:1px solid rgba(116,90,255,.35);
    background:rgba(116,90,255,.12);

    color:#b9abff;

    font-size:10px;
    font-weight:900;
    letter-spacing:.08em;
}

.dbvyro-music-field{
    display:block;
    margin-top:14px;
}

.dbvyro-music-field span{
    display:block;

    margin-bottom:7px;

    color:#d9deea;

    font-size:12px;
    font-weight:700;
}

.dbvyro-music-field input{
    width:100%;
    min-height:46px;

    padding:0 13px;

    color:#fff;

    background:#090c14;

    border:1px solid rgba(255,255,255,.10);

    border-radius:12px;

    outline:none;
}

.dbvyro-music-field input:focus{
    border-color:#785cff;

    box-shadow:
        0 0 0 3px rgba(120,92,255,.11);
}

.dbvyro-music-help{
    margin:10px 0 0;

    color:#778397;

    font-size:11px;
    line-height:1.5;
}

.dbvyro-music-actions{
    display:flex;
    gap:10px;

    margin-top:16px;
}

.dbvyro-music-actions button{
    min-height:42px;

    padding:0 15px;

    border-radius:11px;

    border:1px solid rgba(255,255,255,.10);

    cursor:pointer;

    color:#fff;

    background:#141825;

    font-weight:800;
}

.dbvyro-music-actions .primary{
    border:0;

    background:
        linear-gradient(
            135deg,
            #7458ff,
            #d52dad
        );
}

.dbvyro-music-actions button:disabled{
    opacity:.55;
    cursor:wait;
}

.dbvyro-music-message{
    min-height:18px;

    margin-top:12px;

    font-size:11px;

    color:#909bb0;
}

.dbvyro-music-message.success{
    color:#64e6ad;
}

.dbvyro-music-message.error{
    color:#ff7d8f;
}

.dbvyro-music-preview{
    margin-top:15px;
}

.dbvyro-music-preview iframe{
    width:100%;
    border:0;
    border-radius:12px;
    background:#000;
}

.dbvyro-music-preview.spotify iframe{
    height:152px;
}

.dbvyro-music-preview.youtube iframe{
    aspect-ratio:16/9;
}


@media(max-width:650px){

    .dbvyro-profile-music{
        margin:12px 0 18px;
        padding:12px;
        border-radius:15px;
    }

    .dbvyro-profile-music.youtube iframe{
        min-height:190px;
    }

    .dbvyro-music-studio{
        padding:15px;
        border-radius:16px;
    }

    .dbvyro-music-studio-head{
        align-items:flex-start;
    }

    .dbvyro-music-actions{
        flex-direction:column;
    }

    .dbvyro-music-actions button{
        width:100%;
    }
}
