#dj-w {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 24px;
    width: 340px;
    height: 480px;
    background: #041f0e;
    border: 1px solid rgba(167, 243, 208, .15);
    border-radius: 20px;
    flex-direction: column;
    z-index: 9999;
    box-shadow: 0 24px 64px rgba(0, 0, 0, .55);
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

#dj-h {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    background: rgba(167, 243, 208, .06);
    border-bottom: 1px solid rgba(167, 243, 208, .1);
}

.dj-li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dj-av {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #14532d;
    border: 2px solid rgba(167, 243, 208, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: #a7f3d0;
    overflow: hidden;
}

.dj-av img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dj-ln {
    font-size: 13.5px;
    font-weight: 600;
    color: #e8f5ee;
}

.dj-ls {
    font-size: 11px;
    color: #6ee7b7;
}

.dj-cb {
    background: none;
    border: none;
    cursor: pointer;
    color: rgba(255, 255, 255, .4);
    font-size: 18px;
    line-height: 1;
    transition: .2s;
}

.dj-cb:hover {
    color: #a7f3d0;
}

#dj-m {
    flex: 1;
    overflow-y: auto;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#dj-m::-webkit-scrollbar {
    width: 3px;
}

#dj-m::-webkit-scrollbar-thumb {
    background: rgba(167, 243, 208, .2);
    border-radius: 3px;
}

.dj-b,
.dj-u {
    padding: 10px 14px;
    border-radius: 14px;
    font-size: 13.5px;
    line-height: 1.65;
    max-width: 88%;
    font-weight: 300;
}

.dj-b {
    background: rgba(167, 243, 208, .08);
    border: 1px solid rgba(167, 243, 208, .12);
    color: #e8f5ee;
    align-self: flex-start;
}

.dj-u {
    background: rgba(167, 243, 208, .15);
    color: #e8f5ee;
    align-self: flex-end;
}

.dj-ty {
    font-size: 12px;
    color: rgba(167, 243, 208, .45);
    align-self: flex-start;
    padding: 5px 12px;
    font-style: italic;
}

#dj-o {
    padding: 8px 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

#dj-o button {
    background: rgba(167, 243, 208, .08);
    border: 1px solid rgba(167, 243, 208, .2);
    color: #a7f3d0;
    border-radius: 99px;
    padding: 5px 13px;
    font-size: 11.5px;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    transition: .2s;
}

#dj-o button:hover {
    background: rgba(167, 243, 208, .2);
}

#dj-iz {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 10px 14px;
    border-top: 1px solid rgba(167, 243, 208, .08);
}

#dj-i {
    flex: 1;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(167, 243, 208, .15);
    border-radius: 99px;
    padding: 8px 14px;
    font-size: 13px;
    color: #e8f5ee;
    outline: none;
    font-family: 'Inter', sans-serif;
}

#dj-i::placeholder {
    color: rgba(255, 255, 255, .25);
}

#dj-i:focus {
    border-color: rgba(167, 243, 208, .45);
}

#dj-sb {
    width: 36px;
    height: 36px;
    background: #a7f3d0;
    border: none;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: .2s;
}

#dj-sb:hover {
    background: #d1fae5;
}

#dj-sb svg {
    width: 15px;
    height: 15px;
    color: #052e16;
}

#dj-btn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 62px;
    height: 62px;
    background: transparent;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9998;
    box-shadow: none;
    transition: .2s;
    padding: 0;
}

#dj-btn img {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    box-shadow: 0 4px 20px rgba(5, 46, 22, .35);
    transition: box-shadow .2s;
}

#dj-btn:hover img {
    box-shadow: 0 6px 28px rgba(5, 46, 22, .5);
}
