/* 内容区域样式 */
.acld-layout-content {
  margin-top: 48px;
  padding: 24px;
}

/* 通用样式 */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, sans-serif;
}

.mx-4 {
  margin-left: 4px;
  margin-right: 4px;
}

.mx-8 {
  margin-left: 8px;
  margin-right: 8px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.ml-auto {
  margin-left: auto;
}

.acld-divider-vertical {
  display: inline-block;
  height: 16px;
  margin: 0 8px;
  border-left: 1px solid #f0f0f0;
}

.log_name {
  margin-left: 12px;
  font-size: 16px;
}

main {
  background-color: #f7f9fc;
}

/* 全局样式 */
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, sans-serif;
  color: #262626;
  background: #ffffff;
  line-height: 1.5;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px;
}

.breadcrumb-container {
  margin-bottom: 12px;
}

.acld-breadcrumb {
  font-size: 14px;
  color: #96989b;
}

.acld-breadcrumb a {
  text-decoration: none;
}

.acld-breadcrumb a:hover {
  color: #007eff;
}

.acld-breadcrumb .separator {
  margin: 0 8px;
  color: #8c8c8c;
}

/* 内容区域 */
.content {
  padding: 40px 100px;
  background-color: #fff;
  box-shadow: 0px 0px 4px 0px rgba(50, 52, 55, 0.1);
  border-radius: 4px;
}

/* 页面标题 */
.page-title {
  margin: 0 0 25px;
  font-size: 32px;
  font-weight: 500;
  color: #262626;
  padding-bottom: 24px;
  border-bottom: 2px solid #edeff2;
}

/* 章节样式 */
.section {
  margin-bottom: 48px;
  background: #fff;
}

.section-title {
  font-size: 24px;
  font-weight: 500;
  position: relative;
}

/* 表格样式 */
.table-container {
  margin: 24px 0;
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  overflow: hidden;
  border: 1px solid #edeff2;
}

table tr th {
  background-color: #f7f9fc;
}

th,
td {
  border: 1px solid #edeff2;
  padding: 16px;
  text-align: left;
  color: #262626;
}

th {
  background: #f5f5f5;
  font-weight: 500;
}

/* 行标题样式 */
td.row-header {
  background: #f5f5f5;
  font-weight: 500;
}

tr:hover {
  background: #f5f9ff;
}

/* 列表样式 */
.support-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.support-list li {
  margin-bottom: 20px;
  color: #323437;
  font-size: 14px;
  line-height: 1.6;
  padding-left: 18px;
  position: relative;
  transition: all 0.3s ease;
}

.support-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #323437;
  border: 2px solid #323437;
}

/* 重要提示样式 */
.important-note {
  padding: 16px;
  background: #f7f9fc;
  margin: 15px 0;
  color: #323437;
  border-radius: 4px;
}

/* 严重程度样式 */
.severity-table td:first-child {
  width: 200px;
  font-weight: 500;
  color: #262626;
  background: #f7f9fc;
  border-right: 1px solid #e8e8e8;
}

.severity-urgent {
  color: #262626;
}
.severity-urgent span {
  color: #f5222d;
}

.severity-high {
  color: #262626;
}
.severity-high span {
  color: #fa8c16;
}

.severity-medium {
  color: #262626;
}
.severity-medium span {
  color: #52c41a;
}

.severity-low {
  color: #262626;
}
.severity-low span {
  color: #1890ff;
}

/* 页面路径提示 */
.page-url-hint {
  position: fixed;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.95);
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 13px;
  color: #8c8c8c;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  font-family: monospace;
  border: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  gap: 6px;
}

.page-url-hint::before {
  content: '@';
  color: #007eff;
  font-weight: bold;
}

/* 响应式设计 */
@media screen and (max-width: 768px) {
  .content {
    padding: 24px 16px;
  }

  .section {
    padding: 24px;
  }

  .page-title {
    font-size: 28px;
    margin-bottom: 32px;
  }

  .page-url-hint {
    display: none;
  }

  .table-container {
    margin: 16px -16px;
    padding: 0 16px;
  }
}

/* 内容列布局 */
.content-columns {
  display: flex;
  gap: 24px;
  margin-top: 12px;
}

.column {
  flex: 1;
}

/* 支持卡片样式增强 */
.support-card {
  background: #f7f9fc;
  border-radius: 4px;
  padding: 16px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

/* 标题装饰 */
.support-card h2 {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  color: #262626;
}

/* 响应式调整 */
@media screen and (max-width: 768px) {
  .support-card::after {
    width: 60px;
    height: 60px;
  }

  .support-list li {
    font-size: 15px;
    margin-bottom: 16px;
  }
}

/* 支持详情列表样式 */
.support-details {
  background: linear-gradient(to right, #f8fbff, #ffffff);
  border-radius: 8px;
  padding: 24px;
  margin: 20px 0;
  border: 1px solid #e6f7ff;
}

.phase-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0 0;
}

.phase-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  color: #595959;
  line-height: 1.6;
}

.phase-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #323437;
}

.phase-list li:last-child {
  margin-bottom: 0;
}

/* 子标题样式 */
.subsection-title {
  font-size: 20px;
  font-weight: 500;
  color: #262626;
}

.flex-table td {
  width: 50%;
}
