/* =============================================================
 * Series · Dream 主题（11 · David Holz · Midjourney）
 * 主题色：violet #8b5cf6 + gold #fbbf24（紫金梦境，反硅谷艺术实验室）
 * 模型与 06 nexus 一致 —— 深色背景版（艺术氛围）
 * ============================================================= */

.issue-card.issue-dream-theme {
  background:
    radial-gradient(120% 140% at 100% 0%, rgba(139, 92, 246, 0.18) 0%, rgba(139, 92, 246, 0) 50%),
    radial-gradient(100% 120% at 0% 100%, rgba(251, 191, 36, 0.14) 0%, rgba(251, 191, 36, 0) 55%),
    linear-gradient(135deg, #14102a 0%, #1a1438 52%, #0f0a25 100%);
  box-shadow:
    0 30px 90px -40px rgba(139, 92, 246, 0.45),
    0 14px 40px -18px rgba(251, 191, 36, 0.22),
    0 0 0 1px rgba(139, 92, 246, 0.30);
  color: #ece8f8;
}

.issue-dream-theme .issue-card-inner {
  background: transparent;
  border: none;
  box-shadow: none;
  position: relative;
  overflow: hidden;
}

/* 右上：星点/网格装饰 */
.issue-dream-theme .issue-card-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 240px;
  height: 240px;
  background-image:
    radial-gradient(rgba(251, 191, 36, 0.20) 1px, transparent 1.5px),
    radial-gradient(rgba(139, 92, 246, 0.18) 1px, transparent 1.5px);
  background-size: 22px 22px, 14px 14px;
  background-position: 0 0, 7px 7px;
  mask-image: radial-gradient(closest-side, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(closest-side, #000 30%, transparent 80%);
  pointer-events: none;
  z-index: 0;
}

/* 左下：金色柔光 */
.issue-dream-theme .issue-card-inner::after {
  content: "";
  position: absolute;
  left: -60px;
  bottom: -60px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(251, 191, 36, 0.22) 0%, rgba(251, 191, 36, 0) 65%);
  filter: blur(8px);
  pointer-events: none;
  z-index: 0;
}

.issue-dream-theme .issue-card-inner > * {
  position: relative;
  z-index: 1;
}

/* 暗色卡片内文字 */
.issue-dream-theme .meta-pm-name { color: #ece8f8; }
.issue-dream-theme .meta-pm-role { color: #b8aed6; }
.issue-dream-theme .issue-title { color: #ece8f8; }
.issue-dream-theme .issue-subtitle { color: #b8aed6; }
.issue-dream-theme .issue-excerpt { color: #c4bce0; }
.issue-dream-theme .issue-excerpt strong {
  color: #ece8f8;
  background: rgba(139, 92, 246, 0.22);
  padding: 1px 4px;
  border-radius: 2px;
  font-weight: 600;
}
.issue-dream-theme .issue-readtime,
.issue-dream-theme .issue-date { color: #7a6f9a; }
.issue-dream-theme .kw {
  background: rgba(139, 92, 246, 0.14);
  color: #c4bce0;
  border-color: rgba(139, 92, 246, 0.30);
}
.issue-dream-theme .issue-meta {
  border-bottom-color: rgba(139, 92, 246, 0.25);
}

/* 标签 / 按钮 */
.tag-issue-dream {
  background: linear-gradient(135deg, #8b5cf6 0%, #fbbf24 100%);
  color: #14102a;
  border: none;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.btn-primary-dream {
  background: linear-gradient(135deg, #8b5cf6 0%, #fbbf24 100%);
  color: #14102a;
  border: none;
  font-weight: 700;
  box-shadow:
    0 10px 24px -10px rgba(139, 92, 246, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.btn-primary-dream:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #a78bfa 0%, #fcd34d 100%);
  box-shadow:
    0 14px 30px -10px rgba(251, 191, 36, 0.65),
    inset 0 1px 0 rgba(255, 255, 255, 0.30);
}

.issue-dream-theme .btn-secondary {
  background: rgba(255, 255, 255, 0.04);
  color: #b8aed6;
  border-color: rgba(139, 92, 246, 0.35);
}
.issue-dream-theme .btn-secondary:hover {
  background: rgba(139, 92, 246, 0.10);
  color: #fbbf24;
  border-color: rgba(251, 191, 36, 0.50);
}

/* =============================================================
 * 头像「白板便签」风 · Dream 适配
 * ============================================================= */
.issue-dream-theme .avatar-frame.avatar-frame-dream-light::before {
  background: #14102a;
  border-color: rgba(251, 191, 36, 0.45);
  box-shadow: inset 0 0 0 1px rgba(139, 92, 246, 0.20);
}
.issue-dream-theme .avatar-frame.avatar-frame-dream-light::after {
  background: radial-gradient(circle at 35% 35%, #c4b5fd, #8b5cf6);
  box-shadow:
    inset -1px -1px 2px rgba(0, 0, 0, 0.25),
    0 2px 6px rgba(139, 92, 246, 0.45);
}
.issue-dream-theme .avatar-frame.avatar-frame-dream-light .avatar-img-wrap {
  background: #08061a;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.5);
}
.issue-dream-theme .avatar-corner-quote.avatar-corner-dream-light {
  background: linear-gradient(135deg, #8b5cf6 0%, #fbbf24 100%);
  color: #14102a;
  font-family: 'Caveat', cursive;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 6px 16px -6px rgba(139, 92, 246, 0.55);
  border: 1px solid rgba(251, 191, 36, 0.35);
}
