.annoying-message-page {
    --msg-page-bg: #f5f6f8;
    --msg-chat-bg: #f7f8fa;
    --msg-sidebar-bg: #ffffff;
    --msg-panel-bg: #ffffff;
    --msg-border: #e6e8ec;
    --msg-divider: #edf0f3;
    --msg-field-bg: #f1f2f5;
    --msg-field-text: #46505f;
    --msg-placeholder: #9aa0aa;
    --msg-active-bg: #f0f1f4;
    --msg-hover-bg: #f6f7f9;
    --msg-text: #46505f;
    --msg-muted: #7b828c;
    --msg-faint: #a4a9b2;
    --msg-peer-bubble: #f0f1f4;
    --msg-peer-text: #46505f;
    --msg-me-bubble: #e9edf3;
    --msg-me-text: #46505f;
    --msg-accent: #fe2c55;
    --msg-accent-hover: #f04462;
    --msg-online: #20c978;
    background: var(--msg-page-bg);
    color: var(--msg-text);
    margin: -0.75rem -0.75rem 1.5rem;
    padding: 1rem;
}

/* Douyin-style message center panels v1.3.0 */
.annoying-message-inbox-page .annoying-message-tab-rail{
  display:grid;
  gap:8px;
  grid-template-columns:repeat(3,minmax(0,1fr));
  padding:0 14px 12px;
}
.annoying-message-inbox-page .annoying-message-tab-rail button{
  align-items:center;
  background:#f6f7f9;
  border:0;
  border-radius:12px;
  color:var(--dyw-muted,var(--dycw-muted,#777f8c));
  cursor:pointer;
  display:flex;
  font-size:13px;
  font-weight:700;
  gap:5px;
  justify-content:center;
  min-height:38px;
  min-width:0;
  padding:0 8px;
  position:relative;
}
.annoying-message-inbox-page .annoying-message-tab-rail button:hover,
.annoying-message-inbox-page .annoying-message-tab-rail button.is-active{
  background:#fff0f4;
  color:var(--dyw-accent,var(--dycw-accent,#fe2c55));
}
.annoying-message-inbox-page .annoying-message-tab-rail .ti{
  font-size:17px;
}
.annoying-message-inbox-page .annoying-message-tab-rail b{
  align-items:center;
  background:var(--dyw-accent,var(--dycw-accent,#fe2c55));
  border-radius:999px;
  color:#fff;
  display:inline-flex;
  font-size:10px;
  font-weight:800;
  height:16px;
  justify-content:center;
  min-width:16px;
  padding:0 4px;
  position:absolute;
  right:5px;
  top:3px;
}
.annoying-message-inbox-page .annoying-message-panel{
  display:none;
  height:100%;
  min-height:0;
}
.annoying-message-inbox-page .annoying-message-panel.is-active{
  display:flex;
  flex-direction:column;
}
.annoying-message-inbox-page .annoying-message-panel-head{
  align-items:center;
  background:#fff;
  border-bottom:1px solid var(--dyw-divider,var(--dycw-divider,#e7e9ee));
  display:flex;
  justify-content:space-between;
  min-height:60px;
  padding:12px 22px;
}
.annoying-message-inbox-page .annoying-message-panel-head strong{
  color:var(--dyw-strong,var(--dycw-strong,#46505f));
  display:block;
  font-size:17px;
  font-weight:800;
  line-height:1.25;
}
.annoying-message-inbox-page .annoying-message-panel-head small{
  color:var(--dyw-muted,var(--dycw-muted,#777f8c));
  display:block;
  font-size:12px;
  line-height:1.35;
  margin-top:2px;
}
.annoying-message-inbox-page .annoying-message-mark-read button{
  background:#f2f3f5;
  border:0;
  border-radius:999px;
  color:var(--dyw-strong,var(--dycw-strong,#46505f));
  cursor:pointer;
  font-size:13px;
  font-weight:700;
  height:32px;
  padding:0 14px;
}
.annoying-message-inbox-page .annoying-message-mark-read button:hover{
  background:#fff0f4;
  color:var(--dyw-accent,var(--dycw-accent,#fe2c55));
}
.annoying-message-inbox-page .annoying-message-mark-read button:disabled{
  cursor:not-allowed;
  opacity:.55;
}
.annoying-message-inbox-page .annoying-message-activity-panel,
.annoying-message-inbox-page .annoying-message-dynamic-panel{
  background:var(--dyw-chat,var(--dycw-chat,#f7f8fa));
  display:flex;
  flex:1 1 auto;
  flex-direction:column;
  min-height:0;
}
.annoying-message-inbox-page .annoying-message-event-list,
.annoying-message-inbox-page .annoying-message-dynamic-list{
  display:grid;
  gap:10px;
  overflow-y:auto;
  padding:16px 22px 24px;
}
.annoying-message-inbox-page .annoying-message-event-row,
.annoying-message-inbox-page .annoying-message-dynamic-card{
  align-items:center;
  background:#fff;
  border:1px solid #edf0f4;
  border-radius:16px;
  box-shadow:0 8px 22px rgba(70,80,95,.045);
  color:var(--dyw-text,var(--dycw-text,#555e6d));
  display:flex;
  gap:12px;
  min-height:82px;
  padding:13px 16px;
  text-decoration:none;
}
.annoying-message-inbox-page .annoying-message-event-row:hover,
.annoying-message-inbox-page .annoying-message-dynamic-card:hover{
  border-color:#ffd7e1;
  color:var(--dyw-text,var(--dycw-text,#555e6d));
  transform:translateY(-1px);
}
.annoying-message-inbox-page .annoying-message-event-row.is-unread{
  border-color:#ffd7e1;
  box-shadow:0 10px 26px rgba(254,44,85,.08);
}
.annoying-message-inbox-page .annoying-message-event-row.is-unread::before{
  background:var(--dyw-accent,var(--dycw-accent,#fe2c55));
  border-radius:999px;
  content:"";
  flex:0 0 8px;
  height:8px;
  width:8px;
}
.annoying-message-inbox-page .annoying-message-event-avatar,
.annoying-message-inbox-page .annoying-message-dynamic-avatar{
  flex:0 0 44px;
  height:44px;
  width:44px;
}
.annoying-message-inbox-page .annoying-message-event-body,
.annoying-message-inbox-page .annoying-message-dynamic-body{
  display:grid;
  flex:1 1 auto;
  min-width:0;
}
.annoying-message-inbox-page .annoying-message-event-body strong,
.annoying-message-inbox-page .annoying-message-dynamic-body strong{
  color:var(--dyw-strong,var(--dycw-strong,#46505f));
  font-size:15px;
  font-weight:800;
  line-height:1.35;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.annoying-message-inbox-page .annoying-message-event-body small,
.annoying-message-inbox-page .annoying-message-dynamic-body small{
  color:var(--dyw-muted,var(--dycw-muted,#777f8c));
  font-size:13px;
  line-height:1.45;
  margin-top:3px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.annoying-message-inbox-page .annoying-message-event-body em,
.annoying-message-inbox-page .annoying-message-dynamic-body em{
  color:var(--dyw-faint,var(--dycw-faint,#a0a6af));
  font-size:12px;
  font-style:normal;
  line-height:1.35;
  margin-top:4px;
}
.annoying-message-inbox-page .annoying-message-event-row>.ti{
  color:#b4bac4;
  flex:0 0 auto;
  font-size:18px;
}
.annoying-message-inbox-page .annoying-message-panel-empty{
  align-items:center;
  color:var(--dyw-muted,var(--dycw-muted,#777f8c));
  display:flex;
  flex-direction:column;
  gap:7px;
  justify-content:center;
  min-height:360px;
  text-align:center;
}
.annoying-message-inbox-page .annoying-message-panel-empty .ti{
  background:#fff0f4;
  border-radius:999px;
  color:var(--dyw-accent,var(--dycw-accent,#fe2c55));
  font-size:30px;
  height:58px;
  line-height:58px;
  width:58px;
}
.annoying-message-inbox-page .annoying-message-panel-empty strong{
  color:var(--dyw-strong,var(--dycw-strong,#46505f));
  font-size:16px;
}
.annoying-message-inbox-page .annoying-message-panel-empty span{
  font-size:13px;
}
@media (max-width:767.98px){
  .annoying-message-inbox-page .annoying-message-tab-rail{
    gap:6px;
    padding:0 12px 10px;
  }
  .annoying-message-inbox-page .annoying-message-tab-rail button{
    min-height:36px;
  }
  .annoying-message-inbox-page .annoying-message-panel-head{
    min-height:56px;
    padding:10px 14px;
  }
  .annoying-message-inbox-page .annoying-message-panel-head strong{
    font-size:16px;
  }
  .annoying-message-inbox-page .annoying-message-event-list,
  .annoying-message-inbox-page .annoying-message-dynamic-list{
    gap:8px;
    padding:12px;
  }
  .annoying-message-inbox-page .annoying-message-event-row,
  .annoying-message-inbox-page .annoying-message-dynamic-card{
    border-radius:14px;
    min-height:76px;
    padding:12px;
  }
}

/* detail pass: Douyin-like light message surface v1.5.84 */
.annoying-message-inbox-page{
  --msg-page-bg:#f3f4f6;
  --msg-chat-bg:#f7f8fa;
  --msg-sidebar-bg:#ffffff;
  --msg-panel-bg:#ffffff;
  --msg-field-bg:#f0f1f4;
  --msg-active-bg:#eeeeef;
  --msg-hover-bg:#f5f5f6;
  --msg-border:#e4e6eb;
  --msg-divider:#eceef2;
  --msg-text:#555e6d;
  --msg-muted:#7c828c;
  --msg-faint:#a6abb3;
  --msg-accent:#fe2c55;
  --msg-accent-hover:#f04462;
  background:var(--msg-page-bg);
}
.annoying-message-inbox-page .annoying-message-app-shell{
  border-color:var(--msg-border);
  border-radius:22px;
  box-shadow:0 18px 48px rgba(70,80,95,.075);
  grid-template-columns:minmax(336px,388px) minmax(0,1fr);
  height:min(82vh,820px);
  min-height:680px;
}
.annoying-message-inbox-page .annoying-message-list-head{
  gap:14px;
  min-height:78px;
  padding:16px 16px 12px 20px;
}
.annoying-message-inbox-page .annoying-message-search-pill{
  border:0;
  border-radius:12px;
  min-height:48px;
  padding:0 16px;
}
.annoying-message-inbox-page .annoying-message-search-pill .ti{
  color:#9aa0aa;
  font-size:22px;
}
.annoying-message-inbox-page .annoying-message-add-btn{
  align-items:center;
  border:2px solid #69717d;
  border-radius:999px;
  color:#69717d;
  display:inline-flex;
  flex:0 0 34px;
  font-size:22px;
  height:34px;
  justify-content:center;
  line-height:1;
  width:34px;
}
.annoying-message-inbox-page .annoying-message-unread-dot{
  height:22px;
  min-width:22px;
  position:absolute;
  right:56px;
  top:12px;
  z-index:2;
}
.annoying-message-inbox-page .annoying-message-list-scroll{
  padding:0 0 12px;
}
.annoying-message-inbox-page .annoying-message-list-title{
  font-size:12px;
  font-weight:700;
  letter-spacing:0;
  margin:0;
  padding:14px 20px 8px;
}
.annoying-message-inbox-page .annoying-message-thread-item{
  border-radius:0;
  min-height:92px;
  padding:14px 18px 14px 24px;
}
.annoying-message-inbox-page .annoying-message-thread-item.active{
  background:var(--msg-active-bg);
}
.annoying-message-inbox-page .annoying-message-thread-avatar{
  flex-basis:58px;
  height:58px;
  width:58px;
}
.annoying-message-inbox-page .annoying-message-thread-meta strong{
  font-size:17px;
  font-weight:780;
  line-height:1.25;
}
.annoying-message-inbox-page .annoying-message-thread-meta small{
  font-size:14px;
  line-height:1.45;
  margin-top:5px;
}
.annoying-message-inbox-page .annoying-message-thread-row em{
  font-size:13px;
  font-weight:500;
}
.annoying-message-inbox-page .annoying-message-chat-header{
  min-height:78px;
  padding:12px 22px;
}
.annoying-message-inbox-page .annoying-message-chat-header .avatar-wrap,
.annoying-message-inbox-page .annoying-message-chat-header .avatar-wrap-md{
  height:50px!important;
  width:50px!important;
}
.annoying-message-inbox-page .annoying-message-chat-header h4{
  font-size:18px;
  font-weight:780;
}
.annoying-message-inbox-page .annoying-message-profile-btn{
  color:#4b4f58;
  font-size:28px;
}
.annoying-message-inbox-page .annoying-message-chat-main .annoying-message-thread{
  padding:28px 30px 18px;
}
.annoying-message-inbox-page .annoying-message-row{
  gap:12px;
  margin-bottom:22px;
}
.annoying-message-inbox-page .annoying-message-avatar .avatar-wrap,
.annoying-message-inbox-page .annoying-message-avatar .avatar-wrap-sm{
  height:44px!important;
  width:44px!important;
}
.annoying-message-inbox-page .annoying-message-bubble{
  border-radius:16px;
  box-shadow:none;
  font-size:15px;
  line-height:1.65;
  max-width:min(58%,620px);
  padding:12px 16px;
}
.annoying-message-inbox-page .annoying-message-row.is-me .annoying-message-bubble{
  background:#eff2f7;
}
.annoying-message-inbox-page .annoying-message-composer{
  padding:12px 28px 24px;
}
.annoying-message-inbox-page .annoying-message-inputbar{
  border:0;
  border-radius:999px;
  box-shadow:none;
  min-height:66px;
  padding:0 14px 0 24px;
}
.annoying-message-inbox-page .annoying-message-input{
  font-size:17px;
}
.annoying-message-inbox-page .annoying-message-tool-btn{
  color:#6f747d;
  flex-basis:44px;
  font-size:30px;
  height:44px;
  width:44px;
}
.annoying-message-inbox-page .annoying-message-send-btn{
  flex-basis:48px;
  font-size:28px;
  height:48px;
  width:48px;
}
@media (max-width:767.98px){
  .annoying-message-inbox-page .annoying-message-list-head{
    min-height:66px;
    padding:10px 12px;
  }
  .annoying-message-inbox-page .annoying-message-search-pill{
    min-height:44px;
  }
  .annoying-message-inbox-page .annoying-message-thread-item{
    min-height:82px;
    padding:12px 14px;
  }
  .annoying-message-inbox-page .annoying-message-thread-avatar{
    flex-basis:54px;
    height:54px;
    width:54px;
  }
  .annoying-message-inbox-page .annoying-message-chat-header{
    min-height:62px;
    padding:8px 12px;
  }
  .annoying-message-inbox-page .annoying-message-chat-main .annoying-message-thread{
    padding:18px 14px 12px;
  }
  .annoying-message-inbox-page .annoying-message-bubble{
    max-width:76%;
  }
  .annoying-message-inbox-page .annoying-message-composer{
    padding:10px 12px calc(12px + env(safe-area-inset-bottom));
  }
  .annoying-message-inbox-page .annoying-message-inputbar{
    min-height:54px;
    padding:0 8px 0 16px;
  }
  .annoying-message-inbox-page .annoying-message-tool-btn{
    flex-basis:38px;
    font-size:26px;
    height:38px;
    width:38px;
  }
  .annoying-message-inbox-page .annoying-message-send-btn{
    flex-basis:40px;
    font-size:24px;
    height:40px;
    width:40px;
  }
}

/* final Douyin compact white message UI v1.5.91 */
.annoying-message-inbox-page{
  --dycw-page:#f5f6f8;
  --dycw-sidebar:#ffffff;
  --dycw-panel:#ffffff;
  --dycw-chat:#f7f8fa;
  --dycw-search:#f1f2f5;
  --dycw-hover:#f7f8fa;
  --dycw-active:#eef0f3;
  --dycw-divider:#e6e8ed;
  --dycw-soft-divider:#f0f1f4;
  --dycw-text:#555e6d;
  --dycw-strong:#46505f;
  --dycw-muted:#777f8c;
  --dycw-faint:#a1a7b2;
  --dycw-peer:#ffffff;
  --dycw-me:#fff0f4;
  --dycw-accent:#fe2c55;
  --dycw-accent-hover:#f04462;
  background:var(--dycw-page);
  color:var(--dycw-text);
  color-scheme:light;
  margin:-1rem calc(50% - 50vw) 0;
  min-height:calc(100dvh - 64px);
  padding:0;
}
.annoying-message-inbox-page .annoying-message-app-shell{
  background:var(--dycw-panel);
  border:0;
  border-radius:0;
  box-shadow:none;
  display:grid;
  grid-template-columns:304px minmax(0,1fr);
  height:calc(100dvh - 64px);
  min-height:620px;
  overflow:hidden;
  width:100vw;
}
.annoying-message-inbox-page .annoying-message-list-pane{
  background:var(--dycw-sidebar);
  border-right:1px solid var(--dycw-divider);
  display:flex;
  flex-direction:column;
  min-width:0;
}
.annoying-message-inbox-page .annoying-message-list-head{
  align-items:center;
  gap:16px;
  min-height:60px;
  padding:14px 16px;
  position:relative;
}
.annoying-message-inbox-page .annoying-message-search-pill{
  align-items:center;
  background:var(--dycw-search);
  border:0;
  border-radius:8px;
  color:var(--dycw-muted);
  display:flex;
  flex:1 1 auto;
  gap:7px;
  min-height:32px;
  min-width:0;
  padding:0 11px;
}
.annoying-message-inbox-page .annoying-message-search-pill .ti{
  color:#8e96a3;
  font-size:18px;
}
.annoying-message-inbox-page .annoying-message-search-pill input{
  background:transparent;
  border:0;
  color:var(--dycw-strong);
  flex:1 1 auto;
  font-size:14px;
  min-width:0;
  outline:0;
}
.annoying-message-inbox-page .annoying-message-search-pill input::placeholder{
  color:#9aa1ad;
}
.annoying-message-inbox-page .annoying-message-add-btn{
  align-items:center;
  border:2px solid #b7beca;
  border-radius:999px;
  color:#5e6672;
  display:inline-flex;
  flex:0 0 22px;
  font-size:16px;
  height:22px;
  justify-content:center;
  line-height:1;
  width:22px;
}
.annoying-message-inbox-page .annoying-message-add-btn:hover{
  background:#f0f2f5;
  border-color:#aab2bf;
  color:var(--dycw-strong);
}
.annoying-message-inbox-page .annoying-message-list-scroll{
  overflow-y:auto;
  padding:0 0 12px;
}
.annoying-message-inbox-page .annoying-message-list-title{
  display:none;
}
.annoying-message-inbox-page .annoying-message-thread-item{
  align-items:center;
  border-bottom:1px solid var(--dycw-soft-divider);
  border-radius:0;
  color:var(--dycw-text);
  display:flex;
  gap:10px;
  min-height:67px;
  padding:7px 12px 7px 16px;
  text-decoration:none;
}
.annoying-message-inbox-page .annoying-message-thread-item:hover{
  background:var(--dycw-hover);
  color:var(--dycw-text);
}
.annoying-message-inbox-page .annoying-message-thread-item.active{
  background:var(--dycw-active);
  color:var(--dycw-text);
}
.annoying-message-inbox-page .annoying-message-thread-avatar{
  flex:0 0 52px;
  height:52px;
  width:52px;
}
.annoying-message-inbox-page .annoying-message-official-mini{
  background:#fff1f4;
  color:var(--dycw-accent);
  font-size:22px;
}
.annoying-message-inbox-page .annoying-message-thread-meta{
  display:grid;
  flex:1 1 auto;
  min-width:0;
}
.annoying-message-inbox-page .annoying-message-thread-meta strong,
.annoying-message-inbox-page .annoying-message-thread-meta small,
.annoying-message-inbox-page .annoying-message-thread-row{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.annoying-message-inbox-page .annoying-message-thread-meta strong{
  color:var(--dycw-strong);
  font-size:16px;
  font-weight:700;
  line-height:1.25;
}
.annoying-message-inbox-page .annoying-message-thread-meta small{
  color:var(--dycw-muted);
  font-size:13px;
  line-height:1.35;
  margin-top:4px;
}
.annoying-message-inbox-page .annoying-message-thread-row{
  align-items:center;
  display:flex;
  gap:8px;
  justify-content:space-between;
  min-width:0;
}
.annoying-message-inbox-page .annoying-message-thread-row em{
  color:var(--dycw-faint);
  flex:0 0 auto;
  font-size:12px;
  font-style:normal;
  font-weight:500;
}
.annoying-message-inbox-page .annoying-message-thread-item>b,
.annoying-message-inbox-page .annoying-message-unread-dot{
  align-items:center;
  background:var(--dycw-accent);
  border-radius:999px;
  color:#ffffff;
  display:inline-flex;
  font-size:11px;
  font-weight:700;
  justify-content:center;
  min-width:18px;
}
.annoying-message-inbox-page .annoying-message-thread-item>b{
  height:18px;
  padding:0 5px;
}
.annoying-message-inbox-page .annoying-message-unread-dot{
  height:20px;
  padding:0 6px;
  position:absolute;
  right:42px;
  top:8px;
  z-index:2;
}
.annoying-message-inbox-page .annoying-message-chat-pane,
.annoying-message-inbox-page .annoying-message-composer{
  background:var(--dycw-chat);
}
.annoying-message-inbox-page .annoying-message-chat-header{
  background:var(--dycw-panel);
  border-bottom:1px solid var(--dycw-divider);
  min-height:60px;
  padding:8px 18px;
}
.annoying-message-inbox-page .annoying-message-chat-header .avatar-wrap,
.annoying-message-inbox-page .annoying-message-chat-header .avatar-wrap-md{
  height:44px!important;
  width:44px!important;
}
.annoying-message-inbox-page .annoying-message-chat-header h4{
  color:var(--dycw-strong);
  font-size:17px;
  font-weight:700;
}
.annoying-message-inbox-page .annoying-message-peer-state{
  color:var(--dycw-muted);
  font-size:12px;
  margin-top:2px;
}
.annoying-message-inbox-page .annoying-message-profile-btn{
  color:#69717d;
  font-size:24px;
}
.annoying-message-inbox-page .annoying-message-chat-pane .annoying-message-chat-main,
.annoying-message-inbox-page .annoying-message-chat-main{
  display:flex;
  flex-direction:column;
  height:100%;
  min-height:620px;
}
.annoying-message-inbox-page .annoying-message-chat-main .annoying-message-thread{
  background:var(--dycw-chat);
  padding:22px 30px 16px;
}
.annoying-message-inbox-page .annoying-message-row{
  gap:10px;
  margin-bottom:18px;
}
.annoying-message-inbox-page .annoying-message-avatar .avatar-wrap,
.annoying-message-inbox-page .annoying-message-avatar .avatar-wrap-sm{
  height:38px!important;
  width:38px!important;
}
.annoying-message-inbox-page .annoying-message-bubble{
  background:var(--dycw-peer);
  border:1px solid #eceef2;
  border-radius:14px;
  box-shadow:0 6px 16px rgba(70,80,95,.04);
  color:var(--dycw-text);
  font-size:15px;
  line-height:1.55;
  max-width:min(54%,560px);
  padding:9px 13px;
}
.annoying-message-inbox-page .annoying-message-row.is-me .annoying-message-bubble{
  background:var(--dycw-me);
  border-color:#ffdce5;
  color:var(--dycw-text);
}
.annoying-message-inbox-page .annoying-message-time{
  color:var(--dycw-faint);
  font-size:11px;
  margin-top:4px;
}
.annoying-message-inbox-page .annoying-message-composer{
  border-top:1px solid var(--dycw-divider);
  padding:10px 22px 16px;
}
.annoying-message-inbox-page .annoying-message-inputbar{
  background:#ffffff;
  border:1px solid var(--dycw-divider);
  border-radius:999px;
  box-shadow:0 8px 20px rgba(70,80,95,.05);
  min-height:52px;
  padding:0 9px 0 18px;
}
.annoying-message-inbox-page .annoying-message-input{
  color:var(--dycw-strong);
  font-size:16px;
}
.annoying-message-inbox-page .annoying-message-input::placeholder{
  color:#9aa1ad;
}
.annoying-message-inbox-page .annoying-message-tool-btn{
  color:#707883;
  flex-basis:38px;
  font-size:24px;
  height:38px;
  width:38px;
}
.annoying-message-inbox-page .annoying-message-tool-btn:hover,
.annoying-message-inbox-page .annoying-message-profile-btn:hover,
.annoying-message-inbox-page .annoying-message-mobile-back:hover{
  background:#eef0f3;
  color:var(--dycw-strong);
}
.annoying-message-inbox-page .annoying-message-send-btn{
  background:var(--dycw-accent);
  color:#ffffff;
  flex-basis:40px;
  font-size:23px;
  height:40px;
  width:40px;
}
.annoying-message-inbox-page .annoying-message-send-btn:hover{
  background:var(--dycw-accent-hover);
}
.annoying-message-inbox-page .annoying-message-no-chat{
  background:var(--dycw-chat);
  color:var(--dycw-muted);
}
@media (max-width:767.98px){
  .annoying-message-inbox-page{
    background:var(--dycw-sidebar);
    margin:-1rem -12px 0;
    min-height:100dvh;
    padding:0;
  }
  .annoying-message-inbox-page .annoying-message-app-shell{
    border:0;
    border-radius:0;
    box-shadow:none;
    display:block;
    height:100dvh;
    min-height:100dvh;
    width:100%;
  }
  .annoying-message-inbox-page .annoying-message-list-pane{
    border-right:0;
    min-height:100dvh;
  }
  .annoying-message-inbox-page .annoying-message-list-head{
    gap:12px;
    min-height:58px;
    padding:9px 12px;
  }
  .annoying-message-inbox-page .annoying-message-search-pill{
    min-height:40px;
    padding:0 12px;
  }
  .annoying-message-inbox-page .annoying-message-add-btn{
    flex-basis:26px;
    font-size:18px;
    height:26px;
    width:26px;
  }
  .annoying-message-inbox-page .annoying-message-thread-item{
    gap:10px;
    min-height:72px;
    padding:10px 12px 10px 16px;
  }
  .annoying-message-inbox-page .annoying-message-thread-avatar{
    flex-basis:52px;
    height:52px;
    width:52px;
  }
  .annoying-message-inbox-page .annoying-message-thread-meta strong{
    font-size:16px;
  }
  .annoying-message-inbox-page .annoying-message-thread-meta small{
    font-size:13px;
    margin-top:4px;
  }
  .annoying-message-inbox-page .annoying-message-thread-row em{
    font-size:12px;
  }
  .annoying-message-inbox-page .annoying-message-chat-pane{
    background:var(--dycw-chat);
    inset:0;
    min-height:100dvh;
    position:fixed;
    transform:translateX(100%);
    transition:transform .18s ease;
    z-index:1080;
  }
  .annoying-message-inbox-page.is-chat-open .annoying-message-chat-pane,
  .annoying-message-inbox-page.has-chat .annoying-message-chat-pane{
    transform:translateX(0);
  }
  .annoying-message-inbox-page .annoying-message-chat-main{
    min-height:100dvh;
  }
  .annoying-message-inbox-page .annoying-message-chat-header{
    min-height:56px;
    padding:7px 12px;
  }
  .annoying-message-inbox-page .annoying-message-chat-header .avatar-wrap,
  .annoying-message-inbox-page .annoying-message-chat-header .avatar-wrap-md{
    height:40px!important;
    width:40px!important;
  }
  .annoying-message-inbox-page .annoying-message-chat-header h4{
    font-size:16px;
  }
  .annoying-message-inbox-page .annoying-message-mobile-back{
    color:#59616d;
    display:inline-flex;
    margin-left:-.45rem;
  }
  .annoying-message-inbox-page .annoying-message-chat-main .annoying-message-thread{
    padding:16px 12px 10px;
  }
  .annoying-message-inbox-page .annoying-message-bubble{
    font-size:15px;
    max-width:74%;
  }
  .annoying-message-inbox-page .annoying-message-composer{
    padding:9px 12px calc(10px + env(safe-area-inset-bottom));
  }
  .annoying-message-inbox-page .annoying-message-inputbar{
    min-height:50px;
    padding:0 8px 0 15px;
  }
  .annoying-message-inbox-page .annoying-message-input{
    font-size:15px;
  }
  .annoying-message-inbox-page .annoying-message-tool-btn{
    flex-basis:36px;
    font-size:23px;
    height:36px;
    width:36px;
  }
  .annoying-message-inbox-page .annoying-message-send-btn{
    flex-basis:38px;
    font-size:22px;
    height:38px;
    width:38px;
  }
}

/* final Douyin white message UI v1.5.88 */
.annoying-message-inbox-page{
  --dyw-page:#f5f6f8;
  --dyw-sidebar:#ffffff;
  --dyw-panel:#ffffff;
  --dyw-chat:#f7f8fa;
  --dyw-search:#f1f2f5;
  --dyw-active:#eef0f3;
  --dyw-hover:#f7f8fa;
  --dyw-divider:#e7e9ee;
  --dyw-soft-divider:#f0f1f4;
  --dyw-text:#555e6d;
  --dyw-strong:#46505f;
  --dyw-muted:#777d88;
  --dyw-faint:#a0a6af;
  --dyw-peer:#ffffff;
  --dyw-me:#fff0f4;
  --dyw-accent:#fe2c55;
  --dyw-accent-hover:#f04462;
  background:var(--dyw-page);
  color:var(--dyw-text);
  margin:-1rem calc(50% - 50vw) 0;
  min-height:calc(100dvh - 64px);
  padding:0;
}
.annoying-message-inbox-page .annoying-message-app-shell{
  background:var(--dyw-panel);
  border:1px solid var(--dyw-divider);
  border-radius:20px;
  box-shadow:0 20px 60px rgba(70,80,95,.06);
  display:grid;
  grid-template-columns:clamp(304px,22.15vw,454px) minmax(0,1fr);
  height:calc(100dvh - 66px);
  min-height:640px;
  overflow:hidden;
  width:100vw;
}
.annoying-message-inbox-page .annoying-message-list-pane{
  background:var(--dyw-sidebar);
  border-right:1px solid var(--dyw-divider);
}
.annoying-message-inbox-page .annoying-message-list-head{
  gap:22px;
  min-height:84px;
  padding:16px 24px 14px;
  position:relative;
}
.annoying-message-inbox-page .annoying-message-search-pill{
  background:var(--dyw-search);
  border:0;
  border-radius:12px;
  color:var(--dyw-muted);
  min-height:48px;
  padding:0 18px;
}
.annoying-message-inbox-page .annoying-message-search-pill .ti{
  color:#8f96a3;
  font-size:24px;
}
.annoying-message-inbox-page .annoying-message-search-pill input{
  color:var(--dyw-strong);
  font-size:17px;
}
.annoying-message-inbox-page .annoying-message-search-pill input::placeholder{
  color:#9aa0aa;
}
.annoying-message-inbox-page .annoying-message-add-btn{
  align-items:center;
  border:2px solid #c7ccd5;
  border-radius:999px;
  color:#5e6470;
  display:inline-flex;
  flex:0 0 35px;
  font-size:23px;
  height:35px;
  justify-content:center;
  line-height:1;
  width:35px;
}
.annoying-message-inbox-page .annoying-message-add-btn:hover{
  background:#f0f2f5;
  border-color:#aeb5c1;
  color:var(--dyw-strong);
}
.annoying-message-inbox-page .annoying-message-list-scroll{
  padding:0 0 20px;
}
.annoying-message-inbox-page .annoying-message-list-title{
  display:none;
}
.annoying-message-inbox-page .annoying-message-thread-item{
  border-bottom:1px solid var(--dyw-soft-divider);
  border-radius:0;
  color:var(--dyw-text);
  gap:18px;
  min-height:100px;
  padding:14px 34px 14px 24px;
}
.annoying-message-inbox-page .annoying-message-thread-item:hover{
  background:var(--dyw-hover);
  color:var(--dyw-text);
}
.annoying-message-inbox-page .annoying-message-thread-item.active{
  background:var(--dyw-active);
  color:var(--dyw-text);
}
.annoying-message-inbox-page .annoying-message-thread-avatar{
  flex-basis:72px;
  height:72px;
  width:72px;
}
.annoying-message-inbox-page .annoying-message-official-mini{
  background:#fff1f4;
  color:var(--dyw-accent);
  font-size:28px;
}
.annoying-message-inbox-page .annoying-message-thread-meta strong{
  color:var(--dyw-strong);
  font-size:22px;
  font-weight:780;
  line-height:1.22;
}
.annoying-message-inbox-page .annoying-message-thread-meta small{
  color:var(--dyw-muted);
  font-size:17px;
  line-height:1.45;
  margin-top:7px;
}
.annoying-message-inbox-page .annoying-message-thread-row{
  gap:16px;
}
.annoying-message-inbox-page .annoying-message-thread-row em{
  color:var(--dyw-faint);
  font-size:16px;
}
.annoying-message-inbox-page .annoying-message-thread-item>b,
.annoying-message-inbox-page .annoying-message-unread-dot{
  background:var(--dyw-accent);
  color:#ffffff;
}
.annoying-message-inbox-page .annoying-message-unread-dot{
  height:22px;
  min-width:22px;
  position:absolute;
  right:56px;
  top:12px;
  z-index:2;
}
.annoying-message-inbox-page .annoying-message-chat-pane,
.annoying-message-inbox-page .annoying-message-composer{
  background:var(--dyw-chat);
}
.annoying-message-inbox-page .annoying-message-chat-header{
  background:var(--dyw-panel);
  border-bottom:1px solid var(--dyw-divider);
  min-height:84px;
  padding:13px 26px;
}
.annoying-message-inbox-page .annoying-message-chat-header .avatar-wrap,
.annoying-message-inbox-page .annoying-message-chat-header .avatar-wrap-md{
  height:56px!important;
  width:56px!important;
}
.annoying-message-inbox-page .annoying-message-chat-header h4{
  color:var(--dyw-strong);
  font-size:22px;
  font-weight:780;
}
.annoying-message-inbox-page .annoying-message-peer-state{
  color:var(--dyw-muted);
  font-size:14px;
  margin-top:3px;
}
.annoying-message-inbox-page .annoying-message-profile-btn{
  color:#686f7b;
  font-size:30px;
}
.annoying-message-inbox-page .annoying-message-chat-main .annoying-message-thread{
  background:var(--dyw-chat);
  padding:32px 36px 18px;
}
.annoying-message-inbox-page .annoying-message-row{
  gap:14px;
  margin-bottom:24px;
}
.annoying-message-inbox-page .annoying-message-avatar .avatar-wrap,
.annoying-message-inbox-page .annoying-message-avatar .avatar-wrap-sm{
  height:48px!important;
  width:48px!important;
}
.annoying-message-inbox-page .annoying-message-bubble{
  background:var(--dyw-peer);
  border:1px solid #eceef2;
  border-radius:16px;
  box-shadow:0 8px 20px rgba(70,80,95,.04);
  color:var(--dyw-text);
  font-size:20px;
  line-height:1.58;
  max-width:min(42%,560px);
  padding:12px 16px;
}
.annoying-message-inbox-page .annoying-message-row.is-me .annoying-message-bubble{
  background:var(--dyw-me);
  border-color:#ffdce5;
  color:var(--dyw-text);
}
.annoying-message-inbox-page .annoying-message-time{
  color:var(--dyw-faint);
}
.annoying-message-inbox-page .annoying-message-composer{
  border-top:1px solid var(--dyw-divider);
  padding:12px 28px 24px;
}
.annoying-message-inbox-page .annoying-message-inputbar{
  background:#ffffff;
  border:1px solid var(--dyw-divider);
  border-radius:999px;
  box-shadow:0 10px 26px rgba(70,80,95,.06);
  min-height:66px;
  padding:0 14px 0 24px;
}
.annoying-message-inbox-page .annoying-message-input{
  color:var(--dyw-strong);
  font-size:20px;
}
.annoying-message-inbox-page .annoying-message-input::placeholder{
  color:#9aa0aa;
}
.annoying-message-inbox-page .annoying-message-tool-btn{
  color:#707783;
  flex-basis:48px;
  font-size:30px;
  height:48px;
  width:48px;
}
.annoying-message-inbox-page .annoying-message-tool-btn:hover,
.annoying-message-inbox-page .annoying-message-profile-btn:hover,
.annoying-message-inbox-page .annoying-message-mobile-back:hover{
  background:#eef0f3;
  color:var(--dyw-strong);
}
.annoying-message-inbox-page .annoying-message-send-btn{
  background:var(--dyw-accent);
  color:#ffffff;
  flex-basis:48px;
  font-size:28px;
  height:48px;
  width:48px;
}
.annoying-message-inbox-page .annoying-message-send-btn:hover{
  background:var(--dyw-accent-hover);
}
.annoying-message-inbox-page .annoying-message-no-chat{
  background:var(--dyw-chat);
  color:var(--dyw-muted);
}
@media (max-width:767.98px){
  .annoying-message-inbox-page{
    background:var(--dyw-sidebar);
    margin:-1rem -12px 0;
    min-height:100dvh;
    padding:0;
  }
  .annoying-message-inbox-page .annoying-message-app-shell{
    border:0;
    border-radius:0;
    box-shadow:none;
    display:block;
    height:100dvh;
    min-height:100dvh;
    width:100%;
  }
  .annoying-message-inbox-page .annoying-message-list-pane{
    border-right:0;
    min-height:100dvh;
  }
  .annoying-message-inbox-page .annoying-message-list-head{
    gap:12px;
    min-height:62px;
    padding:10px 12px;
  }
  .annoying-message-inbox-page .annoying-message-search-pill{
    min-height:44px;
    padding:0 14px;
  }
  .annoying-message-inbox-page .annoying-message-add-btn{
    flex-basis:32px;
    font-size:21px;
    height:32px;
    width:32px;
  }
  .annoying-message-inbox-page .annoying-message-thread-item{
    gap:12px;
    min-height:82px;
    padding:12px 14px;
  }
  .annoying-message-inbox-page .annoying-message-thread-avatar{
    flex-basis:54px;
    height:54px;
    width:54px;
  }
  .annoying-message-inbox-page .annoying-message-thread-meta strong{
    font-size:17px;
  }
  .annoying-message-inbox-page .annoying-message-thread-meta small{
    font-size:14px;
    margin-top:4px;
  }
  .annoying-message-inbox-page .annoying-message-thread-row em{
    font-size:12px;
  }
  .annoying-message-inbox-page .annoying-message-chat-pane{
    background:var(--dyw-chat);
    inset:0;
    min-height:100dvh;
    position:fixed;
    transform:translateX(100%);
    transition:transform .18s ease;
    z-index:1080;
  }
  .annoying-message-inbox-page.is-chat-open .annoying-message-chat-pane,
  .annoying-message-inbox-page.has-chat .annoying-message-chat-pane{
    transform:translateX(0);
  }
  .annoying-message-inbox-page .annoying-message-chat-main{
    min-height:100dvh;
  }
  .annoying-message-inbox-page .annoying-message-chat-header{
    min-height:58px;
    padding:7px 12px;
  }
  .annoying-message-inbox-page .annoying-message-chat-header .avatar-wrap,
  .annoying-message-inbox-page .annoying-message-chat-header .avatar-wrap-md{
    height:40px!important;
    width:40px!important;
  }
  .annoying-message-inbox-page .annoying-message-chat-header h4{
    font-size:17px;
  }
  .annoying-message-inbox-page .annoying-message-mobile-back{
    color:#59616d;
    display:inline-flex;
    margin-left:-.45rem;
  }
  .annoying-message-inbox-page .annoying-message-chat-main .annoying-message-thread{
    padding:18px 14px 12px;
  }
  .annoying-message-inbox-page .annoying-message-bubble{
    font-size:15px;
    max-width:74%;
  }
  .annoying-message-inbox-page .annoying-message-composer{
    padding:10px 12px calc(12px + env(safe-area-inset-bottom));
  }
  .annoying-message-inbox-page .annoying-message-inputbar{
    min-height:52px;
    padding:0 8px 0 16px;
  }
  .annoying-message-inbox-page .annoying-message-input{
    font-size:16px;
  }
  .annoying-message-inbox-page .annoying-message-tool-btn{
    flex-basis:38px;
    font-size:25px;
    height:38px;
    width:38px;
  }
  .annoying-message-inbox-page .annoying-message-send-btn{
    flex-basis:40px;
    font-size:24px;
    height:40px;
    width:40px;
  }
}

/* final Douyin light replica fallback pass v1.5.87 */
.annoying-message-inbox-page{
  --dy-page:#f7f8fa;
  --dy-sidebar:#ffffff;
  --dy-panel:#ffffff;
  --dy-chat:#ffffff;
  --dy-search:#f1f2f5;
  --dy-active:#f1f2f5;
  --dy-hover:#fafbfc;
  --dy-divider:#e6e8ed;
  --dy-text:#d7d7d7;
  --dy-strong:#e7e7e7;
  --dy-muted:#8a8a8a;
  --dy-faint:#646464;
  --dy-bubble:#ffffff;
  --dy-me:#fff0f4;
  --dy-accent:#fe2c55;
  background:var(--dy-page);
  color:var(--dy-text);
  margin:-1rem calc(50% - 50vw) 0;
  min-height:calc(100dvh - 64px);
  padding:0;
}
.annoying-message-inbox-page .annoying-message-app-shell{
  background:var(--dy-panel);
  border:1px solid #e6e8ed;
  border-radius:20px;
  box-shadow:none;
  display:grid;
  grid-template-columns:clamp(304px,22.15vw,454px) minmax(0,1fr);
  height:calc(100dvh - 66px);
  min-height:640px;
  overflow:hidden;
  width:100vw;
}
.annoying-message-inbox-page .annoying-message-list-pane{
  background:var(--dy-sidebar);
  border-right:1px solid var(--dy-divider);
}
.annoying-message-inbox-page .annoying-message-list-head{
  gap:22px;
  min-height:84px;
  padding:16px 24px 14px;
  position:relative;
}
.annoying-message-inbox-page .annoying-message-search-pill{
  background:var(--dy-search);
  border:0;
  border-radius:11px;
  color:var(--dy-muted);
  min-height:48px;
  padding:0 18px;
}
.annoying-message-inbox-page .annoying-message-search-pill .ti{
  color:#939393;
  font-size:24px;
}
.annoying-message-inbox-page .annoying-message-search-pill input{
  color:var(--dy-strong);
  font-size:17px;
}
.annoying-message-inbox-page .annoying-message-search-pill input::placeholder{
  color:#8e8e8e;
}
.annoying-message-inbox-page .annoying-message-add-btn{
  border:3px solid #dddddd;
  border-radius:999px;
  color:#eeeeee;
  flex:0 0 35px;
  font-size:23px;
  height:35px;
  width:35px;
}
.annoying-message-inbox-page .annoying-message-list-scroll{
  padding:0 0 20px;
}
.annoying-message-inbox-page .annoying-message-list-title{
  display:none;
}
.annoying-message-inbox-page .annoying-message-thread-item{
  border-bottom:1px solid rgba(255,255,255,.045);
  border-radius:0;
  color:var(--dy-text);
  gap:18px;
  min-height:100px;
  padding:14px 34px 14px 24px;
}
.annoying-message-inbox-page .annoying-message-thread-item:hover{
  background:var(--dy-hover);
  color:var(--dy-text);
}
.annoying-message-inbox-page .annoying-message-thread-item.active{
  background:var(--dy-active);
  color:var(--dy-text);
}
.annoying-message-inbox-page .annoying-message-thread-avatar{
  flex-basis:72px;
  height:72px;
  width:72px;
}
.annoying-message-inbox-page .annoying-message-official-mini{
  background:#e6e8ed;
  color:#dcdcdc;
  font-size:28px;
}
.annoying-message-inbox-page .annoying-message-thread-meta strong{
  color:var(--dy-strong);
  font-size:22px;
  font-weight:780;
  line-height:1.22;
}
.annoying-message-inbox-page .annoying-message-thread-meta small{
  color:var(--dy-muted);
  font-size:17px;
  line-height:1.45;
  margin-top:7px;
}
.annoying-message-inbox-page .annoying-message-thread-row{
  gap:16px;
}
.annoying-message-inbox-page .annoying-message-thread-row em{
  color:var(--dy-faint);
  font-size:16px;
}
.annoying-message-inbox-page .annoying-message-thread-item>b,
.annoying-message-inbox-page .annoying-message-unread-dot{
  background:var(--dy-accent);
  color:#fff;
}
.annoying-message-inbox-page .annoying-message-chat-pane,
.annoying-message-inbox-page .annoying-message-composer{
  background:var(--dy-chat);
}
.annoying-message-inbox-page .annoying-message-chat-header{
  background:var(--dy-chat);
  border-bottom:1px solid var(--dy-divider);
  min-height:84px;
  padding:13px 26px;
}
.annoying-message-inbox-page .annoying-message-chat-header .avatar-wrap,
.annoying-message-inbox-page .annoying-message-chat-header .avatar-wrap-md{
  height:56px!important;
  width:56px!important;
}
.annoying-message-inbox-page .annoying-message-chat-header h4{
  color:var(--dy-strong);
  font-size:22px;
  font-weight:780;
}
.annoying-message-inbox-page .annoying-message-peer-state{
  color:var(--dy-muted);
  font-size:13px;
}
.annoying-message-inbox-page .annoying-message-profile-btn{
  color:#d8d8d8;
  font-size:32px;
}
.annoying-message-inbox-page .annoying-message-chat-main .annoying-message-thread{
  padding:28px 24px 26px;
}
.annoying-message-inbox-page .annoying-message-row{
  gap:14px;
  margin-bottom:24px;
}
.annoying-message-inbox-page .annoying-message-avatar .avatar-wrap,
.annoying-message-inbox-page .annoying-message-avatar .avatar-wrap-sm{
  height:54px!important;
  width:54px!important;
}
.annoying-message-inbox-page .annoying-message-bubble{
  background:var(--dy-bubble);
  border-radius:16px;
  color:#dcdcdc;
  font-size:20px;
  line-height:1.48;
  max-width:min(42%,560px);
  padding:14px 22px;
}
.annoying-message-inbox-page .annoying-message-row.is-me .annoying-message-bubble{
  background:var(--dy-me);
  color:#eeeeee;
}
.annoying-message-inbox-page .annoying-message-time{
  color:var(--dy-faint);
  font-size:13px;
}
.annoying-message-inbox-page .annoying-message-composer{
  padding:0 24px 28px;
}
.annoying-message-inbox-page .annoying-message-inputbar{
  background:#414141;
  border:0;
  border-radius:999px;
  box-shadow:none;
  min-height:66px;
  padding:0 13px 0 26px;
}
.annoying-message-inbox-page .annoying-message-input{
  color:#dcdcdc;
  font-size:20px;
}
.annoying-message-inbox-page .annoying-message-input::placeholder{
  color:#a0a0a0;
}
.annoying-message-inbox-page .annoying-message-tool-btn{
  color:#d0d0d0;
  flex-basis:48px;
  font-size:36px;
  height:48px;
  width:48px;
}
.annoying-message-inbox-page .annoying-message-send-btn{
  background:rgba(254,44,85,.55);
  color:#e5e5e5;
  flex-basis:48px;
  font-size:30px;
  height:48px;
  width:48px;
}
.annoying-message-inbox-page .annoying-message-send-btn:hover{
  background:var(--dy-accent);
}
.annoying-message-inbox-page .annoying-message-no-chat{
  background:var(--dy-chat);
  color:var(--dy-muted);
}
@media (max-width:767.98px){
  .annoying-message-inbox-page{
    margin:0;
    min-height:100dvh;
    padding:0;
  }
  .annoying-message-inbox-page .annoying-message-app-shell{
    border:0;
    border-radius:0;
    display:block;
    height:100dvh;
    min-height:100dvh;
    width:100vw;
  }
  .annoying-message-inbox-page .annoying-message-list-pane{
    min-height:100dvh;
  }
  .annoying-message-inbox-page .annoying-message-list-head{
    gap:12px;
    min-height:64px;
    padding:10px 12px;
  }
  .annoying-message-inbox-page .annoying-message-search-pill{
    min-height:44px;
  }
  .annoying-message-inbox-page .annoying-message-add-btn{
    flex-basis:32px;
    height:32px;
    width:32px;
  }
  .annoying-message-inbox-page .annoying-message-thread-item{
    gap:12px;
    min-height:78px;
    padding:10px 14px;
  }
  .annoying-message-inbox-page .annoying-message-thread-avatar{
    flex-basis:54px;
    height:54px;
    width:54px;
  }
  .annoying-message-inbox-page .annoying-message-thread-meta strong{
    font-size:17px;
  }
  .annoying-message-inbox-page .annoying-message-thread-meta small{
    font-size:14px;
  }
  .annoying-message-inbox-page .annoying-message-chat-pane{
    background:var(--dy-chat);
    inset:0;
    min-height:100dvh;
    position:fixed;
    transform:translateX(100%);
    transition:transform .18s ease;
    z-index:1080;
  }
  .annoying-message-inbox-page.is-chat-open .annoying-message-chat-pane,
  .annoying-message-inbox-page.has-chat .annoying-message-chat-pane{
    transform:translateX(0);
  }
  .annoying-message-inbox-page .annoying-message-chat-main{
    height:100dvh;
    min-height:100dvh;
  }
  .annoying-message-inbox-page .annoying-message-chat-header{
    min-height:58px;
    padding:7px 12px;
  }
  .annoying-message-inbox-page .annoying-message-chat-header .avatar-wrap,
  .annoying-message-inbox-page .annoying-message-chat-header .avatar-wrap-md{
    height:40px!important;
    width:40px!important;
  }
  .annoying-message-inbox-page .annoying-message-chat-header h4{
    font-size:17px;
  }
  .annoying-message-inbox-page .annoying-message-chat-main .annoying-message-thread{
    padding:18px 12px 14px;
  }
  .annoying-message-inbox-page .annoying-message-avatar .avatar-wrap,
  .annoying-message-inbox-page .annoying-message-avatar .avatar-wrap-sm{
    height:40px!important;
    width:40px!important;
  }
  .annoying-message-inbox-page .annoying-message-bubble{
    font-size:15px;
    max-width:74%;
    padding:10px 14px;
  }
  .annoying-message-inbox-page .annoying-message-composer{
    padding:8px 10px calc(10px + env(safe-area-inset-bottom));
  }
  .annoying-message-inbox-page .annoying-message-inputbar{
    min-height:52px;
    padding:0 6px 0 16px;
  }
  .annoying-message-inbox-page .annoying-message-input{
    font-size:16px;
  }
  .annoying-message-inbox-page .annoying-message-tool-btn{
    flex-basis:38px;
    font-size:28px;
    height:38px;
    width:38px;
  }
  .annoying-message-inbox-page .annoying-message-send-btn{
    flex-basis:40px;
    font-size:25px;
    height:40px;
    width:40px;
  }
}

.annoying-message-hero {
    background: var(--bs-body-bg);
    border: 1px solid rgba(13,110,253,.10);
    overflow: hidden;
}

.annoying-message-kicker {
    align-items: center;
    color: var(--bs-primary);
    display: inline-flex;
    font-size: .75rem;
    font-weight: 800;
    gap: .35rem;
    letter-spacing: .04em;
    margin-bottom: .35rem;
    text-transform: uppercase;
}

.annoying-message-official-card {
    background: var(--bs-body-bg);
    border: 1px solid rgba(13,110,253,.10);
}

.annoying-message-official-main {
    align-items: center;
    color: inherit;
    display: flex;
    gap: .85rem;
    min-width: 0;
    text-decoration: none;
}

.annoying-message-official-main:hover {
    color: inherit;
    text-decoration: none;
}

.annoying-message-official-icon {
    align-items: center;
    background: var(--bs-primary);
    border-radius: 1rem;
    color: #fff;
    display: inline-flex;
    flex: 0 0 3rem;
    font-size: 1.35rem;
    height: 3rem;
    justify-content: center;
    width: 3rem;
}

.annoying-message-official-main strong,
.annoying-message-friends-card h5,
.annoying-message-conversation-card h5 {
    font-weight: 900;
}

.annoying-message-official-main small {
    color: var(--bs-secondary-color);
    display: block;
    margin-top: .15rem;
}

.annoying-message-friend-strip {
    display: flex;
    gap: .75rem;
    overflow-x: auto;
    padding: .35rem 0 .6rem;
    scrollbar-width: thin;
}

.annoying-message-friend-pill {
    align-items: center;
    background: var(--bs-tertiary-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 999px;
    color: inherit;
    display: inline-flex;
    flex: 0 0 auto;
    gap: .5rem;
    max-width: 11rem;
    padding: .35rem .75rem .35rem .35rem;
    text-decoration: none;
}

.annoying-message-friend-pill:hover {
    border-color: rgba(13,110,253,.35);
    color: inherit;
    text-decoration: none;
}

.annoying-message-friend-avatar {
    display: inline-flex;
    flex: 0 0 auto;
    position: relative;
}

.annoying-message-friend-avatar > i,
.annoying-message-online-dot {
    background: #94a3b8;
    border: 2px solid var(--bs-body-bg);
    border-radius: 999px;
    display: inline-block;
    height: .7rem;
    width: .7rem;
}

.annoying-message-friend-avatar > i {
    bottom: 0;
    position: absolute;
    right: 0;
}

.annoying-message-friend-avatar > i.is-online,
.annoying-message-online-dot.is-online {
    background: #22c55e;
}

.annoying-message-online-dot {
    margin-right: .35rem;
    vertical-align: -.08rem;
}

.annoying-message-friend-pill strong {
    font-size: .875rem;
    max-width: 7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.annoying-message-friend-empty {
    background: var(--bs-tertiary-bg);
    border-radius: .9rem;
    color: var(--bs-secondary-color);
    padding: .8rem 1rem;
}

.annoying-message-nav-link {
    flex: 0 0 36px;
    line-height: 1;
    vertical-align: middle;
}

.annoying-message-nav-link .ti {
    line-height: 1;
}

.annoying-message-nav-badge {
    align-items: center;
    display: inline-flex;
    font-size: .625rem;
    height: 1rem;
    justify-content: center;
    line-height: 1;
    min-width: 1rem;
    padding: 0 .25rem;
    right: -.15rem;
    top: .15rem;
    transform: none;
}

.annoying-message-unread-row {
    background: rgba(13, 110, 253, .06);
}

.annoying-message-unread {
    letter-spacing: 0;
}

.annoying-message-thread {
    max-height: 62vh;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.annoying-message-app-shell {
    background: var(--msg-panel-bg);
    border: 1px solid var(--msg-border);
    border-radius: 1.35rem;
    box-shadow: 0 20px 55px rgba(31, 35, 41, .08);
    display: grid;
    grid-template-columns: minmax(280px, 352px) minmax(0, 1fr);
    height: min(78vh, 780px);
    min-height: 620px;
    overflow: hidden;
}

.annoying-message-list-pane {
    background: var(--msg-sidebar-bg);
    border-right: 1px solid var(--msg-divider);
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.annoying-message-list-head {
    align-items: center;
    display: flex;
    gap: .75rem;
    padding: 1rem 1rem .85rem;
}

.annoying-message-search-pill {
    align-items: center;
    background: var(--msg-field-bg);
    border: 1px solid transparent;
    border-radius: .85rem;
    color: var(--msg-muted);
    display: flex;
    flex: 1 1 auto;
    gap: .55rem;
    min-height: 3rem;
    padding: 0 .9rem;
}

.annoying-message-search-pill:focus-within {
    border-color: var(--msg-border);
    background: #fff;
}

.annoying-message-search-pill input {
    background: transparent;
    border: 0;
    color: var(--msg-field-text);
    flex: 1 1 auto;
    font-size: .95rem;
    min-width: 0;
    outline: none;
}

.annoying-message-search-pill input::placeholder {
    color: var(--msg-placeholder);
}

.annoying-message-unread-dot {
    align-items: center;
    background: var(--msg-accent);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: .75rem;
    font-weight: 800;
    height: 1.65rem;
    justify-content: center;
    min-width: 1.65rem;
    padding: 0 .45rem;
}

.annoying-message-list-scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: .15rem 0 1rem;
}

.annoying-message-list-title {
    color: var(--msg-faint);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .06em;
    padding: 1rem 1.1rem .45rem;
}

.annoying-message-thread-item {
    align-items: center;
    color: var(--msg-text);
    display: flex;
    gap: .85rem;
    min-height: 5.2rem;
    padding: .72rem 1rem;
    position: relative;
    text-decoration: none;
}

.annoying-message-thread-item:hover {
    background: var(--msg-hover-bg);
    color: var(--msg-text);
    text-decoration: none;
}

.annoying-message-thread-item.active {
    background: var(--msg-active-bg);
}

.annoying-message-thread-avatar {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    flex: 0 0 3.25rem;
    height: 3.25rem;
    justify-content: center;
    overflow: hidden;
    width: 3.25rem;
}

.annoying-message-thread-avatar img,
.annoying-message-thread-avatar .avatar {
    height: 100%;
    width: 100%;
}

.annoying-message-official-mini {
    background: #fff1f4;
    color: var(--msg-accent);
    font-size: 1.35rem;
}

.annoying-message-thread-meta {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
}

.annoying-message-thread-meta strong {
    color: var(--msg-text);
    display: block;
    font-size: 1rem;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.annoying-message-thread-meta small {
    color: var(--msg-muted);
    display: block;
    font-size: .88rem;
    line-height: 1.45;
    margin-top: .18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.annoying-message-thread-row {
    align-items: center;
    display: flex;
    gap: .6rem;
    justify-content: space-between;
    min-width: 0;
}

.annoying-message-thread-row strong {
    min-width: 0;
}

.annoying-message-thread-row em {
    color: var(--msg-faint);
    flex: 0 0 auto;
    font-size: .78rem;
    font-style: normal;
}

.annoying-message-thread-item > b {
    align-items: center;
    background: var(--msg-accent);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: .75rem;
    height: 1.35rem;
    justify-content: center;
    min-width: 1.35rem;
    padding: 0 .4rem;
}

.annoying-message-empty-side {
    color: var(--msg-muted);
    font-size: .9rem;
    padding: .75rem 1.1rem 1rem;
}

.annoying-message-chat-pane {
    background: var(--msg-chat-bg);
    min-width: 0;
    position: relative;
}

.annoying-message-chat-shell {
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 1.25rem;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .08);
    display: grid;
    min-height: min(78vh, 780px);
    overflow: hidden;
}

.annoying-message-chat-sidebar {
    background: var(--bs-tertiary-bg);
    border-right: 1px solid var(--bs-border-color);
    display: none;
    min-width: 0;
    padding: 1rem;
}

.annoying-message-back-link,
.annoying-message-room-link,
.annoying-message-side-user {
    color: inherit;
    text-decoration: none;
}

.annoying-message-back-link {
    align-items: center;
    display: inline-flex;
    font-size: .875rem;
    gap: .35rem;
    margin-bottom: 1rem;
}

.annoying-message-room-link {
    align-items: center;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 1rem;
    display: flex;
    gap: .75rem;
    padding: .75rem;
}

.annoying-message-room-link.active,
.annoying-message-side-user.active {
    border-color: rgba(13,110,253,.35);
    box-shadow: 0 10px 26px rgba(13,110,253,.10);
}

.annoying-message-room-icon {
    align-items: center;
    background: var(--bs-primary);
    border-radius: .9rem;
    color: #fff;
    display: inline-flex;
    flex: 0 0 2.5rem;
    height: 2.5rem;
    justify-content: center;
    width: 2.5rem;
}

.annoying-message-room-link small {
    color: var(--bs-secondary-color);
    display: block;
    font-size: .75rem;
    margin-top: .1rem;
}

.annoying-message-sidebar-title {
    color: var(--bs-secondary-color);
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .05em;
    margin: 1rem 0 .5rem;
    text-transform: uppercase;
}

.annoying-message-sidebar-list {
    display: grid;
    gap: .45rem;
}

.annoying-message-side-user {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    display: flex;
    gap: .55rem;
    min-width: 0;
    padding: .35rem .55rem .35rem .35rem;
}

.annoying-message-side-user:hover {
    background: var(--bs-body-bg);
    color: inherit;
}

.annoying-message-side-user-name {
    font-size: .875rem;
    font-weight: 800;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.annoying-message-sidebar-empty {
    color: var(--bs-secondary-color);
    font-size: .875rem;
    padding: .75rem .25rem;
}

.annoying-message-chat-main {
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.annoying-message-chat-header {
    align-items: center;
    background: var(--msg-panel-bg);
    border-bottom: 1px solid var(--msg-divider);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    min-height: 4.5rem;
    padding: .75rem 1.2rem;
}

.annoying-message-chat-header h4 {
    color: var(--msg-text);
    font-size: 1.05rem;
    font-weight: 850;
}

.annoying-message-peer-state {
    color: var(--msg-muted);
    font-size: .82rem;
    margin-top: .1rem;
}

.annoying-message-chat-main .annoying-message-thread {
    flex: 1 1 auto;
    max-height: none;
    min-height: 22rem;
    padding: 1.25rem 1.25rem 1.5rem;
}

.annoying-message-composer {
    background: var(--msg-chat-bg);
    border-top: 0;
    padding: .85rem 1.25rem 1.15rem;
}

.annoying-message-inputbar {
    align-items: center;
    background: var(--msg-field-bg);
    border: 1px solid var(--msg-border);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(31, 35, 41, .07);
    display: flex;
    gap: .5rem;
    min-height: 3.55rem;
    padding: .4rem .5rem .4rem .65rem;
}

.annoying-message-input {
    background: transparent;
    border: 0;
    color: var(--msg-field-text);
    flex: 1 1 auto;
    font-size: 1rem;
    min-width: 0;
    outline: none;
}

.annoying-message-input::placeholder {
    color: var(--msg-placeholder);
}

.annoying-message-tool-btn {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 999px;
    color: var(--msg-muted);
    display: inline-flex;
    flex: 0 0 2.45rem;
    font-size: 1.55rem;
    height: 2.45rem;
    justify-content: center;
    padding: 0;
    width: 2.45rem;
}

.annoying-message-tool-btn:hover {
    background: rgba(31, 35, 41, .05);
    color: var(--msg-text);
}

.annoying-message-send-btn {
    align-items: center;
    background: var(--msg-accent);
    border: 0;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 2.35rem;
    font-size: 1.2rem;
    height: 2.35rem;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 2.35rem;
}

.annoying-message-send-btn:hover {
    background: var(--msg-accent-hover);
}

.annoying-message-row {
    display: flex;
    gap: .65rem;
    margin-bottom: 1rem;
}

.annoying-message-row.is-me {
    justify-content: flex-end;
}

.annoying-message-avatar {
    flex: 0 0 auto;
}

.annoying-message-bubble {
    border-radius: 1.1rem;
    max-width: min(72%, 42rem);
    padding: .78rem 1rem;
    background: var(--msg-peer-bubble);
    color: var(--msg-peer-text);
    word-break: break-word;
}

.annoying-message-row.is-me .annoying-message-bubble {
    background: var(--msg-me-bubble);
    color: var(--msg-me-text);
}

.annoying-message-text {
    line-height: 1.55;
}

.annoying-message-time {
    color: var(--msg-faint);
    font-size: .72rem;
    margin-top: .35rem;
    text-align: right;
}

@media (max-width: 575.98px) {
    .annoying-message-official-card .card-body {
        align-items: stretch !important;
        flex-direction: column;
    }

    .annoying-message-bubble {
        max-width: 82%;
    }
}

@media (max-width: 767.98px) {
    .annoying-message-page {
        margin: -1rem -12px 0;
    }

    .annoying-message-chat-shell {
        border-left: 0;
        border-radius: 0;
        border-right: 0;
        box-shadow: none;
        min-height: calc(100dvh - 4.25rem);
    }

    .annoying-message-chat-header {
        background: var(--bs-body-bg);
        padding: .75rem .9rem;
        position: sticky;
        top: 0;
        z-index: 2;
    }

    .annoying-message-chat-header .btn {
        display: none;
    }

    .annoying-message-chat-header h4 {
        font-size: 1rem;
        font-weight: 900;
    }

    .annoying-message-chat-main .annoying-message-thread {
        min-height: calc(100dvh - 11.5rem);
        padding: .9rem .85rem 1rem;
    }

    .annoying-message-row {
        gap: .5rem;
        margin-bottom: .85rem;
    }

    .annoying-message-bubble {
        border-radius: 1.05rem;
        max-width: 78%;
        padding: .65rem .8rem;
    }

    .annoying-message-composer {
        bottom: 0;
        padding: .65rem .75rem calc(.65rem + env(safe-area-inset-bottom));
        position: sticky;
        z-index: 3;
    }

    .annoying-message-inputbar {
        min-height: 2.9rem;
        padding-left: .9rem;
    }
}

@media (min-width: 992px) {
    .annoying-message-chat-shell {
        grid-template-columns: 17.5rem minmax(0, 1fr);
    }

    .annoying-message-chat-sidebar {
        display: block;
    }
}

@media (prefers-color-scheme: dark) {
    .annoying-message-unread-row {
        background: rgba(110, 168, 254, .12);
    }
}

/* Light Douyin-style message UI override */
.annoying-message-inbox-page {
    --msg-page-bg: #f5f6f8;
    --msg-chat-bg: #f7f8fa;
    --msg-sidebar-bg: #ffffff;
    --msg-panel-bg: #ffffff;
    --msg-border: #e6e8ec;
    --msg-divider: #edf0f3;
    --msg-field-bg: #f1f2f5;
    --msg-field-text: #46505f;
    --msg-placeholder: #9aa0aa;
    --msg-active-bg: #f0f1f4;
    --msg-hover-bg: #f6f7f9;
    --msg-text: #46505f;
    --msg-muted: #7b828c;
    --msg-faint: #a4a9b2;
    --msg-peer-bubble: #f0f1f4;
    --msg-peer-text: #46505f;
    --msg-me-bubble: #e9edf3;
    --msg-me-text: #46505f;
    --msg-accent: #fe2c55;
    --msg-accent-hover: #f04462;
    --msg-online: #20c978;
    background: var(--msg-page-bg);
    color: var(--msg-text);
}

.annoying-message-inbox-page .annoying-message-app-shell {
    background: var(--msg-panel-bg);
    border: 1px solid var(--msg-border);
    border-radius: 1.35rem;
    box-shadow: 0 20px 55px rgba(31, 35, 41, .08);
}

.annoying-message-inbox-page .annoying-message-list-pane,
.annoying-message-inbox-page .annoying-message-chat-header {
    background: var(--msg-sidebar-bg);
}

.annoying-message-inbox-page .annoying-message-list-pane {
    border-right: 1px solid var(--msg-divider);
}

.annoying-message-inbox-page .annoying-message-chat-pane,
.annoying-message-inbox-page .annoying-message-composer {
    background: var(--msg-chat-bg);
}

.annoying-message-inbox-page .annoying-message-chat-header {
    border-bottom: 1px solid var(--msg-divider);
}

.annoying-message-inbox-page .annoying-message-search-pill,
.annoying-message-inbox-page .annoying-message-inputbar {
    background: var(--msg-field-bg);
    border-color: var(--msg-border);
}

.annoying-message-inbox-page .annoying-message-search-pill input,
.annoying-message-inbox-page .annoying-message-input {
    color: var(--msg-field-text);
}

.annoying-message-inbox-page .annoying-message-search-pill input::placeholder,
.annoying-message-inbox-page .annoying-message-input::placeholder {
    color: var(--msg-placeholder);
}

.annoying-message-inbox-page .annoying-message-thread-item {
    color: var(--msg-text);
}

.annoying-message-inbox-page .annoying-message-thread-item:hover {
    background: var(--msg-hover-bg);
    color: var(--msg-text);
}

.annoying-message-inbox-page .annoying-message-thread-item.active {
    background: var(--msg-active-bg);
}

.annoying-message-inbox-page .annoying-message-thread-meta strong,
.annoying-message-inbox-page .annoying-message-chat-header h4 {
    color: var(--msg-text);
}

.annoying-message-inbox-page .annoying-message-thread-meta small,
.annoying-message-inbox-page .annoying-message-peer-state,
.annoying-message-inbox-page .annoying-message-tool-btn,
.annoying-message-inbox-page .annoying-message-empty-side {
    color: var(--msg-muted);
}

.annoying-message-inbox-page .annoying-message-list-title,
.annoying-message-inbox-page .annoying-message-thread-row em,
.annoying-message-inbox-page .annoying-message-time {
    color: var(--msg-faint);
}

.annoying-message-inbox-page .annoying-message-official-mini {
    background: #fff1f4;
    color: var(--msg-accent);
}

.annoying-message-inbox-page .annoying-message-unread-dot,
.annoying-message-inbox-page .annoying-message-thread-item > b,
.annoying-message-inbox-page .annoying-message-send-btn {
    background: var(--msg-accent);
    color: #ffffff;
}

.annoying-message-inbox-page .annoying-message-send-btn:hover {
    background: var(--msg-accent-hover);
}

.annoying-message-inbox-page .annoying-message-bubble {
    background: var(--msg-peer-bubble);
    color: var(--msg-peer-text);
}

.annoying-message-inbox-page .annoying-message-row.is-me .annoying-message-bubble {
    background: var(--msg-me-bubble);
    color: var(--msg-me-text);
}

.annoying-message-inbox-page .annoying-message-online-dot.is-online,
.annoying-message-inbox-page .annoying-message-friend-avatar > i.is-online {
    background: var(--msg-online);
}

@media (max-width: 767.98px) {
    .annoying-message-inbox-page {
        background: var(--msg-chat-bg);
        margin: -1rem -12px 0;
        padding: 0;
    }

    .annoying-message-inbox-page .annoying-message-app-shell {
        border: 0;
        border-radius: 0;
        box-shadow: none;
        min-height: calc(100vh - 3.5rem);
    }

    .annoying-message-inbox-page .annoying-message-thread-item {
        min-height: 4.8rem;
    }

    .annoying-message-inbox-page .annoying-message-composer {
        padding: .75rem .85rem calc(.85rem + env(safe-area-inset-bottom));
    }

    .annoying-message-inbox-page .annoying-message-inputbar {
        min-height: 3.35rem;
    }
}

/* final: keep private-message avatars compact */
.annoying-message-page .avatar-wrap,
.annoying-message-page .avatar-wrap-sm,
.annoying-message-page .avatar-wrap-md{
  overflow:hidden!important;
}
.annoying-message-page .avatar-pendant,
.annoying-message-page .annoying-medal-avatar-pendant,
.annoying-message-page .avatar-badge,
.annoying-message-page .annoying-medal-avatar-badge{
  display:none!important;
}

/* inbox-as-private-message surface v1.5.81 */
.annoying-message-inbox-page{margin-bottom:0}
.annoying-message-app-shell{background:var(--bs-body-bg);border:1px solid var(--bs-border-color);border-radius:1.25rem;display:grid;grid-template-columns:minmax(17rem,21rem) minmax(0,1fr);min-height:min(78vh,800px);overflow:hidden}
.annoying-message-list-pane{background:var(--bs-tertiary-bg);border-right:1px solid var(--bs-border-color);display:flex;flex-direction:column;min-width:0}
.annoying-message-list-head{align-items:center;display:flex;gap:.65rem;padding:.9rem}
.annoying-message-search-pill{align-items:center;background:var(--bs-body-bg);border:1px solid var(--bs-border-color);border-radius:999px;color:var(--bs-secondary-color);display:flex;flex:1 1 auto;gap:.5rem;min-width:0;padding:.55rem .85rem}
.annoying-message-search-pill input{background:transparent;border:0;color:var(--bs-body-color);flex:1 1 auto;min-width:0;outline:0}
.annoying-message-unread-dot{align-items:center;background:#ff2f61;border-radius:999px;color:#fff;display:inline-flex;flex:0 0 auto;font-size:.75rem;font-weight:800;height:1.65rem;justify-content:center;min-width:1.65rem;padding:0 .45rem}
.annoying-message-list-scroll{overflow-y:auto;padding:0 .75rem .9rem}
.annoying-message-list-title{color:var(--bs-secondary-color);font-size:.75rem;font-weight:900;margin:.75rem .35rem .4rem}
.annoying-message-thread-item{align-items:center;border-radius:1rem;color:inherit;display:flex;gap:.7rem;min-width:0;padding:.65rem .55rem;position:relative;text-decoration:none}
.annoying-message-thread-item:hover,.annoying-message-thread-item.active{background:var(--bs-body-bg);color:inherit;text-decoration:none}
.annoying-message-thread-avatar{align-items:center;border-radius:999px;display:inline-flex;flex:0 0 3rem;height:3rem;justify-content:center;overflow:hidden;position:relative;width:3rem}
.annoying-message-official-mini{background:var(--bs-primary);color:#fff;font-size:1.35rem}
.annoying-message-thread-meta{display:grid;flex:1 1 auto;min-width:0}
.annoying-message-thread-meta strong,.annoying-message-thread-meta small,.annoying-message-thread-row{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.annoying-message-thread-meta strong{font-size:.98rem;font-weight:900}
.annoying-message-thread-meta small{color:var(--bs-secondary-color);font-size:.82rem}
.annoying-message-thread-row{align-items:center;display:flex;gap:.5rem;justify-content:space-between;min-width:0}
.annoying-message-thread-row em{color:var(--bs-secondary-color);flex:0 0 auto;font-size:.72rem;font-style:normal;font-weight:500}
.annoying-message-thread-item>b{align-items:center;background:#ff2f61;border-radius:999px;color:#fff;display:inline-flex;flex:0 0 auto;font-size:.72rem;height:1.4rem;justify-content:center;min-width:1.4rem;padding:0 .35rem}
.annoying-message-empty-side{color:var(--bs-secondary-color);font-size:.875rem;padding:.7rem .55rem}
.annoying-message-chat-pane{min-width:0}
.annoying-message-chat-pane.is-loading{opacity:.72}
.annoying-message-chat-pane .annoying-message-chat-main,.annoying-message-chat-main{display:flex;flex-direction:column;height:100%;min-height:min(78vh,800px)}
.annoying-message-mobile-back,.annoying-message-profile-btn{align-items:center;background:transparent;border:0;border-radius:999px;color:var(--bs-body-color);display:inline-flex;flex:0 0 2.2rem;font-size:1.25rem;height:2.2rem;justify-content:center;text-decoration:none;width:2.2rem}
.annoying-message-mobile-back{display:none}
.annoying-message-no-chat{align-items:center;color:var(--bs-secondary-color);display:flex;flex-direction:column;gap:.35rem;height:100%;justify-content:center;min-height:min(78vh,800px);text-align:center}
.annoying-message-no-chat i{font-size:2.5rem}
@media (max-width:767.98px){
  .annoying-message-inbox-page{margin:-1rem -12px 0}
  .annoying-message-app-shell{border:0;border-radius:0;display:block;min-height:calc(100dvh - 4.25rem)}
  .annoying-message-list-pane{border-right:0;min-height:calc(100dvh - 4.25rem)}
  .annoying-message-chat-pane{background:var(--bs-body-bg);inset:0;min-height:100dvh;position:fixed;transform:translateX(100%);transition:transform .18s ease;z-index:1080}
  .annoying-message-inbox-page.is-chat-open .annoying-message-chat-pane,.annoying-message-inbox-page.has-chat .annoying-message-chat-pane{transform:translateX(0)}
  .annoying-message-chat-pane .annoying-message-chat-main,.annoying-message-chat-main{min-height:100dvh}
  .annoying-message-mobile-back{display:inline-flex;margin-left:-.45rem}
  .annoying-message-list-head{padding:.75rem}
  .annoying-message-thread-item{border-radius:.9rem;padding:.65rem .45rem}
  .annoying-message-thread-avatar{flex-basis:3.25rem;height:3.25rem;width:3.25rem}
}

/* final light message UI override v1.5.83 */
.annoying-message-inbox-page {
  --msg-page-bg:#f5f6f8;
  --msg-chat-bg:#f7f8fa;
  --msg-sidebar-bg:#ffffff;
  --msg-panel-bg:#ffffff;
  --msg-border:#e6e8ec;
  --msg-divider:#edf0f3;
  --msg-field-bg:#f1f2f5;
  --msg-field-text:#46505f;
  --msg-placeholder:#9aa0aa;
  --msg-active-bg:#f0f1f4;
  --msg-hover-bg:#f6f7f9;
  --msg-text:#46505f;
  --msg-muted:#7b828c;
  --msg-faint:#a4a9b2;
  --msg-peer-bubble:#f0f1f4;
  --msg-peer-text:#46505f;
  --msg-me-bubble:#e9edf3;
  --msg-me-text:#46505f;
  --msg-accent:#fe2c55;
  --msg-accent-hover:#f04462;
  --msg-online:#20c978;
  background:var(--msg-page-bg);
  color:var(--msg-text);
  margin:-.75rem -.75rem 1.5rem;
  padding:1rem;
}
.annoying-message-inbox-page .annoying-message-app-shell{
  background:var(--msg-panel-bg);
  border:1px solid var(--msg-border);
  border-radius:1.35rem;
  box-shadow:0 20px 55px rgba(31,35,41,.08);
  display:grid;
  grid-template-columns:minmax(280px,352px) minmax(0,1fr);
  height:min(78vh,780px);
  min-height:620px;
  overflow:hidden;
}
.annoying-message-inbox-page .annoying-message-list-pane{
  background:var(--msg-sidebar-bg);
  border-right:1px solid var(--msg-divider);
  display:flex;
  flex-direction:column;
}
.annoying-message-inbox-page .annoying-message-chat-pane,
.annoying-message-inbox-page .annoying-message-composer{
  background:var(--msg-chat-bg);
}
.annoying-message-inbox-page .annoying-message-chat-header{
  background:var(--msg-panel-bg);
  border-bottom:1px solid var(--msg-divider);
  min-height:4.5rem;
  padding:.75rem 1.2rem;
}
.annoying-message-inbox-page .annoying-message-search-pill,
.annoying-message-inbox-page .annoying-message-inputbar{
  background:var(--msg-field-bg);
  border:1px solid var(--msg-border);
}
.annoying-message-inbox-page .annoying-message-inputbar{
  border-radius:999px;
  box-shadow:0 10px 24px rgba(31,35,41,.07);
  min-height:3.55rem;
  padding:.4rem .5rem .4rem .65rem;
}
.annoying-message-inbox-page .annoying-message-search-pill input,
.annoying-message-inbox-page .annoying-message-input{
  color:var(--msg-field-text);
}
.annoying-message-inbox-page .annoying-message-search-pill input::placeholder,
.annoying-message-inbox-page .annoying-message-input::placeholder{
  color:var(--msg-placeholder);
}
.annoying-message-inbox-page .annoying-message-list-scroll{
  padding:.15rem 0 1rem;
}
.annoying-message-inbox-page .annoying-message-thread-item{
  border-radius:0;
  color:var(--msg-text);
  gap:.85rem;
  min-height:5.2rem;
  padding:.72rem 1rem;
}
.annoying-message-inbox-page .annoying-message-thread-item:hover{
  background:var(--msg-hover-bg);
  color:var(--msg-text);
}
.annoying-message-inbox-page .annoying-message-thread-item.active{
  background:var(--msg-active-bg);
  color:var(--msg-text);
}
.annoying-message-inbox-page .annoying-message-thread-avatar{
  flex:0 0 3.25rem;
  height:3.25rem;
  width:3.25rem;
}
.annoying-message-inbox-page .annoying-message-thread-meta strong,
.annoying-message-inbox-page .annoying-message-chat-header h4{
  color:var(--msg-text);
}
.annoying-message-inbox-page .annoying-message-thread-meta small,
.annoying-message-inbox-page .annoying-message-peer-state,
.annoying-message-inbox-page .annoying-message-tool-btn,
.annoying-message-inbox-page .annoying-message-empty-side{
  color:var(--msg-muted);
}
.annoying-message-inbox-page .annoying-message-list-title,
.annoying-message-inbox-page .annoying-message-thread-row em,
.annoying-message-inbox-page .annoying-message-time{
  color:var(--msg-faint);
}
.annoying-message-inbox-page .annoying-message-official-mini{
  background:#fff1f4;
  color:var(--msg-accent);
}
.annoying-message-inbox-page .annoying-message-unread-dot,
.annoying-message-inbox-page .annoying-message-thread-item>b,
.annoying-message-inbox-page .annoying-message-send-btn{
  background:var(--msg-accent);
  color:#fff;
}
.annoying-message-inbox-page .annoying-message-send-btn:hover{
  background:var(--msg-accent-hover);
}
.annoying-message-inbox-page .annoying-message-bubble{
  background:var(--msg-peer-bubble);
  color:var(--msg-peer-text);
  border-radius:1.1rem;
}
.annoying-message-inbox-page .annoying-message-row.is-me .annoying-message-bubble{
  background:var(--msg-me-bubble);
  color:var(--msg-me-text);
}
.annoying-message-inbox-page .annoying-message-online-dot.is-online,
.annoying-message-inbox-page .annoying-message-friend-avatar>i.is-online{
  background:var(--msg-online);
}
.annoying-message-inbox-page .annoying-message-tool-btn{
  align-items:center;
  background:transparent;
  border:0;
  border-radius:999px;
  display:inline-flex;
  flex:0 0 2.45rem;
  font-size:1.55rem;
  height:2.45rem;
  justify-content:center;
  padding:0;
  width:2.45rem;
}
.annoying-message-inbox-page .annoying-message-tool-btn:hover,
.annoying-message-inbox-page .annoying-message-profile-btn:hover,
.annoying-message-inbox-page .annoying-message-mobile-back:hover{
  background:rgba(31,35,41,.05);
  color:var(--msg-text);
}
@media (max-width:767.98px){
  .annoying-message-inbox-page{
    background:var(--msg-chat-bg);
    margin:-1rem -12px 0;
    padding:0;
  }
  .annoying-message-inbox-page .annoying-message-app-shell{
    border:0;
    border-radius:0;
    box-shadow:none;
    display:block;
    height:auto;
    min-height:calc(100dvh - 4.25rem);
  }
  .annoying-message-inbox-page .annoying-message-list-pane{
    border-right:0;
    min-height:calc(100dvh - 4.25rem);
  }
  .annoying-message-inbox-page .annoying-message-chat-pane{
    background:var(--msg-chat-bg);
    inset:0;
    min-height:100dvh;
    position:fixed;
    transform:translateX(100%);
    transition:transform .18s ease;
    z-index:1080;
  }
  .annoying-message-inbox-page.is-chat-open .annoying-message-chat-pane,
  .annoying-message-inbox-page.has-chat .annoying-message-chat-pane{
    transform:translateX(0);
  }
  .annoying-message-inbox-page .annoying-message-chat-main{
    min-height:100dvh;
  }
  .annoying-message-inbox-page .annoying-message-chat-header{
    min-height:3.75rem;
    padding:.55rem .85rem;
  }
  .annoying-message-inbox-page .annoying-message-mobile-back{
    display:inline-flex;
    margin-left:-.45rem;
  }
  .annoying-message-inbox-page .annoying-message-thread-item{
    min-height:4.8rem;
    padding:.65rem .85rem;
  }
  .annoying-message-inbox-page .annoying-message-composer{
    padding:.75rem .85rem calc(.85rem + env(safe-area-inset-bottom));
  }
  .annoying-message-inbox-page .annoying-message-inputbar{
    min-height:3.35rem;
  }
}

/* final Douyin white message UI v1.5.88 */
.annoying-message-inbox-page{
  --dyw-page:#f5f6f8;
  --dyw-sidebar:#ffffff;
  --dyw-panel:#ffffff;
  --dyw-chat:#f7f8fa;
  --dyw-search:#f1f2f5;
  --dyw-active:#eef0f3;
  --dyw-hover:#f7f8fa;
  --dyw-divider:#e7e9ee;
  --dyw-soft-divider:#f0f1f4;
  --dyw-text:#555e6d;
  --dyw-strong:#46505f;
  --dyw-muted:#777d88;
  --dyw-faint:#a0a6af;
  --dyw-peer:#ffffff;
  --dyw-me:#fff0f4;
  --dyw-accent:#fe2c55;
  --dyw-accent-hover:#f04462;
  background:var(--dyw-page);
  color:var(--dyw-text);
  margin:-1rem calc(50% - 50vw) 0;
  min-height:calc(100dvh - 64px);
  padding:0;
}
.annoying-message-inbox-page .annoying-message-app-shell{
  background:var(--dyw-panel);
  border:1px solid var(--dyw-divider);
  border-radius:20px;
  box-shadow:0 20px 60px rgba(70,80,95,.06);
  display:grid;
  grid-template-columns:clamp(304px,22.15vw,454px) minmax(0,1fr);
  height:calc(100dvh - 66px);
  min-height:640px;
  overflow:hidden;
  width:100vw;
}
.annoying-message-inbox-page .annoying-message-list-pane{
  background:var(--dyw-sidebar);
  border-right:1px solid var(--dyw-divider);
  display:flex;
  flex-direction:column;
}
.annoying-message-inbox-page .annoying-message-list-head{
  gap:22px;
  min-height:84px;
  padding:16px 24px 14px;
  position:relative;
}
.annoying-message-inbox-page .annoying-message-search-pill{
  background:var(--dyw-search);
  border:0;
  border-radius:12px;
  color:var(--dyw-muted);
  min-height:48px;
  padding:0 18px;
}
.annoying-message-inbox-page .annoying-message-search-pill .ti{
  color:#8f96a3;
  font-size:24px;
}
.annoying-message-inbox-page .annoying-message-search-pill input{
  color:var(--dyw-strong);
  font-size:17px;
}
.annoying-message-inbox-page .annoying-message-search-pill input::placeholder{
  color:#9aa0aa;
}
.annoying-message-inbox-page .annoying-message-add-btn{
  align-items:center;
  border:2px solid #c7ccd5;
  border-radius:999px;
  color:#5e6470;
  display:inline-flex;
  flex:0 0 35px;
  font-size:23px;
  height:35px;
  justify-content:center;
  line-height:1;
  width:35px;
}
.annoying-message-inbox-page .annoying-message-add-btn:hover{
  background:#f0f2f5;
  border-color:#aeb5c1;
  color:var(--dyw-strong);
}
.annoying-message-inbox-page .annoying-message-list-scroll{
  padding:0 0 20px;
}
.annoying-message-inbox-page .annoying-message-list-title{
  display:none;
}
.annoying-message-inbox-page .annoying-message-thread-item{
  border-bottom:1px solid var(--dyw-soft-divider);
  border-radius:0;
  color:var(--dyw-text);
  gap:18px;
  min-height:100px;
  padding:14px 34px 14px 24px;
}
.annoying-message-inbox-page .annoying-message-thread-item:hover{
  background:var(--dyw-hover);
  color:var(--dyw-text);
}
.annoying-message-inbox-page .annoying-message-thread-item.active{
  background:var(--dyw-active);
  color:var(--dyw-text);
}
.annoying-message-inbox-page .annoying-message-thread-avatar{
  flex-basis:72px;
  height:72px;
  width:72px;
}
.annoying-message-inbox-page .annoying-message-official-mini{
  background:#fff1f4;
  color:var(--dyw-accent);
  font-size:28px;
}
.annoying-message-inbox-page .annoying-message-thread-meta strong{
  color:var(--dyw-strong);
  font-size:22px;
  font-weight:780;
  line-height:1.22;
}
.annoying-message-inbox-page .annoying-message-thread-meta small{
  color:var(--dyw-muted);
  font-size:17px;
  line-height:1.45;
  margin-top:7px;
}
.annoying-message-inbox-page .annoying-message-thread-row{
  gap:16px;
}
.annoying-message-inbox-page .annoying-message-thread-row em{
  color:var(--dyw-faint);
  font-size:16px;
}
.annoying-message-inbox-page .annoying-message-thread-item>b,
.annoying-message-inbox-page .annoying-message-unread-dot{
  background:var(--dyw-accent);
  color:#ffffff;
}
.annoying-message-inbox-page .annoying-message-unread-dot{
  height:22px;
  min-width:22px;
  position:absolute;
  right:56px;
  top:12px;
  z-index:2;
}
.annoying-message-inbox-page .annoying-message-chat-pane,
.annoying-message-inbox-page .annoying-message-composer{
  background:var(--dyw-chat);
}
.annoying-message-inbox-page .annoying-message-chat-header{
  background:var(--dyw-panel);
  border-bottom:1px solid var(--dyw-divider);
  min-height:84px;
  padding:13px 26px;
}
.annoying-message-inbox-page .annoying-message-chat-header .avatar-wrap,
.annoying-message-inbox-page .annoying-message-chat-header .avatar-wrap-md{
  height:56px!important;
  width:56px!important;
}
.annoying-message-inbox-page .annoying-message-chat-header h4{
  color:var(--dyw-strong);
  font-size:22px;
  font-weight:780;
}
.annoying-message-inbox-page .annoying-message-peer-state{
  color:var(--dyw-muted);
  font-size:14px;
  margin-top:3px;
}
.annoying-message-inbox-page .annoying-message-profile-btn{
  color:#686f7b;
  font-size:30px;
}
.annoying-message-inbox-page .annoying-message-chat-pane .annoying-message-chat-main,
.annoying-message-inbox-page .annoying-message-chat-main{
  display:flex;
  flex-direction:column;
  height:100%;
  min-height:640px;
}
.annoying-message-inbox-page .annoying-message-chat-main .annoying-message-thread{
  background:var(--dyw-chat);
  padding:32px 36px 18px;
}
.annoying-message-inbox-page .annoying-message-row{
  gap:14px;
  margin-bottom:24px;
}
.annoying-message-inbox-page .annoying-message-avatar .avatar-wrap,
.annoying-message-inbox-page .annoying-message-avatar .avatar-wrap-sm{
  height:48px!important;
  width:48px!important;
}
.annoying-message-inbox-page .annoying-message-bubble{
  background:var(--dyw-peer);
  border:1px solid #eceef2;
  border-radius:16px;
  box-shadow:0 8px 20px rgba(70,80,95,.04);
  color:var(--dyw-text);
  font-size:20px;
  line-height:1.58;
  max-width:min(42%,560px);
  padding:12px 16px;
}
.annoying-message-inbox-page .annoying-message-row.is-me .annoying-message-bubble{
  background:var(--dyw-me);
  border-color:#ffdce5;
  color:var(--dyw-text);
}
.annoying-message-inbox-page .annoying-message-time{
  color:var(--dyw-faint);
}
.annoying-message-inbox-page .annoying-message-composer{
  border-top:1px solid var(--dyw-divider);
  padding:12px 28px 24px;
}
.annoying-message-inbox-page .annoying-message-inputbar{
  background:#ffffff;
  border:1px solid var(--dyw-divider);
  border-radius:999px;
  box-shadow:0 10px 26px rgba(70,80,95,.06);
  min-height:66px;
  padding:0 14px 0 24px;
}
.annoying-message-inbox-page .annoying-message-input{
  color:var(--dyw-strong);
  font-size:20px;
}
.annoying-message-inbox-page .annoying-message-input::placeholder{
  color:#9aa0aa;
}
.annoying-message-inbox-page .annoying-message-tool-btn{
  color:#707783;
  flex-basis:48px;
  font-size:30px;
  height:48px;
  width:48px;
}
.annoying-message-inbox-page .annoying-message-tool-btn:hover,
.annoying-message-inbox-page .annoying-message-profile-btn:hover,
.annoying-message-inbox-page .annoying-message-mobile-back:hover{
  background:#eef0f3;
  color:var(--dyw-strong);
}
.annoying-message-inbox-page .annoying-message-send-btn{
  background:var(--dyw-accent);
  color:#ffffff;
  flex-basis:48px;
  font-size:28px;
  height:48px;
  width:48px;
}
.annoying-message-inbox-page .annoying-message-send-btn:hover{
  background:var(--dyw-accent-hover);
}
.annoying-message-inbox-page .annoying-message-no-chat{
  background:var(--dyw-chat);
  color:var(--dyw-muted);
}
@media (max-width:767.98px){
  .annoying-message-inbox-page{
    background:var(--dyw-sidebar);
    margin:-1rem -12px 0;
    min-height:100dvh;
    padding:0;
  }
  .annoying-message-inbox-page .annoying-message-app-shell{
    border:0;
    border-radius:0;
    box-shadow:none;
    display:block;
    height:100dvh;
    min-height:100dvh;
    width:100%;
  }
  .annoying-message-inbox-page .annoying-message-list-pane{
    border-right:0;
    min-height:100dvh;
  }
  .annoying-message-inbox-page .annoying-message-list-head{
    gap:12px;
    min-height:62px;
    padding:10px 12px;
  }
  .annoying-message-inbox-page .annoying-message-search-pill{
    min-height:44px;
    padding:0 14px;
  }
  .annoying-message-inbox-page .annoying-message-add-btn{
    flex-basis:32px;
    font-size:21px;
    height:32px;
    width:32px;
  }
  .annoying-message-inbox-page .annoying-message-thread-item{
    gap:12px;
    min-height:82px;
    padding:12px 14px;
  }
  .annoying-message-inbox-page .annoying-message-thread-avatar{
    flex-basis:54px;
    height:54px;
    width:54px;
  }
  .annoying-message-inbox-page .annoying-message-thread-meta strong{
    font-size:17px;
  }
  .annoying-message-inbox-page .annoying-message-thread-meta small{
    font-size:14px;
    margin-top:4px;
  }
  .annoying-message-inbox-page .annoying-message-thread-row em{
    font-size:12px;
  }
  .annoying-message-inbox-page .annoying-message-chat-pane{
    background:var(--dyw-chat);
    inset:0;
    min-height:100dvh;
    position:fixed;
    transform:translateX(100%);
    transition:transform .18s ease;
    z-index:1080;
  }
  .annoying-message-inbox-page.is-chat-open .annoying-message-chat-pane,
  .annoying-message-inbox-page.has-chat .annoying-message-chat-pane{
    transform:translateX(0);
  }
  .annoying-message-inbox-page .annoying-message-chat-main{
    min-height:100dvh;
  }
  .annoying-message-inbox-page .annoying-message-chat-header{
    min-height:58px;
    padding:7px 12px;
  }
  .annoying-message-inbox-page .annoying-message-chat-header .avatar-wrap,
  .annoying-message-inbox-page .annoying-message-chat-header .avatar-wrap-md{
    height:40px!important;
    width:40px!important;
  }
  .annoying-message-inbox-page .annoying-message-chat-header h4{
    font-size:17px;
  }
  .annoying-message-inbox-page .annoying-message-mobile-back{
    color:#59616d;
    display:inline-flex;
    margin-left:-.45rem;
  }
  .annoying-message-inbox-page .annoying-message-chat-main .annoying-message-thread{
    padding:18px 14px 12px;
  }
  .annoying-message-inbox-page .annoying-message-bubble{
    font-size:15px;
    max-width:74%;
  }
  .annoying-message-inbox-page .annoying-message-composer{
    padding:10px 12px calc(12px + env(safe-area-inset-bottom));
  }
  .annoying-message-inbox-page .annoying-message-inputbar{
    min-height:52px;
    padding:0 8px 0 16px;
  }
  .annoying-message-inbox-page .annoying-message-input{
    font-size:16px;
  }
  .annoying-message-inbox-page .annoying-message-tool-btn{
    flex-basis:38px;
    font-size:25px;
    height:38px;
    width:38px;
  }
  .annoying-message-inbox-page .annoying-message-send-btn{
    flex-basis:40px;
    font-size:24px;
    height:40px;
    width:40px;
  }
}

/* Douyin chat detail UI phase 1 v20260819 */
.annoying-message-inbox-page{
  --chat-page:#f7f8fa;
  --chat-panel:#ffffff;
  --chat-line:#eceef2;
  --chat-soft-line:rgba(15,23,42,.06);
  --chat-text:#1f2937;
  --chat-muted:#858d99;
  --chat-faint:#a8aeb8;
  --chat-peer:#ffffff;
  --chat-me:#fff0f4;
  --chat-accent:#fe2c55;
  --chat-accent-hover:#f04462;
}

.annoying-message-inbox-page .annoying-message-chat-main{
  background:var(--chat-page);
  min-height:0;
}

.annoying-message-inbox-page .annoying-message-chat-header.is-douyin{
  align-items:center;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid var(--chat-line);
  display:flex;
  flex:0 0 auto;
  gap:10px;
  min-height:60px;
  padding:8px 14px;
  position:sticky;
  top:0;
  z-index:4;
}

.annoying-message-inbox-page .annoying-message-peer-identity{
  align-items:center;
  display:flex;
  flex:1 1 auto;
  gap:10px;
  min-width:0;
}

.annoying-message-inbox-page .annoying-message-peer-avatar{
  flex:0 0 42px;
  height:42px;
  width:42px;
}

.annoying-message-inbox-page .annoying-message-peer-avatar .avatar-wrap,
.annoying-message-inbox-page .annoying-message-peer-avatar .avatar-wrap-md,
.annoying-message-inbox-page .annoying-message-peer-avatar .avatar-md{
  height:42px!important;
  width:42px!important;
}

.annoying-message-inbox-page .annoying-message-peer-copy{
  display:grid;
  min-width:0;
}

.annoying-message-inbox-page .annoying-message-peer-title{
  color:var(--chat-text);
  font-size:16px;
  font-weight:760;
  line-height:1.25;
  margin:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.annoying-message-inbox-page .annoying-message-peer-subtitle{
  align-items:center;
  color:var(--chat-muted);
  display:flex;
  font-size:12px;
  gap:5px;
  line-height:1.3;
  margin-top:2px;
}

.annoying-message-inbox-page .annoying-message-more-btn{
  align-items:center;
  border:0;
  border-radius:999px;
  color:#4b5563;
  display:inline-flex;
  flex:0 0 40px;
  font-size:24px;
  height:40px;
  justify-content:center;
  text-decoration:none;
  width:40px;
}

.annoying-message-inbox-page .annoying-message-more-btn:hover{
  background:#f1f2f5;
  color:var(--chat-text);
}

.annoying-message-inbox-page .annoying-message-chat-main .annoying-message-thread{
  background:var(--chat-page);
  padding:20px 22px 14px;
}

.annoying-message-inbox-page .annoying-message-date-chip{
  align-items:center;
  background:rgba(138,145,158,.12);
  border-radius:999px;
  color:#8a919e;
  display:flex;
  font-size:12px;
  font-weight:500;
  justify-content:center;
  line-height:1;
  margin:6px auto 18px;
  max-width:max-content;
  padding:6px 10px;
}

.annoying-message-inbox-page .annoying-message-row{
  align-items:flex-end;
  gap:10px;
  margin-bottom:14px;
}

.annoying-message-inbox-page .annoying-message-row.is-peer{
  justify-content:flex-start;
}

.annoying-message-inbox-page .annoying-message-row.is-me{
  justify-content:flex-end;
}

.annoying-message-inbox-page .annoying-message-avatar{
  flex:0 0 36px;
  height:36px;
  width:36px;
}

.annoying-message-inbox-page .annoying-message-avatar .avatar-wrap,
.annoying-message-inbox-page .annoying-message-avatar .avatar-wrap-sm,
.annoying-message-inbox-page .annoying-message-avatar .avatar-sm{
  height:36px!important;
  width:36px!important;
}

.annoying-message-inbox-page .annoying-message-bubble{
  border-radius:18px;
  box-shadow:none;
  color:var(--chat-text);
  font-size:15px;
  line-height:1.65;
  max-width:min(58%,620px);
  min-width:0;
  overflow-wrap:anywhere;
  padding:10px 14px 8px;
}

.annoying-message-inbox-page .annoying-message-row.is-peer .annoying-message-bubble{
  background:var(--chat-peer);
  border:1px solid var(--chat-soft-line);
  border-bottom-left-radius:6px;
}

.annoying-message-inbox-page .annoying-message-row.is-me .annoying-message-bubble{
  background:var(--chat-me);
  border:0;
  border-bottom-right-radius:6px;
}

.annoying-message-inbox-page .annoying-message-text{
  color:inherit;
  overflow-wrap:anywhere;
  white-space:pre-wrap;
}

.annoying-message-inbox-page .annoying-message-text a{
  color:var(--chat-accent);
  text-decoration:none;
}

.annoying-message-inbox-page .annoying-message-text a:hover{
  text-decoration:underline;
}

.annoying-message-inbox-page .annoying-message-time{
  color:var(--chat-faint);
  font-size:11px;
  line-height:1.2;
  margin-top:5px;
  text-align:right;
}

.annoying-message-inbox-page .annoying-message-composer{
  background:rgba(255,255,255,.96);
  border-top:1px solid var(--chat-line);
  padding:10px 18px 16px;
}

.annoying-message-inbox-page .annoying-message-composer-dock{
  align-items:flex-end;
  background:#f2f3f5;
  border:0;
  border-radius:999px;
  display:flex;
  gap:6px;
  min-height:52px;
  padding:6px 8px 6px 12px;
  transition:box-shadow .16s ease, background .16s ease;
}

.annoying-message-inbox-page .annoying-message-composer-dock:focus-within{
  background:#ffffff;
  box-shadow:0 0 0 1px rgba(254,44,85,.14),0 8px 24px rgba(15,23,42,.06);
}

.annoying-message-inbox-page textarea.annoying-message-input{
  align-self:center;
  background:transparent;
  border:0;
  color:var(--chat-text);
  flex:1 1 auto;
  font-size:15px;
  line-height:22px;
  max-height:92px;
  min-height:22px;
  min-width:0;
  outline:0;
  overflow-y:auto;
  padding:9px 4px;
  resize:none;
}

.annoying-message-inbox-page textarea.annoying-message-input::placeholder{
  color:#9aa1ad;
}

.annoying-message-inbox-page .annoying-message-tool-btn{
  align-items:center;
  background:transparent;
  border:0;
  border-radius:999px;
  color:#6f747d;
  display:inline-flex;
  flex:0 0 38px;
  font-size:23px;
  height:38px;
  justify-content:center;
  padding:0;
  width:38px;
}

.annoying-message-inbox-page .annoying-message-tool-btn:hover{
  background:#e8eaee;
  color:var(--chat-text);
}

.annoying-message-inbox-page .annoying-message-send-btn{
  align-items:center;
  background:var(--chat-accent);
  border:0;
  border-radius:999px;
  color:#ffffff;
  display:inline-flex;
  flex:0 0 38px;
  font-size:23px;
  height:38px;
  justify-content:center;
  padding:0;
  width:38px;
}

.annoying-message-inbox-page .annoying-message-send-btn:hover{
  background:var(--chat-accent-hover);
}

.annoying-message-inbox-page .annoying-message-send-btn:disabled{
  background:#d6d9df;
  color:#ffffff;
  cursor:not-allowed;
}

.annoying-message-inbox-page .annoying-message-send-btn.is-sending .ti{
  animation:annoying-message-spin .75s linear infinite;
}

@keyframes annoying-message-spin{
  to{transform:rotate(360deg);}
}

.annoying-message-inbox-page .annoying-message-tool-sheet{
  background:#ffffff;
  border:1px solid var(--chat-line);
  border-radius:18px;
  box-shadow:0 16px 40px rgba(15,23,42,.10);
  display:grid;
  gap:8px;
  grid-template-columns:repeat(8, minmax(0,1fr));
  margin-top:10px;
  padding:10px;
}

.annoying-message-inbox-page .annoying-message-tool-sheet[hidden]{
  display:none!important;
}

.annoying-message-inbox-page .annoying-message-tool-sheet button{
  align-items:center;
  background:#f7f8fa;
  border:0;
  border-radius:12px;
  display:flex;
  font-size:20px;
  height:42px;
  justify-content:center;
  padding:0;
}

.annoying-message-inbox-page .annoying-message-tool-sheet button:hover{
  background:#eef0f3;
}

@media (max-width:767.98px){
  .annoying-message-inbox-page .annoying-message-chat-header.is-douyin{
    min-height:56px;
    padding:7px 10px;
  }

  .annoying-message-inbox-page .annoying-message-mobile-back{
    flex:0 0 34px;
    height:34px;
    width:34px;
  }

  .annoying-message-inbox-page .annoying-message-peer-avatar,
  .annoying-message-inbox-page .annoying-message-peer-avatar .avatar-wrap,
  .annoying-message-inbox-page .annoying-message-peer-avatar .avatar-wrap-md,
  .annoying-message-inbox-page .annoying-message-peer-avatar .avatar-md{
    height:38px!important;
    width:38px!important;
  }

  .annoying-message-inbox-page .annoying-message-chat-main .annoying-message-thread{
    padding:16px 12px 10px;
  }

  .annoying-message-inbox-page .annoying-message-bubble{
    max-width:78%;
  }

  .annoying-message-inbox-page .annoying-message-composer{
    padding:8px 10px calc(10px + env(safe-area-inset-bottom) + var(--annoying-message-keyboard-offset, 0px));
  }

  .annoying-message-inbox-page .annoying-message-composer-dock{
    min-height:50px;
    padding:6px 7px 6px 10px;
  }

  .annoying-message-inbox-page .annoying-message-tool-btn,
  .annoying-message-inbox-page .annoying-message-send-btn{
    flex-basis:36px;
    height:36px;
    width:36px;
  }

  .annoying-message-inbox-page .annoying-message-tool-sheet{
    grid-template-columns:repeat(4, minmax(0,1fr));
  }
}

/* Composer keyboard avoidance and send state */
.annoying-message-inbox-page .annoying-message-composer{
  padding-bottom:calc(10px + env(safe-area-inset-bottom) + var(--annoying-message-keyboard-offset, 0px));
}
