
.dept-title[data-v-cc2a0a6e]{
  font-weight: bold;
  color: black;
}
.dept-title.selected[data-v-cc2a0a6e]{
  color: #409EFF;
  font-weight: 700;
}
.default-select-item[data-v-cc2a0a6e]{
  padding-left: 2em;
}

.flex-box[data-v-087c7c58] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid #f2f2f2;
}
.write-box[data-v-0e8a4e52] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(100% - 10px);
  overflow-y: hidden;
}
.autoDetail .edit[data-v-0e8a4e52] {
  height: 400px;
  background-color: #F3F3F3;
}
.autoDetail .size[data-v-0e8a4e52] {
  float: right;
  color: #666;
  font-size: 12px;
  margin-top: 5px;
}
.toggle-icon[data-v-0e8a4e52] {
  position: absolute;
  top: 500px;
  width: 25px;
  height: 55px;
  border: 1px solid #ddd;
  line-height: 55px;
  text-align: center;
  background-color: #fff;
  z-index: 2;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  cursor: pointer;
}
.detail-right[data-v-0e8a4e52] {
  padding: 10px 10px 0 10px;
  height: 100%;
  overflow: hidden;
  border-left: 1px solid #F3F3F3;
  background-color: #fff;
}
.el-card .card-title.el-row[data-v-c34c0be8] {
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  font-weight: 600;
}
.el-card .card-detail.el-row[data-v-c34c0be8] {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.el-card .card-detail.el-row p[data-v-c34c0be8] {
  line-height: 30px;
}
.el-card .card-detail.el-row span[data-v-c34c0be8] {
  color: #2A97F9;
}
.el-card .card-detail.el-row[data-v-c34c0be8]:last-child {
  border-bottom: 0;
}
.el-card .template-name[data-v-c34c0be8] {
  cursor: pointer;
}
.flex-box[data-v-31f5cbff] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid #f2f2f2;
}

.miniScroll[data-v-9b1541b4]{
  height: calc(100% - 150px);
  overflow: auto;
}


.automation .el-dialog__body, .screenDialog .el-dialog__body {
  padding: 30px 20px 0;
}
.automation .el-form-item, .screenDialog .el-form-item {
  margin-bottom: 9px !important;
}
.automation .form-select, .screenDialog .form-select {
  width: 100%;
}
.automation .label, .screenDialog .label {
  line-height: 32px;
  margin-top: 10px !important;
}
.content[data-v-1f2f7214] {
  position: relative;
  padding-right: 10px;
  overflow-y: auto;
  height: 500px;
}
.footer[data-v-1f2f7214] {
  position: sticky;
  background-color: white;
  bottom: 0;
  height: 40px;
  z-index: 3;
}
.page[data-v-1f2f7214] {
  margin: 10px 0;
}
.shadow[data-v-dfe7c638] {
  margin-left: -10px;
  background-color: #ddd;
  text-align: center;
  font-size: 12px;
  color: #666;
  -webkit-box-shadow: 2px 3px 4px rgba(136, 136, 136, 0.3411764706);
          box-shadow: 2px 3px 4px rgba(136, 136, 136, 0.3411764706);
  margin-right: -10px;
}
.tips[data-v-113a17a2] {
  margin-bottom: 10px;
}
.shadow[data-v-4f969f1b] {
  margin-left: -10px;
  background-color: #ddd;
  text-align: center;
  font-size: 12px;
  color: #666;
  -webkit-box-shadow: 2px 3px 4px rgba(136, 136, 136, 0.3411764706);
          box-shadow: 2px 3px 4px rgba(136, 136, 136, 0.3411764706);
  margin-right: -10px;
}
.automation-add {
  position: relative;
  height: calc(100% - 68px);
}
.automation-add .fixed-top {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  font-size: 13px;
  background-color: orange;
  color: #fff;
}
.automation-add form.el-form.demo-ruleForm {
  padding: 0 10px;
}
.automation-add form.el-form.demo-ruleForm .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.automation-add form.el-form.demo-ruleForm .copy-box {
  width: 1025px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.automation-add form.el-form.demo-ruleForm .copy-box .el-textarea__inner {
  border: none;
  padding: 5px 0;
  margin-bottom: 15px;
}
.automation-add form.el-form.demo-ruleForm .copy-box .el-tag {
  margin-right: 5px;
}
.automation-add form.el-form.demo-ruleForm .upload {
  width: 600px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  color: #666;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .box {
  padding: 10px 15px 10px 0;
  width: 194px;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .box .inner {
  width: 160px;
  height: 74px;
  padding: 15px 20px;
  text-align: center;
  background: rgba(221, 221, 221, 0.5607843137);
  border-radius: 10px;
  position: relative;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .box .inner.special {
  padding: 0;
  margin-left: 27px;
  background-color: transparent;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .box h1 {
  font-size: 14px;
  color: #000;
  height: 30px;
  font-weight: 600;
  line-height: 37px;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .box h1 .autoX {
  width: 12px;
  height: 12px;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1009px;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .middle ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .middle ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  position: relative;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .middle ul li .box {
  border-radius: 0;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .middle ul li i.el-icon-close {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 22px;
  text-align: right;
  border-bottom-left-radius: 17px;
  color: rgba(102, 102, 102, 0.3411764706);
  cursor: pointer;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .middle ul li:first-child .box {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .middle .add {
  width: 62px;
  height: 62px;
  margin-left: 20px;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .bottom {
  width: 240px;
  background-color: rgba(221, 221, 221, 0.5607843137);
  border-radius: 10px;
  text-align: center;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .bottom .bottom-box h2 {
  font-size: 14px;
  color: #000;
  font-weight: normal;
  height: 30px;
  line-height: 39px;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .bottom .bottom-box .box {
  padding-top: 0;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .the-frag {
  width: 240px;
  text-align: center;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .the-frag img.next {
  width: 26px;
  height: 22px;
  margin-top: 12px;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .indicate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .indicate img.indicate-icon {
  height: 18px;
  margin: 0 21px;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .indicate img.left {
  margin-right: 5px;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .indicate img.right {
  margin-left: 5px;
}
.preview-content[data-v-2d9d0ab5] {
  padding: 20px;
  height: 100%;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.preview-content .line[data-v-2d9d0ab5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  padding: 5px 0;
  border-bottom: 1px solid #dcdfe6;
  overflow: hidden;
  position: relative;
}
.preview-content .item-label[data-v-2d9d0ab5] {
  display: inline-block;
  width: 70px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
}
.preview-content .write-input[data-v-2d9d0ab5] {
  color: #333;
  height: 40px;
  line-height: 40px;
  border: 0;
  width: 90%;
  background-color: transparent;
}
.footer[data-v-2d9d0ab5] {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 40px;
  background-color: #fff;
  z-index: 2;
  padding: 10px 0;
  border-top: 1px solid #ddd;
}
.panel-group[data-v-7371dd1e] {
  margin-top: 18px;
}
.panel-group .card-panel-col[data-v-7371dd1e] {
  margin-bottom: 32px;
}
.panel-group .el-col-lg-5[data-v-7371dd1e] {
  width: 20%;
}
.panel-group .card-panel[data-v-7371dd1e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 108px;
  cursor: pointer;
  font-size: 12px;
  position: relative;
  overflow: hidden;
  color: #666;
  background: #fff;
  -webkit-box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.05);
}
.panel-group .card-panel .icon-people[data-v-7371dd1e] {
  color: #2A97F9;
}
.panel-group .card-panel .icon-msg[data-v-7371dd1e] {
  color: #34bfa3;
}
.panel-group .card-panel .icon-money[data-v-7371dd1e] {
  color: #FBD444;
}
.panel-group .card-panel .icon-err[data-v-7371dd1e] {
  color: #f4516c;
}
.panel-group .card-panel .icon-shopping[data-v-7371dd1e] {
  color: #34bfa3;
}
.panel-group .card-panel .card-panel-icon-wrapper[data-v-7371dd1e] {
  margin: 14px 0 0 14px;
  padding: 16px;
  -webkit-transition: all 0.38s ease-out;
  transition: all 0.38s ease-out;
  border-radius: 6px;
}
.panel-group .card-panel .card-panel-icon-wrapper i[data-v-7371dd1e] {
  margin-top: 5px;
  font-size: 25px !important;
}
.panel-group .card-panel .card-panel-icon[data-v-7371dd1e] {
  float: left;
  font-size: 48px;
}
.panel-group .card-panel .card-panel-description[data-v-7371dd1e] {
  font-weight: bold;
}
.panel-group .card-panel .card-panel-description .card-panel-text[data-v-7371dd1e] {
  line-height: 18px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  width: 128%;
  margin-bottom: 12px;
  margin-top: 20px;
}
.panel-group .card-panel .card-panel-description .card-panel-text h1[data-v-7371dd1e] {
  font-size: 23px;
  color: #666;
  margin-bottom: 8px;
}
.panel-group .card-panel .card-panel-description .card-panel-text p[data-v-7371dd1e] {
  font-size: 14px;
  font-weight: normal;
  color: #666;
}
.panel-group .card-panel .card-panel-description .card-panel-text p[data-v-7371dd1e]:last-child {
  font-size: 12px;
  color: #0884f3;
  margin-top: 10px !important;
}
.market-email .echart[data-v-2f7b99de] {
  width: 100%;
  height: 500px;
}
.market-email .el-table[data-v-2f7b99de] {
  font-size: 13px;
}
.static[data-v-7b63421b] {
  overflow: auto;
  position: relative;
}
.static header[data-v-7b63421b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 10px;
  background-color: #fff;
  z-index: 2;
}
.static header .static-left[data-v-7b63421b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.static header .static-left ul[data-v-7b63421b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 290px;
  height: 30px;
  border: 1px solid #2A97F9;
  border-radius: 10px;
}
.static header .static-left ul li[data-v-7b63421b] {
  text-align: center;
  width: 150px;
  height: 100%;
  line-height: 28px;
  cursor: pointer;
}
.static header .static-left ul li i[data-v-7b63421b] {
  margin-right: 5px;
}
.static header .static-left ul .active[data-v-7b63421b] {
  color: #fff;
  background-color: #2A97F9;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.static header .static-left ul .active1[data-v-7b63421b] {
  color: #fff;
  background-color: #2A97F9;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.static header .static-left button.el-button.el-button--primary.el-button--small[data-v-7b63421b] {
  margin-left: 20px;
}
.static .new-content[data-v-7b63421b] {
  padding: 30px 0;
}
.static .new-content ul[data-v-7b63421b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.static .new-content ul li[data-v-7b63421b] {
  width: 150px;
  line-height: 70px;
  text-align: center;
  background-color: #F5F5F5;
  color: #000;
  border-radius: 5px;
  cursor: pointer;
}
.static .new-content ul li.active[data-v-7b63421b] {
  background-color: #CCE1F4;
}
.flex-box[data-v-7b63421b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid #f2f2f2;
}
.emailDetail[data-v-712933d4] {
  overflow-y: auto;
}
.emailDetail header[data-v-712933d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  color: #000;
  font-size: 16px;
}
.emailDetail header i[data-v-712933d4] {
  font-size: 18px;
  color: #0a6cd6;
  margin-right: 5px;
  cursor: pointer;
}
.emailDetail header .el-input.el-input--small.el-input--prefix[data-v-712933d4] {
  width: 250px;
}
.emailDetail .preview[data-v-712933d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px !important;
  border-bottom: 1px solid #ddd;
}
.emailDetail .preview li[data-v-712933d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 2.5% 0 2.5% 2%;
  color: #325893;
}
.emailDetail .preview li i[data-v-712933d4] {
  margin-top: 5px;
  font-size: 25px !important;
}
.emailDetail .preview li .detail[data-v-712933d4] {
  padding-left: 12px;
  border-right: 1px solid #ddd;
  width: 68%;
}
.emailDetail .preview li .detail h1[data-v-712933d4] {
  font-size: 28px;
  margin-bottom: 10px;
}
.emailDetail .preview li .detail .dataType[data-v-712933d4] {
  font-size: 16px;
}
.emailDetail .preview li .detail .dataStatus[data-v-712933d4] {
  font-size: 12px;
  color: #0884f3;
  margin-top: 10px !important;
}
.emailDetail .preview li:last-child .detail[data-v-712933d4] {
  border-right: 0;
}
.emailDetail h1.title[data-v-712933d4] {
  height: 40px;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
}
.emailDetail h1.title .el-divider[data-v-712933d4] {
  width: 250px;
}
.emailDetail .rule[data-v-712933d4] {
  padding: 10px 20px;
  margin: 10px 0 20px 0;
  border: 1px solid #ddd;
}
.emailDetail .bottom-content .title[data-v-712933d4] {
  color: #5d5d5d;
  font-size: 15px;
  padding: 15px 0;
  font-weight: normal;
}
.email-review[data-v-5513f9a4] {
  height: 100vh;
  overflow-x: hidden;
}
.email-review .title[data-v-5513f9a4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 57px;
  background-color: #fff;
  padding: 0 20px;
}
.email-review .title img[data-v-5513f9a4] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.email-review .title span[data-v-5513f9a4] {
  font-size: 16px;
  color: #666;
  margin-left: 15px;
}
.email-review .detail[data-v-5513f9a4] {
  padding: 20px;
  border: 1px solid #8BA7CC;
  background: #E4ECF5;
}
.email-review .detail h1[data-v-5513f9a4] {
  margin-bottom: 5px;
  font-size: 15px;
}
.email-review .detail ul li[data-v-5513f9a4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 25px;
  font-size: 13px;
  color: #666;
}
.email-review .detail ul li span[data-v-5513f9a4] {
  margin-left: 9px;
  color: #5fa207;
}
.email-review .detail ul li b[data-v-5513f9a4] {
  font-weight: normal;
  margin-right: 5px;
}
.email-review .detail ul li a[data-v-5513f9a4] {
  border-bottom: 1px solid;
  margin-right: 9px;
}
.email-review .detail ul li a b[data-v-5513f9a4] {
  font-size: 12px;
  color: #666;
}
.email-review .content[data-v-5513f9a4] {
  padding: 15px;
  overflow: visible;
  height: auto;
  min-height: 250px;
  background-color: #fff;
}
.email-review button.el-button.send-btn.el-button--primary[data-v-5513f9a4] {
  position: absolute;
  bottom: 150px;
  right: 35px;
}

.iframe[data-v-5513f9a4] @page {
  size: a4
}
.iframe[data-v-5513f9a4] table {
  font-size: 14px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #f3f3f3;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
}
.iframe[data-v-5513f9a4] td, th[data-v-5513f9a4] {
  border-right: 1px solid #666;
  border-top: 1px solid #666;
  padding: 8px;
}

.email-review[data-v-478c4333] {
  height: 100vh;
  overflow-x: hidden;
}
.email-review .title[data-v-478c4333] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 57px;
  background-color: #fff;
  padding: 0 20px;
}
.email-review .title img[data-v-478c4333] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.email-review .title span[data-v-478c4333] {
  font-size: 16px;
  color: #666;
  margin-left: 15px;
}
.email-review .detail[data-v-478c4333] {
  padding: 20px;
  border: 1px solid #8BA7CC;
  background: #E4ECF5;
}
.email-review .detail h1[data-v-478c4333] {
  margin-bottom: 5px;
  font-size: 15px;
}
.email-review .detail ul li[data-v-478c4333] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 25px;
  font-size: 13px;
  color: #666;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.email-review .detail ul li span[data-v-478c4333] {
  margin-left: 9px;
  color: #5fa207;
}
.email-review .detail ul li b[data-v-478c4333] {
  font-weight: normal;
  margin-right: 5px;
}
.email-review .detail ul li a[data-v-478c4333] {
  border-bottom: 1px solid;
  margin-right: 9px;
}
.email-review .detail ul li a b[data-v-478c4333] {
  font-size: 12px;
  color: #666;
}
.email-review .content[data-v-478c4333] {
  padding: 15px;
  overflow: visible;
  height: auto;
  min-height: 250px;
  background-color: #fff;
}
.email-review button.el-button.send-btn.el-button--primary[data-v-478c4333] {
  position: absolute;
  bottom: 150px;
  right: 35px;
}

.iframe[data-v-478c4333] @page {
  size: a4
}
.iframe[data-v-478c4333] table {
  font-size: 14px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #f3f3f3;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
}
.iframe[data-v-478c4333] td, th[data-v-478c4333] {
  border-right: 1px solid #666;
  border-top: 1px solid #666;
  padding: 8px;
}
.iframe[data-v-478c4333] p {
  line-height: 1.43;
  margin: 14px 0 !important;
}

@charset "UTF-8";
/* 全局弹窗通用样式 */
.website-dialog[data-v-5c8fa2b4] {
  /* 表单项间距优化 */
}
.website-dialog[data-v-5c8fa2b4] .el-dialog {
  margin-top: 5vh !important;
  border-radius: 4px;
  -webkit-box-shadow: 0 18px 48px rgba(0, 0, 0, 0.15);
          box-shadow: 0 18px 48px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 90vh;
}
.website-dialog[data-v-5c8fa2b4] .el-dialog__header {
  height: 50px;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #edf0f5;
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.website-dialog[data-v-5c8fa2b4] .el-dialog__title {
  color: #111827;
  font-size: 14px;
  font-weight: 700;
}
.website-dialog[data-v-5c8fa2b4] .el-dialog__body {
  padding: 24px 32px;
  color: #1f2937;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.website-dialog[data-v-5c8fa2b4] .el-dialog__footer {
  padding: 14px 24px;
  background: #fff;
  border-top: 1px solid #edf0f5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.website-dialog[data-v-5c8fa2b4] .el-form-item {
  margin-bottom: 16px;
}
.website-dialog[data-v-5c8fa2b4] .el-form-item .el-form-item__label {
  color: #1f2937;
  font-size: 12px;
}
.website-dialog[data-v-5c8fa2b4] .el-form-item .el-input__inner,
.website-dialog[data-v-5c8fa2b4] .el-form-item .el-textarea__inner {
  border-color: #e4e9f1;
  font-size: 12px;
}
.website-dialog[data-v-5c8fa2b4] .el-form-item .el-input__inner:focus,
.website-dialog[data-v-5c8fa2b4] .el-form-item .el-textarea__inner:focus {
  border-color: #409eff;
}

/* 特定类型的弹窗样式 */
.table-dialog[data-v-5c8fa2b4] .el-dialog__body,
.article-list-dialog[data-v-5c8fa2b4] .el-dialog__body,
.ai-dialog[data-v-5c8fa2b4] .el-dialog__body,
.task-detail-dialog[data-v-5c8fa2b4] .el-dialog__body,
.smart-dialog[data-v-5c8fa2b4] .el-dialog__body {
  min-height: 500px;
}
.manual-dialog[data-v-5c8fa2b4] .el-textarea__inner {
  min-height: 350px !important;
}

/* 工具栏样式 */
.dialog-toolbar[data-v-5c8fa2b4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.dialog-toolbar .search-input[data-v-5c8fa2b4] {
  width: 240px;
}

/* AI 统计卡片样式 */
.ai-stats[data-v-5c8fa2b4] {
  margin-bottom: 20px;
}
.ai-stat-card[data-v-5c8fa2b4] {
  height: 55px;
  border: 1px solid #f2f6fc;
  border-radius: 8px;
  padding: 16px 18px;
  position: relative;
  background: #fff;
}
.ai-stat-card span[data-v-5c8fa2b4] {
  display: block;
  color: #909399;
  font-size: 12px;
}
.ai-stat-card strong[data-v-5c8fa2b4] {
  display: block;
  font-size: 18px;
  margin-top: 6px;
}
.ai-stat-card small[data-v-5c8fa2b4] {
  color: #909399;
  font-size: 12px;
}
.ai-stat-card i[data-v-5c8fa2b4] {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ai-stat-card i.blue-bg[data-v-5c8fa2b4] {
  background: linear-gradient(135deg, #ebf8ff 0%, #bee3f8 100%);
  color: #3182ce;
}
.ai-stat-card i.green-bg[data-v-5c8fa2b4] {
  background: linear-gradient(135deg, #f0fff4 0%, #c6f6d5 100%);
  color: #38a169;
}
.ai-stat-card i.cyan-bg[data-v-5c8fa2b4] {
  background: linear-gradient(135deg, #e6fffa 0%, #b2f5ea 100%);
  color: #319795;
}
.ai-stat-card i.orange-bg[data-v-5c8fa2b4] {
  background: linear-gradient(135deg, #fffaf0 0%, #feebc8 100%);
  color: #dd6b20;
}

/* 文本辅助类 */
.green-text[data-v-5c8fa2b4] {
  color: #67C23A;
}
.blue-text[data-v-5c8fa2b4] {
  color: #409EFF;
}
.orange-text[data-v-5c8fa2b4] {
  color: #E6A23C;
}
.red-text[data-v-5c8fa2b4] {
  color: #F56C6C;
}

/* 活动日志样式 */
.activity-list[data-v-5c8fa2b4] {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 315px;
  overflow-y: auto;
}
.activity-list li[data-v-5c8fa2b4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #f2f6fc;
}
.activity-list li .log-dot[data-v-5c8fa2b4] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 6px 12px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.activity-list li .log-dot.green[data-v-5c8fa2b4] {
  background: #67C23A;
}
.activity-list li .log-dot.cyan[data-v-5c8fa2b4] {
  background: #00CED1;
}
.activity-list li .log-dot.purple[data-v-5c8fa2b4] {
  background: #9b59b6;
}
.activity-list li .log-dot.blue[data-v-5c8fa2b4] {
  background: #409EFF;
}
.activity-list li p[data-v-5c8fa2b4] {
  margin: 0;
  font-size: 13px;
  color: #606266;
  line-height: 1.5;
}
.activity-list li small[data-v-5c8fa2b4] {
  display: block;
  margin-top: 4px;
  color: #99a9bf;
  font-size: 12px;
}

/* Section Title */
.section-title[data-v-5c8fa2b4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.section-title h4[data-v-5c8fa2b4] {
  margin: 0;
  font-size: 14px;
  color: #303133;
}

/* Smart Article Split View */
.smart-left[data-v-5c8fa2b4] {
  border-right: 1px solid #ebeef5;
}
.empty-result[data-v-5c8fa2b4] {
  text-align: center;
  padding-top: 100px;
  color: #909399;
}
.empty-result .empty-box[data-v-5c8fa2b4] {
  width: 60px;
  height: 60px;
  border: 1px dashed #dcdfe6;
  margin: 0 auto 20px;
}
.manual-dialog[data-v-5c8fa2b4] .el-dialog__body {
  max-height: 75vh;
  overflow-y: auto;
  padding: 20px 24px;
}
.readonly-dialog[data-v-5c8fa2b4] .tox-editor-header,
.readonly-dialog[data-v-5c8fa2b4] .tox-toolbar,
.readonly-dialog[data-v-5c8fa2b4] .tox-toolbar__primary,
.readonly-dialog[data-v-5c8fa2b4] .tox-toolbar-overlord,
.readonly-dialog[data-v-5c8fa2b4] .tox-menubar {
  display: none !important;
}
.readonly-dialog[data-v-5c8fa2b4] .tox-tinymce {
  border-top: 1px solid #dcdfe6;
}
.preview-header[data-v-5c8fa2b4] {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #edf2f7;
}
.preview-header .preview-title-row[data-v-5c8fa2b4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.preview-header .preview-title-row .preview-title[data-v-5c8fa2b4] {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #303133;
  line-height: 1.4;
  font-family: Arial, Helvetica, sans-serif;
}
.preview-header .preview-meta[data-v-5c8fa2b4] {
  font-size: 13px;
  color: #909399;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.preview-header .preview-meta .meta-item[data-v-5c8fa2b4] {
  color: #606266;
}

/* 状态标签 */
.status-tag[data-v-5c8fa2b4] {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}
.status-tag.published[data-v-5c8fa2b4] {
  color: #67c23a;
  background: #f0f9eb;
  border: 1px solid #e1f3d8;
}
.status-tag.scheduled[data-v-5c8fa2b4] {
  color: #e6a23c;
  background: #fdf6ec;
  border: 1px solid #faecd8;
}
.status-tag.draft[data-v-5c8fa2b4] {
  color: #909399;
  background: #f4f4f5;
  border: 1px solid #e9e9eb;
}
.status-tag.failed[data-v-5c8fa2b4] {
  color: #f56c6c;
  background: #fef0f0;
  border: 1px solid #fde2e2;
}
.article-preview-content[data-v-5c8fa2b4] {
  background: #f8fafc;
  border-radius: 6px;
  padding: 20px 24px;
  line-height: 1.8;
  font-size: 14px;
  color: #334155;
  word-break: break-word;
  font-family: Arial, Helvetica, sans-serif;
}
.article-preview-content[data-v-5c8fa2b4] img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 16px auto;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.article-preview-content[data-v-5c8fa2b4] p {
  margin-bottom: 14px;
}
.article-preview-content[data-v-5c8fa2b4] table {
  max-width: 100% !important;
  overflow-x: auto;
  display: block;
  margin: 16px 0;
}
@charset "UTF-8";
/* 全局弹窗通用样式 */
.website-dialog[data-v-e022a08e] {
  /* 表单项间距优化 */
}
.website-dialog[data-v-e022a08e] .el-dialog {
  margin-top: 5vh !important;
  border-radius: 4px;
  -webkit-box-shadow: 0 18px 48px rgba(0, 0, 0, 0.15);
          box-shadow: 0 18px 48px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 90vh;
}
.website-dialog[data-v-e022a08e] .el-dialog__header {
  height: 50px;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #edf0f5;
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.website-dialog[data-v-e022a08e] .el-dialog__title {
  color: #111827;
  font-size: 14px;
  font-weight: 700;
}
.website-dialog[data-v-e022a08e] .el-dialog__body {
  padding: 24px 32px;
  color: #1f2937;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.website-dialog[data-v-e022a08e] .el-dialog__footer {
  padding: 14px 24px;
  background: #fff;
  border-top: 1px solid #edf0f5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.website-dialog[data-v-e022a08e] .el-form-item {
  margin-bottom: 16px;
}
.website-dialog[data-v-e022a08e] .el-form-item .el-form-item__label {
  color: #1f2937;
  font-size: 12px;
}
.website-dialog[data-v-e022a08e] .el-form-item .el-input__inner,
.website-dialog[data-v-e022a08e] .el-form-item .el-textarea__inner {
  border-color: #e4e9f1;
  font-size: 12px;
}
.website-dialog[data-v-e022a08e] .el-form-item .el-input__inner:focus,
.website-dialog[data-v-e022a08e] .el-form-item .el-textarea__inner:focus {
  border-color: #409eff;
}

/* 特定类型的弹窗样式 */
.table-dialog[data-v-e022a08e] .el-dialog__body,
.article-list-dialog[data-v-e022a08e] .el-dialog__body,
.ai-dialog[data-v-e022a08e] .el-dialog__body,
.task-detail-dialog[data-v-e022a08e] .el-dialog__body,
.smart-dialog[data-v-e022a08e] .el-dialog__body {
  min-height: 500px;
}
.manual-dialog[data-v-e022a08e] .el-textarea__inner {
  min-height: 350px !important;
}

/* 工具栏样式 */
.dialog-toolbar[data-v-e022a08e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.dialog-toolbar .search-input[data-v-e022a08e] {
  width: 240px;
}

/* AI 统计卡片样式 */
.ai-stats[data-v-e022a08e] {
  margin-bottom: 20px;
}
.ai-stat-card[data-v-e022a08e] {
  height: 55px;
  border: 1px solid #f2f6fc;
  border-radius: 8px;
  padding: 16px 18px;
  position: relative;
  background: #fff;
}
.ai-stat-card span[data-v-e022a08e] {
  display: block;
  color: #909399;
  font-size: 12px;
}
.ai-stat-card strong[data-v-e022a08e] {
  display: block;
  font-size: 18px;
  margin-top: 6px;
}
.ai-stat-card small[data-v-e022a08e] {
  color: #909399;
  font-size: 12px;
}
.ai-stat-card i[data-v-e022a08e] {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ai-stat-card i.blue-bg[data-v-e022a08e] {
  background: linear-gradient(135deg, #ebf8ff 0%, #bee3f8 100%);
  color: #3182ce;
}
.ai-stat-card i.green-bg[data-v-e022a08e] {
  background: linear-gradient(135deg, #f0fff4 0%, #c6f6d5 100%);
  color: #38a169;
}
.ai-stat-card i.cyan-bg[data-v-e022a08e] {
  background: linear-gradient(135deg, #e6fffa 0%, #b2f5ea 100%);
  color: #319795;
}
.ai-stat-card i.orange-bg[data-v-e022a08e] {
  background: linear-gradient(135deg, #fffaf0 0%, #feebc8 100%);
  color: #dd6b20;
}

/* 文本辅助类 */
.green-text[data-v-e022a08e] {
  color: #67C23A;
}
.blue-text[data-v-e022a08e] {
  color: #409EFF;
}
.orange-text[data-v-e022a08e] {
  color: #E6A23C;
}
.red-text[data-v-e022a08e] {
  color: #F56C6C;
}

/* 活动日志样式 */
.activity-list[data-v-e022a08e] {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 315px;
  overflow-y: auto;
}
.activity-list li[data-v-e022a08e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #f2f6fc;
}
.activity-list li .log-dot[data-v-e022a08e] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 6px 12px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.activity-list li .log-dot.green[data-v-e022a08e] {
  background: #67C23A;
}
.activity-list li .log-dot.cyan[data-v-e022a08e] {
  background: #00CED1;
}
.activity-list li .log-dot.purple[data-v-e022a08e] {
  background: #9b59b6;
}
.activity-list li .log-dot.blue[data-v-e022a08e] {
  background: #409EFF;
}
.activity-list li p[data-v-e022a08e] {
  margin: 0;
  font-size: 13px;
  color: #606266;
  line-height: 1.5;
}
.activity-list li small[data-v-e022a08e] {
  display: block;
  margin-top: 4px;
  color: #99a9bf;
  font-size: 12px;
}

/* Section Title */
.section-title[data-v-e022a08e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.section-title h4[data-v-e022a08e] {
  margin: 0;
  font-size: 14px;
  color: #303133;
}

/* Smart Article Split View */
.smart-left[data-v-e022a08e] {
  border-right: 1px solid #ebeef5;
}
.empty-result[data-v-e022a08e] {
  text-align: center;
  padding-top: 100px;
  color: #909399;
}
.empty-result .empty-box[data-v-e022a08e] {
  width: 60px;
  height: 60px;
  border: 1px dashed #dcdfe6;
  margin: 0 auto 20px;
}
.empty-result[data-v-e022a08e] {
  /* 隔离外部样式干扰 */
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 80px;
  background: transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  /* 重置内部常用元素 */
}
.empty-result div[data-v-e022a08e], .empty-result p[data-v-e022a08e], .empty-result svg[data-v-e022a08e], .empty-result line[data-v-e022a08e] {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: normal;
  background: none;
}
.empty-result .empty-box[data-v-e022a08e] {
  width: 80px;
  height: 80px;
  border: 1px solid #dcdfe6 !important;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.empty-result .empty-box svg[data-v-e022a08e] {
  width: 100%;
  height: 100%;
  stroke: #dcdfe6;
  stroke-width: 1px;
  display: block;
}
.empty-result .empty-box svg line[data-v-e022a08e] {
  stroke: #dcdfe6;
  stroke-width: 1px;
}
.empty-result p[data-v-e022a08e] {
  color: #909399 !important;
  font-size: 13px !important;
  font-weight: normal !important;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
}
.generating-state[data-v-e022a08e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
  background: radial-gradient(circle at center, rgba(64, 158, 255, 0.05) 0%, transparent 70%);
}
.generating-state .ai-loader-container[data-v-e022a08e] {
  position: relative;
  width: 120px;
  height: 120px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.generating-state .ai-loader-container .loader-orbit[data-v-e022a08e] {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top: 2px solid #409eff;
  border-right: 2px solid rgba(64, 158, 255, 0.2);
  -webkit-animation: orbit-spin-e022a08e 1.5s linear infinite;
          animation: orbit-spin-e022a08e 1.5s linear infinite;
}
.generating-state .ai-loader-container .loader-orbit[data-v-e022a08e]::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 8px;
  height: 8px;
  background: #409eff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px #409eff;
          box-shadow: 0 0 15px #409eff;
}
.generating-state .ai-loader-container .loader-pulse[data-v-e022a08e] {
  position: absolute;
  width: 70px;
  height: 70px;
  background: rgba(64, 158, 255, 0.1);
  border-radius: 50%;
  -webkit-animation: pulse-ring-e022a08e 2s ease-out infinite;
          animation: pulse-ring-e022a08e 2s ease-out infinite;
}
.generating-state .ai-loader-container .loader-inner[data-v-e022a08e] {
  position: relative;
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 4px 15px rgba(64, 158, 255, 0.15);
          box-shadow: 0 4px 15px rgba(64, 158, 255, 0.15);
  z-index: 2;
  -webkit-animation: float-icon-e022a08e 3s ease-in-out infinite;
          animation: float-icon-e022a08e 3s ease-in-out infinite;
}
.generating-state .ai-loader-container .loader-inner i[data-v-e022a08e] {
  font-size: 28px;
  color: #409eff;
  background: linear-gradient(135deg, #409eff, #66b1ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.generating-state .ai-loader-container .sparkles[data-v-e022a08e] {
  position: absolute;
  width: 100%;
  height: 100%;
}
.generating-state .ai-loader-container .sparkles .sparkle[data-v-e022a08e] {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #409eff;
  border-radius: 50%;
  opacity: 0;
}
.generating-state .ai-loader-container .sparkles .s1[data-v-e022a08e] {
  top: 10%;
  left: 20%;
  -webkit-animation: sparkle-anim-e022a08e 2s infinite 0.3s;
          animation: sparkle-anim-e022a08e 2s infinite 0.3s;
}
.generating-state .ai-loader-container .sparkles .s2[data-v-e022a08e] {
  top: 30%;
  right: 10%;
  -webkit-animation: sparkle-anim-e022a08e 2.5s infinite 0.7s;
          animation: sparkle-anim-e022a08e 2.5s infinite 0.7s;
}
.generating-state .ai-loader-container .sparkles .s3[data-v-e022a08e] {
  bottom: 20%;
  left: 15%;
  -webkit-animation: sparkle-anim-e022a08e 1.8s infinite 1.2s;
          animation: sparkle-anim-e022a08e 1.8s infinite 1.2s;
}
.generating-state .generating-text[data-v-e022a08e] {
  font-size: 16px;
  font-weight: 600;
  color: #303133;
  margin-bottom: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#303133), color-stop(#409eff), to(#303133));
  background: linear-gradient(90deg, #303133, #409eff, #303133);
  background-size: 200% auto;
  -webkit-animation: text-shine-e022a08e 3s linear infinite;
          animation: text-shine-e022a08e 3s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.generating-state .generating-sub-text[data-v-e022a08e] {
  font-size: 13px;
  color: #909399;
}
@-webkit-keyframes orbit-spin-e022a08e {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes orbit-spin-e022a08e {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@-webkit-keyframes pulse-ring-e022a08e {
0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.8;
}
100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
}
}
@keyframes pulse-ring-e022a08e {
0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.8;
}
100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
}
}
@-webkit-keyframes float-icon-e022a08e {
0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
50% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
}
}
@keyframes float-icon-e022a08e {
0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
50% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
}
}
@-webkit-keyframes sparkle-anim-e022a08e {
0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
}
50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.8;
}
100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
}
}
@keyframes sparkle-anim-e022a08e {
0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
}
50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.8;
}
100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
}
}
@-webkit-keyframes text-shine-e022a08e {
to {
    background-position: 200% center;
}
}
@keyframes text-shine-e022a08e {
to {
    background-position: 200% center;
}
}
.generated-content[data-v-e022a08e] {
  word-break: normal;
  overflow-wrap: normal;
  white-space: normal;
}
.generated-content[data-v-e022a08e] * {
  word-break: normal;
  overflow-wrap: normal;
  white-space: normal;
}
.generated-content[data-v-e022a08e] img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 12px auto;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}
.generated-content[data-v-e022a08e] table {
  max-width: 100% !important;
  overflow-x: auto;
  display: block;
}
@charset "UTF-8";
/* 全局弹窗通用样式 */
.website-dialog[data-v-5dd0aede] {
  /* 表单项间距优化 */
}
.website-dialog[data-v-5dd0aede] .el-dialog {
  margin-top: 5vh !important;
  border-radius: 4px;
  -webkit-box-shadow: 0 18px 48px rgba(0, 0, 0, 0.15);
          box-shadow: 0 18px 48px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 90vh;
}
.website-dialog[data-v-5dd0aede] .el-dialog__header {
  height: 50px;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #edf0f5;
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.website-dialog[data-v-5dd0aede] .el-dialog__title {
  color: #111827;
  font-size: 14px;
  font-weight: 700;
}
.website-dialog[data-v-5dd0aede] .el-dialog__body {
  padding: 24px 32px;
  color: #1f2937;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.website-dialog[data-v-5dd0aede] .el-dialog__footer {
  padding: 14px 24px;
  background: #fff;
  border-top: 1px solid #edf0f5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.website-dialog[data-v-5dd0aede] .el-form-item {
  margin-bottom: 16px;
}
.website-dialog[data-v-5dd0aede] .el-form-item .el-form-item__label {
  color: #1f2937;
  font-size: 12px;
}
.website-dialog[data-v-5dd0aede] .el-form-item .el-input__inner,
.website-dialog[data-v-5dd0aede] .el-form-item .el-textarea__inner {
  border-color: #e4e9f1;
  font-size: 12px;
}
.website-dialog[data-v-5dd0aede] .el-form-item .el-input__inner:focus,
.website-dialog[data-v-5dd0aede] .el-form-item .el-textarea__inner:focus {
  border-color: #409eff;
}

/* 特定类型的弹窗样式 */
.table-dialog[data-v-5dd0aede] .el-dialog__body,
.article-list-dialog[data-v-5dd0aede] .el-dialog__body,
.ai-dialog[data-v-5dd0aede] .el-dialog__body,
.task-detail-dialog[data-v-5dd0aede] .el-dialog__body,
.smart-dialog[data-v-5dd0aede] .el-dialog__body {
  min-height: 500px;
}
.manual-dialog[data-v-5dd0aede] .el-textarea__inner {
  min-height: 350px !important;
}

/* 工具栏样式 */
.dialog-toolbar[data-v-5dd0aede] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.dialog-toolbar .search-input[data-v-5dd0aede] {
  width: 240px;
}

/* AI 统计卡片样式 */
.ai-stats[data-v-5dd0aede] {
  margin-bottom: 20px;
}
.ai-stat-card[data-v-5dd0aede] {
  height: 55px;
  border: 1px solid #f2f6fc;
  border-radius: 8px;
  padding: 16px 18px;
  position: relative;
  background: #fff;
}
.ai-stat-card span[data-v-5dd0aede] {
  display: block;
  color: #909399;
  font-size: 12px;
}
.ai-stat-card strong[data-v-5dd0aede] {
  display: block;
  font-size: 18px;
  margin-top: 6px;
}
.ai-stat-card small[data-v-5dd0aede] {
  color: #909399;
  font-size: 12px;
}
.ai-stat-card i[data-v-5dd0aede] {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ai-stat-card i.blue-bg[data-v-5dd0aede] {
  background: linear-gradient(135deg, #ebf8ff 0%, #bee3f8 100%);
  color: #3182ce;
}
.ai-stat-card i.green-bg[data-v-5dd0aede] {
  background: linear-gradient(135deg, #f0fff4 0%, #c6f6d5 100%);
  color: #38a169;
}
.ai-stat-card i.cyan-bg[data-v-5dd0aede] {
  background: linear-gradient(135deg, #e6fffa 0%, #b2f5ea 100%);
  color: #319795;
}
.ai-stat-card i.orange-bg[data-v-5dd0aede] {
  background: linear-gradient(135deg, #fffaf0 0%, #feebc8 100%);
  color: #dd6b20;
}

/* 文本辅助类 */
.green-text[data-v-5dd0aede] {
  color: #67C23A;
}
.blue-text[data-v-5dd0aede] {
  color: #409EFF;
}
.orange-text[data-v-5dd0aede] {
  color: #E6A23C;
}
.red-text[data-v-5dd0aede] {
  color: #F56C6C;
}

/* 活动日志样式 */
.activity-list[data-v-5dd0aede] {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 315px;
  overflow-y: auto;
}
.activity-list li[data-v-5dd0aede] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #f2f6fc;
}
.activity-list li .log-dot[data-v-5dd0aede] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 6px 12px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.activity-list li .log-dot.green[data-v-5dd0aede] {
  background: #67C23A;
}
.activity-list li .log-dot.cyan[data-v-5dd0aede] {
  background: #00CED1;
}
.activity-list li .log-dot.purple[data-v-5dd0aede] {
  background: #9b59b6;
}
.activity-list li .log-dot.blue[data-v-5dd0aede] {
  background: #409EFF;
}
.activity-list li p[data-v-5dd0aede] {
  margin: 0;
  font-size: 13px;
  color: #606266;
  line-height: 1.5;
}
.activity-list li small[data-v-5dd0aede] {
  display: block;
  margin-top: 4px;
  color: #99a9bf;
  font-size: 12px;
}

/* Section Title */
.section-title[data-v-5dd0aede] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.section-title h4[data-v-5dd0aede] {
  margin: 0;
  font-size: 14px;
  color: #303133;
}

/* Smart Article Split View */
.smart-left[data-v-5dd0aede] {
  border-right: 1px solid #ebeef5;
}
.empty-result[data-v-5dd0aede] {
  text-align: center;
  padding-top: 100px;
  color: #909399;
}
.empty-result .empty-box[data-v-5dd0aede] {
  width: 60px;
  height: 60px;
  border: 1px dashed #dcdfe6;
  margin: 0 auto 20px;
}
.toolbar-actions[data-v-5dd0aede] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@charset "UTF-8";
/* 全局弹窗通用样式 */
.website-dialog[data-v-22bf9650] {
  /* 表单项间距优化 */
}
.website-dialog[data-v-22bf9650] .el-dialog {
  margin-top: 5vh !important;
  border-radius: 4px;
  -webkit-box-shadow: 0 18px 48px rgba(0, 0, 0, 0.15);
          box-shadow: 0 18px 48px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 90vh;
}
.website-dialog[data-v-22bf9650] .el-dialog__header {
  height: 50px;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #edf0f5;
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.website-dialog[data-v-22bf9650] .el-dialog__title {
  color: #111827;
  font-size: 14px;
  font-weight: 700;
}
.website-dialog[data-v-22bf9650] .el-dialog__body {
  padding: 24px 32px;
  color: #1f2937;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.website-dialog[data-v-22bf9650] .el-dialog__footer {
  padding: 14px 24px;
  background: #fff;
  border-top: 1px solid #edf0f5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.website-dialog[data-v-22bf9650] .el-form-item {
  margin-bottom: 16px;
}
.website-dialog[data-v-22bf9650] .el-form-item .el-form-item__label {
  color: #1f2937;
  font-size: 12px;
}
.website-dialog[data-v-22bf9650] .el-form-item .el-input__inner,
.website-dialog[data-v-22bf9650] .el-form-item .el-textarea__inner {
  border-color: #e4e9f1;
  font-size: 12px;
}
.website-dialog[data-v-22bf9650] .el-form-item .el-input__inner:focus,
.website-dialog[data-v-22bf9650] .el-form-item .el-textarea__inner:focus {
  border-color: #409eff;
}

/* 特定类型的弹窗样式 */
.table-dialog[data-v-22bf9650] .el-dialog__body,
.article-list-dialog[data-v-22bf9650] .el-dialog__body,
.ai-dialog[data-v-22bf9650] .el-dialog__body,
.task-detail-dialog[data-v-22bf9650] .el-dialog__body,
.smart-dialog[data-v-22bf9650] .el-dialog__body {
  min-height: 500px;
}
.manual-dialog[data-v-22bf9650] .el-textarea__inner {
  min-height: 350px !important;
}

/* 工具栏样式 */
.dialog-toolbar[data-v-22bf9650] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.dialog-toolbar .search-input[data-v-22bf9650] {
  width: 240px;
}

/* AI 统计卡片样式 */
.ai-stats[data-v-22bf9650] {
  margin-bottom: 20px;
}
.ai-stat-card[data-v-22bf9650] {
  height: 55px;
  border: 1px solid #f2f6fc;
  border-radius: 8px;
  padding: 16px 18px;
  position: relative;
  background: #fff;
}
.ai-stat-card span[data-v-22bf9650] {
  display: block;
  color: #909399;
  font-size: 12px;
}
.ai-stat-card strong[data-v-22bf9650] {
  display: block;
  font-size: 18px;
  margin-top: 6px;
}
.ai-stat-card small[data-v-22bf9650] {
  color: #909399;
  font-size: 12px;
}
.ai-stat-card i[data-v-22bf9650] {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ai-stat-card i.blue-bg[data-v-22bf9650] {
  background: linear-gradient(135deg, #ebf8ff 0%, #bee3f8 100%);
  color: #3182ce;
}
.ai-stat-card i.green-bg[data-v-22bf9650] {
  background: linear-gradient(135deg, #f0fff4 0%, #c6f6d5 100%);
  color: #38a169;
}
.ai-stat-card i.cyan-bg[data-v-22bf9650] {
  background: linear-gradient(135deg, #e6fffa 0%, #b2f5ea 100%);
  color: #319795;
}
.ai-stat-card i.orange-bg[data-v-22bf9650] {
  background: linear-gradient(135deg, #fffaf0 0%, #feebc8 100%);
  color: #dd6b20;
}

/* 文本辅助类 */
.green-text[data-v-22bf9650] {
  color: #67C23A;
}
.blue-text[data-v-22bf9650] {
  color: #409EFF;
}
.orange-text[data-v-22bf9650] {
  color: #E6A23C;
}
.red-text[data-v-22bf9650] {
  color: #F56C6C;
}

/* 活动日志样式 */
.activity-list[data-v-22bf9650] {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 315px;
  overflow-y: auto;
}
.activity-list li[data-v-22bf9650] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #f2f6fc;
}
.activity-list li .log-dot[data-v-22bf9650] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 6px 12px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.activity-list li .log-dot.green[data-v-22bf9650] {
  background: #67C23A;
}
.activity-list li .log-dot.cyan[data-v-22bf9650] {
  background: #00CED1;
}
.activity-list li .log-dot.purple[data-v-22bf9650] {
  background: #9b59b6;
}
.activity-list li .log-dot.blue[data-v-22bf9650] {
  background: #409EFF;
}
.activity-list li p[data-v-22bf9650] {
  margin: 0;
  font-size: 13px;
  color: #606266;
  line-height: 1.5;
}
.activity-list li small[data-v-22bf9650] {
  display: block;
  margin-top: 4px;
  color: #99a9bf;
  font-size: 12px;
}

/* Section Title */
.section-title[data-v-22bf9650] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.section-title h4[data-v-22bf9650] {
  margin: 0;
  font-size: 14px;
  color: #303133;
}

/* Smart Article Split View */
.smart-left[data-v-22bf9650] {
  border-right: 1px solid #ebeef5;
}
.empty-result[data-v-22bf9650] {
  text-align: center;
  padding-top: 100px;
  color: #909399;
}
.empty-result .empty-box[data-v-22bf9650] {
  width: 60px;
  height: 60px;
  border: 1px dashed #dcdfe6;
  margin: 0 auto 20px;
}
@charset "UTF-8";
.article-list-dialog[data-v-41bfdd80] .el-dialog {
  margin-top: 5vh !important;
  border-radius: 8px;
  overflow: hidden;
}
.article-list-dialog[data-v-41bfdd80] .el-dialog__header {
  padding: 16px 24px;
  border-bottom: 1px solid #edf2f7;
  background: #fff;
}
.article-list-dialog[data-v-41bfdd80] .el-dialog__title {
  font-size: 16px;
  font-weight: 700;
  color: #1a202c;
}
.article-list-dialog[data-v-41bfdd80] .el-dialog__body {
  padding: 20px 24px;
  background: #fff;
  overflow: hidden;
}
.article-list-dialog[data-v-41bfdd80] .el-dialog__footer {
  padding: 14px 24px;
  border-top: 1px solid #edf2f7;
}
.toolbar[data-v-41bfdd80] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.filters[data-v-41bfdd80] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filters .el-select[data-v-41bfdd80] {
  width: 140px;
}
.filters .search-input[data-v-41bfdd80] {
  width: 280px;
}
.actions[data-v-41bfdd80] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.article-title[data-v-41bfdd80] {
  display: inline-block;
  max-width: 100%;
  color: inherit;
}
.article-title.online[data-v-41bfdd80] {
  color: #409eff;
  cursor: pointer;
}
.article-title.online[data-v-41bfdd80]:hover {
  color: #1a73e8;
  text-decoration: underline;
}
.pagination-wrap[data-v-41bfdd80] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 14px;
}

/* 状态标签 */
.status-tag[data-v-41bfdd80] {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}
.status-tag.published[data-v-41bfdd80] {
  color: #38a169;
  background: #f0fff4;
  border: 1px solid #c6f6d5;
}
.status-tag.scheduled[data-v-41bfdd80] {
  color: #dd6b20;
  background: #fffaf0;
  border: 1px solid #feebc8;
}
.status-tag.draft[data-v-41bfdd80] {
  color: #718096;
  background: #f7fafc;
  border: 1px solid #e2e8f0;
}
.status-tag.failed[data-v-41bfdd80] {
  color: #e53e3e;
  background: #fff5f5;
  border: 1px solid #fed7d7;
}

/* SEO 评分颜色 */
.seo-high[data-v-41bfdd80] {
  color: #38a169;
  font-weight: 700;
}
.seo-mid[data-v-41bfdd80] {
  color: #dd6b20;
  font-weight: 700;
}
.seo-low[data-v-41bfdd80] {
  color: #e53e3e;
  font-weight: 700;
}

/* 操作按钮颜色 */
.warn-btn[data-v-41bfdd80] {
  color: #dd6b20 !important;
}
.danger-btn[data-v-41bfdd80] {
  color: #e53e3e !important;
}

/* 表格优化 */
[data-v-41bfdd80] .el-table {
  border-radius: 6px;
  overflow: hidden;
}
[data-v-41bfdd80] .el-table::before {
  display: none;
}
[data-v-41bfdd80] .el-table .el-table__row:hover > td {
  background-color: #f8fafc;
}
[data-v-41bfdd80] .el-table td {
  padding: 10px 0;
  font-size: 13px;
  color: #4a5568;
}
[data-v-41bfdd80] .el-table th {
  border-bottom: 1px solid #edf2f7;
}
@charset "UTF-8";
/* 全局弹窗通用样式 */
.website-dialog[data-v-a76ecea6] {
  /* 表单项间距优化 */
}
.website-dialog[data-v-a76ecea6] .el-dialog {
  margin-top: 5vh !important;
  border-radius: 4px;
  -webkit-box-shadow: 0 18px 48px rgba(0, 0, 0, 0.15);
          box-shadow: 0 18px 48px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 90vh;
}
.website-dialog[data-v-a76ecea6] .el-dialog__header {
  height: 50px;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #edf0f5;
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.website-dialog[data-v-a76ecea6] .el-dialog__title {
  color: #111827;
  font-size: 14px;
  font-weight: 700;
}
.website-dialog[data-v-a76ecea6] .el-dialog__body {
  padding: 24px 32px;
  color: #1f2937;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.website-dialog[data-v-a76ecea6] .el-dialog__footer {
  padding: 14px 24px;
  background: #fff;
  border-top: 1px solid #edf0f5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.website-dialog[data-v-a76ecea6] .el-form-item {
  margin-bottom: 16px;
}
.website-dialog[data-v-a76ecea6] .el-form-item .el-form-item__label {
  color: #1f2937;
  font-size: 12px;
}
.website-dialog[data-v-a76ecea6] .el-form-item .el-input__inner,
.website-dialog[data-v-a76ecea6] .el-form-item .el-textarea__inner {
  border-color: #e4e9f1;
  font-size: 12px;
}
.website-dialog[data-v-a76ecea6] .el-form-item .el-input__inner:focus,
.website-dialog[data-v-a76ecea6] .el-form-item .el-textarea__inner:focus {
  border-color: #409eff;
}

/* 特定类型的弹窗样式 */
.table-dialog[data-v-a76ecea6] .el-dialog__body,
.article-list-dialog[data-v-a76ecea6] .el-dialog__body,
.ai-dialog[data-v-a76ecea6] .el-dialog__body,
.task-detail-dialog[data-v-a76ecea6] .el-dialog__body,
.smart-dialog[data-v-a76ecea6] .el-dialog__body {
  min-height: 500px;
}
.manual-dialog[data-v-a76ecea6] .el-textarea__inner {
  min-height: 350px !important;
}

/* 工具栏样式 */
.dialog-toolbar[data-v-a76ecea6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.dialog-toolbar .search-input[data-v-a76ecea6] {
  width: 240px;
}

/* AI 统计卡片样式 */
.ai-stats[data-v-a76ecea6] {
  margin-bottom: 20px;
}
.ai-stat-card[data-v-a76ecea6] {
  height: 55px;
  border: 1px solid #f2f6fc;
  border-radius: 8px;
  padding: 16px 18px;
  position: relative;
  background: #fff;
}
.ai-stat-card span[data-v-a76ecea6] {
  display: block;
  color: #909399;
  font-size: 12px;
}
.ai-stat-card strong[data-v-a76ecea6] {
  display: block;
  font-size: 18px;
  margin-top: 6px;
}
.ai-stat-card small[data-v-a76ecea6] {
  color: #909399;
  font-size: 12px;
}
.ai-stat-card i[data-v-a76ecea6] {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ai-stat-card i.blue-bg[data-v-a76ecea6] {
  background: linear-gradient(135deg, #ebf8ff 0%, #bee3f8 100%);
  color: #3182ce;
}
.ai-stat-card i.green-bg[data-v-a76ecea6] {
  background: linear-gradient(135deg, #f0fff4 0%, #c6f6d5 100%);
  color: #38a169;
}
.ai-stat-card i.cyan-bg[data-v-a76ecea6] {
  background: linear-gradient(135deg, #e6fffa 0%, #b2f5ea 100%);
  color: #319795;
}
.ai-stat-card i.orange-bg[data-v-a76ecea6] {
  background: linear-gradient(135deg, #fffaf0 0%, #feebc8 100%);
  color: #dd6b20;
}

/* 文本辅助类 */
.green-text[data-v-a76ecea6] {
  color: #67C23A;
}
.blue-text[data-v-a76ecea6] {
  color: #409EFF;
}
.orange-text[data-v-a76ecea6] {
  color: #E6A23C;
}
.red-text[data-v-a76ecea6] {
  color: #F56C6C;
}

/* 活动日志样式 */
.activity-list[data-v-a76ecea6] {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 315px;
  overflow-y: auto;
}
.activity-list li[data-v-a76ecea6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #f2f6fc;
}
.activity-list li .log-dot[data-v-a76ecea6] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 6px 12px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.activity-list li .log-dot.green[data-v-a76ecea6] {
  background: #67C23A;
}
.activity-list li .log-dot.cyan[data-v-a76ecea6] {
  background: #00CED1;
}
.activity-list li .log-dot.purple[data-v-a76ecea6] {
  background: #9b59b6;
}
.activity-list li .log-dot.blue[data-v-a76ecea6] {
  background: #409EFF;
}
.activity-list li p[data-v-a76ecea6] {
  margin: 0;
  font-size: 13px;
  color: #606266;
  line-height: 1.5;
}
.activity-list li small[data-v-a76ecea6] {
  display: block;
  margin-top: 4px;
  color: #99a9bf;
  font-size: 12px;
}

/* Section Title */
.section-title[data-v-a76ecea6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.section-title h4[data-v-a76ecea6] {
  margin: 0;
  font-size: 14px;
  color: #303133;
}

/* Smart Article Split View */
.smart-left[data-v-a76ecea6] {
  border-right: 1px solid #ebeef5;
}
.empty-result[data-v-a76ecea6] {
  text-align: center;
  padding-top: 100px;
  color: #909399;
}
.empty-result .empty-box[data-v-a76ecea6] {
  width: 60px;
  height: 60px;
  border: 1px dashed #dcdfe6;
  margin: 0 auto 20px;
}
@charset "UTF-8";
/* 全局弹窗通用样式 */
.website-dialog[data-v-a5ce2648] {
  /* 表单项间距优化 */
}
.website-dialog[data-v-a5ce2648] .el-dialog {
  margin-top: 5vh !important;
  border-radius: 4px;
  -webkit-box-shadow: 0 18px 48px rgba(0, 0, 0, 0.15);
          box-shadow: 0 18px 48px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 90vh;
}
.website-dialog[data-v-a5ce2648] .el-dialog__header {
  height: 50px;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #edf0f5;
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.website-dialog[data-v-a5ce2648] .el-dialog__title {
  color: #111827;
  font-size: 14px;
  font-weight: 700;
}
.website-dialog[data-v-a5ce2648] .el-dialog__body {
  padding: 24px 32px;
  color: #1f2937;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.website-dialog[data-v-a5ce2648] .el-dialog__footer {
  padding: 14px 24px;
  background: #fff;
  border-top: 1px solid #edf0f5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.website-dialog[data-v-a5ce2648] .el-form-item {
  margin-bottom: 16px;
}
.website-dialog[data-v-a5ce2648] .el-form-item .el-form-item__label {
  color: #1f2937;
  font-size: 12px;
}
.website-dialog[data-v-a5ce2648] .el-form-item .el-input__inner,
.website-dialog[data-v-a5ce2648] .el-form-item .el-textarea__inner {
  border-color: #e4e9f1;
  font-size: 12px;
}
.website-dialog[data-v-a5ce2648] .el-form-item .el-input__inner:focus,
.website-dialog[data-v-a5ce2648] .el-form-item .el-textarea__inner:focus {
  border-color: #409eff;
}

/* 特定类型的弹窗样式 */
.table-dialog[data-v-a5ce2648] .el-dialog__body,
.article-list-dialog[data-v-a5ce2648] .el-dialog__body,
.ai-dialog[data-v-a5ce2648] .el-dialog__body,
.task-detail-dialog[data-v-a5ce2648] .el-dialog__body,
.smart-dialog[data-v-a5ce2648] .el-dialog__body {
  min-height: 500px;
}
.manual-dialog[data-v-a5ce2648] .el-textarea__inner {
  min-height: 350px !important;
}

/* 工具栏样式 */
.dialog-toolbar[data-v-a5ce2648] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.dialog-toolbar .search-input[data-v-a5ce2648] {
  width: 240px;
}

/* AI 统计卡片样式 */
.ai-stats[data-v-a5ce2648] {
  margin-bottom: 20px;
}
.ai-stat-card[data-v-a5ce2648] {
  height: 55px;
  border: 1px solid #f2f6fc;
  border-radius: 8px;
  padding: 16px 18px;
  position: relative;
  background: #fff;
}
.ai-stat-card span[data-v-a5ce2648] {
  display: block;
  color: #909399;
  font-size: 12px;
}
.ai-stat-card strong[data-v-a5ce2648] {
  display: block;
  font-size: 18px;
  margin-top: 6px;
}
.ai-stat-card small[data-v-a5ce2648] {
  color: #909399;
  font-size: 12px;
}
.ai-stat-card i[data-v-a5ce2648] {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ai-stat-card i.blue-bg[data-v-a5ce2648] {
  background: linear-gradient(135deg, #ebf8ff 0%, #bee3f8 100%);
  color: #3182ce;
}
.ai-stat-card i.green-bg[data-v-a5ce2648] {
  background: linear-gradient(135deg, #f0fff4 0%, #c6f6d5 100%);
  color: #38a169;
}
.ai-stat-card i.cyan-bg[data-v-a5ce2648] {
  background: linear-gradient(135deg, #e6fffa 0%, #b2f5ea 100%);
  color: #319795;
}
.ai-stat-card i.orange-bg[data-v-a5ce2648] {
  background: linear-gradient(135deg, #fffaf0 0%, #feebc8 100%);
  color: #dd6b20;
}

/* 文本辅助类 */
.green-text[data-v-a5ce2648] {
  color: #67C23A;
}
.blue-text[data-v-a5ce2648] {
  color: #409EFF;
}
.orange-text[data-v-a5ce2648] {
  color: #E6A23C;
}
.red-text[data-v-a5ce2648] {
  color: #F56C6C;
}

/* 活动日志样式 */
.activity-list[data-v-a5ce2648] {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 315px;
  overflow-y: auto;
}
.activity-list li[data-v-a5ce2648] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #f2f6fc;
}
.activity-list li .log-dot[data-v-a5ce2648] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 6px 12px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.activity-list li .log-dot.green[data-v-a5ce2648] {
  background: #67C23A;
}
.activity-list li .log-dot.cyan[data-v-a5ce2648] {
  background: #00CED1;
}
.activity-list li .log-dot.purple[data-v-a5ce2648] {
  background: #9b59b6;
}
.activity-list li .log-dot.blue[data-v-a5ce2648] {
  background: #409EFF;
}
.activity-list li p[data-v-a5ce2648] {
  margin: 0;
  font-size: 13px;
  color: #606266;
  line-height: 1.5;
}
.activity-list li small[data-v-a5ce2648] {
  display: block;
  margin-top: 4px;
  color: #99a9bf;
  font-size: 12px;
}

/* Section Title */
.section-title[data-v-a5ce2648] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.section-title h4[data-v-a5ce2648] {
  margin: 0;
  font-size: 14px;
  color: #303133;
}

/* Smart Article Split View */
.smart-left[data-v-a5ce2648] {
  border-right: 1px solid #ebeef5;
}
.empty-result[data-v-a5ce2648] {
  text-align: center;
  padding-top: 100px;
  color: #909399;
}
.empty-result .empty-box[data-v-a5ce2648] {
  width: 60px;
  height: 60px;
  border: 1px dashed #dcdfe6;
  margin: 0 auto 20px;
}
@charset "UTF-8";
/* 全局弹窗通用样式 */
.website-dialog[data-v-7ae2785d] {
  /* 表单项间距优化 */
}
.website-dialog[data-v-7ae2785d] .el-dialog {
  margin-top: 5vh !important;
  border-radius: 4px;
  -webkit-box-shadow: 0 18px 48px rgba(0, 0, 0, 0.15);
          box-shadow: 0 18px 48px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 90vh;
}
.website-dialog[data-v-7ae2785d] .el-dialog__header {
  height: 50px;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #edf0f5;
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.website-dialog[data-v-7ae2785d] .el-dialog__title {
  color: #111827;
  font-size: 14px;
  font-weight: 700;
}
.website-dialog[data-v-7ae2785d] .el-dialog__body {
  padding: 24px 32px;
  color: #1f2937;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.website-dialog[data-v-7ae2785d] .el-dialog__footer {
  padding: 14px 24px;
  background: #fff;
  border-top: 1px solid #edf0f5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.website-dialog[data-v-7ae2785d] .el-form-item {
  margin-bottom: 16px;
}
.website-dialog[data-v-7ae2785d] .el-form-item .el-form-item__label {
  color: #1f2937;
  font-size: 12px;
}
.website-dialog[data-v-7ae2785d] .el-form-item .el-input__inner,
.website-dialog[data-v-7ae2785d] .el-form-item .el-textarea__inner {
  border-color: #e4e9f1;
  font-size: 12px;
}
.website-dialog[data-v-7ae2785d] .el-form-item .el-input__inner:focus,
.website-dialog[data-v-7ae2785d] .el-form-item .el-textarea__inner:focus {
  border-color: #409eff;
}

/* 特定类型的弹窗样式 */
.table-dialog[data-v-7ae2785d] .el-dialog__body,
.article-list-dialog[data-v-7ae2785d] .el-dialog__body,
.ai-dialog[data-v-7ae2785d] .el-dialog__body,
.task-detail-dialog[data-v-7ae2785d] .el-dialog__body,
.smart-dialog[data-v-7ae2785d] .el-dialog__body {
  min-height: 500px;
}
.manual-dialog[data-v-7ae2785d] .el-textarea__inner {
  min-height: 350px !important;
}

/* 工具栏样式 */
.dialog-toolbar[data-v-7ae2785d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.dialog-toolbar .search-input[data-v-7ae2785d] {
  width: 240px;
}

/* AI 统计卡片样式 */
.ai-stats[data-v-7ae2785d] {
  margin-bottom: 20px;
}
.ai-stat-card[data-v-7ae2785d] {
  height: 55px;
  border: 1px solid #f2f6fc;
  border-radius: 8px;
  padding: 16px 18px;
  position: relative;
  background: #fff;
}
.ai-stat-card span[data-v-7ae2785d] {
  display: block;
  color: #909399;
  font-size: 12px;
}
.ai-stat-card strong[data-v-7ae2785d] {
  display: block;
  font-size: 18px;
  margin-top: 6px;
}
.ai-stat-card small[data-v-7ae2785d] {
  color: #909399;
  font-size: 12px;
}
.ai-stat-card i[data-v-7ae2785d] {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ai-stat-card i.blue-bg[data-v-7ae2785d] {
  background: linear-gradient(135deg, #ebf8ff 0%, #bee3f8 100%);
  color: #3182ce;
}
.ai-stat-card i.green-bg[data-v-7ae2785d] {
  background: linear-gradient(135deg, #f0fff4 0%, #c6f6d5 100%);
  color: #38a169;
}
.ai-stat-card i.cyan-bg[data-v-7ae2785d] {
  background: linear-gradient(135deg, #e6fffa 0%, #b2f5ea 100%);
  color: #319795;
}
.ai-stat-card i.orange-bg[data-v-7ae2785d] {
  background: linear-gradient(135deg, #fffaf0 0%, #feebc8 100%);
  color: #dd6b20;
}

/* 文本辅助类 */
.green-text[data-v-7ae2785d] {
  color: #67C23A;
}
.blue-text[data-v-7ae2785d] {
  color: #409EFF;
}
.orange-text[data-v-7ae2785d] {
  color: #E6A23C;
}
.red-text[data-v-7ae2785d] {
  color: #F56C6C;
}

/* 活动日志样式 */
.activity-list[data-v-7ae2785d] {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 315px;
  overflow-y: auto;
}
.activity-list li[data-v-7ae2785d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #f2f6fc;
}
.activity-list li .log-dot[data-v-7ae2785d] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 6px 12px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.activity-list li .log-dot.green[data-v-7ae2785d] {
  background: #67C23A;
}
.activity-list li .log-dot.cyan[data-v-7ae2785d] {
  background: #00CED1;
}
.activity-list li .log-dot.purple[data-v-7ae2785d] {
  background: #9b59b6;
}
.activity-list li .log-dot.blue[data-v-7ae2785d] {
  background: #409EFF;
}
.activity-list li p[data-v-7ae2785d] {
  margin: 0;
  font-size: 13px;
  color: #606266;
  line-height: 1.5;
}
.activity-list li small[data-v-7ae2785d] {
  display: block;
  margin-top: 4px;
  color: #99a9bf;
  font-size: 12px;
}

/* Section Title */
.section-title[data-v-7ae2785d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.section-title h4[data-v-7ae2785d] {
  margin: 0;
  font-size: 14px;
  color: #303133;
}

/* Smart Article Split View */
.smart-left[data-v-7ae2785d] {
  border-right: 1px solid #ebeef5;
}
.empty-result[data-v-7ae2785d] {
  text-align: center;
  padding-top: 100px;
  color: #909399;
}
.empty-result .empty-box[data-v-7ae2785d] {
  width: 60px;
  height: 60px;
  border: 1px dashed #dcdfe6;
  margin: 0 auto 20px;
}
@charset "UTF-8";
/* 全局弹窗通用样式 */
.website-dialog[data-v-532d152c] {
  /* 表单项间距优化 */
}
.website-dialog[data-v-532d152c] .el-dialog {
  margin-top: 5vh !important;
  border-radius: 4px;
  -webkit-box-shadow: 0 18px 48px rgba(0, 0, 0, 0.15);
          box-shadow: 0 18px 48px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 90vh;
}
.website-dialog[data-v-532d152c] .el-dialog__header {
  height: 50px;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #edf0f5;
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.website-dialog[data-v-532d152c] .el-dialog__title {
  color: #111827;
  font-size: 14px;
  font-weight: 700;
}
.website-dialog[data-v-532d152c] .el-dialog__body {
  padding: 24px 32px;
  color: #1f2937;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.website-dialog[data-v-532d152c] .el-dialog__footer {
  padding: 14px 24px;
  background: #fff;
  border-top: 1px solid #edf0f5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.website-dialog[data-v-532d152c] .el-form-item {
  margin-bottom: 16px;
}
.website-dialog[data-v-532d152c] .el-form-item .el-form-item__label {
  color: #1f2937;
  font-size: 12px;
}
.website-dialog[data-v-532d152c] .el-form-item .el-input__inner,
.website-dialog[data-v-532d152c] .el-form-item .el-textarea__inner {
  border-color: #e4e9f1;
  font-size: 12px;
}
.website-dialog[data-v-532d152c] .el-form-item .el-input__inner:focus,
.website-dialog[data-v-532d152c] .el-form-item .el-textarea__inner:focus {
  border-color: #409eff;
}

/* 特定类型的弹窗样式 */
.table-dialog[data-v-532d152c] .el-dialog__body,
.article-list-dialog[data-v-532d152c] .el-dialog__body,
.ai-dialog[data-v-532d152c] .el-dialog__body,
.task-detail-dialog[data-v-532d152c] .el-dialog__body,
.smart-dialog[data-v-532d152c] .el-dialog__body {
  min-height: 500px;
}
.manual-dialog[data-v-532d152c] .el-textarea__inner {
  min-height: 350px !important;
}

/* 工具栏样式 */
.dialog-toolbar[data-v-532d152c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.dialog-toolbar .search-input[data-v-532d152c] {
  width: 240px;
}

/* AI 统计卡片样式 */
.ai-stats[data-v-532d152c] {
  margin-bottom: 20px;
}
.ai-stat-card[data-v-532d152c] {
  height: 55px;
  border: 1px solid #f2f6fc;
  border-radius: 8px;
  padding: 16px 18px;
  position: relative;
  background: #fff;
}
.ai-stat-card span[data-v-532d152c] {
  display: block;
  color: #909399;
  font-size: 12px;
}
.ai-stat-card strong[data-v-532d152c] {
  display: block;
  font-size: 18px;
  margin-top: 6px;
}
.ai-stat-card small[data-v-532d152c] {
  color: #909399;
  font-size: 12px;
}
.ai-stat-card i[data-v-532d152c] {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ai-stat-card i.blue-bg[data-v-532d152c] {
  background: linear-gradient(135deg, #ebf8ff 0%, #bee3f8 100%);
  color: #3182ce;
}
.ai-stat-card i.green-bg[data-v-532d152c] {
  background: linear-gradient(135deg, #f0fff4 0%, #c6f6d5 100%);
  color: #38a169;
}
.ai-stat-card i.cyan-bg[data-v-532d152c] {
  background: linear-gradient(135deg, #e6fffa 0%, #b2f5ea 100%);
  color: #319795;
}
.ai-stat-card i.orange-bg[data-v-532d152c] {
  background: linear-gradient(135deg, #fffaf0 0%, #feebc8 100%);
  color: #dd6b20;
}

/* 文本辅助类 */
.green-text[data-v-532d152c] {
  color: #67C23A;
}
.blue-text[data-v-532d152c] {
  color: #409EFF;
}
.orange-text[data-v-532d152c] {
  color: #E6A23C;
}
.red-text[data-v-532d152c] {
  color: #F56C6C;
}

/* 活动日志样式 */
.activity-list[data-v-532d152c] {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 315px;
  overflow-y: auto;
}
.activity-list li[data-v-532d152c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #f2f6fc;
}
.activity-list li .log-dot[data-v-532d152c] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 6px 12px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.activity-list li .log-dot.green[data-v-532d152c] {
  background: #67C23A;
}
.activity-list li .log-dot.cyan[data-v-532d152c] {
  background: #00CED1;
}
.activity-list li .log-dot.purple[data-v-532d152c] {
  background: #9b59b6;
}
.activity-list li .log-dot.blue[data-v-532d152c] {
  background: #409EFF;
}
.activity-list li p[data-v-532d152c] {
  margin: 0;
  font-size: 13px;
  color: #606266;
  line-height: 1.5;
}
.activity-list li small[data-v-532d152c] {
  display: block;
  margin-top: 4px;
  color: #99a9bf;
  font-size: 12px;
}

/* Section Title */
.section-title[data-v-532d152c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.section-title h4[data-v-532d152c] {
  margin: 0;
  font-size: 14px;
  color: #303133;
}

/* Smart Article Split View */
.smart-left[data-v-532d152c] {
  border-right: 1px solid #ebeef5;
}
.empty-result[data-v-532d152c] {
  text-align: center;
  padding-top: 100px;
  color: #909399;
}
.empty-result .empty-box[data-v-532d152c] {
  width: 60px;
  height: 60px;
  border: 1px dashed #dcdfe6;
  margin: 0 auto 20px;
}
.article-title[data-v-532d152c] {
  display: inline-block;
  max-width: 100%;
  color: inherit;
}
.article-title.online[data-v-532d152c] {
  color: #409eff;
  cursor: pointer;
}
.article-title.online[data-v-532d152c]:hover {
  color: #1a73e8;
  text-decoration: underline;
}
.website-dashboard[data-v-07082fda] {
  padding: 0;
  background-color: #f6f8fb;
  color: #2c3e50;
  height: 100%;
  min-height: 0;
  overflow-y: auto;
  overflow-x: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: -apple-system, "SF Pro Display", "PingFang SC", sans-serif;
  /* Header Section */
  /* Stat Cards */
  /* Bento Cards */
  /* Quick Access Icons */
  /* List Styling */
}
.website-dashboard[data-v-07082fda]::-webkit-scrollbar {
  width: 0;
  height: 8px;
}
.website-dashboard[data-v-07082fda] *::-webkit-scrollbar {
  width: 0;
  height: 8px;
}
.website-dashboard[data-v-07082fda]::-webkit-scrollbar-thumb,
.website-dashboard[data-v-07082fda] *::-webkit-scrollbar-thumb {
  background: #cbd5e0;
  border-radius: 8px;
}
.website-dashboard[data-v-07082fda]::-webkit-scrollbar-track,
.website-dashboard[data-v-07082fda] *::-webkit-scrollbar-track {
  background: #eef2f7;
}
.website-dashboard .dashboard-header[data-v-07082fda] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px;
  background: #fff;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 100;
}
.website-dashboard .dashboard-header .main-title[data-v-07082fda] {
  font-size: 18px;
  font-weight: 700;
  color: #1a202c;
  margin: 0;
}
.website-dashboard .dashboard-header .sub-title[data-v-07082fda] {
  font-size: 12px;
  color: #718096;
  margin: 2px 0 0;
}
.website-dashboard .dashboard-header .header-right[data-v-07082fda] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.website-dashboard .dashboard-header .header-right[data-v-07082fda] .el-input__inner {
  border-radius: 8px;
  background-color: #f8fafc;
  border: 1px solid #edf2f7;
}
.website-dashboard .dashboard-header .header-right[data-v-07082fda] .el-input__inner:focus {
  border-color: #3182ce;
}
.website-dashboard .dashboard-content[data-v-07082fda] {
  padding: 16px 20px 60px;
}
.website-dashboard .content-row[data-v-07082fda] .el-col {
  min-height: 0;
}
.website-dashboard .stats-row[data-v-07082fda] {
  margin-bottom: 16px;
}
.website-dashboard .stats-row .stat-card[data-v-07082fda] {
  background: #fff;
  border-radius: 12px;
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 4px 12px rgba(0, 0, 0, 0.03);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 4px 12px rgba(0, 0, 0, 0.03);
  height: 85px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.website-dashboard .stats-row .stat-card[data-v-07082fda]:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.website-dashboard .stats-row .stat-card .label[data-v-07082fda] {
  font-size: 13px;
  color: #718096;
  margin-bottom: 4px;
}
.website-dashboard .stats-row .stat-card .value[data-v-07082fda] {
  font-size: 24px;
  font-weight: 800;
  color: #1a202c;
  line-height: 1.2;
}
.website-dashboard .stats-row .stat-card .sub-label[data-v-07082fda] {
  font-size: 11px;
  color: #a0aec0;
}
.website-dashboard .stats-row .stat-card .stat-icon[data-v-07082fda] {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.website-dashboard .stats-row .stat-card .stat-icon.blue-bg[data-v-07082fda] {
  background: linear-gradient(135deg, #ebf8ff 0%, #bee3f8 100%);
  color: #3182ce;
}
.website-dashboard .stats-row .stat-card .stat-icon.green-bg[data-v-07082fda] {
  background: linear-gradient(135deg, #f0fff4 0%, #c6f6d5 100%);
  color: #38a169;
}
.website-dashboard .stats-row .stat-card .stat-icon.cyan-bg[data-v-07082fda] {
  background: linear-gradient(135deg, #e6fffa 0%, #b2f5ea 100%);
  color: #319795;
}
.website-dashboard .stats-row .stat-card .stat-icon.orange-bg[data-v-07082fda] {
  background: linear-gradient(135deg, #fffaf0 0%, #feebc8 100%);
  color: #dd6b20;
}
.website-dashboard .dashboard-card[data-v-07082fda] {
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 4px 6px rgba(0, 0, 0, 0.02);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 4px 6px rgba(0, 0, 0, 0.02);
  height: 295px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 16px;
  border: 1px solid #edf2f7;
  min-height: 0;
  overflow: hidden;
}
.website-dashboard .dashboard-card .card-header[data-v-07082fda] {
  padding: 14px 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.website-dashboard .dashboard-card .card-header .title[data-v-07082fda] {
  font-size: 14px;
  font-weight: 700;
  color: #2d3748;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.website-dashboard .dashboard-card .card-header .title i[data-v-07082fda] {
  color: #cbd5e0;
  cursor: pointer;
  margin-left: 8px;
  font-size: 13px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.website-dashboard .dashboard-card .card-header .title i[data-v-07082fda]:hover {
  color: #4299e1;
}
.website-dashboard .dashboard-card .card-header .title i.is-refreshing[data-v-07082fda] {
  color: #4299e1;
  cursor: not-allowed;
  pointer-events: none;
}
.website-dashboard .dashboard-card .card-header .more-link[data-v-07082fda] {
  font-size: 12px;
  color: #4299e1;
  font-weight: 500;
}
.website-dashboard .dashboard-card .card-body[data-v-07082fda] {
  padding: 10px 20px 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: hidden;
}
.website-dashboard .dashboard-card .recommend-loading-body[data-v-07082fda] {
  position: relative;
}
.website-dashboard .dashboard-card .recommend-loading-body[data-v-07082fda] .el-loading-mask {
  border-radius: 8px;
}
.website-dashboard .quick-grid[data-v-07082fda] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  height: 100%;
}
.website-dashboard .quick-item[data-v-07082fda] {
  background: #f7fafc;
  border-radius: 10px;
  padding: 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.website-dashboard .quick-item[data-v-07082fda]:hover {
  background: #fff;
  border-color: #bee3f8;
  -webkit-box-shadow: 0 4px 12px rgba(66, 153, 225, 0.08);
          box-shadow: 0 4px 12px rgba(66, 153, 225, 0.08);
}
.website-dashboard .quick-item .icon-box[data-v-07082fda] {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  font-size: 18px;
  margin-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.website-dashboard .quick-item .icon-box.blue-box[data-v-07082fda] {
  background: linear-gradient(135deg, #4299e1 0%, #3182ce 100%);
  color: #fff;
}
.website-dashboard .quick-item .item-title[data-v-07082fda] {
  font-size: 13px;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 2px;
}
.website-dashboard .quick-item .item-title .dot[data-v-07082fda] {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #48bb78;
  border-radius: 50%;
  margin-left: 6px;
  -webkit-box-shadow: 0 0 0 2px #f0fff4;
          box-shadow: 0 0 0 2px #f0fff4;
}
.website-dashboard .quick-item .item-desc[data-v-07082fda] {
  font-size: 11px;
  color: #718096;
  line-height: 1.2;
}
.website-dashboard .list-card .card-body[data-v-07082fda] {
  overflow-y: auto;
  overflow-x: auto;
}
.website-dashboard .list-card .list-item[data-v-07082fda], .website-dashboard .list-card .theme-item[data-v-07082fda], .website-dashboard .list-card .article-item[data-v-07082fda] {
  padding: 5px 14px;
  margin-bottom: 10px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #edf2f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
}
.website-dashboard .list-card .list-item[data-v-07082fda]:last-child, .website-dashboard .list-card .theme-item[data-v-07082fda]:last-child, .website-dashboard .list-card .article-item[data-v-07082fda]:last-child {
  margin-bottom: 0;
}
.website-dashboard .list-card .list-item[data-v-07082fda]:hover, .website-dashboard .list-card .theme-item[data-v-07082fda]:hover, .website-dashboard .list-card .article-item[data-v-07082fda]:hover {
  border-color: #cbd5e0;
  -webkit-box-shadow: 0 4px 12px rgba(66, 153, 225, 0.08);
          box-shadow: 0 4px 12px rgba(66, 153, 225, 0.08);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.website-dashboard .list-card .recommend-item .hover-action[data-v-07082fda] {
  opacity: 0;
  max-width: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  border-width: 0;
  overflow: hidden;
  white-space: nowrap;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.website-dashboard .list-card .recommend-item:hover .hover-action[data-v-07082fda] {
  opacity: 1;
  max-width: 80px;
  margin-left: 12px;
  padding-left: 15px;
  padding-right: 15px;
  border-width: 1px;
  pointer-events: auto;
}
.website-dashboard .list-card .text[data-v-07082fda] {
  font-size: 13px;
  font-weight: 400;
  color: #1a202c;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.website-dashboard .list-card .theme-item[data-v-07082fda] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.website-dashboard .list-card .theme-main[data-v-07082fda] {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.website-dashboard .list-card .clickable[data-v-07082fda] {
  cursor: pointer;
}
.website-dashboard .list-card .article-main[data-v-07082fda] {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 12px;
}
.website-dashboard .list-card .theme-title[data-v-07082fda], .website-dashboard .list-card .article-title[data-v-07082fda] {
  font-size: 13px;
  font-weight: 400;
  color: #1a202c;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.website-dashboard .list-card .theme-time[data-v-07082fda], .website-dashboard .list-card .article-time[data-v-07082fda], .website-dashboard .list-card .article-stats[data-v-07082fda] {
  font-size: 12px;
  color: #718096;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.website-dashboard .list-card .article-time[data-v-07082fda] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  width: 132px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.website-dashboard .table-card .card-body[data-v-07082fda] {
  min-height: 0;
  overflow: hidden;
}
.website-dashboard .table-card[data-v-07082fda] .el-table {
  height: 100%;
}
.website-dashboard .table-card[data-v-07082fda] .el-table__body-wrapper {
  overflow-y: auto;
  overflow-x: auto;
}
.website-dashboard .chart-container[data-v-07082fda] {
  width: 100%;
  height: 100%;
}
.website-dashboard .panel-refresh-icon[data-v-07082fda],
.website-dashboard .refresh-icon[data-v-07082fda] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.website-dashboard .panel-refresh-icon.is-refreshing[data-v-07082fda],
.website-dashboard .refresh-icon.is-refreshing[data-v-07082fda] {
  color: #4299e1;
  cursor: not-allowed;
  pointer-events: none;
  -webkit-animation: refresh-spin-07082fda 0.8s linear infinite;
          animation: refresh-spin-07082fda 0.8s linear infinite;
}
.website-dashboard .push-status[data-v-07082fda] {
  padding: 2px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
}
.website-dashboard .push-status.success[data-v-07082fda] {
  color: #38a169;
  background: #f0fff4;
  border: 1px solid #c6f6d5;
}
.website-dashboard .push-status.failed[data-v-07082fda] {
  color: #e53e3e;
  background: #fff5f5;
  border: 1px solid #fed7d7;
}
.website-dashboard .push-status.scheduled[data-v-07082fda] {
  color: #dd6b20;
  background: #fffaf0;
  border: 1px solid #feebc8;
}
.green-text[data-v-07082fda] {
  color: #38a169;
  font-weight: 600;
}
.orange-text[data-v-07082fda] {
  color: #dd6b20;
  font-weight: 600;
}
.ml-5[data-v-07082fda] {
  margin-left: 5px;
}
.mr-10[data-v-07082fda] {
  margin-right: 10px;
}
@-webkit-keyframes refresh-spin-07082fda {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes refresh-spin-07082fda {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
/* Table Overrides */
[data-v-07082fda] .el-table {
  font-size: 12px;
  background-color: transparent;
}
[data-v-07082fda] .el-table::before {
  display: none;
}
[data-v-07082fda] .el-table th {
  background-color: #f8fafc !important;
  color: #718096;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.05em;
  padding: 8px 0;
  border-bottom: 1px solid #edf2f7;
}
[data-v-07082fda] .el-table td {
  padding: 8px 0;
  border-bottom: 1px solid #f7fafc;
}
.multi-line-message.el-message {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  padding: 14px 18px !important;
  max-width: 480px !important;
  background-color: #fffaf3 !important;
  border: 1px solid #ffebcd !important;
  border-radius: 8px !important;
  -webkit-box-shadow: 0 4px 12px rgba(255, 140, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.02) !important;
          box-shadow: 0 4px 12px rgba(255, 140, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.02) !important;
}
.multi-line-message.el-message .el-message__icon {
  margin-top: 3px !important;
  font-size: 16px !important;
}
.multi-line-message.el-message .el-message__content {
  color: #c86f00 !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  text-align: left !important;
  word-break: break-all !important;
  font-weight: 500 !important;
}
.multi-line-message.el-message .el-message__closeBtn {
  margin-top: 3px !important;
  color: #c86f00 !important;
}
.multi-line-message.el-message .el-message__closeBtn:hover {
  color: #ff8c00 !important;
}
.media-upload-field .media-list[data-v-297cd780] {
  margin-top: 8px;
}
.media-upload-field .media-item[data-v-297cd780] {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-bottom: 1px solid #edf0f5;
}
.media-upload-field .media-icon[data-v-297cd780] {
  color: #409eff;
}
.media-upload-field .media-icon.video[data-v-297cd780] {
  color: #8b5cf6;
}
.media-upload-field .media-name[data-v-297cd780] {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #4b5563;
  font-size: 12px;
}
.media-upload-field .media-tip[data-v-297cd780] {
  margin-top: 6px;
  color: #909399;
  font-size: 12px;
  line-height: 1.5;
}
.media-upload-field .danger-btn[data-v-297cd780] {
  color: #f56c6c;
}
.social-market-dialog[data-v-2b7ae479] .el-dialog {
  margin-top: 5vh !important;
  border-radius: 4px;
  -webkit-box-shadow: 0 18px 48px rgba(0, 0, 0, 0.15);
          box-shadow: 0 18px 48px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 90vh;
}
.social-market-dialog[data-v-2b7ae479] .el-dialog__header {
  height: 50px;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #edf0f5;
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.social-market-dialog[data-v-2b7ae479] .el-dialog__title {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}
.social-market-dialog[data-v-2b7ae479] .el-dialog__body {
  padding: 24px 32px;
  color: #1f2937;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.social-market-dialog[data-v-2b7ae479] .el-dialog__footer {
  padding: 14px 24px;
  background: #fff;
  border-top: 1px solid #edf0f5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.social-market-dialog[data-v-2b7ae479] .el-form-item {
  margin-bottom: 16px;
}
.social-market-dialog[data-v-2b7ae479] .el-form-item__label {
  font-size: 12px;
  color: #1f2937;
}
.social-market-dialog[data-v-2b7ae479] .el-input__inner,
.social-market-dialog[data-v-2b7ae479] .el-textarea__inner {
  border-color: #e4e9f1;
  font-size: 12px;
}
.social-market-dialog[data-v-2b7ae479] .el-input__inner:focus,
.social-market-dialog[data-v-2b7ae479] .el-textarea__inner:focus {
  border-color: #409eff;
}
.platform-tag[data-v-2b7ae479] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 48px;
  height: 20px;
  padding: 0 7px;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  vertical-align: middle;
}
.platform-tag.youtube[data-v-2b7ae479] {
  background: #ef4b3f;
}
.platform-tag.facebook[data-v-2b7ae479] {
  background: #4267b2;
}
.platform-tag.linkedin[data-v-2b7ae479] {
  background: #3f7ebd;
}
.platform-tag.instagram[data-v-2b7ae479] {
  background: #e80090;
}
.platform-tag.tiktok[data-v-2b7ae479] {
  background: #050505;
}
.platform-tag.whatsapp[data-v-2b7ae479] {
  background: #26c281;
}
.platform-tag.twitter[data-v-2b7ae479] {
  background: #111827;
}
.platform-tag.threads[data-v-2b7ae479] {
  background: #111827;
}
.platform-tag.bluesky[data-v-2b7ae479] {
  background: #1185fe;
}
.platform-tag.pinterest[data-v-2b7ae479] {
  background: #bd081c;
}
.platform-tag.default[data-v-2b7ae479] {
  background: #718096;
}
.platform-dot[data-v-2b7ae479] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  border-radius: 50%;
  background: #202020;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}
.platform-dot i[data-v-2b7ae479] {
  display: none;
}
.platform-dot.youtube[data-v-2b7ae479] {
  background: #ef4b3f;
}
.platform-dot.facebook[data-v-2b7ae479] {
  background: #4267b2;
}
.platform-dot.linkedin[data-v-2b7ae479] {
  background: #3f7ebd;
}
.platform-dot.instagram[data-v-2b7ae479] {
  background: #e80090;
}
.platform-dot.tiktok[data-v-2b7ae479] {
  background: #050505;
}
.platform-dot.whatsapp[data-v-2b7ae479] {
  background: #26c281;
}
.platform-dot.twitter[data-v-2b7ae479] {
  background: #111827;
}
.platform-dot.threads[data-v-2b7ae479] {
  background: #111827;
}
.platform-dot.bluesky[data-v-2b7ae479] {
  background: #1185fe;
}
.platform-dot.pinterest[data-v-2b7ae479] {
  background: #bd081c;
}
.platform-dot[data-v-2b7ae479]::before {
  content: "";
  display: block;
}
.platform-dot.facebook[data-v-2b7ae479]::before {
  content: "f";
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.platform-dot.linkedin[data-v-2b7ae479]::before {
  content: "in";
  font-family: Arial, sans-serif;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #fff;
  color: #202020;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 12px;
  text-align: center;
}
.platform-dot.youtube[data-v-2b7ae479]::before {
  width: 13px;
  height: 9px;
  border-radius: 3px;
  background: #fff;
}
.platform-dot.youtube[data-v-2b7ae479]::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 7px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #202020;
}
.platform-dot.instagram[data-v-2b7ae479]::before {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.platform-dot.instagram[data-v-2b7ae479]::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 4px;
  height: 4px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.platform-dot.twitter[data-v-2b7ae479]::before {
  content: "X";
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
}
.platform-dot.bluesky[data-v-2b7ae479]::before {
  width: 14px;
  height: 13px;
  background: #fff;
  -webkit-clip-path: polygon(50% 48%, 31% 2%, 12% 6%, 5% 30%, 24% 55%, 8% 62%, 22% 93%, 50% 63%, 78% 93%, 92% 62%, 76% 55%, 95% 30%, 88% 6%, 69% 2%);
          clip-path: polygon(50% 48%, 31% 2%, 12% 6%, 5% 30%, 24% 55%, 8% 62%, 22% 93%, 50% 63%, 78% 93%, 92% 62%, 76% 55%, 95% 30%, 88% 6%, 69% 2%);
}
.platform-dot.tiktok[data-v-2b7ae479]::before {
  content: "T";
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
}
.platform-dot.whatsapp[data-v-2b7ae479]::before {
  content: "W";
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
}
.platform-dot.threads[data-v-2b7ae479]::before {
  content: "@";
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
}
.platform-dot.pinterest[data-v-2b7ae479]::before {
  content: "P";
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
}
.status-pill[data-v-2b7ae479] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 48px;
  height: 22px;
  padding: 0 9px;
  border-radius: 4px;
  font-size: 12px;
}
.status-pill.published[data-v-2b7ae479] {
  color: #31a86f;
  background: #dcfce7;
}
.status-pill.scheduled[data-v-2b7ae479] {
  color: #d97706;
  background: #fff7ed;
}
.status-pill.failed[data-v-2b7ae479] {
  color: #dc2626;
  background: #fee2e2;
}
.status-pill.sending[data-v-2b7ae479] {
  color: #2563eb;
  background: #dbeafe;
}
.status-pill.draft[data-v-2b7ae479] {
  color: #f97316;
  background: #fff7ed;
}
.dialog-toolbar[data-v-2b7ae479] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.toolbar-left[data-v-2b7ae479],
.toolbar-right[data-v-2b7ae479] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-tip[data-v-2b7ae479] {
  margin: 6px 0 0 100px;
  color: #9ca3af;
  font-size: 12px;
}
.manual-post-dialog[data-v-2b7ae479] .el-textarea__inner {
  min-height: 350px !important;
}
.platform-option-item[data-v-2b7ae479] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.platform-option-item .platform-option-icon[data-v-2b7ae479] {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
@charset "UTF-8";
.social-market-dialog[data-v-21ec21f6] .el-dialog {
  margin-top: 5vh !important;
  border-radius: 4px;
  -webkit-box-shadow: 0 18px 48px rgba(0, 0, 0, 0.15);
          box-shadow: 0 18px 48px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 90vh;
}
.social-market-dialog[data-v-21ec21f6] .el-dialog__header {
  height: 50px;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #edf0f5;
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.social-market-dialog[data-v-21ec21f6] .el-dialog__title {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}
.social-market-dialog[data-v-21ec21f6] .el-dialog__body {
  padding: 24px 32px;
  color: #1f2937;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.social-market-dialog[data-v-21ec21f6] .el-dialog__footer {
  padding: 14px 24px;
  background: #fff;
  border-top: 1px solid #edf0f5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.social-market-dialog[data-v-21ec21f6] .el-form-item {
  margin-bottom: 16px;
}
.social-market-dialog[data-v-21ec21f6] .el-form-item__label {
  font-size: 12px;
  color: #1f2937;
}
.social-market-dialog[data-v-21ec21f6] .el-input__inner,
.social-market-dialog[data-v-21ec21f6] .el-textarea__inner {
  border-color: #e4e9f1;
  font-size: 12px;
}
.social-market-dialog[data-v-21ec21f6] .el-input__inner:focus,
.social-market-dialog[data-v-21ec21f6] .el-textarea__inner:focus {
  border-color: #409eff;
}
.platform-tag[data-v-21ec21f6] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 48px;
  height: 20px;
  padding: 0 7px;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  vertical-align: middle;
}
.platform-tag.youtube[data-v-21ec21f6] {
  background: #ef4b3f;
}
.platform-tag.facebook[data-v-21ec21f6] {
  background: #4267b2;
}
.platform-tag.linkedin[data-v-21ec21f6] {
  background: #3f7ebd;
}
.platform-tag.instagram[data-v-21ec21f6] {
  background: #e80090;
}
.platform-tag.tiktok[data-v-21ec21f6] {
  background: #050505;
}
.platform-tag.whatsapp[data-v-21ec21f6] {
  background: #26c281;
}
.platform-tag.twitter[data-v-21ec21f6] {
  background: #111827;
}
.platform-tag.threads[data-v-21ec21f6] {
  background: #111827;
}
.platform-tag.bluesky[data-v-21ec21f6] {
  background: #1185fe;
}
.platform-tag.pinterest[data-v-21ec21f6] {
  background: #bd081c;
}
.platform-tag.default[data-v-21ec21f6] {
  background: #718096;
}
.platform-dot[data-v-21ec21f6] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  border-radius: 50%;
  background: #202020;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}
.platform-dot i[data-v-21ec21f6] {
  display: none;
}
.platform-dot.youtube[data-v-21ec21f6] {
  background: #ef4b3f;
}
.platform-dot.facebook[data-v-21ec21f6] {
  background: #4267b2;
}
.platform-dot.linkedin[data-v-21ec21f6] {
  background: #3f7ebd;
}
.platform-dot.instagram[data-v-21ec21f6] {
  background: #e80090;
}
.platform-dot.tiktok[data-v-21ec21f6] {
  background: #050505;
}
.platform-dot.whatsapp[data-v-21ec21f6] {
  background: #26c281;
}
.platform-dot.twitter[data-v-21ec21f6] {
  background: #111827;
}
.platform-dot.threads[data-v-21ec21f6] {
  background: #111827;
}
.platform-dot.bluesky[data-v-21ec21f6] {
  background: #1185fe;
}
.platform-dot.pinterest[data-v-21ec21f6] {
  background: #bd081c;
}
.platform-dot[data-v-21ec21f6]::before {
  content: "";
  display: block;
}
.platform-dot.facebook[data-v-21ec21f6]::before {
  content: "f";
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.platform-dot.linkedin[data-v-21ec21f6]::before {
  content: "in";
  font-family: Arial, sans-serif;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #fff;
  color: #202020;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 12px;
  text-align: center;
}
.platform-dot.youtube[data-v-21ec21f6]::before {
  width: 13px;
  height: 9px;
  border-radius: 3px;
  background: #fff;
}
.platform-dot.youtube[data-v-21ec21f6]::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 7px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #202020;
}
.platform-dot.instagram[data-v-21ec21f6]::before {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.platform-dot.instagram[data-v-21ec21f6]::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 4px;
  height: 4px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.platform-dot.twitter[data-v-21ec21f6]::before {
  content: "X";
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
}
.platform-dot.bluesky[data-v-21ec21f6]::before {
  width: 14px;
  height: 13px;
  background: #fff;
  -webkit-clip-path: polygon(50% 48%, 31% 2%, 12% 6%, 5% 30%, 24% 55%, 8% 62%, 22% 93%, 50% 63%, 78% 93%, 92% 62%, 76% 55%, 95% 30%, 88% 6%, 69% 2%);
          clip-path: polygon(50% 48%, 31% 2%, 12% 6%, 5% 30%, 24% 55%, 8% 62%, 22% 93%, 50% 63%, 78% 93%, 92% 62%, 76% 55%, 95% 30%, 88% 6%, 69% 2%);
}
.platform-dot.tiktok[data-v-21ec21f6]::before {
  content: "T";
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
}
.platform-dot.whatsapp[data-v-21ec21f6]::before {
  content: "W";
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
}
.platform-dot.threads[data-v-21ec21f6]::before {
  content: "@";
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
}
.platform-dot.pinterest[data-v-21ec21f6]::before {
  content: "P";
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
}
.status-pill[data-v-21ec21f6] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 48px;
  height: 22px;
  padding: 0 9px;
  border-radius: 4px;
  font-size: 12px;
}
.status-pill.published[data-v-21ec21f6] {
  color: #31a86f;
  background: #dcfce7;
}
.status-pill.scheduled[data-v-21ec21f6] {
  color: #d97706;
  background: #fff7ed;
}
.status-pill.failed[data-v-21ec21f6] {
  color: #dc2626;
  background: #fee2e2;
}
.status-pill.sending[data-v-21ec21f6] {
  color: #2563eb;
  background: #dbeafe;
}
.status-pill.draft[data-v-21ec21f6] {
  color: #f97316;
  background: #fff7ed;
}
.dialog-toolbar[data-v-21ec21f6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.toolbar-left[data-v-21ec21f6],
.toolbar-right[data-v-21ec21f6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-tip[data-v-21ec21f6] {
  margin: 6px 0 0 100px;
  color: #9ca3af;
  font-size: 12px;
}
.smart-layout[data-v-21ec21f6] {
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.smart-post-dialog[data-v-21ec21f6] .el-dialog__body {
  min-height: 500px;
}
.smart-left[data-v-21ec21f6] {
  border-right: 1px solid #ebeef5;
}
.section-title[data-v-21ec21f6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
}
.smart-result[data-v-21ec21f6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.empty-result[data-v-21ec21f6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #909399;
  font-size: 13px;
  padding-bottom: 80px;
  /* 重置内部常用元素 */
}
.empty-result div[data-v-21ec21f6], .empty-result p[data-v-21ec21f6], .empty-result svg[data-v-21ec21f6], .empty-result line[data-v-21ec21f6] {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: normal;
  background: none;
}
.empty-result .empty-box[data-v-21ec21f6] {
  width: 80px;
  height: 80px;
  border: 1px solid #dcdfe6;
  margin-bottom: 16px;
}
.empty-result .empty-box svg[data-v-21ec21f6] {
  width: 100%;
  height: 100%;
  stroke: #dcdfe6;
}
.generating-state[data-v-21ec21f6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: radial-gradient(circle at center, rgba(64, 158, 255, 0.05) 0%, transparent 70%);
}
.generating-state .ai-loader-container[data-v-21ec21f6] {
  position: relative;
  width: 120px;
  height: 120px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.generating-state .ai-loader-container .loader-orbit[data-v-21ec21f6] {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top: 2px solid #409eff;
  border-right: 2px solid rgba(64, 158, 255, 0.2);
  -webkit-animation: orbit-spin-21ec21f6 1.5s linear infinite;
          animation: orbit-spin-21ec21f6 1.5s linear infinite;
}
.generating-state .ai-loader-container .loader-orbit[data-v-21ec21f6]::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 8px;
  height: 8px;
  background: #409eff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px #409eff;
          box-shadow: 0 0 15px #409eff;
}
.generating-state .ai-loader-container .loader-pulse[data-v-21ec21f6] {
  position: absolute;
  width: 70px;
  height: 70px;
  background: rgba(64, 158, 255, 0.1);
  border-radius: 50%;
  -webkit-animation: pulse-ring-21ec21f6 2s ease-out infinite;
          animation: pulse-ring-21ec21f6 2s ease-out infinite;
}
.generating-state .ai-loader-container .loader-inner[data-v-21ec21f6] {
  position: relative;
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 4px 15px rgba(64, 158, 255, 0.15);
          box-shadow: 0 4px 15px rgba(64, 158, 255, 0.15);
  z-index: 2;
  -webkit-animation: float-icon-21ec21f6 3s ease-in-out infinite;
          animation: float-icon-21ec21f6 3s ease-in-out infinite;
}
.generating-state .ai-loader-container .loader-inner i[data-v-21ec21f6] {
  font-size: 28px;
  color: #409eff;
  background: linear-gradient(135deg, #409eff, #66b1ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.generating-state .ai-loader-container .sparkles[data-v-21ec21f6] {
  position: absolute;
  width: 100%;
  height: 100%;
}
.generating-state .ai-loader-container .sparkles .sparkle[data-v-21ec21f6] {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #409eff;
  border-radius: 50%;
  opacity: 0;
}
.generating-state .ai-loader-container .sparkles .s1[data-v-21ec21f6] {
  top: 10%;
  left: 20%;
  -webkit-animation: sparkle-anim-21ec21f6 2s infinite 0.3s;
          animation: sparkle-anim-21ec21f6 2s infinite 0.3s;
}
.generating-state .ai-loader-container .sparkles .s2[data-v-21ec21f6] {
  top: 30%;
  right: 10%;
  -webkit-animation: sparkle-anim-21ec21f6 2.5s infinite 0.7s;
          animation: sparkle-anim-21ec21f6 2.5s infinite 0.7s;
}
.generating-state .ai-loader-container .sparkles .s3[data-v-21ec21f6] {
  bottom: 20%;
  left: 15%;
  -webkit-animation: sparkle-anim-21ec21f6 1.8s infinite 1.2s;
          animation: sparkle-anim-21ec21f6 1.8s infinite 1.2s;
}
.generating-state .generating-text[data-v-21ec21f6] {
  font-size: 16px;
  font-weight: 600;
  color: #303133;
  margin-bottom: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#303133), color-stop(#409eff), to(#303133));
  background: linear-gradient(90deg, #303133, #409eff, #303133);
  background-size: 200% auto;
  -webkit-animation: text-shine-21ec21f6 3s linear infinite;
          animation: text-shine-21ec21f6 3s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@-webkit-keyframes orbit-spin-21ec21f6 {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes orbit-spin-21ec21f6 {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@-webkit-keyframes pulse-ring-21ec21f6 {
0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.8;
}
100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
}
}
@keyframes pulse-ring-21ec21f6 {
0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.8;
}
100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
}
}
@-webkit-keyframes float-icon-21ec21f6 {
0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
50% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
}
}
@keyframes float-icon-21ec21f6 {
0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
50% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
}
}
@-webkit-keyframes sparkle-anim-21ec21f6 {
0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
}
50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.8;
}
100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
}
}
@keyframes sparkle-anim-21ec21f6 {
0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
}
50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.8;
}
100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
}
}
@-webkit-keyframes text-shine-21ec21f6 {
to {
    background-position: 200% center;
}
}
@keyframes text-shine-21ec21f6 {
to {
    background-position: 200% center;
}
}
.generated-result[data-v-21ec21f6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.generated-result .result-header[data-v-21ec21f6] {
  margin-bottom: 12px;
}
.generated-result .result-header h3[data-v-21ec21f6] {
  margin: 0;
  font-size: 16px;
  color: #111827;
  font-weight: 600;
}
.generated-result .result-body[data-v-21ec21f6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  background: #f8fafc;
  border-radius: 8px;
  padding: 16px;
  border: 1px solid #edf2f7;
}
.generated-result .result-body p[data-v-21ec21f6] {
  margin: 0;
  color: #334155;
  font-size: 14px;
  line-height: 1.8;
  white-space: pre-line;
}
.dialog-footer[data-v-21ec21f6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.platform-option-item[data-v-21ec21f6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.platform-option-item .platform-option-icon[data-v-21ec21f6] {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.social-market-dialog[data-v-b1b479de] .el-dialog {
  margin-top: 5vh !important;
  border-radius: 4px;
  -webkit-box-shadow: 0 18px 48px rgba(0, 0, 0, 0.15);
          box-shadow: 0 18px 48px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 90vh;
}
.social-market-dialog[data-v-b1b479de] .el-dialog__header {
  height: 50px;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #edf0f5;
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.social-market-dialog[data-v-b1b479de] .el-dialog__title {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}
.social-market-dialog[data-v-b1b479de] .el-dialog__body {
  padding: 24px 32px;
  color: #1f2937;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.social-market-dialog[data-v-b1b479de] .el-dialog__footer {
  padding: 14px 24px;
  background: #fff;
  border-top: 1px solid #edf0f5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.social-market-dialog[data-v-b1b479de] .el-form-item {
  margin-bottom: 16px;
}
.social-market-dialog[data-v-b1b479de] .el-form-item__label {
  font-size: 12px;
  color: #1f2937;
}
.social-market-dialog[data-v-b1b479de] .el-input__inner,
.social-market-dialog[data-v-b1b479de] .el-textarea__inner {
  border-color: #e4e9f1;
  font-size: 12px;
}
.social-market-dialog[data-v-b1b479de] .el-input__inner:focus,
.social-market-dialog[data-v-b1b479de] .el-textarea__inner:focus {
  border-color: #409eff;
}
.platform-tag[data-v-b1b479de] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 48px;
  height: 20px;
  padding: 0 7px;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  vertical-align: middle;
}
.platform-tag.youtube[data-v-b1b479de] {
  background: #ef4b3f;
}
.platform-tag.facebook[data-v-b1b479de] {
  background: #4267b2;
}
.platform-tag.linkedin[data-v-b1b479de] {
  background: #3f7ebd;
}
.platform-tag.instagram[data-v-b1b479de] {
  background: #e80090;
}
.platform-tag.tiktok[data-v-b1b479de] {
  background: #050505;
}
.platform-tag.whatsapp[data-v-b1b479de] {
  background: #26c281;
}
.platform-tag.twitter[data-v-b1b479de] {
  background: #111827;
}
.platform-tag.threads[data-v-b1b479de] {
  background: #111827;
}
.platform-tag.bluesky[data-v-b1b479de] {
  background: #1185fe;
}
.platform-tag.pinterest[data-v-b1b479de] {
  background: #bd081c;
}
.platform-tag.default[data-v-b1b479de] {
  background: #718096;
}
.platform-dot[data-v-b1b479de] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  border-radius: 50%;
  background: #202020;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}
.platform-dot i[data-v-b1b479de] {
  display: none;
}
.platform-dot.youtube[data-v-b1b479de] {
  background: #ef4b3f;
}
.platform-dot.facebook[data-v-b1b479de] {
  background: #4267b2;
}
.platform-dot.linkedin[data-v-b1b479de] {
  background: #3f7ebd;
}
.platform-dot.instagram[data-v-b1b479de] {
  background: #e80090;
}
.platform-dot.tiktok[data-v-b1b479de] {
  background: #050505;
}
.platform-dot.whatsapp[data-v-b1b479de] {
  background: #26c281;
}
.platform-dot.twitter[data-v-b1b479de] {
  background: #111827;
}
.platform-dot.threads[data-v-b1b479de] {
  background: #111827;
}
.platform-dot.bluesky[data-v-b1b479de] {
  background: #1185fe;
}
.platform-dot.pinterest[data-v-b1b479de] {
  background: #bd081c;
}
.platform-dot[data-v-b1b479de]::before {
  content: "";
  display: block;
}
.platform-dot.facebook[data-v-b1b479de]::before {
  content: "f";
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.platform-dot.linkedin[data-v-b1b479de]::before {
  content: "in";
  font-family: Arial, sans-serif;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #fff;
  color: #202020;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 12px;
  text-align: center;
}
.platform-dot.youtube[data-v-b1b479de]::before {
  width: 13px;
  height: 9px;
  border-radius: 3px;
  background: #fff;
}
.platform-dot.youtube[data-v-b1b479de]::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 7px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #202020;
}
.platform-dot.instagram[data-v-b1b479de]::before {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.platform-dot.instagram[data-v-b1b479de]::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 4px;
  height: 4px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.platform-dot.twitter[data-v-b1b479de]::before {
  content: "X";
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
}
.platform-dot.bluesky[data-v-b1b479de]::before {
  width: 14px;
  height: 13px;
  background: #fff;
  -webkit-clip-path: polygon(50% 48%, 31% 2%, 12% 6%, 5% 30%, 24% 55%, 8% 62%, 22% 93%, 50% 63%, 78% 93%, 92% 62%, 76% 55%, 95% 30%, 88% 6%, 69% 2%);
          clip-path: polygon(50% 48%, 31% 2%, 12% 6%, 5% 30%, 24% 55%, 8% 62%, 22% 93%, 50% 63%, 78% 93%, 92% 62%, 76% 55%, 95% 30%, 88% 6%, 69% 2%);
}
.platform-dot.tiktok[data-v-b1b479de]::before {
  content: "T";
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
}
.platform-dot.whatsapp[data-v-b1b479de]::before {
  content: "W";
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
}
.platform-dot.threads[data-v-b1b479de]::before {
  content: "@";
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
}
.platform-dot.pinterest[data-v-b1b479de]::before {
  content: "P";
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
}
.status-pill[data-v-b1b479de] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 48px;
  height: 22px;
  padding: 0 9px;
  border-radius: 4px;
  font-size: 12px;
}
.status-pill.published[data-v-b1b479de] {
  color: #31a86f;
  background: #dcfce7;
}
.status-pill.scheduled[data-v-b1b479de] {
  color: #d97706;
  background: #fff7ed;
}
.status-pill.failed[data-v-b1b479de] {
  color: #dc2626;
  background: #fee2e2;
}
.status-pill.sending[data-v-b1b479de] {
  color: #2563eb;
  background: #dbeafe;
}
.status-pill.draft[data-v-b1b479de] {
  color: #f97316;
  background: #fff7ed;
}
.dialog-toolbar[data-v-b1b479de] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.toolbar-left[data-v-b1b479de],
.toolbar-right[data-v-b1b479de] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-tip[data-v-b1b479de] {
  margin: 6px 0 0 100px;
  color: #9ca3af;
  font-size: 12px;
}
.post-list-dialog[data-v-b1b479de] .el-dialog__body {
  min-height: 500px;
  overflow-y: hidden;
}
.post-list-dialog[data-v-b1b479de] .el-table {
  font-size: 12px;
}
.post-list-dialog[data-v-b1b479de] .el-table th {
  padding: 8px 0;
  background: #f8fafc !important;
  color: #718096;
  font-weight: 600;
}
.post-list-dialog[data-v-b1b479de] .el-table td {
  padding: 9px 0;
  color: #4a5568;
}
.search-input[data-v-b1b479de] {
  width: 220px;
}
.content-name[data-v-b1b479de] {
  max-height: 34px;
  overflow: hidden;
  color: #111827;
  font-size: 12px;
  line-height: 17px;
}
.platform-cell[data-v-b1b479de] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagination-wrap[data-v-b1b479de] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 14px;
}
.danger-btn[data-v-b1b479de] {
  color: #f56c6c;
}
.danger-btn.is-disabled[data-v-b1b479de],
.danger-btn.is-disabled[data-v-b1b479de]:hover,
.danger-btn.is-disabled[data-v-b1b479de]:focus {
  color: #c0c4cc;
}
.platform-option-item[data-v-b1b479de] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.platform-option-item .platform-option-icon[data-v-b1b479de] {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.social-market-dialog[data-v-7719c7c2] .el-dialog {
  margin-top: 5vh !important;
  border-radius: 4px;
  -webkit-box-shadow: 0 18px 48px rgba(0, 0, 0, 0.15);
          box-shadow: 0 18px 48px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 90vh;
}
.social-market-dialog[data-v-7719c7c2] .el-dialog__header {
  height: 50px;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #edf0f5;
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.social-market-dialog[data-v-7719c7c2] .el-dialog__title {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}
.social-market-dialog[data-v-7719c7c2] .el-dialog__body {
  padding: 24px 32px;
  color: #1f2937;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.social-market-dialog[data-v-7719c7c2] .el-dialog__footer {
  padding: 14px 24px;
  background: #fff;
  border-top: 1px solid #edf0f5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.social-market-dialog[data-v-7719c7c2] .el-form-item {
  margin-bottom: 16px;
}
.social-market-dialog[data-v-7719c7c2] .el-form-item__label {
  font-size: 12px;
  color: #1f2937;
}
.social-market-dialog[data-v-7719c7c2] .el-input__inner,
.social-market-dialog[data-v-7719c7c2] .el-textarea__inner {
  border-color: #e4e9f1;
  font-size: 12px;
}
.social-market-dialog[data-v-7719c7c2] .el-input__inner:focus,
.social-market-dialog[data-v-7719c7c2] .el-textarea__inner:focus {
  border-color: #409eff;
}
.platform-tag[data-v-7719c7c2] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 48px;
  height: 20px;
  padding: 0 7px;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  vertical-align: middle;
}
.platform-tag.youtube[data-v-7719c7c2] {
  background: #ef4b3f;
}
.platform-tag.facebook[data-v-7719c7c2] {
  background: #4267b2;
}
.platform-tag.linkedin[data-v-7719c7c2] {
  background: #3f7ebd;
}
.platform-tag.instagram[data-v-7719c7c2] {
  background: #e80090;
}
.platform-tag.tiktok[data-v-7719c7c2] {
  background: #050505;
}
.platform-tag.whatsapp[data-v-7719c7c2] {
  background: #26c281;
}
.platform-tag.twitter[data-v-7719c7c2] {
  background: #111827;
}
.platform-tag.threads[data-v-7719c7c2] {
  background: #111827;
}
.platform-tag.bluesky[data-v-7719c7c2] {
  background: #1185fe;
}
.platform-tag.pinterest[data-v-7719c7c2] {
  background: #bd081c;
}
.platform-tag.default[data-v-7719c7c2] {
  background: #718096;
}
.platform-dot[data-v-7719c7c2] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  border-radius: 50%;
  background: #202020;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}
.platform-dot i[data-v-7719c7c2] {
  display: none;
}
.platform-dot.youtube[data-v-7719c7c2] {
  background: #ef4b3f;
}
.platform-dot.facebook[data-v-7719c7c2] {
  background: #4267b2;
}
.platform-dot.linkedin[data-v-7719c7c2] {
  background: #3f7ebd;
}
.platform-dot.instagram[data-v-7719c7c2] {
  background: #e80090;
}
.platform-dot.tiktok[data-v-7719c7c2] {
  background: #050505;
}
.platform-dot.whatsapp[data-v-7719c7c2] {
  background: #26c281;
}
.platform-dot.twitter[data-v-7719c7c2] {
  background: #111827;
}
.platform-dot.threads[data-v-7719c7c2] {
  background: #111827;
}
.platform-dot.bluesky[data-v-7719c7c2] {
  background: #1185fe;
}
.platform-dot.pinterest[data-v-7719c7c2] {
  background: #bd081c;
}
.platform-dot[data-v-7719c7c2]::before {
  content: "";
  display: block;
}
.platform-dot.facebook[data-v-7719c7c2]::before {
  content: "f";
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.platform-dot.linkedin[data-v-7719c7c2]::before {
  content: "in";
  font-family: Arial, sans-serif;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #fff;
  color: #202020;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 12px;
  text-align: center;
}
.platform-dot.youtube[data-v-7719c7c2]::before {
  width: 13px;
  height: 9px;
  border-radius: 3px;
  background: #fff;
}
.platform-dot.youtube[data-v-7719c7c2]::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 7px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #202020;
}
.platform-dot.instagram[data-v-7719c7c2]::before {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.platform-dot.instagram[data-v-7719c7c2]::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 4px;
  height: 4px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.platform-dot.twitter[data-v-7719c7c2]::before {
  content: "X";
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
}
.platform-dot.bluesky[data-v-7719c7c2]::before {
  width: 14px;
  height: 13px;
  background: #fff;
  -webkit-clip-path: polygon(50% 48%, 31% 2%, 12% 6%, 5% 30%, 24% 55%, 8% 62%, 22% 93%, 50% 63%, 78% 93%, 92% 62%, 76% 55%, 95% 30%, 88% 6%, 69% 2%);
          clip-path: polygon(50% 48%, 31% 2%, 12% 6%, 5% 30%, 24% 55%, 8% 62%, 22% 93%, 50% 63%, 78% 93%, 92% 62%, 76% 55%, 95% 30%, 88% 6%, 69% 2%);
}
.platform-dot.tiktok[data-v-7719c7c2]::before {
  content: "T";
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
}
.platform-dot.whatsapp[data-v-7719c7c2]::before {
  content: "W";
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
}
.platform-dot.threads[data-v-7719c7c2]::before {
  content: "@";
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
}
.platform-dot.pinterest[data-v-7719c7c2]::before {
  content: "P";
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
}
.status-pill[data-v-7719c7c2] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 48px;
  height: 22px;
  padding: 0 9px;
  border-radius: 4px;
  font-size: 12px;
}
.status-pill.published[data-v-7719c7c2] {
  color: #31a86f;
  background: #dcfce7;
}
.status-pill.scheduled[data-v-7719c7c2] {
  color: #d97706;
  background: #fff7ed;
}
.status-pill.failed[data-v-7719c7c2] {
  color: #dc2626;
  background: #fee2e2;
}
.status-pill.sending[data-v-7719c7c2] {
  color: #2563eb;
  background: #dbeafe;
}
.status-pill.draft[data-v-7719c7c2] {
  color: #f97316;
  background: #fff7ed;
}
.dialog-toolbar[data-v-7719c7c2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.toolbar-left[data-v-7719c7c2],
.toolbar-right[data-v-7719c7c2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-tip[data-v-7719c7c2] {
  margin: 6px 0 0 100px;
  color: #9ca3af;
  font-size: 12px;
}
.account-manage-dialog[data-v-7719c7c2] .el-dialog__body {
  min-height: 390px;
}
.account-manage-dialog[data-v-7719c7c2] .el-table {
  font-size: 12px;
}
.account-manage-dialog[data-v-7719c7c2] .el-table th {
  padding: 8px 0;
  background: #f8fafc !important;
  color: #718096;
  font-weight: 600;
}
.account-manage-dialog[data-v-7719c7c2] .el-table td {
  padding: 9px 0;
  color: #4a5568;
}
.search-input[data-v-7719c7c2] {
  width: 210px;
}
.account-name-cell[data-v-7719c7c2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
}
.account-avatar[data-v-7719c7c2] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #edf2f7;
}
.account-name-text[data-v-7719c7c2] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pagination-wrap[data-v-7719c7c2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 14px;
}
.danger-btn[data-v-7719c7c2] {
  color: #f56c6c;
}
.oauth-box[data-v-7719c7c2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-left: 92px;
  padding: 14px 16px;
  border: 1px solid #d9e6f2;
  border-radius: 6px;
  background: #f7fbff;
  color: #4a5568;
}
.oauth-platform-icon[data-v-7719c7c2] {
  margin-right: 0;
  margin-top: 4px;
}
.oauth-title[data-v-7719c7c2] {
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 600;
  color: #1f2d3d;
}
.oauth-desc[data-v-7719c7c2] {
  line-height: 1.6;
  font-size: 12px;
}
.platform-option-item[data-v-7719c7c2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.platform-option-item .platform-option-icon[data-v-7719c7c2] {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.platform-fallback-icon[data-v-7719c7c2] {
  background: transparent !important;
}
.oauth-platform-box[data-v-7719c7c2] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.oauth-platform-box .oauth-platform-icon[data-v-7719c7c2] {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.oauth-platform-box .oauth-placeholder-icon[data-v-7719c7c2] {
  font-size: 28px;
  color: #cbd5e0;
}
.social-market-dialog[data-v-694b3644] .el-dialog {
  margin-top: 5vh !important;
  border-radius: 4px;
  -webkit-box-shadow: 0 18px 48px rgba(0, 0, 0, 0.15);
          box-shadow: 0 18px 48px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 90vh;
}
.social-market-dialog[data-v-694b3644] .el-dialog__header {
  height: 50px;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #edf0f5;
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.social-market-dialog[data-v-694b3644] .el-dialog__title {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}
.social-market-dialog[data-v-694b3644] .el-dialog__body {
  padding: 24px 32px;
  color: #1f2937;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.social-market-dialog[data-v-694b3644] .el-dialog__footer {
  padding: 14px 24px;
  background: #fff;
  border-top: 1px solid #edf0f5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.social-market-dialog[data-v-694b3644] .el-form-item {
  margin-bottom: 16px;
}
.social-market-dialog[data-v-694b3644] .el-form-item__label {
  font-size: 12px;
  color: #1f2937;
}
.social-market-dialog[data-v-694b3644] .el-input__inner,
.social-market-dialog[data-v-694b3644] .el-textarea__inner {
  border-color: #e4e9f1;
  font-size: 12px;
}
.social-market-dialog[data-v-694b3644] .el-input__inner:focus,
.social-market-dialog[data-v-694b3644] .el-textarea__inner:focus {
  border-color: #409eff;
}
.platform-tag[data-v-694b3644] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 48px;
  height: 20px;
  padding: 0 7px;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  vertical-align: middle;
}
.platform-tag.youtube[data-v-694b3644] {
  background: #ef4b3f;
}
.platform-tag.facebook[data-v-694b3644] {
  background: #4267b2;
}
.platform-tag.linkedin[data-v-694b3644] {
  background: #3f7ebd;
}
.platform-tag.instagram[data-v-694b3644] {
  background: #e80090;
}
.platform-tag.tiktok[data-v-694b3644] {
  background: #050505;
}
.platform-tag.whatsapp[data-v-694b3644] {
  background: #26c281;
}
.platform-tag.twitter[data-v-694b3644] {
  background: #111827;
}
.platform-tag.threads[data-v-694b3644] {
  background: #111827;
}
.platform-tag.bluesky[data-v-694b3644] {
  background: #1185fe;
}
.platform-tag.pinterest[data-v-694b3644] {
  background: #bd081c;
}
.platform-tag.default[data-v-694b3644] {
  background: #718096;
}
.platform-dot[data-v-694b3644] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  border-radius: 50%;
  background: #202020;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}
.platform-dot i[data-v-694b3644] {
  display: none;
}
.platform-dot.youtube[data-v-694b3644] {
  background: #ef4b3f;
}
.platform-dot.facebook[data-v-694b3644] {
  background: #4267b2;
}
.platform-dot.linkedin[data-v-694b3644] {
  background: #3f7ebd;
}
.platform-dot.instagram[data-v-694b3644] {
  background: #e80090;
}
.platform-dot.tiktok[data-v-694b3644] {
  background: #050505;
}
.platform-dot.whatsapp[data-v-694b3644] {
  background: #26c281;
}
.platform-dot.twitter[data-v-694b3644] {
  background: #111827;
}
.platform-dot.threads[data-v-694b3644] {
  background: #111827;
}
.platform-dot.bluesky[data-v-694b3644] {
  background: #1185fe;
}
.platform-dot.pinterest[data-v-694b3644] {
  background: #bd081c;
}
.platform-dot[data-v-694b3644]::before {
  content: "";
  display: block;
}
.platform-dot.facebook[data-v-694b3644]::before {
  content: "f";
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.platform-dot.linkedin[data-v-694b3644]::before {
  content: "in";
  font-family: Arial, sans-serif;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #fff;
  color: #202020;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 12px;
  text-align: center;
}
.platform-dot.youtube[data-v-694b3644]::before {
  width: 13px;
  height: 9px;
  border-radius: 3px;
  background: #fff;
}
.platform-dot.youtube[data-v-694b3644]::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 7px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #202020;
}
.platform-dot.instagram[data-v-694b3644]::before {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.platform-dot.instagram[data-v-694b3644]::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 4px;
  height: 4px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.platform-dot.twitter[data-v-694b3644]::before {
  content: "X";
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
}
.platform-dot.bluesky[data-v-694b3644]::before {
  width: 14px;
  height: 13px;
  background: #fff;
  -webkit-clip-path: polygon(50% 48%, 31% 2%, 12% 6%, 5% 30%, 24% 55%, 8% 62%, 22% 93%, 50% 63%, 78% 93%, 92% 62%, 76% 55%, 95% 30%, 88% 6%, 69% 2%);
          clip-path: polygon(50% 48%, 31% 2%, 12% 6%, 5% 30%, 24% 55%, 8% 62%, 22% 93%, 50% 63%, 78% 93%, 92% 62%, 76% 55%, 95% 30%, 88% 6%, 69% 2%);
}
.platform-dot.tiktok[data-v-694b3644]::before {
  content: "T";
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
}
.platform-dot.whatsapp[data-v-694b3644]::before {
  content: "W";
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
}
.platform-dot.threads[data-v-694b3644]::before {
  content: "@";
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
}
.platform-dot.pinterest[data-v-694b3644]::before {
  content: "P";
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
}
.status-pill[data-v-694b3644] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 48px;
  height: 22px;
  padding: 0 9px;
  border-radius: 4px;
  font-size: 12px;
}
.status-pill.published[data-v-694b3644] {
  color: #31a86f;
  background: #dcfce7;
}
.status-pill.scheduled[data-v-694b3644] {
  color: #d97706;
  background: #fff7ed;
}
.status-pill.failed[data-v-694b3644] {
  color: #dc2626;
  background: #fee2e2;
}
.status-pill.sending[data-v-694b3644] {
  color: #2563eb;
  background: #dbeafe;
}
.status-pill.draft[data-v-694b3644] {
  color: #f97316;
  background: #fff7ed;
}
.dialog-toolbar[data-v-694b3644] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.toolbar-left[data-v-694b3644],
.toolbar-right[data-v-694b3644] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-tip[data-v-694b3644] {
  margin: 6px 0 0 100px;
  color: #9ca3af;
  font-size: 12px;
}
.detail-layout[data-v-694b3644] {
  display: grid;
  grid-template-columns: 1fr 380px;
  height: 720px;
  overflow: hidden;
}
.detail-main[data-v-694b3644] {
  padding: 24px 32px;
  overflow-y: auto;
  border-right: 1px solid #f0f0f0;
}
.detail-main .meta-section[data-v-694b3644] {
  margin-bottom: 24px;
}
.detail-main .meta-section .meta-row[data-v-694b3644] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.detail-main .meta-section .meta-row[data-v-694b3644]:last-child {
  margin-bottom: 0;
}
.detail-main .meta-section .meta-item[data-v-694b3644] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 13px;
}
.detail-main .meta-section .meta-item .label[data-v-694b3644] {
  color: #666;
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.detail-main .meta-section .meta-item .value[data-v-694b3644] {
  color: #333;
}
.detail-main .meta-section .meta-item.full-width[data-v-694b3644] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.platform-tags[data-v-694b3644] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.platform-badge[data-v-694b3644] {
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  background: #999;
}
.platform-badge.youtube[data-v-694b3644] {
  background: #ff4d4f;
}
.platform-badge.tiktok[data-v-694b3644] {
  background: #000;
}
.platform-badge.linkedin[data-v-694b3644] {
  background: #0077b5;
}
.platform-badge.facebook[data-v-694b3644] {
  background: #1877f2;
}
.platform-badge.instagram[data-v-694b3644] {
  background: #e4405f;
}
.platform-badge.bluesky[data-v-694b3644] {
  background: #1185fe;
}
.platform-badge.threads[data-v-694b3644] {
  background: #000;
}
.platform-badge-mini[data-v-694b3644] {
  padding: 0 6px;
  border-radius: 2px;
  font-size: 11px;
  color: #fff;
  height: 18px;
  line-height: 18px;
  background: #999;
}
.platform-badge-mini.youtube[data-v-694b3644] {
  background: #ff4d4f;
}
.platform-badge-mini.tiktok[data-v-694b3644] {
  background: #000;
}
.platform-badge-mini.linkedin[data-v-694b3644] {
  background: #0077b5;
}
.platform-badge-mini.facebook[data-v-694b3644] {
  background: #1877f2;
}
.platform-badge-mini.instagram[data-v-694b3644] {
  background: #e4405f;
}
.platform-badge-mini.bluesky[data-v-694b3644] {
  background: #1185fe;
}
.platform-badge-mini.threads[data-v-694b3644] {
  background: #000;
}
.account-list[data-v-694b3644] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.account-tag[data-v-694b3644] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.account-tag .platform-icon[data-v-694b3644] {
  width: 16px;
  height: 16px;
}
.account-tag .account-name[data-v-694b3644] {
  color: #4b5563;
  font-size: 13px;
}
.account-tag .error-icon[data-v-694b3644] {
  color: #ff4d4f;
  cursor: help;
}
.status-badge[data-v-694b3644] {
  padding: 2px 12px;
  background: #f6ffed;
  border: 1px solid #b7eb8f;
  color: #52c41a;
  border-radius: 4px;
  font-size: 12px;
}
.suggestion-text[data-v-694b3644] {
  color: #666;
  line-height: 1.6;
}
.content-section[data-v-694b3644] {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px dashed #eee;
}
.content-section .post-title[data-v-694b3644] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #111;
}
.content-section .post-text[data-v-694b3644] {
  font-size: 14px;
  line-height: 1.6;
  color: #374151;
  margin-bottom: 20px;
  word-break: break-word;
  max-width: 100%;
  overflow-x: hidden;
}
.content-section .post-text[data-v-694b3644] p {
  margin: 0 0 10px;
}
.content-section .post-text[data-v-694b3644] img {
  display: block;
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 12px 0;
  border-radius: 4px;
}
.content-section .post-text[data-v-694b3644] a {
  color: #2f7df6;
  text-decoration: none;
}
.content-section .post-gallery[data-v-694b3644] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}
.content-section .gallery-item[data-v-694b3644] {
  aspect-ratio: 4/3;
  background: #f5f5f5;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #eee;
}
.content-section .gallery-item img[data-v-694b3644] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-section .gallery-item .video-placeholder[data-v-694b3644], .content-section .gallery-item .file-placeholder[data-v-694b3644] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
  color: #999;
}
.detail-side[data-v-694b3644] {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.comment-section[data-v-694b3644] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.comment-header[data-v-694b3644] {
  padding: 20px 24px;
  border-bottom: 1px solid #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comment-header .comment-title[data-v-694b3644] {
  font-size: 15px;
  font-weight: 600;
  color: #111;
}
.comment-list-container[data-v-694b3644] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.comment-scroll-area[data-v-694b3644] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 0 24px;
}
.comment-item[data-v-694b3644] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid #fafafa;
}
.comment-item[data-v-694b3644]:last-child {
  border-bottom: none;
}
.comment-avatar[data-v-694b3644] {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #eee;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #666;
}
.comment-avatar img[data-v-694b3644] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.comment-avatar.metric-avatar[data-v-694b3644] {
  background: #e6f7ff;
  color: #1890ff;
}
.comment-content[data-v-694b3644] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.comment-content .comment-user[data-v-694b3644] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.comment-content .comment-user .user-name[data-v-694b3644] {
  font-size: 13px;
  font-weight: 600;
  color: #333;
}
.comment-content .comment-text[data-v-694b3644] {
  font-size: 13px;
  color: #4b5563;
  line-height: 1.5;
  margin-bottom: 6px;
}
.comment-content .comment-meta[data-v-694b3644] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 12px;
  color: #999;
}
.comment-content .comment-meta .reply-btn[data-v-694b3644] {
  color: #1890ff;
  cursor: pointer;
}
.comment-content .comment-meta .reply-btn[data-v-694b3644]:hover {
  text-decoration: underline;
}
.sub-comment-list[data-v-694b3644] {
  margin-top: 10px;
  background: #f9f9f9;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
}
.inline-reply-box[data-v-694b3644] {
  margin-top: 10px;
}
.inline-reply-box .inline-reply-actions[data-v-694b3644] {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
}
.sub-comment-item[data-v-694b3644] {
  margin-bottom: 4px;
}
.sub-comment-item[data-v-694b3644]:last-child {
  margin-bottom: 0;
}
.sub-comment-item .sub-user[data-v-694b3644] {
  color: #52c41a;
  margin-right: 4px;
}
.sub-comment-item .sub-text[data-v-694b3644] {
  color: #666;
}
.comment-input-box[data-v-694b3644] {
  padding: 16px 24px 24px;
  border-top: 1px solid #f0f0f0;
  background: #fff;
}
.comment-input-box .input-actions[data-v-694b3644] {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.comment-input-box[data-v-694b3644] .el-textarea__inner {
  border: 1px solid #eee;
  background: #fcfcfc;
}
.comment-input-box[data-v-694b3644] .el-textarea__inner:focus {
  background: #fff;
}
.comment-empty[data-v-694b3644] {
  padding: 40px 0;
  text-align: center;
  color: #999;
  font-size: 13px;
}
.social-market-dialog[data-v-2db6e274] .el-dialog {
  margin-top: 5vh !important;
  border-radius: 4px;
  -webkit-box-shadow: 0 18px 48px rgba(0, 0, 0, 0.15);
          box-shadow: 0 18px 48px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 90vh;
}
.social-market-dialog[data-v-2db6e274] .el-dialog__header {
  height: 50px;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #edf0f5;
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.social-market-dialog[data-v-2db6e274] .el-dialog__title {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}
.social-market-dialog[data-v-2db6e274] .el-dialog__body {
  padding: 24px 32px;
  color: #1f2937;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.social-market-dialog[data-v-2db6e274] .el-dialog__footer {
  padding: 14px 24px;
  background: #fff;
  border-top: 1px solid #edf0f5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.social-market-dialog[data-v-2db6e274] .el-form-item {
  margin-bottom: 16px;
}
.social-market-dialog[data-v-2db6e274] .el-form-item__label {
  font-size: 12px;
  color: #1f2937;
}
.social-market-dialog[data-v-2db6e274] .el-input__inner,
.social-market-dialog[data-v-2db6e274] .el-textarea__inner {
  border-color: #e4e9f1;
  font-size: 12px;
}
.social-market-dialog[data-v-2db6e274] .el-input__inner:focus,
.social-market-dialog[data-v-2db6e274] .el-textarea__inner:focus {
  border-color: #409eff;
}
.platform-tag[data-v-2db6e274] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 48px;
  height: 20px;
  padding: 0 7px;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  vertical-align: middle;
}
.platform-tag.youtube[data-v-2db6e274] {
  background: #ef4b3f;
}
.platform-tag.facebook[data-v-2db6e274] {
  background: #4267b2;
}
.platform-tag.linkedin[data-v-2db6e274] {
  background: #3f7ebd;
}
.platform-tag.instagram[data-v-2db6e274] {
  background: #e80090;
}
.platform-tag.tiktok[data-v-2db6e274] {
  background: #050505;
}
.platform-tag.whatsapp[data-v-2db6e274] {
  background: #26c281;
}
.platform-tag.twitter[data-v-2db6e274] {
  background: #111827;
}
.platform-tag.threads[data-v-2db6e274] {
  background: #111827;
}
.platform-tag.bluesky[data-v-2db6e274] {
  background: #1185fe;
}
.platform-tag.pinterest[data-v-2db6e274] {
  background: #bd081c;
}
.platform-tag.default[data-v-2db6e274] {
  background: #718096;
}
.platform-dot[data-v-2db6e274] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  border-radius: 50%;
  background: #202020;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}
.platform-dot i[data-v-2db6e274] {
  display: none;
}
.platform-dot.youtube[data-v-2db6e274] {
  background: #ef4b3f;
}
.platform-dot.facebook[data-v-2db6e274] {
  background: #4267b2;
}
.platform-dot.linkedin[data-v-2db6e274] {
  background: #3f7ebd;
}
.platform-dot.instagram[data-v-2db6e274] {
  background: #e80090;
}
.platform-dot.tiktok[data-v-2db6e274] {
  background: #050505;
}
.platform-dot.whatsapp[data-v-2db6e274] {
  background: #26c281;
}
.platform-dot.twitter[data-v-2db6e274] {
  background: #111827;
}
.platform-dot.threads[data-v-2db6e274] {
  background: #111827;
}
.platform-dot.bluesky[data-v-2db6e274] {
  background: #1185fe;
}
.platform-dot.pinterest[data-v-2db6e274] {
  background: #bd081c;
}
.platform-dot[data-v-2db6e274]::before {
  content: "";
  display: block;
}
.platform-dot.facebook[data-v-2db6e274]::before {
  content: "f";
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.platform-dot.linkedin[data-v-2db6e274]::before {
  content: "in";
  font-family: Arial, sans-serif;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #fff;
  color: #202020;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 12px;
  text-align: center;
}
.platform-dot.youtube[data-v-2db6e274]::before {
  width: 13px;
  height: 9px;
  border-radius: 3px;
  background: #fff;
}
.platform-dot.youtube[data-v-2db6e274]::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 7px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #202020;
}
.platform-dot.instagram[data-v-2db6e274]::before {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.platform-dot.instagram[data-v-2db6e274]::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 4px;
  height: 4px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.platform-dot.twitter[data-v-2db6e274]::before {
  content: "X";
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
}
.platform-dot.bluesky[data-v-2db6e274]::before {
  width: 14px;
  height: 13px;
  background: #fff;
  -webkit-clip-path: polygon(50% 48%, 31% 2%, 12% 6%, 5% 30%, 24% 55%, 8% 62%, 22% 93%, 50% 63%, 78% 93%, 92% 62%, 76% 55%, 95% 30%, 88% 6%, 69% 2%);
          clip-path: polygon(50% 48%, 31% 2%, 12% 6%, 5% 30%, 24% 55%, 8% 62%, 22% 93%, 50% 63%, 78% 93%, 92% 62%, 76% 55%, 95% 30%, 88% 6%, 69% 2%);
}
.platform-dot.tiktok[data-v-2db6e274]::before {
  content: "T";
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
}
.platform-dot.whatsapp[data-v-2db6e274]::before {
  content: "W";
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
}
.platform-dot.threads[data-v-2db6e274]::before {
  content: "@";
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
}
.platform-dot.pinterest[data-v-2db6e274]::before {
  content: "P";
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
}
.status-pill[data-v-2db6e274] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 48px;
  height: 22px;
  padding: 0 9px;
  border-radius: 4px;
  font-size: 12px;
}
.status-pill.published[data-v-2db6e274] {
  color: #31a86f;
  background: #dcfce7;
}
.status-pill.scheduled[data-v-2db6e274] {
  color: #d97706;
  background: #fff7ed;
}
.status-pill.failed[data-v-2db6e274] {
  color: #dc2626;
  background: #fee2e2;
}
.status-pill.sending[data-v-2db6e274] {
  color: #2563eb;
  background: #dbeafe;
}
.status-pill.draft[data-v-2db6e274] {
  color: #f97316;
  background: #fff7ed;
}
.dialog-toolbar[data-v-2db6e274] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.toolbar-left[data-v-2db6e274],
.toolbar-right[data-v-2db6e274] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-tip[data-v-2db6e274] {
  margin: 6px 0 0 100px;
  color: #9ca3af;
  font-size: 12px;
}
.social-market-dashboard[data-v-2db6e274] {
  padding: 0;
  height: 100%;
  min-height: 0;
  overflow-y: auto;
  overflow-x: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f6f8fb;
  color: #2c3e50;
  font-family: -apple-system, "SF Pro Display", "PingFang SC", sans-serif;
}
.social-market-dashboard[data-v-2db6e274]::-webkit-scrollbar {
  width: 0;
  height: 8px;
}
.social-market-dashboard[data-v-2db6e274] *::-webkit-scrollbar {
  width: 0;
  height: 8px;
}
.social-market-dashboard[data-v-2db6e274]::-webkit-scrollbar-thumb,
.social-market-dashboard[data-v-2db6e274] *::-webkit-scrollbar-thumb {
  background: #cbd5e0;
  border-radius: 8px;
}
.social-market-dashboard[data-v-2db6e274]::-webkit-scrollbar-track,
.social-market-dashboard[data-v-2db6e274] *::-webkit-scrollbar-track {
  background: #eef2f7;
}
.dashboard-header[data-v-2db6e274] {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.dashboard-header .main-title[data-v-2db6e274] {
  margin: 0;
  color: #1a202c;
  font-size: 18px;
  font-weight: 700;
}
.dashboard-header .sub-title[data-v-2db6e274] {
  margin: 2px 0 0;
  color: #718096;
  font-size: 12px;
}
.header-actions[data-v-2db6e274] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.header-actions[data-v-2db6e274] .el-select {
  width: 118px;
}
.header-actions[data-v-2db6e274] .el-input__inner {
  border-radius: 8px;
  background-color: #f8fafc;
  border: 1px solid #edf2f7;
}
.header-actions[data-v-2db6e274] .el-input__inner:focus {
  border-color: #3182ce;
}
.dashboard-content[data-v-2db6e274] {
  padding: 16px 20px 60px;
}
.dashboard-alert[data-v-2db6e274] {
  margin: 12px 20px 0;
}
.stats-grid[data-v-2db6e274] {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}
.stat-card[data-v-2db6e274] {
  height: 85px;
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 4px 12px rgba(0, 0, 0, 0.03);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 4px 12px rgba(0, 0, 0, 0.03);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.stat-card[data-v-2db6e274]:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.stat-card .label[data-v-2db6e274] {
  color: #718096;
  font-size: 13px;
  margin-bottom: 4px;
}
.stat-card .value[data-v-2db6e274] {
  color: #1a202c;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}
.stat-card .sub-label[data-v-2db6e274] {
  margin-top: 0;
  color: #a0aec0;
  font-size: 11px;
}
.stat-icon[data-v-2db6e274] {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
}
.stat-icon.blue-bg[data-v-2db6e274] {
  background: linear-gradient(135deg, #ebf8ff 0%, #bee3f8 100%);
  color: #3182ce;
}
.stat-icon.green-bg[data-v-2db6e274] {
  background: linear-gradient(135deg, #f0fff4 0%, #c6f6d5 100%);
  color: #38a169;
}
.stat-icon.cyan-bg[data-v-2db6e274] {
  background: linear-gradient(135deg, #e6fffa 0%, #b2f5ea 100%);
  color: #319795;
}
.stat-icon.orange-bg[data-v-2db6e274] {
  background: linear-gradient(135deg, #fffaf0 0%, #feebc8 100%);
  color: #dd6b20;
}
.stat-icon.purple-bg[data-v-2db6e274] {
  background: linear-gradient(135deg, #faf5ff 0%, #e9d8fd 100%);
  color: #805ad5;
}
.panel-grid[data-v-2db6e274] {
  display: grid;
  gap: 16px;
}
.top-panel-grid[data-v-2db6e274] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.bottom-panel-grid[data-v-2db6e274] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.dashboard-card[data-v-2db6e274] {
  height: 295px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border: 1px solid #edf2f7;
  border-radius: 12px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 4px 6px rgba(0, 0, 0, 0.02);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 4px 6px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}
.card-header[data-v-2db6e274] {
  padding: 14px 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.card-header .title[data-v-2db6e274] {
  color: #2d3748;
  font-size: 14px;
  font-weight: 700;
}
.card-header em[data-v-2db6e274] {
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 4px;
  background: #dcfce7;
  color: #22c55e;
  font-size: 11px;
  font-style: normal;
}
.card-header .more-link[data-v-2db6e274] {
  font-size: 12px;
}
.refresh-icon[data-v-2db6e274] {
  color: #a0aec0;
  cursor: pointer;
}
.refresh-icon[data-v-2db6e274]:hover {
  color: #409eff;
}
.card-body[data-v-2db6e274] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  padding: 10px 20px 16px;
  overflow: hidden;
}
.quick-grid[data-v-2db6e274] {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.quick-item[data-v-2db6e274] {
  padding: 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f7fafc;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.quick-item[data-v-2db6e274]:hover {
  background: #fff;
  border-color: #bee3f8;
  -webkit-box-shadow: 0 4px 12px rgba(66, 153, 225, 0.08);
          box-shadow: 0 4px 12px rgba(66, 153, 225, 0.08);
}
.quick-item.disabled[data-v-2db6e274] {
  cursor: not-allowed;
  opacity: 0.55;
}
.quick-icon[data-v-2db6e274] {
  width: 36px;
  height: 36px;
  margin-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  background: linear-gradient(135deg, #4299e1 0%, #3182ce 100%);
  color: #fff;
  font-size: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.quick-title[data-v-2db6e274] {
  margin-bottom: 2px;
  color: #2d3748;
  font-size: 13px;
  font-weight: 700;
}
.quick-desc[data-v-2db6e274] {
  color: #718096;
  font-size: 11px;
  line-height: 1.2;
}
.chart-container[data-v-2db6e274] {
  width: 100%;
  height: 100%;
}
.table-wrap[data-v-2db6e274] {
  padding-top: 0;
}
.table-wrap[data-v-2db6e274] .el-table {
  font-size: 12px;
  background-color: transparent;
}
.table-wrap[data-v-2db6e274] .el-table::before {
  display: none;
}
.table-wrap[data-v-2db6e274] .el-table th {
  background-color: #f8fafc !important;
  color: #718096;
  font-weight: 600;
  font-size: 11px;
  padding: 8px 0;
  border-bottom: 1px solid #edf2f7;
}
.table-wrap[data-v-2db6e274] .el-table td {
  padding: 9px 0;
  color: #4a5568;
  border-bottom: 1px solid #edf2f7;
}
.table-wrap[data-v-2db6e274] .el-table th,
.table-wrap[data-v-2db6e274] .el-table td {
  border-color: #edf2f7;
}
.recent-list[data-v-2db6e274] {
  overflow-y: auto;
}
.recent-item[data-v-2db6e274] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 14px;
  margin-bottom: 10px;
  border: 1px solid #edf2f7;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.recent-item[data-v-2db6e274]:hover {
  border-color: #cbd5e0;
  -webkit-box-shadow: 0 4px 12px rgba(66, 153, 225, 0.08);
          box-shadow: 0 4px 12px rgba(66, 153, 225, 0.08);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.recent-main[data-v-2db6e274] {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.recent-title[data-v-2db6e274] {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1a202c;
  font-size: 13px;
  line-height: 18px;
}
.recent-meta[data-v-2db6e274] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 2px;
  color: #94a3b8;
  font-size: 11px;
}
.trend-pill[data-v-2db6e274] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 44px;
  height: 22px;
  border-radius: 4px;
  font-size: 12px;
}
.trend-pill.up[data-v-2db6e274] {
  color: #22c55e;
  background: #dcfce7;
}
.trend-pill.down[data-v-2db6e274] {
  color: #f87171;
  background: #fee2e2;
}
.report-body[data-v-2db6e274] {
  padding-top: 0;
  overflow-y: auto;
}
.report-body p[data-v-2db6e274] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin: 0 0 22px;
  color: #1a202c;
  font-size: 12px;
  line-height: 3;
}
.report-body strong[data-v-2db6e274] {
  display: inline-block;
  min-width: 52px;
  color: #10b981;
  font-weight: 500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1280px) {
.stats-grid[data-v-2db6e274] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.top-panel-grid[data-v-2db6e274],
  .bottom-panel-grid[data-v-2db6e274] {
    grid-template-columns: 1fr;
}
}
.platform-option-item[data-v-2db6e274] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.platform-option-item .platform-option-icon[data-v-2db6e274] {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.recent-platform-icon[data-v-2db6e274] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.group .el-checkbox-group {
  font-size: 13px !important;
}
.add-product[data-v-12e56b2e] {
  height: calc(100% - 20px);
  padding: 10px;
  overflow-y: auto;
  background-color: #fff;
}
.add-product .litter-title[data-v-12e56b2e] {
  padding: 0 27px;
  line-height: 35px;
  font-size: 14px;
  color: #3399F6;
  background-color: #E9F3FE;
  margin-bottom: 20px;
}
.add-product .form-info .el-cascader[data-v-12e56b2e],
.add-product .form-info .el-input[data-v-12e56b2e],
.add-product .form-info .el-select[data-v-12e56b2e] {
  width: 220px;
}
.add-product .form-info i.iconBtn[data-v-12e56b2e] {
  margin-left: 15px;
  vertical-align: text-bottom;
  font-size: 23px;
  color: #ddd;
  cursor: pointer;
}
.dialogProduct[data-v-12e56b2e] {
  font-size: 13px;
}
.dialogProduct .grid_item[data-v-12e56b2e] {
  margin: 5px;
}
.dialogProduct .grid_item .el-input[data-v-12e56b2e],
.dialogProduct .grid_item .el-select[data-v-12e56b2e],
.dialogProduct .grid_item .el-cascader[data-v-12e56b2e] {
  width: 295px;
}
.dialogProduct .grid_item .label_item[data-v-12e56b2e] {
  margin-right: 10px;
  position: relative;
}
.dialogProduct .grid_item .label_item b[data-v-12e56b2e] {
  position: absolute;
  left: -8px;
  top: 2px;
  color: red;
}
.dialogProduct .grid_item .grid_title[data-v-12e56b2e] {
  background-color: #E9F3FD;
  padding: 10px;
  border-radius: 5px;
}
.dialogProduct .grid_item .grid_content[data-v-12e56b2e] {
  border: 1px solid #ddd;
  border-radius: 10px;
  height: 300px;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  overflow-y: auto;
  overflow-x: hidden;
}
.dialogProduct .grid_item .grid_content .product_item[data-v-12e56b2e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0;
}
.dialogProduct .grid_item .grid_content .product_item .product_img[data-v-12e56b2e] {
  width: 60px;
  height: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
}
.dialogProduct .grid_item .grid_content .product_item .item_title[data-v-12e56b2e] {
  font-size: 13px;
  color: #666;
}
.dialogProduct .grid_item .grid_content .product_item .item_message[data-v-12e56b2e] {
  margin-top: 5px !important;
  color: red;
  font-size: 12px;
}
.dialogProduct .grid_item .grid_content .product_item .item-right[data-v-12e56b2e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid rgba(221, 221, 221, 0.4117647059);
}
.dialogProduct .grid_item .grid_content .product_item .item-right .right-detail[data-v-12e56b2e] {
  position: relative;
  width: calc(100% - 70px);
}
.dialogProduct .grid_item .grid_content .product_item .item-right .right-detail p[data-v-12e56b2e] {
  width: calc(100% - 30px);
}
.dialogProduct .grid_item .grid_content .product_item .item-right .remove_btn[data-v-12e56b2e] {
  position: absolute;
  top: 5%;
  right: 0;
  color: rgba(43, 38, 38, 0.5803921569);
  cursor: pointer;
}
.dialogProduct .grid_item .grid_content .product_item .item-right[data-v-12e56b2e]:hover {
  border-bottom-color: #409EFF;
}
.anchorPoint[data-v-12e56b2e] {
  position: fixed;
  top: 50%;
  right: 20px;
  padding: 10px !important;
  background: #ddd;
  z-index: 2;
  font-size: 13px;
}
.anchorPoint li[data-v-12e56b2e] {
  padding: 5px 0;
  cursor: pointer;
}
.anchorPoint li.active[data-v-12e56b2e] {
  color: #2A97F9;
}
.product-table[data-v-12e56b2e] {
  margin-top: 10px;
}
.grid_item[data-v-12e56b2e] {
  margin: 5px;
}
.pure-table td[data-v-12e56b2e], .pure-table th[data-v-12e56b2e] {
  height: 32px;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
ul li[data-v-15dcb4a0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
ul li p[data-v-15dcb4a0] {
  width: 300px;
  max-height: 40px;
}
ul li i[data-v-15dcb4a0] {
  font-size: 27px;
  color: #fff;
}
ul li .active[data-v-15dcb4a0] {
  color: rgba(0, 128, 0, 0.8509803922);
}
.publish[data-v-561f4a87] {
  max-width: 1024px;
  margin: 20px auto;
  overflow-y: auto;
  height: calc(100% - 60px);
}
.publish .acc-list[data-v-561f4a87] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
.publish .acc-list li[data-v-561f4a87] {
  position: relative;
  padding: 10px 20px;
  -webkit-filter: grayscale(0.55);
          filter: grayscale(0.55);
  border: 1px solid transparent;
}
.publish .acc-list li img[data-v-561f4a87] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.publish .acc-list li i[data-v-561f4a87] {
  position: absolute;
  right: 15px;
  bottom: 12px;
  font-size: 20px;
}
.publish .acc-list li .icon-facebook[data-v-561f4a87] {
  color: #3b5999;
}
.publish .acc-list li .icon-twitterlogo[data-v-561f4a87] {
  color: #279fdd;
}
.publish .acc-list li .icon-linkedin[data-v-561f4a87] {
  color: #0e75a8;
}
.publish .acc-list .gray[data-v-561f4a87] {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  border: 1px solid #0fb10f;
}
.publish h2[data-v-561f4a87] {
  margin-bottom: 15px;
}
.publish .content[data-v-561f4a87] {
  max-width: 1024px;
}
.publish .content i.el-icon-picture[data-v-561f4a87] {
  color: #74b5f7;
  font-size: 35px;
  vertical-align: middle;
}
.publish .content i.el-icon-video-camera[data-v-561f4a87] {
  font-size: 39px;
  vertical-align: middle;
  margin-left: 10px;
  color: #4caf50;
}
.publish .content .file-show[data-v-561f4a87] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0 !important;
}
.publish .content .file-show li[data-v-561f4a87] {
  margin-right: 10px;
  position: relative;
}
.publish .content .file-show li img[data-v-561f4a87] {
  width: 70px;
  height: 70px;
}
.publish .content .file-show li .el-icon-error[data-v-561f4a87] {
  position: absolute;
  right: -13px;
  top: -12px;
  color: #666;
  font-size: 20px;
}
.dialogSign li[data-v-fda8b834] {
  height: 40px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
}
.dialogSign li i[data-v-fda8b834] {
  color: transparent;
  font-size: 27px;
}
.dialogSign li .active[data-v-fda8b834] {
  color: #00aa00;
}
@charset "UTF-8";
.process[data-v-ede514f8] {
  width: 100%;
  overflow-x: scroll;
  height: calc(100% - 110px);
  background-color: #f5f5f5;
}
.process .stepCon[data-v-ede514f8] {
  width: 100%;
}
.process .panel[data-v-ede514f8] {
  /*margin-bottom: 50px;*/
  padding: 0 20px;
  position: relative;
  height: calc(100% - 90px);
}
.process .panel ul[data-v-ede514f8] {
  height: 100%;
  overflow-y: auto;
}
.process .panel .el-row[data-v-ede514f8] {
  color: #666;
}
.process .panel .el-row .el-col.el-col-3[data-v-ede514f8] {
  width: 200px;
}
.process .panel .el-row .el-col.el-col-3 .no-move[data-v-ede514f8] {
  cursor: default;
}
.process .panel .el-row .el-col.el-col-3 li[data-v-ede514f8] {
  width: calc(100% - 15px);
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  margin: 10px auto;
  cursor: move;
  position: relative;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  -webkit-box-shadow: 0px 0px 3px rgba(170, 170, 170, 0.35);
          box-shadow: 0px 0px 3px rgba(170, 170, 170, 0.35);
  /*overflow: hidden;*/
}
.process .panel .el-row .el-col.el-col-3 li h1[data-v-ede514f8] {
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 13px;
  color: #2A97F9;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.process .panel .el-row .el-col.el-col-3 li h2[data-v-ede514f8] {
  font-weight: normal;
  color: #2A97F9;
  margin-bottom: 5px;
  font-size: 12px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
}
.process .panel .el-row .el-col.el-col-3 li h2 span[data-v-ede514f8] {
  color: #666;
}
.process .panel .el-row .el-col.el-col-3 li p[data-v-ede514f8] {
  color: #666;
  font-size: 12px;
  overflow: hidden; /*超出的部分隐藏起来。*/
  white-space: nowrap; /*不显示的地方用省略号...代替*/
  text-overflow: ellipsis; /* 支持 IE */
}
.process .panel .el-row .el-col.el-col-3 li.empty-content[data-v-ede514f8] {
  padding: 0;
  height: 0;
  background-color: #f3f3f3;
  /*display: none;*/
  overflow: hidden;
}
.wrap[data-v-ede514f8] {
  word-wrap: break-word;
  word-break: normal;
}
.flex[data-v-ede514f8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.flex .no-move[data-v-ede514f8] {
  cursor: default;
}
.flex li[data-v-ede514f8] {
  width: calc(100% - 15px);
  background-color: #fff;
  border-radius: 2px;
  padding: 10px;
  margin: 10px auto;
  cursor: move;
  position: relative;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  -webkit-box-shadow: 0px 0px 3px rgba(170, 170, 170, 0.35);
          box-shadow: 0px 0px 3px rgba(170, 170, 170, 0.35);
  /*overflow: hidden;*/
}
.flex li h1[data-v-ede514f8] {
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 13px;
  color: #2A97F9;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.flex li h2[data-v-ede514f8] {
  font-weight: normal;
  color: #2A97F9;
  margin-bottom: 5px;
  font-size: 12px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
}
.flex li h2 span[data-v-ede514f8] {
  color: #666;
}
.flex li p[data-v-ede514f8] {
  color: #666;
  font-size: 12px;
  overflow: hidden; /*超出的部分隐藏起来。*/
  white-space: nowrap; /*不显示的地方用省略号...代替*/
  text-overflow: ellipsis; /* 支持 IE */
}
.flex li.empty-content[data-v-ede514f8] {
  padding: 0;
  height: 0;
  background-color: #f3f3f3;
  /*display: none;*/
  overflow: hidden;
}
.step[data-v-ede514f8] {
  height: 100%;
  overflow-y: hidden;
}
.header[data-v-ede514f8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.title[data-v-ede514f8] {
  font-weight: bold;
  margin-bottom: 10px !important;
}
.icon[data-v-ede514f8], .operate[data-v-ede514f8] {
  cursor: pointer;
}
.query-operation .el-select__tags-text {
  max-width: 50px;
}
.content[data-v-481a8f83] {
  height: 100%;
}
.content .query-operation[data-v-481a8f83] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}
.content .query-operation .operation-item[data-v-481a8f83] {
  width: 160px;
  margin-right: 10px;
}
.content .query-operation .input-with-select[data-v-481a8f83] {
  width: 240px;
}
.draw-business .el-drawer__header {
  padding: 10px 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}
.draw-business .el-drawer__body {
  height: calc(100% - 105px);
  position: relative;
}
.content[data-v-71909cf5] {
  position: relative;
  height: calc(100% - 40px);
  overflow-y: auto;
}
.content .box-card[data-v-71909cf5] {
  width: 90%;
  margin: 20px auto;
  font-size: 14px;
  line-height: 24px;
}
.content[data-v-a6748a08] {
  height: 100%;
}
.content .query-operation[data-v-a6748a08] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}
.content .query-operation .operation-item[data-v-a6748a08] {
  width: 160px;
  margin-right: 10px;
}
.content .query-operation .input-with-select[data-v-a6748a08] {
  width: 240px;
}
.icon[data-v-a6748a08] {
  cursor: pointer;
}
.content[data-v-6d413059] {
  height: 100%;
}
.content .query-operation[data-v-6d413059] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}
.content .query-operation .operation-item[data-v-6d413059] {
  width: 160px;
  margin-right: 10px;
}
.content .query-operation .input-with-select[data-v-6d413059] {
  width: 240px;
}
.action-operation .el-tabs {
  height: 100%;
}
.action-operation .el-tabs .el-tabs__content {
  height: 100%;
}
.action-operation .el-tabs .el-tab-pane {
  height: 100%;
}
.query-operation[data-v-64bbf70c], .action-operation[data-v-64bbf70c] {
  padding: 20px 20px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  position: relative;
}
.query-operation .title[data-v-64bbf70c], .action-operation .title[data-v-64bbf70c] {
  font-size: 20px;
}
.query-operation .set-Btn[data-v-64bbf70c], .action-operation .set-Btn[data-v-64bbf70c] {
  cursor: pointer;
}
.action-operation[data-v-64bbf70c] {
  height: calc(100% - 120px);
}
.search-box[data-v-4923c840] {
  margin-bottom: 20px;
}
.search-box .input-with-select[data-v-4923c840] {
  width: 200px;
  margin-right: 10px;
}
.el-button-group .el-button--small {
  height: 33px;
  vertical-align: bottom;
}
.query-operation[data-v-1a4bea6e], .action-operation[data-v-1a4bea6e] {
  padding: 20px 20px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  position: relative;
}
.query-operation .title[data-v-1a4bea6e], .action-operation .title[data-v-1a4bea6e] {
  font-size: 20px;
}
.query-operation .title .back-icon[data-v-1a4bea6e], .action-operation .title .back-icon[data-v-1a4bea6e] {
  cursor: pointer;
}
.query-operation .tips-Btn[data-v-1a4bea6e], .action-operation .tips-Btn[data-v-1a4bea6e] {
  cursor: pointer;
}
.action-operation[data-v-1a4bea6e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content[data-v-1a4bea6e] {
  height: calc(100% - 100px);
}
.item[data-v-f9fbf33e] {
  line-height: 22px;
  margin-bottom: 10px;
}
.item .item-label[data-v-f9fbf33e] {
  display: inline-block;
  width: 70px;
}
.item .item-content[data-v-f9fbf33e] {
  font-weight: 500;
}
.zl-container[data-v-1a1c2a2f] {
  height: calc(100% - 150px);
  overflow-y: auto;
}
.goback[data-v-1a1c2a2f] {
  color: #409eff;
  display: inline-block;
  cursor: pointer;
  font-size: 24px !important;
}
.refresh[data-v-1a1c2a2f] {
  color: #409eff;
  display: inline-block;
  cursor: pointer;
}
.import-header[data-v-1a1c2a2f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.import-header p[data-v-1a1c2a2f] {
  font-size: 20px;
  font-weight: 600;
}
.import-header p span[data-v-1a1c2a2f] {
  font-size: 14px;
}
.upload-title[data-v-1a1c2a2f] {
  font-size: 18px;
  color: #535d71;
  font-weight: 500;
}
.import-container[data-v-1a1c2a2f] {
  padding: 20px;
}
.import-container .item[data-v-1a1c2a2f] {
  margin-bottom: 20px;
}
.import-container .item .item-label[data-v-1a1c2a2f] {
  display: inline-block;
  font-size: 14px;
  color: #444;
  width: 70px;
}
.import-container .upload-box[data-v-1a1c2a2f] {
  border-top: 1px solid #d9d9d9;
  padding: 20px 0;
  text-align: center;
}
.import-container .upload-box .tips[data-v-1a1c2a2f] {
  margin-bottom: 10px !important;
}
.import-container .upload-box p[data-v-1a1c2a2f] {
  line-height: 36px;
  color: #444;
}
.import-container .upload-box p a[data-v-1a1c2a2f] {
  text-decoration: underline;
  color: #2A97F9;
}
.import-container .history-title[data-v-1a1c2a2f] {
  font-size: 18px;
  margin-bottom: 10px !important;
}
.success[data-v-1a1c2a2f] {
  color: #67c23a;
}
.warning[data-v-1a1c2a2f] {
  color: #e6a23c;
}
.action[data-v-1a1c2a2f] {
  color: #2A97F9;
  cursor: pointer;
}
.error[data-v-1a1c2a2f] {
  color: #f56c6c;
}
.primary[data-v-1a1c2a2f] {
  color: #409EFF;
}

/* Icon Up */
@-webkit-keyframes hvr-icon-up-1a1c2a2f {
0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
25%, 75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}
}
@keyframes hvr-icon-up-1a1c2a2f {
0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
25%, 75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}
}
/* Icon Up */
.hvr-icon-up[data-v-1a1c2a2f] {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-up .hvr-icon[data-v-1a1c2a2f] {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.hvr-icon-up:hover .hvr-icon[data-v-1a1c2a2f], .hvr-icon-up:focus .hvr-icon[data-v-1a1c2a2f], .hvr-icon-up:active .hvr-icon[data-v-1a1c2a2f] {
  -webkit-animation-name: hvr-icon-up-1a1c2a2f;
          animation-name: hvr-icon-up-1a1c2a2f;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.draw-business .el-drawer__header {
  padding: 10px 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}
.draw-business .el-drawer__body {
  height: calc(100% - 105px);
  position: relative;
}
.content[data-v-495b7692] {
  position: relative;
  height: 100%;
}
.content .tab-content[data-v-495b7692] {
  width: 100%;
  text-align: center;
}
.content .tab-content .preview-pic[data-v-495b7692] {
  width: 300px;
  border-radius: 5px;
  margin: 20px auto;
  border: 1px solid #ccc;
}
@charset "UTF-8";
.slide-left[data-v-574e02e0] {
  position: relative;
  padding: 20px;
}
.slide-left .slide-line[data-v-574e02e0] {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 2px;
  height: calc(100% - 40px);
  background-color: #dfe1e5;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.slide-left .slide-line .active-icon[data-v-574e02e0] {
  background-color: #fff;
  border: 2px solid #409eff;
  border-radius: 8px;
  /*display: none;*/
  height: 8px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  width: 8px;
}
.slide-left .link-item[data-v-574e02e0] {
  line-height: 1.143;
  padding: 7px 0 7px 16px;
  cursor: pointer;
  color: #333333;
  height: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  overflow-wrap: break-word;
  white-space: nowrap; /* 禁止换行 */
  overflow: hidden; /* 隐藏溢出部分 */
  text-overflow: ellipsis;
}
.slide-left .isActive[data-v-574e02e0] {
  color: #409eff;
}

.label_item[data-v-502b154b]{
  display: inline-block;
  width: 85px;
}
.icon[data-v-502b154b]{
  display: inline-block;
  margin: 0 10px;
  font-size: 16px;
  cursor: pointer;
}
.filter-msg[data-v-502b154b]{
  font-size: 14px;
  vertical-align: sub;
  color: #606266;
}

.pic-content[data-v-43f3b73f] {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  overflow: hidden;
  margin-right: 20px;
}
.pic-content .pic-mask[data-v-43f3b73f] {
  width: 100px;
  height: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pic-content .pic-mask .delete-icon[data-v-43f3b73f] {
  cursor: pointer;
  font-size: 16px;
  color: white;
}
.pic-content:hover .pic-mask[data-v-43f3b73f] {
  background-color: rgba(0, 0, 0, 0.4);
}
.image-box[data-v-43f3b73f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.document-right-box .el-form-item {
  margin-bottom: 9px !important;
}
.document-right-box .el-form--label-top .el-form-item__label {
  padding: 0;
  line-height: 30px;
  position: relative;
}
.document-right-box .el-upload__tip {
  margin-top: 0;
  line-height: 30px;
}
.header[data-v-13629ff2] {
  height: 40px;
  border-bottom: 1px solid #dfe1e5;
  line-height: 40px;
  padding-left: 10px;
  font-weight: bold;
}
.empty[data-v-13629ff2] {
  margin: 250px auto;
  text-align: center;
  font-size: 12px;
  color: #7F7F7F;
}
.empty .empty-pic[data-v-13629ff2] {
  width: 175px;
  margin-bottom: 10px;
}
.style-item[data-v-13629ff2] {
  margin-bottom: 9px;
}
.style-item .label[data-v-13629ff2] {
  vertical-align: middle;
  float: left;
  font-size: 13px;
  color: #606266;
  line-height: 30px;
  padding: 0 12px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 150px;
}
.style-item .select[data-v-13629ff2] {
  width: 160px;
}
.mask[data-v-40bce70c] {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.center[data-v-40bce70c] {
  cursor: pointer;
  position: relative;
  text-align: center;
  width: 800px;
  height: 1131px;
  margin: 0 auto;
  background-color: white;
  word-break: break-all;
}
.center .main-img[data-v-40bce70c] {
  width: 800px;
  height: 1131px;
}
.center .document-title[data-v-40bce70c] {
  position: absolute;
  color: #FFFFFF;
  width: 100%;
  top: 140px;
  padding-bottom: 30px;
}
.center .company-name[data-v-40bce70c] {
  position: absolute;
  color: #FFFFFF;
  width: 100%;
  top: 210px;
}
.center .time[data-v-40bce70c] {
  position: absolute;
  color: #FFFFFF;
  width: 100%;
  top: 1040px;
}
.center .action-item[data-v-40bce70c] {
  width: 26px;
  height: 26px;
  display: inline-block;
  background-color: #2A97F9;
  border-radius: 2px;
  position: absolute;
}
.center .action-item .action-item-icon[data-v-40bce70c] {
  color: white;
  line-height: 26px;
}
.center .add[data-v-40bce70c] {
  bottom: -29px;
  right: 50px;
}
.center .close[data-v-40bce70c] {
  bottom: -29px;
  right: 0px;
}
.isActive[data-v-40bce70c] {
  border: 1px dashed #409EFF;
}
.center[data-v-3adee76d] {
  cursor: pointer;
  width: 800px;
  margin: 0 auto;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #FFFFFF;
  word-wrap: break-word;
}
.document-title[data-v-3adee76d] {
  color: #000;
  width: 100%;
  padding-bottom: 30px;
}
.action-item[data-v-3adee76d] {
  width: 26px;
  height: 26px;
  display: inline-block;
  background-color: #2A97F9;
  border-radius: 2px;
  position: absolute;
  text-align: center;
}
.action-item .action-item-icon[data-v-3adee76d] {
  color: white;
  line-height: 26px;
}
.add[data-v-3adee76d] {
  bottom: -29px;
  right: 50px;
}
.close[data-v-3adee76d] {
  bottom: -29px;
  right: 0px;
}
.grid-content[data-v-3adee76d] {
  padding-top: 20px;
  height: 100%;
}
.grid-content .product-pic[data-v-3adee76d] {
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.grid-content .product-link[data-v-3adee76d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.isActive[data-v-3adee76d] {
  border: 1px dashed #409EFF;
}
p[data-v-3adee76d] {
  line-height: 20px !important;
}
.center[data-v-cd190a0a] {
  cursor: pointer;
  width: 800px;
  margin: 0 auto;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #FFFFFF;
  word-break: break-all;
}
.center .document-title[data-v-cd190a0a] {
  color: #000;
  width: 100%;
  padding-bottom: 30px;
}
.center .action-item[data-v-cd190a0a] {
  width: 26px;
  height: 26px;
  display: inline-block;
  background-color: #2A97F9;
  border-radius: 2px;
  position: absolute;
  text-align: center;
}
.center .action-item .action-item-icon[data-v-cd190a0a] {
  color: white;
  line-height: 26px;
}
.center .add[data-v-cd190a0a] {
  bottom: -29px;
  right: 50px;
}
.center .close[data-v-cd190a0a] {
  bottom: -29px;
  right: 0px;
}
.center .grid-content[data-v-cd190a0a] {
  width: 300px;
}
.center .grid-content .company-pic[data-v-cd190a0a] {
  width: 300px;
  height: 200px;
  margin: 0 auto;
  border-radius: 5px;
}
.center .grid-content .describe[data-v-cd190a0a] {
  margin-top: 20px !important;
}
.isActive[data-v-cd190a0a] {
  border: 1px dashed #409EFF;
}
.center[data-v-dcdfefbc] {
  cursor: pointer;
  width: 800px;
  margin: 0 auto;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #FFFFFF;
  word-break: break-all;
}
.center .document-title[data-v-dcdfefbc] {
  color: #000;
  width: 100%;
  padding-bottom: 30px;
}
.center .action-item[data-v-dcdfefbc] {
  width: 26px;
  height: 26px;
  display: inline-block;
  background-color: #2A97F9;
  border-radius: 2px;
  position: absolute;
  text-align: center;
}
.center .action-item .action-item-icon[data-v-dcdfefbc] {
  color: white;
  line-height: 26px;
}
.center .add[data-v-dcdfefbc] {
  bottom: -29px;
  right: 50px;
}
.center .close[data-v-dcdfefbc] {
  bottom: -29px;
  right: 0px;
}
.center .grid-content[data-v-dcdfefbc] {
  width: 300px;
}
.center .grid-content .company-pic[data-v-dcdfefbc] {
  width: 300px;
  height: 200px;
  margin: 0 auto;
  border-radius: 5px;
}
.center .grid-content .address[data-v-dcdfefbc] {
  margin: 20px 0 10px !important;
}
.isActive[data-v-dcdfefbc] {
  border: 1px dashed #409EFF;
}
.center[data-v-858ba558] {
  cursor: pointer;
  width: 800px;
  margin: 0 auto;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #FFFFFF;
  word-break: break-all;
}
.center .document-title[data-v-858ba558] {
  color: #000;
  width: 100%;
  padding-bottom: 30px;
}
.center .action-item[data-v-858ba558] {
  width: 26px;
  height: 26px;
  display: inline-block;
  background-color: #2A97F9;
  border-radius: 2px;
  position: absolute;
  text-align: center;
}
.center .action-item .action-item-icon[data-v-858ba558] {
  color: white;
  line-height: 26px;
}
.center .add[data-v-858ba558] {
  bottom: -29px;
  right: 50px;
}
.center .close[data-v-858ba558] {
  bottom: -29px;
  right: 0px;
}
.center .grid-content .company-pic[data-v-858ba558] {
  width: 300px;
  height: 200px;
  margin: 0 auto;
}
.isActive[data-v-858ba558] {
  border: 1px dashed #409EFF;
}
@charset "UTF-8";
.slide-content[data-v-023e894a] {
  background: #f2f2f2;
  height: 100%;
  overflow-y: auto;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s; /* 指定动画时长 */
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; /* 指定动画缓动函数 */
}
.slide-content .doc-container[data-v-023e894a] {
  width: 800px;
  min-height: calc(100vh - 73px);
  margin: 10px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.slide-content .empty[data-v-023e894a] {
  margin: 280px auto 0;
  text-align: center;
  color: #7F7F7F;
  font-size: 12px;
}
.slide-content .empty .tips[data-v-023e894a] {
  margin-bottom: 20px !important;
}
.label[data-v-5e5660b1] {
  display: inline-block;
  width: 60px;
}
.el-radio[data-v-5e5660b1] {
  margin-bottom: 20px;
}
.normalHeight[data-v-508ea223] {
  background-color: #FFFFFF;
  height: calc(100% - 65px);
  overflow: auto;
}
.normalHeight .document-header[data-v-508ea223] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.3098039216);
}
.normalHeight .document-header .icon[data-v-508ea223] {
  width: 24px;
  text-align: center;
  margin-left: 10px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
}
.normalHeight .document-header .operate-box[data-v-508ea223] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  text-align: right;
}
.normalHeight .grid-content[data-v-508ea223] {
  background: #f2f2f2;
  height: 100%;
}
.back-icon[data-v-508ea223] {
  cursor: pointer;
}
.normalHeight[data-v-148f5d1e] {
  background-color: #FFFFFF;
  height: calc(100% - 65px);
  overflow: auto;
}
.normalHeight .document-header[data-v-148f5d1e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.3098039216);
}
.normalHeight .document-header .icon[data-v-148f5d1e] {
  width: 24px;
  text-align: center;
  margin-left: 10px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
}
.normalHeight .document-header .operate-box[data-v-148f5d1e] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  text-align: right;
}
.normalHeight .grid-content[data-v-148f5d1e] {
  background: #f2f2f2;
  height: 100%;
}
.preview-box[data-v-148f5d1e] {
  height: calc(100% - 57px);
  text-align: center;
}
.preview-img[data-v-148f5d1e], .preview-video[data-v-148f5d1e] {
  margin: 40px 0;
}
.preview-video[data-v-148f5d1e] {
  max-width: 100%;
  height: auto;
}
.back-icon[data-v-148f5d1e] {
  cursor: pointer;
}
.normalHeight[data-v-4232a855] {
  background-color: #FFFFFF;
  height: calc(100% - 65px);
  overflow: auto;
}
.normalHeight .document-header[data-v-4232a855] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.3098039216);
}
.normalHeight .document-header .icon[data-v-4232a855] {
  width: 24px;
  text-align: center;
  margin-left: 10px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
}
.normalHeight .document-header .operate-box[data-v-4232a855] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  text-align: right;
}
.normalHeight .grid-content[data-v-4232a855] {
  background: #f2f2f2;
  height: 100%;
}
.preview-box[data-v-4232a855] {
  height: calc(100% - 57px);
  text-align: center;
}
.preview-img[data-v-4232a855], .preview-video[data-v-4232a855] {
  margin: 40px 0;
}
.preview-video[data-v-4232a855] {
  max-width: 100%;
  height: auto;
}
.back-icon[data-v-4232a855] {
  cursor: pointer;
}
