/* pages/publish.css — 由 pages/publish/publish.wxss 机械转换 *//* pages/publish/publish — 发布入口聚合（深空背景） */

:where(.mp-page[data-route="pages/publish/publish"]) .pub-wrap {
  min-height: calc(100 * var(--mp-vh));
  box-sizing: border-box;
  padding: 0 var(--space-page) 24px;
  background:
    radial-gradient(ellipse 120% 40% at 80% -10%, rgba(228, 90, 27, 0.16), transparent 60%),
    radial-gradient(ellipse 100% 36% at 10% 0%, rgba(44, 113, 232, 0.14), transparent 60%),
    var(--bg-deep);
}

:where(.mp-page[data-route="pages/publish/publish"]) .pub-hero {
  padding: var(--space-section) 4px 20px;
}
:where(.mp-page[data-route="pages/publish/publish"]) .pub-slogan {
  margin-top: 6px;
  font-size: 13px;
  color: var(--text-tertiary);
}/* 2×2 网格 */
:where(.mp-page[data-route="pages/publish/publish"]) .entry-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
:where(.mp-page[data-route="pages/publish/publish"]) .entry-card {
  width: calc((100% - 12px) / 2);
  box-sizing: border-box;
  background: var(--bg-card);
  border: 0.5px solid var(--divider);
  border-radius: var(--radius-card);
  padding: 16px 14px;
  margin-bottom: 12px;
}
:where(.mp-page[data-route="pages/publish/publish"]) .entry-card:active { opacity: 0.85; }
:where(.mp-page[data-route="pages/publish/publish"]) .entry-icon-wrap {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
:where(.mp-page[data-route="pages/publish/publish"]) .entry-icon-orbit {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: repeating-linear-gradient(135deg, transparent 0 9px, rgba(244, 242, 234, 0.07) 9px 10px);
}
:where(.mp-page[data-route="pages/publish/publish"]) .entry-icon {
  position: relative;
  font-size: 24px;
}
:where(.mp-page[data-route="pages/publish/publish"]) .entry-title {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
}
:where(.mp-page[data-route="pages/publish/publish"]) .entry-desc {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.6;
  color: var(--text-secondary);
}/* 草稿箱入口条 */
:where(.mp-page[data-route="pages/publish/publish"]) .draft-bar {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
:where(.mp-page[data-route="pages/publish/publish"]) .draft-left {
  display: flex;
  align-items: center;
  flex: 1;
  overflow: hidden;
}
:where(.mp-page[data-route="pages/publish/publish"]) .draft-icon {
  width: 40px;
  height: 40px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background: var(--bg-elevated);
}
:where(.mp-page[data-route="pages/publish/publish"]) .draft-info {
  margin-left: 10px;
  flex: 1;
  overflow: hidden;
}
:where(.mp-page[data-route="pages/publish/publish"]) .draft-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-primary);
}
:where(.mp-page[data-route="pages/publish/publish"]) .draft-desc {
  margin-top: 3px;
  font-size: 11px;
  color: var(--text-tertiary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
:where(.mp-page[data-route="pages/publish/publish"]) .draft-badge {
  flex: none;
  min-width: 18px;
  height: 18px;
  border-radius: 499.5px;
  background: var(--brand-orange);
  color: var(--text-primary);
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}
:where(.mp-page[data-route="pages/publish/publish"]) .draft-arrow {
  flex: none;
  margin-left: 6px;
  font-size: 20px;
  color: var(--text-tertiary);
}
