#mcc-banner {
    position: fixed;
    bottom: 25px;
    left: 25px;
    background: #000;
    color: gold;
    padding: 15px 20px;
    border-radius: 12px;
    z-index: 999999;
}
#millenbot-launcher {
    position: fixed;
    bottom: 25px;
    right: 25px;
    cursor: pointer;
    z-index: 999999;
}
.mb-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
#millenbot-window {
    position: fixed;
    bottom: 100px;
    right: 25px;
    background: #000;
    border-radius: 12px;
    padding: 20px;
    width: 280px;
    z-index: 999999;
    color: gold;
}
.mb-header {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
