/* 零食行业早报 */
.sib-status {
  margin: 0 0 1rem;
  padding: 0.6rem 0.85rem;
  font-size: 0.8125rem;
  color: #334155;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}
.sib-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
  gap: 16px;
  align-items: start;
}
.sib-layout--in-syscfg {
  margin-top: 0.25rem;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
}
.sib-layout--in-syscfg .sib-body {
  max-height: min(70vh, 720px);
  overflow: auto;
}
@media (max-width: 960px) {
  .sib-layout {
    grid-template-columns: 1fr;
  }
}
.sib-sources-hint {
  margin: 0 0 8px;
  font-size: 0.7rem;
  line-height: 1.4;
  color: #64748b;
}
.sib-add-source {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #cbd5e1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.sib-add-source.hidden {
  display: none !important;
}
.sib-add-source__title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #334155;
}
.sib-add-source__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
@media (max-width: 640px) {
  .sib-main {
    padding: 14px 14px 18px;
  }
  .sib-main__title {
    font-size: 1.2rem;
    line-height: 1.35;
  }
  .sib-body {
    font-size: 0.95rem;
    line-height: 1.75;
  }
  .sib-body h2 {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
  .sib-delivery__picks {
    grid-template-columns: 1fr;
  }
  .sib-check-list {
    max-height: 11rem;
  }
  .sib-side {
    order: 2;
  }
}
.sib-main {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  padding: 16px 18px 20px;
  min-height: 280px;
}
.sib-main__title {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
}
.sib-main__meta {
  margin: 0 0 1rem;
  font-size: 0.75rem;
  color: #64748b;
}
.sib-body {
  font-size: 0.875rem;
  line-height: 1.65;
  color: #1e293b;
}
.sib-body h2 {
  margin: 1.1rem 0 0.4rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f766e;
}
.sib-body h2:first-child {
  margin-top: 0;
}
.sib-body ul {
  margin: 0.25rem 0 0;
  padding-left: 1.15rem;
}
.sib-body li {
  margin: 0.2rem 0;
}
.sib-body a {
  color: #0f766e;
  text-decoration: underline;
  word-break: break-all;
}
.sib-body blockquote {
  margin: 1rem 0 0;
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  color: #64748b;
  background: #f0fdfa;
  border-left: 3px solid #99f6e4;
}
.sib-panel {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  padding: 12px;
  margin-bottom: 12px;
}
.sib-panel__title {
  margin: 0 0 8px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #64748b;
}
.sib-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 280px;
  overflow: auto;
}
.sib-list li {
  margin: 0;
  padding: 0.4rem 0;
  border-bottom: 1px solid #f1f5f9;
  font-size: 0.75rem;
  color: #334155;
}
.sib-list li:last-child {
  border-bottom: 0;
}
.sib-list button {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
}
.sib-list button:hover {
  color: #0f766e;
}
.sib-list--sources .sib-src-err {
  color: #b45309;
  display: block;
  margin-top: 2px;
}
.sib-empty {
  color: #94a3b8;
  font-size: 0.8125rem;
  padding: 8px 0;
}
.sib-body ol {
  margin: 0.25rem 0 0;
  padding-left: 1.25rem;
}
.sib-body strong {
  font-weight: 700;
  color: #0f172a;
}
.sib-src-attr {
  font-size: 0.82em;
  font-weight: 400;
  color: #64748b;
  font-family: "Kaiti SC", "STKaiti", "KaiTi", "楷体", "Songti SC", serif;
}
.sib-brief-signoff {
  margin: 1.25rem 0 0.35rem;
  text-align: right;
  font-size: 0.875rem;
  font-weight: 400;
  color: #64748b;
  font-family: "Kaiti SC", "STKaiti", "KaiTi", "楷体", "Songti SC", serif;
}
.sib-sources-fold {
  margin-top: 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
  padding: 0.35rem 0.75rem 0.5rem;
}
.sib-sources-fold > summary {
  cursor: pointer;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #0f766e;
  padding: 0.35rem 0;
  list-style: none;
}
.sib-sources-fold > summary::-webkit-details-marker {
  display: none;
}
.sib-sources-fold[open] > summary {
  margin-bottom: 0.35rem;
  border-bottom: 1px solid #e2e8f0;
}
.sib-sources-fold__body {
  padding: 0.25rem 0 0.5rem;
}
.sib-delivery {
  margin: 0 0 1rem;
  padding: 12px 14px;
  border: 1px solid #99f6e4;
  border-radius: 12px;
  background: #f0fdfa;
}
.sib-delivery__title {
  font-size: 0.875rem;
  font-weight: 700;
  color: #134e4a;
  margin-bottom: 0.25rem;
}
.sib-delivery__hint {
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  color: #64748b;
}
.sib-delivery__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  align-items: center;
  margin-bottom: 0.75rem;
}
.sib-delivery__check {
  font-size: 0.8125rem;
  color: #134e4a;
  display: inline-flex;
  gap: 6px;
  align-items: center;
}
.sib-delivery__time {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 0.8125rem;
  color: #475569;
}
.sib-delivery__time .sib-time-input {
  width: 3.75rem;
  min-width: 3.75rem;
  padding: 0.35rem 0.4rem;
  text-align: center;
  font-variant-numeric: tabular-nums;
  font-size: 0.875rem;
  line-height: 1.25;
  /* 去掉数字框上下箭头，避免把两位数字挤没 */
  -moz-appearance: textfield;
  appearance: textfield;
}
.sib-delivery__time .sib-time-input::-webkit-outer-spin-button,
.sib-delivery__time .sib-time-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sib-delivery__sep {
  margin-left: 0.35rem;
}
.sib-delivery__picks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 0.75rem;
}
@media (max-width: 900px) {
  .sib-delivery__picks {
    grid-template-columns: 1fr;
  }
}
.sib-check-list {
  max-height: 9.5rem;
  overflow: auto;
  border: 1px solid #99f6e4;
  border-radius: 8px;
  background: #fff;
  padding: 4px 6px;
}
.sib-check-list__empty {
  display: block;
  padding: 8px 6px;
  font-size: 0.75rem;
  color: #94a3b8;
}
.sib-check-list__item {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  padding: 4px 4px;
  font-size: 0.75rem;
  color: #334155;
  border-radius: 4px;
  cursor: pointer;
}
.sib-check-list__item:hover {
  background: #f0fdfa;
}
.sib-check-list__item input {
  margin-top: 2px;
  flex-shrink: 0;
}
.sib-delivery__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sib-read-stats {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 12px 14px;
  background: #fff;
}
.sib-read-stats.hidden {
  display: none;
}
.sib-read-stats__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.sib-read-stats__table th,
.sib-read-stats__table td {
  padding: 6px 8px;
  text-align: left;
  border-bottom: 1px solid #f1f5f9;
}
.sib-read-stats__table th {
  color: #64748b;
  font-weight: 600;
  font-size: 12px;
}
.sib-read-stats__table button {
  background: none;
  border: 0;
  padding: 0;
  color: #0f766e;
  cursor: pointer;
  font: inherit;
  text-decoration: underline;
}
.sib-read-stats__table button:hover {
  color: #115e59;
}
.sib-read-stats__rate {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}
.sib-read-stats__rate--high {
  color: #047857;
}
.sib-read-stats__rate--mid {
  color: #b45309;
}
.sib-read-stats__rate--low {
  color: #b91c1c;
}
.sib-read-stats__detail {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed #e2e8f0;
  font-size: 13px;
}
.sib-read-stats__detail.hidden {
  display: none;
}
.sib-read-stats__detail-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}
.sib-read-stats__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 640px) {
  .sib-read-stats__cols {
    grid-template-columns: 1fr;
  }
}
.sib-read-stats__col h5 {
  margin: 0 0 6px;
  font-size: 12px;
  color: #64748b;
  font-weight: 600;
}
.sib-read-stats__names {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 180px;
  overflow: auto;
}
.sib-read-stats__names li {
  padding: 3px 0;
  border-bottom: 1px solid #f8fafc;
}
.sib-read-stats__names .sib-muted {
  color: #94a3b8;
  font-size: 12px;
  margin-left: 6px;
}
