.trophy_drop{
position:relative;
border:2px dashed #777;
padding:15px;
text-align:center;
cursor:pointer;
border-radius:6px;
}

.trophy_drop.active{
border-color:#00bfff;
background:#111;
}

.trophy_drop input{
position:absolute;
inset:0;
opacity:0;
cursor:pointer;
}

.trophy_drop_text{
font-size:12px;
color:#aaa;
}

.trophy_preview img{
width:48px;
height:48px;
object-fit:cover;
margin-top:6px;
border-radius:4px;
}

.trophy_buttons{
margin-top:20px;
display:flex;
gap:10px;
}

.trophy_buttons button{
padding:8px 14px;
cursor:pointer;
}

.remove_row{
background:#a00;
color:#fff;
border:none;
padding:6px 10px;
cursor:pointer;
}