:root {
    --dm-pink: #ff1268;
    --dm-pink-dark: #e60050;
    --dm-pink-soft: #fff0f5;
    --dm-ink: #16161a;
    --dm-text: #3f3f46;
    --dm-muted: #8b8b95;
    --dm-line: #ececf0;
    --dm-surface: #ffffff;
    --dm-canvas: #f6f6f8;
    --dm-orange: #ff7a00;
    --dm-shadow: 0 20px 60px rgba(21, 13, 17, .10);
}

* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body.theme-damai {
    margin: 0;
    overflow: hidden;
    color: var(--dm-text);
    background:
        radial-gradient(circle at 8% 12%, rgba(255, 18, 104, .12), transparent 26%),
        radial-gradient(circle at 94% 88%, rgba(255, 122, 0, .09), transparent 24%),
        #f3f3f6;
    font-family: "HarmonyOS Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
    -webkit-font-smoothing: antialiased;
}

button,
textarea {
    font: inherit;
}

button {
    -webkit-tap-highlight-color: transparent;
}

.damai-app-shell {
    display: grid;
    grid-template-columns: 238px minmax(440px, 680px) 274px;
    width: min(1230px, calc(100% - 40px));
    height: min(860px, calc(100dvh - 40px));
    margin: 20px auto;
    overflow: hidden;
    background: rgba(255, 255, 255, .86);
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 26px;
    box-shadow: var(--dm-shadow);
    backdrop-filter: blur(22px);
}

.damai-rail,
.damai-sidepanel {
    min-width: 0;
    background: rgba(255, 255, 255, .72);
}

.damai-rail {
    display: flex;
    flex-direction: column;
    padding: 30px 22px 22px;
    border-right: 1px solid var(--dm-line);
}

.damai-brand {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0 7px 34px;
    color: var(--dm-ink);
}

.damai-brand img {
    width: 42px;
    height: 42px;
}

.damai-brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.damai-brand-name {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -1.5px;
}

.damai-brand-subtitle {
    margin-top: 6px;
    color: var(--dm-muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.damai-rail-label,
.damai-side-title {
    margin: 0 8px 10px;
    color: #aaa9b1;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.damai-rail-nav {
    display: grid;
    gap: 7px;
}

.damai-nav-item {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 46px;
    padding: 0 13px;
    border: 0;
    border-radius: 14px;
    color: #55545d;
    background: transparent;
    cursor: pointer;
    text-align: left;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.damai-nav-item:hover {
    color: var(--dm-pink);
    background: var(--dm-pink-soft);
    transform: translateX(3px);
}

.damai-nav-item.is-active {
    color: #fff;
    background: var(--dm-pink);
    box-shadow: 0 10px 24px rgba(255, 18, 104, .24);
}

.damai-nav-icon {
    display: grid;
    flex: 0 0 27px;
    width: 27px;
    height: 27px;
    place-items: center;
    border-radius: 9px;
    background: rgba(255, 255, 255, .18);
    font-size: 14px;
}

.damai-nav-item:not(.is-active) .damai-nav-icon {
    background: #f2f2f5;
}

.damai-rail-card {
    position: relative;
    margin-top: auto;
    padding: 19px 17px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(145deg, #242128 0%, #111115 100%);
    border-radius: 18px;
}

.damai-rail-card::after {
    position: absolute;
    top: -34px;
    right: -30px;
    width: 100px;
    height: 100px;
    border: 20px solid rgba(255, 18, 104, .7);
    border-radius: 50%;
    content: "";
}

.damai-rail-card-kicker {
    color: #ff94bd;
    font-size: 11px;
    font-weight: 700;
}

.damai-rail-card strong {
    display: block;
    position: relative;
    z-index: 1;
    margin-top: 7px;
    font-size: 18px;
    line-height: 1.4;
}

.damai-rail-card p {
    position: relative;
    z-index: 1;
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
    line-height: 1.6;
}

.damai-app-shell .service {
    position: relative !important;
    inset: auto !important;
    display: flex;
    flex-direction: column;
    width: auto !important;
    max-width: none !important;
    height: 100% !important;
    min-width: 0;
    overflow: hidden;
    background: var(--dm-canvas);
}

.damai-chat-header {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    padding: 14px 22px;
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid var(--dm-line);
    backdrop-filter: blur(18px);
    z-index: 5;
}

.damai-chat-person {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 12px;
}

.damai-avatar {
    position: relative;
    display: block;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
}

.damai-avatar-image {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 8px 22px rgba(255, 18, 104, .18), 0 2px 6px rgba(20, 18, 24, .08);
}

.damai-avatar-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transform-origin: center;
}

.damai-avatar-status {
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 12px;
    height: 12px;
    background: #31c878;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(49, 200, 120, .35);
}

.damai-chat-title {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--dm-ink);
    font-size: 16px;
    font-weight: 800;
}

.damai-official {
    padding: 2px 6px;
    color: var(--dm-pink);
    background: var(--dm-pink-soft);
    border: 1px solid rgba(255, 18, 104, .14);
    border-radius: 5px;
    font-size: 9px;
    font-weight: 800;
}

.damai-online {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 5px;
    color: var(--dm-muted);
    font-size: 11px;
}

.damai-online::before {
    width: 7px;
    height: 7px;
    background: #20bf6b;
    border: 2px solid #d9f7e6;
    border-radius: 50%;
    content: "";
}

.damai-app-shell .msg-box {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    padding: 18px 24px 22px;
    overflow-x: hidden;
    overflow-y: auto;
    background:
        linear-gradient(rgba(246, 246, 248, .93), rgba(246, 246, 248, .98)),
        radial-gradient(circle at 20% 10%, rgba(255, 18, 104, .12), transparent 34%);
    scrollbar-color: #d6d6da transparent;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}

.damai-app-shell .msg-box::-webkit-scrollbar {
    width: 5px;
}

.damai-app-shell .msg-box::-webkit-scrollbar-thumb {
    background: #d6d6da;
    border-radius: 10px;
}

.damai-app-shell .PullToRefresh-content {
    min-height: 100%;
}

.damai-service-welcome {
    position: relative;
    margin: 2px 0 18px;
    padding: 22px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(120deg, #ff1268 0%, #f02b72 48%, #ff6a3d 120%);
    border-radius: 20px;
    box-shadow: 0 16px 32px rgba(255, 18, 104, .18);
    animation: dm-rise .5s cubic-bezier(.2, .8, .2, 1) both;
}

.damai-service-welcome::before,
.damai-service-welcome::after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    content: "";
}

.damai-service-welcome::before {
    top: -72px;
    right: -30px;
    width: 180px;
    height: 180px;
}

.damai-service-welcome::after {
    right: 42px;
    bottom: -76px;
    width: 140px;
    height: 140px;
}

.damai-welcome-kicker {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, .72);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
}

.damai-service-welcome h1 {
    position: relative;
    z-index: 1;
    margin: 6px 0 8px;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: -.5px;
}

.damai-service-welcome p {
    position: relative;
    z-index: 1;
    max-width: 420px;
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 12px;
    line-height: 1.7;
}

.damai-welcome-meta {
    display: flex;
    position: relative;
    z-index: 1;
    gap: 14px;
    margin-top: 16px;
    font-size: 11px;
}

.damai-welcome-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.damai-welcome-meta span::before {
    content: "✓";
    font-weight: 900;
}

.damai-time-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 2px 0 15px;
    color: #aaa9b1;
    font-size: 10px;
}

.damai-time-divider::before,
.damai-time-divider::after {
    flex: 1;
    height: 1px;
    background: rgba(0, 0, 0, .055);
    content: "";
}

.damai-app-shell .msg {
    display: flex !important;
    align-items: flex-start;
    clear: both;
    margin: 0 0 14px;
    animation: dm-message .25s ease both;
}

.damai-app-shell .msg.on {
    flex-direction: row-reverse;
}

.damai-app-shell .msg .img1 {
    display: block !important;
    overflow: hidden;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    margin: 1px 9px 0 0;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(255, 18, 104, .13), 0 1px 4px rgba(20, 18, 24, .06);
}

.damai-app-shell .msg.on .img1 {
    display: none !important;
}

.damai-app-shell .msg .img1 img {
    display: block;
    width: 36px;
    height: 36px;
    object-fit: cover;
    transform: scale(1.1);
    transform-origin: center;
}

.damai-app-shell .msg .content {
    float: none !important;
    width: auto;
    max-width: min(78%, 480px);
    margin: 0 !important;
    padding: 11px 14px;
    color: var(--dm-text);
    background: var(--dm-surface);
    border: 1px solid rgba(0, 0, 0, .045);
    border-radius: 7px 16px 16px 16px;
    box-shadow: 0 5px 16px rgba(25, 20, 22, .055);
    font-size: 14px;
    line-height: 1.65;
    text-align: left;
    word-break: break-word;
}

.damai-app-shell .msg .content span,
.damai-app-shell .msg .content p {
    display: block;
    margin: 0;
}

.damai-app-shell .msg.on .content {
    color: #fff;
    background: linear-gradient(135deg, #ff397f, var(--dm-pink));
    border: 0;
    border-radius: 16px 7px 16px 16px;
    box-shadow: 0 8px 18px rgba(255, 18, 104, .18);
}

.damai-app-shell .msg .content img {
    display: block;
    max-width: 100%;
    border-radius: 10px;
}

.damai-question-card {
    margin: 0 0 18px 45px;
    padding: 16px;
    background: #fff;
    border: 1px solid var(--dm-line);
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(25, 20, 22, .045);
}

.damai-question-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 11px;
}

.damai-question-head strong {
    color: var(--dm-ink);
    font-size: 13px;
}

.damai-question-head span {
    color: var(--dm-muted);
    font-size: 10px;
}

.damai-question-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.damai-question {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 8px 10px;
    border: 1px solid #f0f0f3;
    border-radius: 11px;
    color: #595861;
    background: #fafafd;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.45;
    text-align: left;
    transition: border-color .2s ease, color .2s ease, background .2s ease, transform .2s ease;
}

.damai-question::before {
    display: grid;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    place-items: center;
    color: var(--dm-pink);
    background: var(--dm-pink-soft);
    border-radius: 8px;
    content: attr(data-index);
    font-family: "DIN Alternate", sans-serif;
    font-size: 10px;
    font-weight: 800;
}

.damai-question:hover {
    color: var(--dm-pink);
    background: #fff7fa;
    border-color: rgba(255, 18, 104, .28);
    transform: translateY(-1px);
}

.damai-app-shell .ChatFooter {
    flex: 0 0 auto;
    min-height: 0;
    padding: 12px 18px 10px;
    overflow: hidden;
    background: #fff;
    border-top: 1px solid var(--dm-line);
}

.damai-app-shell .ChatFooter .ScrollView,
.damai-app-shell .ChatFooter .ScrollView-scroller {
    min-height: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}

.damai-app-shell .ChatFooter .ScrollView {
    padding: 0;
    overflow: hidden;
    background: #f7f8fa;
    border: 1px solid #ececf1;
    border-radius: 18px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75), 0 6px 18px rgba(27, 24, 34, .04);
}

.damai-app-shell .ChatFooter .ScrollView-scroller {
    margin-bottom: 0;
    padding: 10px 12px;
}

.damai-app-shell .ChatFooter .ScrollView::-webkit-scrollbar {
    display: none;
}

.damai-app-shell .ChatFooter .ScrollView-inner {
    display: flex;
    gap: 10px;
    padding: 0;
}

.damai-app-shell .ChatFooter .ScrollView-item {
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
    margin-left: 0;
}

.damai-app-shell .ChatFooter .QuickReply {
    padding: 7px 13px;
    color: var(--dm-pink);
    background: #fff6f9;
    border: 1px solid #ffd6e5;
    border-radius: 999px;
    box-shadow: none;
    cursor: pointer;
    font-size: 11px;
    white-space: nowrap;
    transition: background .2s ease, transform .2s ease;
}

.damai-app-shell .ChatFooter .QuickReply:hover {
    color: #fff;
    background: var(--dm-pink);
    transform: translateY(-1px);
}

.damai-app-shell .msg-post {
    display: flex;
    flex: 0 0 auto;
    align-items: flex-end;
    gap: 8px;
    min-height: 68px;
    height: auto;
    padding: 8px 18px 14px;
    background: #fff;
    border: 0;
    z-index: 10;
}

.damai-app-shell .msg-post .Input {
    flex: 1;
    min-width: 0;
    min-height: 42px;
    max-height: 108px;
    height: 42px;
    padding: 10px 14px;
    overflow-y: auto;
    color: var(--dm-ink);
    background: #f5f5f7;
    border: 1px solid transparent;
    border-radius: 14px;
    outline: 0;
    resize: none;
    font-size: 13px;
    line-height: 20px;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.damai-app-shell .msg-post .Input:focus {
    background: #fff;
    border-color: rgba(255, 18, 104, .42);
    box-shadow: 0 0 0 4px rgba(255, 18, 104, .08);
}

.damai-app-shell .msg-post .Input::placeholder {
    color: #aaa9b1;
    font-size: 13px;
}

.damai-app-shell .msg-post .icon-btn {
    display: grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    padding: 0;
    place-items: center;
    color: #777680;
    background: #f5f5f7;
    border: 0;
    border-radius: 14px;
    cursor: pointer;
    transition: color .2s ease, background .2s ease, transform .15s ease;
}

.damai-app-shell .msg-post .icon-btn:hover {
    color: var(--dm-pink);
    background: var(--dm-pink-soft);
}

.damai-app-shell .msg-post .icon-btn:active,
.damai-app-shell .msg-post .Composer-sendBtn:active {
    transform: scale(.95);
}

.damai-app-shell .msg-post .icon-btn svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.damai-app-shell .msg-post .Composer-sendBtn {
    flex: 0 0 auto;
    min-width: 66px;
    height: 42px;
    padding: 0 18px;
    color: #fff;
    background: var(--dm-pink);
    border: 0;
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(255, 18, 104, .22);
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    transition: background .2s ease, transform .15s ease, box-shadow .2s ease;
}

.damai-app-shell .msg-post .Composer-sendBtn:hover {
    background: var(--dm-pink-dark);
    box-shadow: 0 10px 22px rgba(255, 18, 104, .3);
}

.damai-app-shell #ey777 {
    flex: 0 0 auto;
    padding: 4px 18px 14px;
    background: #fff;
    border: 0;
}

.damai-app-shell #ey777 .Toolbar-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 8px 12px;
    color: var(--dm-muted);
    background: transparent;
    border: 0;
    border-radius: 12px;
    cursor: pointer;
    font-size: 11px;
}

.damai-app-shell #ey777 .Toolbar-btn:hover {
    background: #f7f7f9;
}

.damai-app-shell #ey777 .Toolbar-btn img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.damai-sidepanel {
    padding: 28px 20px;
    overflow-y: auto;
    border-left: 1px solid var(--dm-line);
}

.damai-side-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 0 4px 16px;
}

.damai-side-heading h2 {
    margin: 0;
    color: var(--dm-ink);
    font-size: 16px;
    font-weight: 800;
}

.damai-side-heading span {
    color: var(--dm-muted);
    font-size: 10px;
}

.damai-category-list {
    display: grid;
    gap: 10px;
}

.damai-category-card {
    position: relative;
    min-height: 106px;
    padding: 17px;
    overflow: hidden;
    color: #fff;
    border: 0;
    border-radius: 17px;
    cursor: pointer;
    text-align: left;
    transition: transform .22s ease, box-shadow .22s ease;
}

.damai-category-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 13px 26px rgba(24, 20, 22, .15);
}

.damai-category-card::after {
    position: absolute;
    right: -20px;
    bottom: -26px;
    width: 96px;
    height: 96px;
    border: 18px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    content: "";
}

.damai-category-card:nth-child(1) {
    background: linear-gradient(135deg, #ff377e, #ff1268);
}

.damai-category-card:nth-child(2) {
    background: linear-gradient(135deg, #ff9650, #ff5b35);
}

.damai-category-card:nth-child(3) {
    background: linear-gradient(135deg, #45414d, #17161b);
}

.damai-category-tag {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, .68);
    font-size: 10px;
    letter-spacing: .8px;
}

.damai-category-card strong {
    display: block;
    position: relative;
    z-index: 1;
    margin-top: 8px;
    font-size: 17px;
}

.damai-category-card p {
    position: relative;
    z-index: 1;
    margin: 7px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 11px;
}

.damai-assurance {
    margin-top: 18px;
    padding: 17px;
    background: #fafafd;
    border: 1px solid var(--dm-line);
    border-radius: 17px;
}

.damai-assurance strong {
    color: var(--dm-ink);
    font-size: 13px;
}

.damai-assurance-list {
    display: grid;
    gap: 10px;
    margin-top: 13px;
}

.damai-assurance-item {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #6b6a73;
    font-size: 11px;
}

.damai-assurance-item::before {
    display: grid;
    width: 21px;
    height: 21px;
    place-items: center;
    color: var(--dm-pink);
    background: var(--dm-pink-soft);
    border-radius: 7px;
    content: "✓";
    font-size: 11px;
    font-weight: 900;
}

.copy-toast {
    padding: 10px 18px;
    background: rgba(22, 22, 26, .9);
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
    font-size: 12px;
}

@keyframes dm-rise {
    from { opacity: 0; transform: translateY(12px) scale(.985); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes dm-message {
    from { opacity: 0; transform: translateY(7px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1050px) {
    .damai-app-shell {
        grid-template-columns: 220px minmax(440px, 1fr);
        width: min(960px, calc(100% - 32px));
        height: calc(100dvh - 32px);
        margin: 16px auto;
    }

    .damai-sidepanel {
        display: none;
    }
}

@media (max-width: 740px) {
    body.theme-damai {
        background: var(--dm-canvas);
    }

    .damai-app-shell {
        display: block;
        width: 100%;
        height: 100dvh;
        margin: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .damai-rail,
    .damai-sidepanel {
        display: none;
    }

    .damai-app-shell .service {
        width: 100% !important;
        height: 100dvh !important;
    }

    .damai-chat-header {
        min-height: 66px;
        padding: max(10px, env(safe-area-inset-top)) 14px 10px;
    }

    .damai-avatar {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
    }

    .damai-avatar-status {
        width: 11px;
        height: 11px;
    }

    .damai-chat-title {
        font-size: 15px;
    }

    .damai-app-shell .msg-box {
        padding: 14px 13px 18px;
    }

    .damai-service-welcome {
        padding: 19px;
        border-radius: 18px;
    }

    .damai-service-welcome h1 {
        font-size: 21px;
    }

    .damai-welcome-meta {
        gap: 10px;
        font-size: 10px;
    }

    .damai-question-card {
        margin-left: 0;
        padding: 13px;
    }

    .damai-question-grid {
        grid-template-columns: 1fr;
    }

    .damai-question {
        min-height: 39px;
    }

    .damai-app-shell .msg .content {
        max-width: 82%;
        padding: 10px 13px;
        font-size: 13px;
    }

    .damai-app-shell .msg .img1 {
        flex-basis: 32px;
        width: 32px;
        height: 32px;
        margin-right: 7px;
    }

    .damai-app-shell .msg .img1 img {
        width: 32px;
        height: 32px;
    }

    .damai-app-shell .ChatFooter {
        padding: 9px 10px 7px;
    }

    .damai-app-shell .ChatFooter .ScrollView {
        border-radius: 15px;
    }

    .damai-app-shell .ChatFooter .ScrollView-scroller {
        padding: 8px 9px;
    }

    .damai-app-shell .ChatFooter .ScrollView-inner,
    .damai-app-shell .ChatFooter .ScrollView-item {
        gap: 7px;
    }

    .damai-app-shell .ChatFooter .QuickReply {
        padding: 6px 10px;
    }

    .damai-app-shell .msg-post {
        gap: 6px;
        min-height: 61px;
        padding: 7px 11px max(10px, env(safe-area-inset-bottom));
    }

    .damai-app-shell .msg-post .Input {
        min-height: 40px;
        height: 40px;
        padding: 9px 12px;
        font-size: 16px;
    }

    .damai-app-shell .msg-post .icon-btn {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
        border-radius: 13px;
    }

    .damai-app-shell .msg-post .Composer-sendBtn {
        min-width: 58px;
        height: 40px;
        padding: 0 13px;
        border-radius: 13px;
    }
}

@media (max-width: 360px) {
    .damai-app-shell .msg-post .icon-btn {
        display: none;
    }

    .damai-welcome-meta span:last-child {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
