.acg-livechat-button {
    position: fixed;
    --acg-livechat-offset: 18px;
    right: var(--acg-livechat-offset);
    bottom: var(--acg-livechat-offset);
    z-index: 9998;
    display: flex;
    align-items: center;
    gap: 8px;
    height: 44px;
    padding: 0 16px;
    border: 0;
    border-radius: 8px 0 0 0;
    background: #17a673;
    color: #fff;
    box-shadow: 0 10px 28px rgba(18, 111, 84, .28);
    font-weight: 700;
    cursor: pointer;
    user-select: none;
}

.acg-livechat-button.acg-livechat-preview {
    position: absolute;
    z-index: 1;
}

.livechat-preview-box {
    position: relative;
    min-height: 112px;
    padding: 18px;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    background: linear-gradient(135deg, #f8fafc, #eef2f7);
}

.acg-livechat-style-corner {
    border-radius: 8px 0 0 0;
    background: #17a673;
}

.acg-livechat-style-pill {
    border-radius: 999px;
    background: #2563eb;
    box-shadow: 0 12px 28px rgba(37, 99, 235, .28);
}

.acg-livechat-style-bubble {
    width: 58px;
    height: 58px;
    padding: 0;
    justify-content: center;
    border-radius: 999px;
    background: #f97316;
    box-shadow: 0 14px 32px rgba(249, 115, 22, .3);
}

.acg-livechat-style-bubble span {
    display: none;
}

.acg-livechat-style-bubble i {
    font-size: 22px;
}

.acg-livechat-style-tab {
    height: auto;
    min-height: 118px;
    padding: 12px 10px;
    flex-direction: column;
    writing-mode: vertical-rl;
    letter-spacing: 0;
    border-radius: 8px 0 0 8px;
    background: #7c3aed;
    box-shadow: 0 14px 32px rgba(124, 58, 237, .26);
}

.acg-livechat-style-outline {
    background: #fff;
    color: #0f766e;
    border: 2px solid #14b8a6;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(15, 118, 110, .14);
}

.acg-livechat-style-outline:hover {
    background: #ecfdf5;
}

.acg-livechat-style-shadow {
    background: #111827;
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(17, 24, 39, .34), 0 0 0 4px rgba(17, 24, 39, .08);
}

.acg-livechat-style-shadow:hover {
    background: #020617;
}

.acg-livechat-style-glass {
    color: #0f172a;
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(15, 23, 42, .12);
    border-radius: 999px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, .18);
    backdrop-filter: blur(10px);
}

.acg-livechat-style-glass:hover {
    background: rgba(255, 255, 255, .95);
}

.acg-livechat-position-bottom-right {
    right: var(--acg-livechat-offset);
    bottom: var(--acg-livechat-offset);
    left: auto;
    top: auto;
    transform: none;
}

.acg-livechat-position-bottom-left {
    left: var(--acg-livechat-offset);
    bottom: var(--acg-livechat-offset);
    right: auto;
    top: auto;
    transform: none;
}

.acg-livechat-position-middle-right {
    right: var(--acg-livechat-offset);
    top: 50%;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
}

.acg-livechat-position-middle-left {
    left: var(--acg-livechat-offset);
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translateY(-50%);
}

.acg-livechat-position-bottom-center {
    left: 50%;
    bottom: var(--acg-livechat-offset);
    right: auto;
    top: auto;
    transform: translateX(-50%);
}

.acg-livechat-position-top-right {
    right: var(--acg-livechat-offset);
    top: var(--acg-livechat-offset);
    left: auto;
    bottom: auto;
    transform: none;
}

.acg-livechat-position-top-left {
    left: var(--acg-livechat-offset);
    top: var(--acg-livechat-offset);
    right: auto;
    bottom: auto;
    transform: none;
}

.acg-livechat-size-small {
    height: 38px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
}

.acg-livechat-size-medium {
    height: 44px;
    font-size: 14px;
}

.acg-livechat-size-large {
    height: 54px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
}

.acg-livechat-style-bubble.acg-livechat-size-small {
    width: 50px;
    height: 50px;
}

.acg-livechat-style-bubble.acg-livechat-size-large {
    width: 68px;
    height: 68px;
}

.acg-livechat-button:hover {
    background: #128961;
}

.acg-livechat-style-pill:hover {
    background: #1d4ed8;
}

.acg-livechat-style-bubble:hover {
    background: #ea580c;
}

.acg-livechat-style-tab:hover {
    background: #6d28d9;
}

.acg-livechat-style-outline:hover {
    background: #ecfdf5;
}

.acg-livechat-style-shadow:hover {
    background: #020617;
}

.acg-livechat-style-glass:hover {
    background: rgba(255, 255, 255, .95);
}

.acg-livechat-window,
.acg-livechat-admin {
    position: fixed;
    right: var(--acg-livechat-offset, 18px);
    bottom: calc(var(--acg-livechat-offset, 18px) + 56px);
    z-index: 9999;
    width: min(390px, calc(100vw - 24px));
    height: min(600px, calc(100vh - 110px));
    display: none;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(25, 32, 56, .1);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(18, 26, 42, .22);
    overflow: hidden;
}

.acg-livechat-window-position-bottom-right {
    right: var(--acg-livechat-offset, 18px);
    bottom: calc(var(--acg-livechat-offset, 18px) + 56px);
    left: auto;
    top: auto;
    transform: none;
}

.acg-livechat-window-position-bottom-left {
    left: var(--acg-livechat-offset, 18px);
    bottom: calc(var(--acg-livechat-offset, 18px) + 56px);
    right: auto;
    top: auto;
    transform: none;
}

.acg-livechat-window-position-middle-right {
    right: calc(var(--acg-livechat-offset, 18px) + 76px);
    top: 50%;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
}

.acg-livechat-window-position-middle-left {
    left: calc(var(--acg-livechat-offset, 18px) + 76px);
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translateY(-50%);
}

.acg-livechat-window-position-bottom-center {
    left: 50%;
    bottom: calc(var(--acg-livechat-offset, 18px) + 56px);
    right: auto;
    top: auto;
    transform: translateX(-50%);
}

.acg-livechat-window-position-top-right {
    right: var(--acg-livechat-offset, 18px);
    top: calc(var(--acg-livechat-offset, 18px) + 56px);
    left: auto;
    bottom: auto;
    transform: none;
}

.acg-livechat-window-position-top-left {
    left: var(--acg-livechat-offset, 18px);
    top: calc(var(--acg-livechat-offset, 18px) + 56px);
    right: auto;
    bottom: auto;
    transform: none;
}

.acg-livechat-admin {
    width: min(760px, calc(100vw - 28px));
    z-index: 10150;
}

.acg-livechat-admin .acg-livechat-mobile-back {
    display: none;
}

.acg-livechat-mobile-back {
    display: none;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .12);
    color: inherit;
    flex-shrink: 0;
    font-size: 15px;
    font-weight: 700;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06);
}

.acg-livechat-mobile-back:hover {
    background: rgba(255, 255, 255, .18);
}

.acg-livechat-mobile-back:active {
    transform: translateY(1px);
}

.acg-livechat-window.active,
.acg-livechat-admin.active {
    display: flex;
}

.acg-livechat-head {
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    background: #18213a;
    color: #fff;
    flex-shrink: 0;
    cursor: move;
}

.acg-livechat-session-meta {
    flex-shrink: 0;
    padding: 6px 14px;
    font-size: 11px;
    color: #64748b;
    background: #eef2f7;
    border-bottom: 1px solid rgba(25, 32, 56, .06);
    line-height: 1.45;
}

.acg-livechat-admin .acg-livechat-session-meta {
    border-left: 1px solid rgba(25, 32, 56, .08);
    border-right: 1px solid rgba(25, 32, 56, .08);
}

.acg-livechat-msg-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-end;
    gap: 4px 10px;
    margin-top: 5px;
}

.acg-livechat-msg.admin .acg-livechat-msg-footer {
    justify-content: flex-start;
}

.acg-livechat-msg-footer .acg-livechat-time {
    margin-top: 0;
}

.acg-livechat-read {
    font-size: 11px;
    white-space: nowrap;
}

.acg-livechat-read-no {
    opacity: .58;
}

.acg-livechat-msg.user .acg-livechat-read {
    color: rgba(255, 255, 255, .92);
}

.acg-livechat-msg.user .acg-livechat-read-no {
    color: rgba(255, 255, 255, .65);
}

.acg-livechat-head button,
.acg-livechat-head a,
.acg-livechat-head input {
    cursor: pointer;
}

.acg-livechat-title {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.acg-livechat-title strong {
    font-size: 15px;
    line-height: 20px;
}

.acg-livechat-title span {
    font-size: 12px;
    opacity: .75;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.acg-livechat-close,
.acg-livechat-icon {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 6px;
    background: rgba(255, 255, 255, .12);
    color: inherit;
    cursor: pointer;
}

.acg-livechat-body {
    flex: 1 1 0;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 14px;
    background: #f5f7fb;
    -webkit-overflow-scrolling: touch;
}

.acg-livechat-msg {
    display: flex;
    margin-bottom: 12px;
}

.acg-livechat-msg.admin {
    justify-content: flex-start;
}

.acg-livechat-msg.user {
    justify-content: flex-end;
}

.acg-livechat-bubble {
    max-width: 78%;
    padding: 10px 12px;
    border-radius: 8px;
    background: #fff;
    color: #1f2937;
    line-height: 1.55;
    word-break: break-word;
    box-shadow: 0 1px 4px rgba(17, 24, 39, .06);
}

.acg-livechat-msg.user .acg-livechat-bubble {
    background: #17a673;
    color: #fff;
}

.acg-livechat-bubble img,
.acg-livechat-bubble video {
    display: block;
    max-width: 220px;
    max-height: 220px;
    border-radius: 6px;
}

.acg-livechat-time {
    display: block;
    margin-top: 5px;
    font-size: 11px;
    opacity: .62;
}

.acg-livechat-compose {
    flex-shrink: 0;
    border-top: 1px solid rgba(25, 32, 56, .08);
    background: #fff;
    padding: 10px;
}

.acg-livechat-paste-preview {
    display: none;
    position: relative;
    margin-bottom: 8px;
    padding: 8px;
    border: 1px solid #d8deea;
    border-radius: 6px;
    background: #f8fafc;
}

.acg-livechat-paste-preview.show {
    display: block;
}

.acg-livechat-paste-preview img {
    max-width: 100%;
    max-height: 150px;
    border-radius: 4px;
    display: block;
}

.acg-livechat-paste-preview-remove {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 50%;
    background: rgba(239, 68, 68, .9);
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    transition: background .2s;
}

.acg-livechat-paste-preview-remove:hover {
    background: rgba(220, 38, 38, 1);
}

.acg-livechat-tools {
    display: flex;
    gap: 6px;
    margin-bottom: 8px;
}

.acg-livechat-actions {
    display: flex;
    gap: 6px;
    margin-left: auto;
}

.acg-livechat-contextmenu,
.acg-livechat-contextmenu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.acg-livechat-contextmenu {
    position: fixed;
    z-index: 100050;
    min-width: 120px;
    padding: 4px 0;
    background: #fff;
    border: 1px solid rgba(25, 32, 56, .12);
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(18, 26, 42, .18);
}

.acg-livechat-contextmenu button {
    display: block;
    width: 100%;
    padding: 8px 14px;
    border: 0;
    background: transparent;
    text-align: left;
    font-size: 13px;
    color: #1f2937;
    cursor: pointer;
}

.acg-livechat-contextmenu button:hover {
    background: #eef8f5;
}

.acg-livechat-contextmenu button.acg-livechat-context-danger {
    color: #b91c1c;
}

.acg-livechat-contextmenu button.acg-livechat-context-danger:hover {
    background: #fef2f2;
}

.acg-livechat-input-row {
    display: flex;
    gap: 8px;
}

.acg-livechat-input-row textarea {
    flex: 1;
    min-height: 42px;
    max-height: 96px;
    resize: vertical;
    border: 1px solid #d8deea;
    border-radius: 6px;
    padding: 9px 10px;
    outline: none;
}

.acg-livechat-send,
.acg-livechat-admin-open {
    border: 0;
    border-radius: 6px;
    padding: 0 14px;
    background: #17a673;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.acg-livechat-admin-open {
    position: fixed;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 10100;
    height: 44px;
    min-width: 88px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 999px;
    box-shadow: 0 10px 28px rgba(18, 111, 84, .25);
    cursor: pointer;
    user-select: none;
    touch-action: auto;
}

@media (max-width: 991.98px) {
    .acg-livechat-admin-open {
        display: none !important;
    }
}

.acg-livechat-badge {
    display: none;
    min-width: 20px;
    height: 20px;
    margin-left: 6px;
    border-radius: 999px;
    background: #ef4444;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.acg-livechat-badge.show {
    display: inline-block;
}

.acg-livechat-admin-layout {
    flex: 1;
    display: grid;
    grid-template-columns: 260px 1fr;
    min-height: 0;
}

.acg-livechat-session-list {
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 0;
    border-right: 1px solid rgba(25, 32, 56, .08);
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

.acg-livechat-session {
    padding: 12px;
    border-bottom: 1px solid rgba(25, 32, 56, .08);
    cursor: pointer;
}

.acg-livechat-session.active {
    background: #eef8f5;
}

.acg-livechat-session strong,
.acg-livechat-session span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.acg-livechat-session span {
    color: #6b7280;
    font-size: 12px;
    margin-top: 3px;
}

.acg-livechat-chat {
    flex: 1 1 0;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

@media (max-width: 680px) {
    .acg-livechat-window {
        left: 50%;
        right: auto;
        top: 50%;
        bottom: auto;
        width: min(100vw - 16px, 440px);
        height: min(100vh - 16px, 720px);
        max-height: calc(100vh - 16px);
        max-width: calc(100vw - 16px);
        transform: translate(-50%, -50%);
    }

    .acg-livechat-admin {
        left: 50%;
        right: auto;
        top: 50%;
        bottom: auto;
        width: min(100vw - 12px, 760px);
        height: min(100vh - 12px, 760px);
        max-width: calc(100vw - 12px);
        max-height: calc(100vh - 12px);
        transform: translate(-50%, -50%);
        overscroll-behavior: contain;
    }

    .acg-livechat-head {
        height: auto;
        min-height: 56px;
        padding: 10px 12px;
        gap: 10px;
    }

    .acg-livechat-title strong {
        font-size: 14px;
        line-height: 18px;
    }

    .acg-livechat-title span {
        font-size: 11px;
    }

    .acg-livechat-close,
    .acg-livechat-icon {
        width: 32px;
        height: 32px;
        flex-shrink: 0;
    }

    .acg-livechat-session-meta {
        padding: 8px 12px;
        font-size: 11px;
    }

    .acg-livechat-admin-layout {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .acg-livechat-session-list {
        max-height: none;
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(25, 32, 56, .08);
    }

    .acg-livechat-chat {
        min-height: 0;
    }

    .acg-livechat-window.mobile-session-open .acg-livechat-session-list,
    .acg-livechat-admin.mobile-session-open .acg-livechat-session-list {
        display: none;
    }

    .acg-livechat-window.mobile-session-open .acg-livechat-chat,
    .acg-livechat-admin.mobile-session-open .acg-livechat-chat {
        display: flex;
    }

    .acg-livechat-window.mobile-session-open .acg-livechat-compose,
    .acg-livechat-admin.mobile-session-open .acg-livechat-compose {
        display: flex;
        flex-direction: column;
        min-height: 30%;
        flex: 0 0 30%;
    }

    .acg-livechat-window.mobile-session-open .acg-livechat-tools,
    .acg-livechat-admin.mobile-session-open .acg-livechat-tools {
        flex-shrink: 0;
    }

    .acg-livechat-window.mobile-session-open .acg-livechat-input-row,
    .acg-livechat-admin.mobile-session-open .acg-livechat-input-row {
        flex: 1;
        min-height: 0;
    }

    .acg-livechat-window.mobile-session-open .acg-livechat-input-row textarea,
    .acg-livechat-admin.mobile-session-open .acg-livechat-input-row textarea {
        flex: 1;
        min-height: 0;
        height: 100%;
    }

    .acg-livechat-window:not(.mobile-session-open) .acg-livechat-chat,
    .acg-livechat-admin:not(.mobile-session-open) .acg-livechat-chat {
        display: none;
    }

    .acg-livechat-window:not(.mobile-session-open) .acg-livechat-session-list,
    .acg-livechat-admin:not(.mobile-session-open) .acg-livechat-session-list {
        display: block;
    }

    .acg-livechat-window.mobile-session-open .acg-livechat-chat,
    .acg-livechat-admin.mobile-session-open .acg-livechat-chat {
        display: flex;
        flex-direction: column;
        flex: 1 1 70%;
        min-height: 0;
    }

    .acg-livechat-window.mobile-session-open .acg-livechat-head,
    .acg-livechat-admin.mobile-session-open .acg-livechat-head {
        justify-content: flex-start;
    }

    .acg-livechat-window.mobile-session-open .acg-livechat-head,
    .acg-livechat-admin.mobile-session-open .acg-livechat-head,
    .acg-livechat-window.mobile-session-open .acg-livechat-body,
    .acg-livechat-admin.mobile-session-open .acg-livechat-body {
        min-height: 0;
    }

    .acg-livechat-window.mobile-session-open .acg-livechat-body,
    .acg-livechat-admin.mobile-session-open .acg-livechat-body {
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        touch-action: pan-y;
        -webkit-overflow-scrolling: touch;
    }

    .acg-livechat-window.mobile-session-open .acg-livechat-title,
    .acg-livechat-admin.mobile-session-open .acg-livechat-title {
        flex: 1;
    }

    .acg-livechat-window.mobile-session-open .acg-livechat-mobile-back,
    .acg-livechat-admin.mobile-session-open .acg-livechat-mobile-back {
        display: inline-flex;
    }

    .acg-livechat-window.mobile-session-open .acg-livechat-actions,
    .acg-livechat-admin.mobile-session-open .acg-livechat-actions {
        margin-left: auto;
    }
    .acg-livechat-admin.mobile-session-open .acg-livechat-actions {
        margin-left: auto;
    }

    .acg-livechat-mobile-session-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 10px 12px;
        border-bottom: 1px solid rgba(25, 32, 56, .08);
        background: #f8fafc;
    }

    .acg-livechat-mobile-session-head strong {
        font-size: 14px;
        line-height: 1.3;
    }

    .acg-livechat-mobile-session-head span {
        display: block;
        margin-top: 2px;
        font-size: 11px;
        color: #64748b;
    }

    .acg-livechat-mobile-session-unread {
        min-width: 20px;
        height: 20px;
        padding: 0 6px;
        border-radius: 999px;
        background: #ef4444;
        color: #fff;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        flex-shrink: 0;
    }

    .acg-livechat-session {
        padding: 10px 12px;
    }

    .acg-livechat-session strong {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .acg-livechat-session strong b {
        font-size: 12px;
        line-height: 1;
    }

    .acg-livechat-body {
        padding: 12px;
    }

    .acg-livechat-bubble {
        max-width: 88%;
    }

    .acg-livechat-bubble img,
    .acg-livechat-bubble video {
        max-width: 100%;
    }

    .acg-livechat-compose {
        padding: 10px 12px 12px;
    }

    .acg-livechat-tools {
        margin-bottom: 10px;
    }

    .acg-livechat-input-row {
        gap: 6px;
    }

    .acg-livechat-input-row textarea {
        min-height: 40px;
        max-height: 120px;
    }

    .acg-livechat-send {
        min-width: 72px;
        padding: 0 12px;
    }
}

.acg-livechat-image-preview {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .92);
    cursor: zoom-out;
    animation: acgLivechatFadeIn .2s ease;
    overflow: hidden;
}

.acg-livechat-image-preview.active {
    display: flex;
}

.acg-livechat-image-preview-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.acg-livechat-image-preview img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .5);
    cursor: grab;
    transition: transform .2s ease;
    transform-origin: center center;
}

.acg-livechat-image-preview img.dragging {
    cursor: grabbing;
}

.acg-livechat-image-preview-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);
    color: #fff;
    font-size: 24px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    backdrop-filter: blur(10px);
    transition: background .2s;
    z-index: 10;
}

.acg-livechat-image-preview-close:hover {
    background: rgba(255, 255, 255, .25);
}

.acg-livechat-image-preview-controls {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .6);
    backdrop-filter: blur(10px);
    z-index: 10;
}

.acg-livechat-image-preview-btn {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    transition: background .2s;
}

.acg-livechat-image-preview-btn:hover {
    background: rgba(255, 255, 255, .25);
}

.acg-livechat-image-preview-scale {
    min-width: 60px;
    padding: 0 12px;
    border: 0;
    border-radius: 18px;
    background: rgba(255, 255, 255, .15);
    color: #fff;
    font-size: 13px;
    line-height: 36px;
    text-align: center;
    user-select: none;
}

@keyframes acgLivechatFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}