.messages-conversation-v32 {
    position: relative;
    min-height: 100dvh;
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr) auto auto auto;
    background:
        radial-gradient(circle at 15% 0%, rgba(93, 95, 239, .08), transparent 26rem),
        linear-gradient(180deg, #f9f9fc 0%, #f4f5f9 100%);
}

.messages-header-v32 {
    position: sticky;
    top: 0;
    z-index: 80;
    min-height: 66px;
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, .92);
    border-bottom: 1px solid rgba(220, 222, 232, .86);
}

.messages-header-profile-v32 {
    min-width: 0;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.messages-header-profile-v32 > div:last-child {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.messages-header-profile-v32 strong,
.messages-header-profile-v32 small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.messages-avatar-v32 {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 50%;
    background: linear-gradient(145deg, #686aff, #4447c6);
    color: #fff;
    box-shadow: 0 5px 18px rgba(70, 73, 198, .22);
    font-weight: 900;
}

.messages-avatar-v32 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.messages-live-v32 {
    padding: 5px 8px;
    border-radius: 999px;
    background: #e8f8ef;
    color: #22a05a;
    font-size: 10px;
    line-height: 1;
}

.messages-thread-v32 {
    min-height: 0;
    padding: 16px 12px 22px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scroll-behavior: smooth;
}

.messages-loading-v32,
.messages-empty-v32 {
    min-height: 220px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 10px;
    color: #757a8c;
    text-align: center;
}

.messages-loading-v32 span {
    width: 28px;
    height: 28px;
    border: 3px solid #dadceb;
    border-top-color: #5d5fef;
    border-radius: 50%;
    animation: messages-spin-v32 .8s linear infinite;
}

.messages-empty-v32 > span {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #ececff;
    color: #5659dc;
    font-size: 26px;
}

.messages-empty-v32 p {
    margin: 0;
    max-width: 360px;
    font-size: 13px;
}

@keyframes messages-spin-v32 {
    to { transform: rotate(360deg); }
}

.message-system-v32 {
    width: fit-content;
    max-width: min(520px, 88%);
    margin: 9px auto;
    padding: 6px 11px;
    border-radius: 999px;
    background: rgba(90, 94, 118, .09);
    color: #6f7486;
    text-align: center;
    font-size: 11px;
    font-weight: 750;
}

.message-row-v32 {
    width: 100%;
    margin: 5px 0;
    display: flex;
    align-items: flex-end;
    gap: 7px;
}

.message-row-v32.own {
    justify-content: flex-end;
}

.message-avatar-v32 {
    position: relative;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    display: grid;
    place-items: center;
    overflow: visible;
    border-radius: 50%;
    background: #e8e9f1;
    color: #555a70;
    font-size: 12px;
    font-weight: 900;
}

.message-avatar-v32 img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    object-fit: cover;
}

.message-avatar-v32 b {
    position: absolute;
    right: -6px;
    bottom: -4px;
    min-width: 18px;
    height: 16px;
    padding: 0 4px;
    display: grid;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #ffc107;
    color: #4c3b00;
    font-size: 7px;
    line-height: 1;
}

.message-avatar-v32.gold b {
    background: #5ca8ef;
    color: #fff;
}

.message-bubble-v32 {
    position: relative;
    max-width: min(76%, 560px);
    min-width: 88px;
    padding: 9px 11px 6px;
    border: 1px solid rgba(219, 221, 231, .9);
    border-radius: 18px 18px 18px 5px;
    background: #fff;
    color: #272b3b;
    box-shadow: 0 4px 15px rgba(31, 34, 52, .06);
}

.message-row-v32.own .message-bubble-v32 {
    border-color: rgba(83, 86, 215, .52);
    border-radius: 18px 18px 5px 18px;
    background: linear-gradient(145deg, #6769ef 0%, #5154d2 100%);
    color: #fff;
    box-shadow: 0 6px 18px rgba(72, 75, 199, .18);
}

.message-bubble-v32.vip {
    border-color: rgba(236, 179, 0, .62);
    background: linear-gradient(145deg, #fff9dd, #fff3b5);
    color: #4a3e15;
    box-shadow: 0 6px 21px rgba(194, 146, 0, .14);
}

.message-bubble-v32.gold {
    border-color: rgba(65, 142, 211, .42);
    background: linear-gradient(145deg, #edf7ff, #dceeff);
    color: #21415e;
}

.message-bubble-v32.vip.gold {
    border-color: rgba(205, 158, 0, .55);
    background: linear-gradient(135deg, #fff4b8 0%, #e8f5ff 100%);
    color: #3f3a2d;
}

.message-row-v32.own .message-bubble-v32.vip,
.message-row-v32.own .message-bubble-v32.gold,
.message-row-v32.own .message-bubble-v32.vip.gold {
    color: inherit;
}

.message-sender-v32 {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #5558d6;
    font-size: 11px;
    font-weight: 900;
}

.message-sender-v32 span {
    padding: 2px 5px;
    border-radius: 999px;
    font-size: 7px;
    letter-spacing: .04em;
}

.message-sender-v32 span.vip {
    background: #ffd95a;
    color: #5e4900;
}

.message-sender-v32 span.gold {
    background: #75b9f5;
    color: #fff;
}

.message-reply-quote-v32 {
    margin-bottom: 7px;
    padding: 7px 9px;
    display: grid;
    gap: 2px;
    border-left: 3px solid #696cf1;
    border-radius: 10px;
    background: rgba(97, 100, 226, .08);
}

.message-row-v32.own .message-reply-quote-v32 {
    border-left-color: rgba(255, 255, 255, .8);
    background: rgba(255, 255, 255, .13);
}

.message-reply-quote-v32 strong,
.message-reply-quote-v32 span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
}

.message-reply-quote-v32 strong {
    font-weight: 900;
}

.message-text-v32 {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    font-size: 14px;
    line-height: 1.42;
}

.message-image-link-v32,
.message-gif-card-v32 {
    display: block;
    margin: -5px -7px 7px;
}

.message-image-v32,
.message-gif-card-v32 img,
.message-video-v32 {
    width: 100%;
    max-width: 420px;
    max-height: 430px;
    display: block;
    border-radius: 14px;
    background: #171822;
    object-fit: cover;
}

.message-gif-card-v32 img {
    min-width: 220px;
}

.message-video-v32 {
    margin-bottom: 7px;
    object-fit: contain;
}

.message-file-v32 {
    min-width: 220px;
    margin-bottom: 7px;
    padding: 10px 11px;
    display: flex;
    align-items: center;
    gap: 9px;
    border-radius: 13px;
    background: rgba(96, 99, 138, .09);
    color: inherit;
    text-decoration: none;
}

.message-row-v32.own .message-file-v32 {
    background: rgba(255, 255, 255, .14);
}

.message-file-v32 > span:first-child {
    font-size: 22px;
}

.message-file-v32 > span:last-child {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.message-file-v32 strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}

.message-file-v32 small {
    opacity: .72;
    font-size: 10px;
}

.message-audio-v32 {
    min-width: 250px;
    max-width: 390px;
    margin-bottom: 6px;
    display: grid;
    grid-template-columns: 40px minmax(100px, 1fr) auto;
    align-items: center;
    gap: 8px;
}

.message-audio-play-v32 {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: rgba(85, 88, 213, .15);
    color: #5659d7;
    cursor: pointer;
    font-size: 15px;
}

.message-row-v32.own .message-audio-play-v32 {
    background: rgba(255, 255, 255, .18);
    color: #fff;
}

.message-audio-v32 > div {
    display: grid;
    gap: 6px;
}

.message-audio-v32 strong {
    font-size: 11px;
}

.message-audio-track-v32 {
    height: 5px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(80, 84, 112, .16);
    cursor: pointer;
}

.message-audio-track-v32 span {
    width: 0;
    height: 100%;
    display: block;
    border-radius: inherit;
    background: #6669e8;
}

.message-row-v32.own .message-audio-track-v32 {
    background: rgba(255, 255, 255, .19);
}

.message-row-v32.own .message-audio-track-v32 span {
    background: #fff;
}

.message-audio-time-v32 {
    opacity: .74;
    font-size: 10px;
}

.message-location-card-v32 {
    min-width: 250px;
    margin-bottom: 7px;
    padding: 10px;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px;
    border-radius: 14px;
    background: rgba(73, 140, 91, .1);
    color: inherit;
    text-decoration: none;
}

.message-location-card-v32 > span {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: #dff3e5;
    font-size: 23px;
}

.message-location-card-v32 > div {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.message-location-card-v32 strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}

.message-location-card-v32 small {
    opacity: .7;
    font-size: 9px;
}

.message-poll-card-v32 {
    min-width: min(300px, 70vw);
    margin-bottom: 7px;
    padding: 11px;
    display: grid;
    gap: 8px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .74);
    color: #2e3243;
}

.message-row-v32.own .message-poll-card-v32 {
    background: rgba(255, 255, 255, .93);
}

.message-poll-card-v32 > header {
    display: flex;
    align-items: center;
    gap: 7px;
}

.message-poll-card-v32 p {
    margin: 0;
    color: #6c7183;
    font-size: 11px;
}

.message-poll-card-v32 > div {
    display: grid;
    gap: 6px;
}

.message-poll-option-v32 {
    position: relative;
    min-height: 40px;
    padding: 7px 9px;
    overflow: hidden;
    border: 1px solid #e1e3ed;
    border-radius: 10px;
    background: #f8f8fb;
    color: #303447;
    text-align: left;
    cursor: pointer;
}

.message-poll-option-v32:disabled {
    cursor: default;
}

.message-poll-option-v32.mine {
    border-color: #6669e5;
}

.message-poll-option-v32 > i {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #7376ed;
}

.message-poll-option-v32 > span {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.message-poll-option-v32 b {
    font-size: 11px;
}

.message-poll-option-v32 small {
    color: #757a8d;
    font-size: 9px;
}

.message-activity-link-v32 {
    color: inherit;
    text-decoration: none;
}

.message-activity-card-v32 {
    width: min(300px, 70vw);
    margin-bottom: 7px;
    overflow: hidden;
    border-radius: 14px;
    background: rgba(255, 255, 255, .86);
    color: #303447;
}

.message-activity-card-v32 img {
    width: 100%;
    height: 120px;
    display: block;
    object-fit: cover;
}

.message-activity-card-v32 > div {
    padding: 10px;
    display: grid;
    gap: 4px;
}

.message-activity-card-v32 span {
    color: #e96332;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .08em;
}

.message-activity-card-v32 strong {
    font-size: 13px;
}

.message-activity-card-v32 p {
    margin: 0;
    color: #74798b;
    font-size: 10px;
}

.message-activity-card-v32 small {
    color: #5659d6;
    font-size: 10px;
    font-weight: 800;
}

.message-mention-chips-v32 {
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.message-mention-chips-v32 span {
    padding: 2px 6px;
    border-radius: 999px;
    background: rgba(91, 94, 222, .12);
    color: #5457cc;
    font-size: 9px;
    font-weight: 800;
}

.message-row-v32.own .message-mention-chips-v32 span {
    background: rgba(255, 255, 255, .15);
    color: #fff;
}

.message-reactions-v32 {
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.message-reactions-v32 span {
    padding: 2px 7px;
    border: 1px solid rgba(100, 103, 143, .08);
    border-radius: 999px;
    background: #f0f1f6;
    color: #35394b;
    font-size: 10px;
    font-weight: 850;
}

.message-row-v32.own .message-reactions-v32 span {
    border-color: rgba(255, 255, 255, .13);
    background: rgba(255, 255, 255, .18);
    color: #fff;
}

.message-footer-v32 {
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.message-footer-v32 > small {
    opacity: .67;
    font-size: 9px;
}

.message-actions-v32 {
    position: relative;
}

.message-actions-v32 > summary {
    width: 22px;
    height: 20px;
    display: grid;
    place-items: center;
    border-radius: 7px;
    cursor: pointer;
    list-style: none;
    opacity: .7;
    font-size: 14px;
}

.message-actions-v32 > summary::-webkit-details-marker {
    display: none;
}

.message-actions-v32[open] > summary {
    background: rgba(255, 255, 255, .14);
}

.message-actions-v32 > div {
    position: absolute;
    right: 0;
    bottom: 26px;
    z-index: 300;
    width: 220px;
    padding: 7px;
    border: 1px solid #e0e2eb;
    border-radius: 15px;
    background: #fff;
    color: #303447;
    box-shadow: 0 18px 55px rgba(25, 27, 43, .24);
}

.message-actions-v32 button {
    width: 100%;
    padding: 8px 9px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
}

.message-actions-v32 button:hover {
    background: #f3f4f8;
}

.message-actions-v32 button.danger {
    color: #b72e2e;
}

.message-reaction-picker-v32 {
    margin-bottom: 5px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 2px;
}

.message-reaction-picker-v32 button {
    padding: 5px 1px;
    text-align: center;
    font-size: 17px;
}

.message-compose-reply-v32 {
    padding: 7px 12px;
    display: flex;
    align-items: center;
    gap: 9px;
    border-top: 1px solid #e2e4ed;
    background: #f3f3ff;
}

.message-compose-reply-v32[hidden] {
    display: none;
}

.message-compose-reply-v32 > div {
    min-width: 0;
    flex: 1;
    padding-left: 9px;
    display: grid;
    gap: 2px;
    border-left: 3px solid #5d5fef;
}

.message-compose-reply-v32 strong {
    color: #4e51d0;
    font-size: 10px;
}

.message-compose-reply-v32 span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #656a7b;
    font-size: 11px;
}

.message-compose-reply-v32 button {
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    font-size: 20px;
}

.message-mention-results-v32 {
    max-height: 220px;
    margin: 0 10px 5px;
    overflow-y: auto;
    border: 1px solid #e0e2eb;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 15px 40px rgba(28, 30, 48, .14);
}

.message-mention-results-v32[hidden] {
    display: none;
}

.message-mention-results-v32 button {
    width: 100%;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 9px;
    border: 0;
    border-bottom: 1px solid #eef0f5;
    background: #fff;
    color: #303447;
    text-align: left;
    cursor: pointer;
}

.message-mention-results-v32 button > span {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #eeeeff;
    color: #5457d0;
    font-weight: 900;
}

.message-mention-results-v32 button > div {
    display: grid;
    gap: 1px;
}

.message-mention-results-v32 strong {
    font-size: 12px;
}

.message-mention-results-v32 small {
    color: #7a7f90;
    font-size: 10px;
}

.messages-composer-v32 {
    position: sticky;
    bottom: 0;
    z-index: 70;
    padding: 7px 9px max(7px, env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: 38px 34px minmax(0, 1fr) 38px 42px;
    gap: 4px;
    align-items: end;
    border-top: 1px solid rgba(219, 221, 231, .9);
    background: rgba(250, 250, 253, .96);
    backdrop-filter: blur(18px);
}

.messages-composer-v32 textarea {
    min-height: 40px;
    max-height: 120px;
    padding: 10px 12px;
    resize: none;
    border: 1px solid #dfe1ea;
    outline: 0;
    border-radius: 20px;
    background: #fff;
    color: #252939;
    font: inherit;
    font-size: 13px;
    line-height: 1.4;
}

.messages-composer-v32 textarea:focus {
    border-color: #8a8cef;
    box-shadow: 0 0 0 3px rgba(93, 95, 239, .08);
}

.message-round-button-v32,
.message-gallery-button-v32,
.message-voice-button-v32,
.message-send-button-v32 {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: #eceef4;
    color: #555a70;
    cursor: pointer;
    font-size: 18px;
}

.message-gallery-button-v32 {
    width: 34px;
    height: 34px;
    margin-bottom: 2px;
    font-size: 16px;
}

.message-send-button-v32 {
    width: 42px;
    height: 42px;
    background: linear-gradient(145deg, #686af1, #4f52cf);
    color: #fff;
    box-shadow: 0 6px 16px rgba(77, 80, 201, .22);
}

.message-attachment-sheet-v32 {
    position: fixed;
    left: max(12px, calc(50vw - 310px));
    bottom: 68px;
    z-index: 600;
    width: min(430px, calc(100vw - 24px));
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    border: 1px solid #e0e2ea;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 22px 70px rgba(25, 27, 43, .23);
}

.message-attachment-sheet-v32[hidden] {
    display: none;
}

.message-attachment-sheet-v32 button {
    min-height: 70px;
    padding: 7px 4px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 5px;
    border: 0;
    border-radius: 14px;
    background: #f6f6fa;
    color: #464b60;
    cursor: pointer;
    font: inherit;
    font-size: 10px;
    font-weight: 800;
}

.message-attachment-sheet-v32 button:hover {
    background: #eeeeff;
    color: #5154cd;
}

.message-attachment-sheet-v32 button span {
    font-size: 20px;
    font-weight: 900;
}

.message-dialog-v32 {
    width: min(620px, calc(100vw - 24px));
    max-height: min(780px, calc(100dvh - 32px));
    padding: 0;
    overflow: auto;
    border: 0;
    border-radius: 22px;
    background: #fff;
    color: #292d3e;
    box-shadow: 0 26px 90px rgba(24, 27, 45, .28);
}

.message-dialog-v32::backdrop {
    background: rgba(18, 20, 31, .48);
    backdrop-filter: blur(3px);
}

.message-dialog-v32 > header {
    position: sticky;
    top: 0;
    z-index: 3;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid #eceef4;
    background: rgba(255, 255, 255, .96);
}

.message-dialog-v32 > header > div {
    display: grid;
    gap: 2px;
}

.message-dialog-v32 > header span {
    color: #5b5ed9;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .12em;
}

.message-dialog-v32 > header h3 {
    margin: 0;
    font-size: 16px;
}

.message-dialog-v32 > header button {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #f0f1f5;
    cursor: pointer;
    font-size: 20px;
}

.message-media-form-v32,
.message-rich-form-v32 {
    padding: 14px 16px;
    display: grid;
    gap: 10px;
    border-bottom: 1px solid #eceef4;
}

.message-media-form-v32 label,
.message-rich-form-v32 label {
    display: grid;
    gap: 5px;
    color: #555a6d;
    font-size: 11px;
    font-weight: 750;
}

.message-media-form-v32 input,
.message-rich-form-v32 input,
.message-rich-form-v32 textarea,
.message-search-v32 input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 11px;
    border: 1px solid #dde0e9;
    border-radius: 11px;
    background: #fff;
    color: #292d3e;
    font: inherit;
    font-size: 12px;
}

.message-media-form-v32 > button,
.message-rich-form-v32 > button[type="submit"],
.message-location-detect-v32,
.message-search-v32 button {
    min-height: 40px;
    padding: 8px 12px;
    border: 0;
    border-radius: 11px;
    background: #5d5fef;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 850;
}

.message-location-detect-v32 {
    background: #edf7ef;
    color: #31864b;
}

.message-form-grid-v32 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.message-search-v32 {
    padding: 12px 14px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px;
    border-bottom: 1px solid #eceef4;
}

.message-gif-grid-v32 {
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
}

.message-gif-grid-v32 button {
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 11px;
    background: #eeeef4;
    cursor: pointer;
    aspect-ratio: 1;
}

.message-gif-grid-v32 img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.message-picker-loading-v32 {
    grid-column: 1 / -1;
    padding: 24px;
    color: #74798b;
    text-align: center;
    font-size: 12px;
}

.message-activity-results-v32 {
    padding: 10px;
    display: grid;
    gap: 7px;
}

.message-activity-pick-v32 {
    width: 100%;
    padding: 8px;
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    border: 1px solid #e5e7ef;
    border-radius: 13px;
    background: #fff;
    color: #303447;
    text-align: left;
    cursor: pointer;
}

.message-activity-pick-v32 img,
.message-activity-pick-v32 > span {
    width: 64px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: #fff0e9;
    object-fit: cover;
    font-size: 24px;
}

.message-activity-pick-v32 > div {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.message-activity-pick-v32 strong,
.message-activity-pick-v32 small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.message-activity-pick-v32 strong {
    font-size: 12px;
}

.message-activity-pick-v32 small {
    color: #787d8f;
    font-size: 9px;
}

.message-voice-recorder-v32 {
    position: fixed;
    right: 14px;
    bottom: 76px;
    z-index: 650;
    min-width: 290px;
    padding: 10px 11px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #f0c9cb;
    border-radius: 16px;
    background: #fff;
    color: #373b4e;
    box-shadow: 0 20px 55px rgba(37, 27, 32, .2);
    font-size: 11px;
}

.message-voice-recorder-v32[hidden] {
    display: none;
}

.message-record-dot-v32 {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #e64343;
    animation: message-record-v32 1s infinite alternate;
}

@keyframes message-record-v32 {
    to { opacity: .3; }
}

.message-voice-recorder-v32 strong {
    font-variant-numeric: tabular-nums;
}

.message-voice-recorder-v32 button {
    padding: 6px 9px;
    border: 0;
    border-radius: 9px;
    background: #f0f1f5;
    color: #44495c;
    cursor: pointer;
    font: inherit;
    font-size: 10px;
    font-weight: 800;
}

.message-voice-recorder-v32 button:last-child {
    background: #5d5fef;
    color: #fff;
}

@media (max-width: 700px) {
    .message-bubble-v32 {
        max-width: 84%;
    }

    .message-avatar-v32 {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
    }

    .message-attachment-sheet-v32 {
        right: 10px;
        bottom: 68px;
        left: 10px;
        width: auto;
        grid-template-columns: repeat(4, 1fr);
    }

    .message-gif-grid-v32 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .message-form-grid-v32 {
        grid-template-columns: 1fr;
    }

    .message-voice-recorder-v32 {
        right: 10px;
        bottom: 72px;
        left: 10px;
        min-width: 0;
    }
}

.messages-dating-starters-v38 {
    padding: 10px 12px 8px;
    border-top: 1px solid rgba(148, 163, 184, .18);
    background: rgba(15, 23, 42, .72);
}

.messages-dating-starters-title-v38 {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 8px;
}

.messages-dating-starters-title-v38 strong {
    font-size: .92rem;
}

.messages-dating-starters-title-v38 span {
    font-size: .76rem;
    opacity: .72;
}

.messages-dating-starters-list-v38 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
}

.messages-dating-starter-v38 {
    min-width: 220px;
    max-width: 300px;
    border: 1px solid rgba(148, 163, 184, .22);
    border-radius: 14px;
    padding: 9px 11px;
    text-align: left;
    background: rgba(30, 41, 59, .88);
    color: inherit;
    cursor: pointer;
}

.messages-dating-starter-v38:hover,
.messages-dating-starter-v38:focus-visible {
    border-color: rgba(129, 140, 248, .62);
    background: rgba(51, 65, 85, .94);
}

.messages-dating-starter-v38 small,
.messages-dating-starter-v38 span {
    display: block;
}

.messages-dating-starter-v38 small {
    margin-bottom: 3px;
    font-size: .7rem;
    opacity: .68;
}

.messages-dating-starter-v38 span {
    font-size: .84rem;
    line-height: 1.35;
}
