@charset "UTF-8";

.mce-content-body {
  font-family: var(--ds-font-family-body, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif);
  font-size: 16px;
  /* 按钮基础样式：图标+文字的组合按钮 */
  /* 按钮 hover 交互：背景浅灰、文字加深 */
  /* 按钮「选中状态」：背景深灰、边框同步变化 */
  /* 图标区域：统一 SVG 尺寸、间距 */
  /* 容器样式 */
  /* 图片区域 */
  /* 文字区域 */
  /* 按钮基础样式：图标+文字的组合按钮 */
  /* 按钮 hover 交互：背景浅灰、文字加深 */
  /*
  按钮「选中状态」：背景深灰、边框同步变化 */
  /* 卡片整体样式：宽度、阴影、圆角 */
  /*  顶部蓝色区域：背景色、flex布局（让头像和名字水平排列） */
  /*
  头像样式：圆形、占位背景 */
  /*
  用户名样式：白色字体、字号 */
  /* 底部内容区域：内边距 */
  /* 邮箱样式：灰色字体、底部间距 */
  /*
  按钮容器：弹性布局让按钮并排 */
  /* 按钮样式：白底、灰边、圆角 */
  /* 按钮 hover 效果（可选增强交互） */
  /* 头部样式 */
  /* 星期行 */
  /* 日期网格 */
  /* 评论卡片容器：白色卡片 + 阴影 + 圆角 */
  /* 顶部操作栏：上下箭头 + 对话/关闭按钮 */
  /* 右上角编辑/关闭按钮 */
  /* 主评论区域：用户信息 + 文字 + 隐藏按钮 + 子评论 */
  /* panel-info  style */
  /* panel-info 主题色彩方案 */
  /* colorful-tag */
}

.mce-content-body #tinymce {
  width: 60%;
  margin: auto;
  height: 97vh;
  letter-spacing: 0.5px;
}

.mce-content-body .tox-tinymce {
  border: none !important;
}

.mce-content-body p {
  font-size: 1.3rem !important;
  margin: 1.6rem 0 !important;
}

.mce-content-body h2 {
  font-size: 2rem !important;
}

.mce-content-body h1 {
  font-size: 2.7rem !important;
}

.mce-content-body h3 {
  font-size: 1.55rem !important;
}

.mce-content-body h4 {
  font-size: 1.35rem !important;
}

.mce-content-body h5 {
  font-size: 1.1rem !important;
}

.mce-content-body h6 {
  font-size: 0.9rem !important;
}

.mce-content-body h1 h2 h3 h4 h5 h6 {
  margin: 1.6rem 0 !important;
  letter-spacing: 0.5px !important;
}

#content-section h1,
#content-section h2,
#content-section h3,
#content-section h4,
#content-section h5,
#content-section h6 {
  margin: 1.6rem 0 !important;
  letter-spacing: 0.5px !important;
}

#content-section p {
  font-size: 1.3rem !important;
  margin: 1.6rem 0 !important;
}

.mce-content-body .tox-tinymce-aux .tox-toolbar[role=group] {
  display: flex;
  flex-direction: column;
}

.mce-content-body .tox:not(.tox-tinymce-inline) .tox-editor-header {
  box-shadow: none !important;
  z-index: 0 !important;
}

.mce-content-body .tox-tinymce-aux .tox-toolbar[role=group] {
  display: flex;
  flex-direction: column;
}

.mce-content-body .tox:not(.tox-tinymce-inline) .tox-editor-header {
  box-shadow: none !important;
  z-index: 0 !important;
}

.mce-content-body .tox .tox-collection--list .tox-collection__item[aria-label="View more"] {
  background-color: var(--color-font-white);
  cursor: pointer;
  position: sticky;
  bottom: 0px;
  height: 3rem;
}

.mce-content-body .tox .tox-collection--list .tox-collection__item[aria-label="View more"] .tox-collection__item-label {
  font-size: 1.2rem;
  font-weight: 600;
}

.mce-content-body .tox .tox-collection--list .tox-collection__item[aria-label="View more"]:hover {
  background-color: var(--color-gray-background-light);
}

.mce-content-body .title-section {
  margin: 1rem 0;
}

.mce-content-body .title-section input {
  height: 4rem;
  border: none;
  font-size: 1.5rem;
  width: 100%;
  color: #555;
  letter-spacing: 1px;
}

.mce-content-body .title-section input:focus {
  outline: none;
}

.mce-content-body #content-section {
  overflow-wrap: break-word;
  white-space: normal;
}

.mce-content-body #content-section li {
  margin: 0.5rem 0;
}

.mce-content-body table {
  border-collapse: collapse;
  width: 100%;
  border-width: 1px;
  border-color: #b0b0b0;
}

.mce-content-body table .background-gray {
  background-color: #e8e8e8;
}

.mce-content-body table .background-green {
  background-color: #dcfff1;
}

.mce-content-body table .background-yellow {
  background-color: #fef7c8;
}

.mce-content-body table .background-red {
  background-color: #ffeceb;
}

.mce-content-body table .background-blue {
  background-color: #cfd8f1;
}

.mce-content-body table .background-purple {
  background-color: #EAE6FF;
}

.mce-content-body table tr {
  height: 50px;
}

.mce-content-body table td {
  border-color: #b0b0b0;
  padding: 5px;
}

.mce-content-body table td p {
  margin: 0.5rem;
}

.mce-content-body .mention-people-card-style.avatar-style {
  width: 2rem !important;
  height: 2rem !important;
  object-fit: contain;
  margin-right: 1.5rem;
  cursor: pointer;
}

.mce-content-body .mention-people-card-style.text-style {
  font-weight: 700;
  cursor: pointer;
  margin-right: 2rem;
}

.mce-content-body .placeholder-decoration {
  color: #626f86;
  width: 100%;
  pointer-events: none;
  user-select: none;
}

.mce-content-body .placeholder-decoration::before {
  content: attr(data-placeholder);
}

.mce-content-body .operation-section {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  max-width: 600px;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  bottom: 1rem;
  pointer-events: auto;
  user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  caret-color: transparent;
}

.mce-content-body .operation-section .btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: transparent;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-family: var(--ds-font-family-body, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif);
  font-size: 16px;
}

.mce-content-body .operation-section .btn:hover {
  background-color: #e0e0e0 !important;
  color: #000 !important;
}

.mce-content-body .operation-section .btn.active {
  background-color: #d0d0d0 !important;
  color: #333 !important;
  border-color: #c0c0c0 !important;
}

.mce-content-body .operation-section .icon svg {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  stroke: currentColor;
  /* 图标颜色继承文字颜色 */
}

.mce-content-body .card-container {
  width: 15rem;
  max-width: 15rem;
  height: 12rem;
  /* margin: 1rem 0; */
  box-shadow: 0 2px 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  overflow: hidden;
}

.mce-content-body .card-container .image-section {
  height: 80%;
  position: relative;
  transition: all 0.3s ease;
}

.mce-content-body .card-container .image-section img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.mce-content-body .card-container .image-section:hover {
  box-shadow: inset 0 0 12rem rgba(0, 0, 0, 0.3);
  transform: scale(1.02);
}

.mce-content-body .card-container .text-section {
  height: 20%;
  padding: 0 5px;
  background: #f8f9fa;
  border-top: 1px solid #eee;
  font-size: 0.8rem;
  display: flex;
  flex-direction: column;
}

.mce-content-body .upload-file-section {
  position: relative;
}

.mce-content-body .upload-file-section .img-comment-tips {
  position: absolute;
  top: 0;
  left: 5px;
}

.mce-content-body .upload-file-section .img-comment-tips svg {
  fill: #fff2a1;
  cursor: pointer;
}

.mce-content-body .img-comment-tips.is-active svg {
  fill: #d6a411;
}

.mce-content-body .inline-container {
  color: #333333;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border: 1px solid #ddd;
  border-right-color: #ccc;
  border-bottom-color: #bbb;
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15), inset 1px 1px 0 rgba(255, 255, 255, 0.3);
  display: inline-block;
  cursor: pointer;
  margin: 0 0.5rem;
}

.mce-content-body .inline-container:hover {
  background-color: #f5f5f5;
}

.mce-content-body .custom-context-toolbar {
  background-color: pink;
}

.mce-content-body #operation-section {
  display: flex;
  flex-wrap: wrap;
  /* 按钮自动换行 */
  gap: 8px;
  /* 按钮之间的间距 */
  padding: 12px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  max-width: 600px;
}

.mce-content-body .btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: transparent;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.mce-content-body .btn:hover {
  background-color: #e0e0e0;
  color: #000;
}

.mce-content-body .btn.active {
  background-color: #d0d0d0;
  color: #333;
  border-color: #c0c0c0;
}

.mce-content-body .mention-user {
  color: #fff;
  font-weight: 500;
  background: #0974f6;
  padding: 1px 5px;
  border-radius: 8px;
  cursor: pointer !important;
}

.mce-content-body .mention-user:hover {
  background: #006aeb;
}

.mce-content-body .people-avatar {
  width: 320px;
  /*
  卡片宽度，可按需调整 */
  border-radius: 8px;
  /* 圆角 */
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  /* 阴影，增强立体感 */
  overflow: hidden;
  /*
  隐藏内部元素溢出，让圆角更自然 */
  cursor: default !important;
  background: #fff;
}

.mce-content-body .people-avatar-header {
  background-color: #0974f6;
  /* 顶部蓝色（接近示例风格） */
  display: flex;
  /* 弹性布局 */
  align-items: center;
  /* 垂直居中 */
  padding: 16px;
  /* 内边距 */
}

.mce-content-body .tinymce-avatar {
  width: 3rem !important;
  height: 3rem !important;
  border-radius: 50%;
  /* 圆形 */
  background-color: #e0e0e0;
  /*
  浅灰占位（可替换为实际头像图片） */
  margin-right: 1rem;
  /* 与名字的间距 */
  /*
  （可选）添加人形图标：可引入Font Awesome等图标库实现更丰富的头像 */
}

.mce-content-body .name {
  color: #fff;
  font-size: 18px;
  margin: 0;
  /* 清除默认margin */
}

.mce-content-body .people-avatar-body {
  padding: 1rem 1rem 1rem 5rem;
}

.mce-content-body .email {
  margin: 0 0 16px;
  /* 仅底部留间距 */
  color: #555;
  /* 灰色文字 */
}

.mce-content-body .buttons {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
}

.mce-content-body .avatar-btn {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.5rem;
  cursor: pointer;
  /* 鼠标悬浮时显示手型 */
  font-size: 1rem;
  font-family: var(--ds-font-family-body, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif);
}

.mce-content-body .avatar-btn:hover {
  background-color: #f0f0f0;
}

.mce-content-body .insert-date {
  border-radius: 5px;
  padding: 4px;
  cursor: pointer !important;
  background-color: rgb(226, 226, 226);
  user-select: none;
}

.mce-content-body .insert-date:hover {
  background: #c0c0c0;
}

.mce-content-body .calendar-panel {
  width: 350px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  font-family: system-ui, sans-serif;
}

.mce-content-body .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.mce-content-body .nav-btn {
  cursor: pointer;
  padding: 8px 12px;
  border: none;
  background: #f0f2f5;
  border-radius: 6px;
  transition: background 0.2s;
}

.mce-content-body .nav-btn:hover {
  background: #e4e6eb;
}

.mce-content-body .current-month {
  font-weight: 600;
  color: #1d1f20;
}

.mce-content-body .weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  margin-bottom: 8px;
}

.mce-content-body .weekday {
  text-align: center;
  color: #606266;
  font-size: 14px;
}

.mce-content-body .days-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}

.mce-content-body .day-cell {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
}

.mce-content-body .day-cell:hover:not(.disabled) {
  background: #f0f2f5;
}

.mce-content-body .current-day {
  background: #409eff;
  color: white;
}

.mce-content-body .disabled {
  color: #c0c4cc;
  cursor: not-allowed;
}

.mce-content-body .highlighted-comment {
  background-color: #fff2a1;
  text-decoration: underline;
  cursor: pointer;
}

.mce-content-body .highlighted-comment.is-active {
  background-color: #d6a411;
}

.mce-content-body #comment-section {
  right: 2rem;
  top: 5rem;
  position: fixed;
  width: 20rem;
  height: 20rem;
  box-shadow: 0 2px 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  padding: 0.5rem;
}

.mce-content-body .comment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.mce-content-body .comment-header-buttons,
.mce-content-body .comment-header-operations {
  display: flex;
  gap: 0.5rem;
}

.mce-content-body .comment-header-buttons button {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  cursor: pointer;
  font-size: 12px;
  padding: 2px 6px;
}

.mce-content-body .comment-header-operation {
  display: flex;
  gap: 5px;
}

.mce-content-body .operation-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 14px;
  color: #666;
  padding: 0;
}

.mce-content-body .comment-main {
  margin-bottom: 12px;
}

.mce-content-body .comment-user-avatar {
  border-radius: 50%;
  /* 圆形头像 */
  background: #e5e7eb;
  /* 占位头像背景色 */
  margin-right: 8px;
  flex-shrink: 0;
  /* 防止头像缩放 */
  width: 2.5rem;
  object-fit: contain;
}

.mce-content-body .comment-user-info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-size: 1rem;
}

.mce-content-body .comment-user-info-username {
  font-weight: 500;
  color: #111827;
  /* 用户名深色 */
}

.mce-content-body .comment-user-info-time {
  font-size: 0.8rem;
  color: #6b7280;
  /* 时间浅色 */
}

.mce-content-body .comment-text {
  margin: 0.7rem 0.3rem;
  color: #111827;
  font-size: 1rem;
}

.mce-content-body .highlight-panel {
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  background-color: #e0f2fe;
  color: #1e40af;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
  max-width: 100%;
  margin: 1rem 0;
}

.mce-content-body .highlight-panel .panel-content {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.mce-content-body .highlight-panel .panel-content p {
  margin: 0;
  line-height: 1.5;
  font-size: 0.9375rem;
  flex-grow: 1;
}

.mce-content-body .highlight-panel .panel-icon {
  color: inherit;
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.mce-content-body .highlight-panel .panel-text {
  width: 95%;
}

.mce-content-body .highlight-panel .panel-text p {
  margin: 0;
  line-height: 1.5;
  font-size: 0.9375rem;
  flex-grow: 1;
}

.mce-content-body .highlight-panel.no-icon .panel-icon {
  display: none !important;
}

.mce-content-body .theme-info {
  background-color: #e9dfff;
  color: #1e40af;
}

.mce-content-body .theme-remark {
  background-color: #e0f2fe;
  color: #0a91eb;
}

.mce-content-body .theme-success {
  background-color: #dcfce7;
  color: #15803d;
}

.mce-content-body .theme-warning {
  background-color: #fff7ed;
  color: #c2410c;
}

.mce-content-body .theme-error {
  background-color: #fee2e2;
  color: #b91c1c;
}

.mce-content-body .theme-primary {
  background-color: #e0e7ff;
  color: #3b82f6;
}

.mce-content-body .theme-description {
  background-color: #f3f4f6;
  color: #4b5563;
}

.mce-content-body .colorful-tag {
  border-radius: 5px;
  padding: 1px 6px;
  margin: 0 5px;
  cursor: pointer !important;
  background-color: rgb(226, 226, 226);
  user-select: none;
  font-weight: 700;
}

.mce-content-body .colorful-tag[data-color=tag-gray] {
  background-color: #DCDFE4;
}

.mce-content-body .colorful-tag[data-color=tag-blue] {
  background-color: #85B8FF;
}

.mce-content-body .colorful-tag[data-color=tag-green] {
  background-color: #7EE2B8;
}

.mce-content-body .colorful-tag[data-color=tag-yellow] {
  background-color: #F5CD47;
}

.mce-content-body .colorful-tag[data-color=tag-red] {
  background-color: #FD9891;
}

.mce-content-body .colorful-tag[data-color=tag-purple] {
  background-color: #B8ACF6;
}

.mce-content-body .link-anchor {
  cursor: pointer;
  color: #3b82f6;
}

.mce-content-body .link-anchor:hover {
  text-decoration: underline;
}

.mce-content-body .link-text {
  color: #3b82f6;
  text-decoration: underline;
}

.mce-content-body .link-text:hover {
  text-decoration: none;
}

.mce-content-body .text.color-blue {
  color: #2898bd;
}

/*# sourceMappingURL=output.css.map */