body {
    background: #0d1117;
    color: #fff;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    padding-top: 40px;
}

#widget {
    background: #161b22;
    padding: 20px;
    border-radius: 12px;
    width: 320px;
    text-align: center;
}

#track {
    margin-top: 20px;
    display: flex;
    gap: 12px;
    align-items: center;
}

#track img {
    width: 64px;
    height: 64px;
    border-radius: 8px;
}

.hidden {
    display: none;
}

button {
    padding: 10px 20px;
    background: #1db954;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}
