/* =============================================================
 * Series · Canvas 主题（09 · Dylan Field · Figma Co-founder & CEO）
 * 主题色：blue #2e88f5 + violet #a855f7（设计师的画布 + 协作）
 * 模型与 06 nexus 一致 —— 浅色背景版（多人协作的清亮感）
 * ============================================================= */

.issue-card.issue-canvas-theme {
  background:
    radial-gradient(120% 140% at 100% 0%, rgba(46, 136, 245, 0.12) 0%, rgba(46, 136, 245, 0) 55%),
    radial-gradient(100% 120% at 0% 100%, rgba(168, 85, 247, 0.10) 0%, rgba(168, 85, 247, 0) 55%),
    linear-gradient(160deg, #ffffff 0%, #f6f8ff 60%, #eef2ff 100%);
  border-color: rgba(46, 136, 245, 0.22);
  box-shadow:
    0 24px 60px -30px rgba(46, 136, 245, 0.30),
    0 0 0 1px rgba(46, 136, 245, 0.15);
  color: #1f2937;
}

.issue-canvas-theme .issue-card-inner {
  position: relative;
  overflow: hidden;
}
.issue-canvas-theme .issue-card-inner::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(46, 136, 245, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46, 136, 245, 0.045) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
  z-index: 0;
}
.issue-canvas-theme .issue-card-inner::after {
  content: "";
  position: absolute;
  bottom: -90px; left: -60px;
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.18) 0%, transparent 65%);
  filter: blur(8px);
  pointer-events: none;
  z-index: 0;
}
.issue-canvas-theme .issue-card-inner > * {
  position: relative;
  z-index: 1;
}

/* 文字色（浅背景） */
.issue-canvas-theme .meta-pm-name { color: #1f2937; }
.issue-canvas-theme .meta-pm-role { color: #4b5563; }
.issue-canvas-theme .issue-title { color: #1f2937; }
.issue-canvas-theme .issue-subtitle { color: #4b5563; }
.issue-canvas-theme .issue-excerpt { color: #4b5563; }
.issue-canvas-theme .issue-excerpt strong {
  color: #1e3a8a;
  background: rgba(46, 136, 245, 0.18);
  padding: 1px 4px;
  border-radius: 2px;
  font-weight: 600;
}
.issue-canvas-theme .issue-readtime,
.issue-canvas-theme .issue-date { color: #6b7280; }
.issue-canvas-theme .kw {
  background: rgba(46, 136, 245, 0.08);
  color: #1d4ed8;
  border-color: rgba(46, 136, 245, 0.30);
}
.issue-canvas-theme .issue-meta {
  border-bottom-color: rgba(46, 136, 245, 0.25);
}

/* 标签 / 按钮 */
.tag-issue-canvas {
  background: linear-gradient(135deg, #2e88f5 0%, #a855f7 100%);
  color: #ffffff;
  border: none;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.btn-primary-canvas {
  background: linear-gradient(135deg, #2e88f5 0%, #a855f7 100%);
  color: #ffffff;
  border: none;
  font-weight: 700;
  box-shadow:
    0 10px 24px -10px rgba(46, 136, 245, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.btn-primary-canvas:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #60a5fa 0%, #c084fc 100%);
  box-shadow:
    0 14px 30px -10px rgba(168, 85, 247, 0.65),
    inset 0 1px 0 rgba(255, 255, 255, 0.30);
}

.issue-canvas-theme .btn-secondary {
  background: rgba(255, 255, 255, 0.7);
  color: #1f2937;
  border-color: rgba(46, 136, 245, 0.35);
}
.issue-canvas-theme .btn-secondary:hover {
  background: rgba(46, 136, 245, 0.08);
  color: #1d4ed8;
  border-color: #2e88f5;
}

/* =============================================================
 * 头像「白板便签」风 · Canvas 适配
 * ============================================================= */
.issue-canvas-theme .avatar-frame.avatar-frame-canvas-light::before {
  background: #ffffff;
  border-color: rgba(46, 136, 245, 0.45);
  box-shadow: inset 0 0 0 1px rgba(168, 85, 247, 0.15);
}
.issue-canvas-theme .avatar-frame.avatar-frame-canvas-light::after {
  background: radial-gradient(circle at 35% 35%, #60a5fa, #2e88f5);
  box-shadow:
    inset -1px -1px 2px rgba(0, 0, 0, 0.18),
    0 2px 6px rgba(46, 136, 245, 0.45);
}
.issue-canvas-theme .avatar-frame.avatar-frame-canvas-light .avatar-img-wrap {
  background: #f6f8ff;
  box-shadow: 0 6px 22px rgba(46, 136, 245, 0.25);
}
.issue-canvas-theme .avatar-corner-quote.avatar-corner-canvas-light {
  background: linear-gradient(135deg, #2e88f5 0%, #a855f7 100%);
  color: #ffffff;
  font-family: 'Caveat', cursive;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 6px 16px -6px rgba(46, 136, 245, 0.55);
  border: 1px solid rgba(168, 85, 247, 0.30);
}
