/* ========================================
   FlowAchive 势成之 — 对话页面样式
   左右分栏 · 深色主题
   ======================================== */

/* ── 对话页面根布局 ── */
.chat-body {
  background: var(--bg-deep);
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

/* ── 星空背景 ── */
.chat-body::before,
.chat-body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 1.5px;
  height: 1.5px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.chat-body::before {
  box-shadow:
    12px 28px #fff, 28px 94px #ffe8a0, 45px 167px #fff, 67px 45px #fff,
    89px 312px #ffe8a0, 105px 198px #fff, 123px 67px #fff, 145px 423px #ffe8a0,
    167px 156px #fff, 189px 89px #fff, 210px 534px #ffe8a0, 234px 267px #fff,
    256px 34px #fff, 278px 389px #ffe8a0, 298px 178px #fff, 323px 567px #fff,
    345px 112px #ffe8a0, 367px 456px #fff, 389px 234px #fff, 412px 678px #ffe8a0,
    434px 78px #fff, 456px 345px #fff, 478px 589px #ffe8a0, 501px 189px #fff,
    523px 45px #fff, 545px 412px #ffe8a0, 567px 623px #fff, 589px 156px #fff,
    612px 534px #ffe8a0, 634px 267px #fff, 656px 78px #fff, 678px 489px #ffe8a0,
    701px 345px #fff, 723px 67px #fff, 745px 612px #ffe8a0, 767px 198px #fff,
    789px 456px #fff, 812px 34px #ffe8a0, 834px 389px #fff, 856px 578px #fff,
    878px 123px #ffe8a0, 901px 312px #fff, 923px 567px #fff, 945px 89px #ffe8a0,
    967px 423px #fff, 989px 234px #fff, 1012px 645px #ffe8a0, 1034px 156px #fff,
    1056px 389px #fff, 1078px 78px #ffe8a0, 1101px 534px #fff, 1123px 267px #fff,
    1145px 45px #ffe8a0, 1167px 612px #fff, 1189px 178px #fff, 1212px 489px #ffe8a0,
    1234px 345px #fff, 1256px 567px #fff, 1278px 112px #ffe8a0, 1301px 678px #fff,
    1323px 234px #fff, 1345px 456px #ffe8a0, 1367px 67px #fff, 1389px 389px #fff,
    1412px 623px #ffe8a0, 1434px 156px #fff, 1456px 534px #fff, 1478px 34px #ffe8a0,
    1501px 478px #fff, 1523px 267px #fff, 1545px 645px #ffe8a0, 1567px 123px #fff,
    1589px 512px #fff, 1612px 78px #ffe8a0, 1634px 345px #fff, 1656px 589px #fff,
    1678px 189px #ffe8a0, 1701px 456px #fff, 1723px 45px #fff, 1745px 678px #ffe8a0,
    1767px 312px #fff, 1789px 234px #fff, 1812px 567px #ffe8a0, 1834px 89px #fff,
    1856px 423px #fff, 1878px 634px #ffe8a0, 1901px 178px #fff, 1923px 489px #fff,
    1945px 56px #ffe8a0, 1967px 345px #fff, 1989px 612px #fff,
    34px 734px #fff, 78px 823px #ffe8a0, 112px 756px #fff, 156px 867px #fff,
    198px 712px #ffe8a0, 245px 845px #fff, 289px 789px #fff, 334px 912px #ffe8a0,
    378px 734px #fff, 423px 856px #fff, 467px 923px #ffe8a0, 512px 778px #fff,
    556px 867px #fff, 601px 934px #ffe8a0, 645px 756px #fff, 689px 889px #fff,
    734px 945px #ffe8a0, 778px 812px #fff, 823px 978px #fff, 867px 734px #ffe8a0,
    912px 867px #fff, 956px 923px #fff, 1001px 789px #ffe8a0, 1045px 945px #fff,
    1089px 834px #fff, 1134px 989px #ffe8a0, 1178px 756px #fff, 1223px 912px #fff,
    1267px 845px #ffe8a0, 1312px 978px #fff, 1356px 789px #fff, 1401px 934px #ffe8a0,
    1445px 867px #fff, 1489px 956px #fff, 1534px 812px #ffe8a0, 1578px 989px #fff,
    1623px 778px #fff, 1667px 945px #ffe8a0, 1712px 867px #fff, 1756px 912px #fff,
    1801px 834px #ffe8a0, 1845px 989px #fff, 1889px 778px #fff, 1934px 934px #ffe8a0;
  animation: starTwinkle1 8s ease-in-out infinite alternate;
}

.chat-body::after {
  box-shadow:
    18px 56px #ffe8a0, 56px 134px #fff, 94px 289px #fff, 134px 178px #ffe8a0,
    178px 67px #fff, 212px 345px #fff, 256px 423px #ffe8a0, 298px 112px #fff,
    345px 267px #fff, 389px 534px #ffe8a0, 423px 89px #fff, 467px 456px #fff,
    512px 198px #ffe8a0, 556px 612px #fff, 598px 34px #fff, 645px 378px #ffe8a0,
    689px 534px #fff, 734px 67px #fff, 778px 423px #ffe8a0, 823px 289px #fff,
    867px 567px #fff, 912px 156px #ffe8a0, 956px 489px #fff, 989px 34px #fff,
    1034px 389px #ffe8a0, 1078px 612px #fff, 1123px 234px #fff, 1167px 78px #ffe8a0,
    1212px 456px #fff, 1256px 345px #fff, 1301px 589px #ffe8a0, 1345px 123px #fff,
    1389px 489px #fff, 1434px 56px #ffe8a0, 1478px 634px #fff, 1523px 267px #fff,
    1567px 412px #ffe8a0, 1612px 178px #fff, 1656px 578px #fff, 1701px 34px #ffe8a0,
    1745px 345px #fff, 1789px 623px #fff, 1834px 189px #ffe8a0, 1878px 489px #fff,
    1923px 67px #fff, 1967px 423px #ffe8a0,
    45px 689px #fff, 89px 812px #ffe8a0, 134px 934px #fff, 178px 756px #fff,
    223px 889px #ffe8a0, 267px 712px #fff, 312px 945px #fff, 356px 834px #ffe8a0,
    401px 778px #fff, 445px 912px #fff, 489px 867px #ffe8a0, 534px 734px #fff,
    578px 956px #fff, 623px 812px #ffe8a0, 667px 889px #fff, 712px 778px #fff,
    756px 934px #ffe8a0, 801px 845px #fff, 845px 978px #fff, 889px 756px #ffe8a0,
    934px 912px #fff, 978px 834px #fff, 1023px 989px #ffe8a0, 1067px 789px #fff,
    1112px 945px #fff, 1156px 867px #ffe8a0, 1201px 756px #fff, 1245px 934px #fff,
    1289px 812px #ffe8a0, 1334px 989px #fff, 1378px 778px #fff, 1423px 923px #ffe8a0,
    1467px 845px #fff, 1512px 956px #fff, 1556px 812px #ffe8a0, 1601px 978px #fff,
    1645px 756px #fff, 1689px 934px #ffe8a0, 1734px 867px #fff, 1778px 812px #fff,
    1823px 989px #ffe8a0, 1867px 789px #fff, 1912px 945px #fff, 1956px 834px #ffe8a0;
  animation: starTwinkle2 6s ease-in-out infinite alternate;
}

@keyframes starTwinkle1 {
  0%, 100% { opacity: 0.7; }
  50% { opacity: 0.15; }
}

@keyframes starTwinkle2 {
  0%, 100% { opacity: 0.12; }
  50% { opacity: 0.65; }
}

/* ── 流星 ── */
.shooting-star {
  position: fixed;
  width: 80px;
  height: 1px;
  background: linear-gradient(to left, transparent, rgba(255,232,160,0.6) 40%, rgba(255,255,255,0.9), transparent);
  transform: rotate(-35deg);
  pointer-events: none;
  z-index: 0;
  opacity: 0;
}

.shooting-star-1 {
  top: 8%;
  right: 20%;
  animation: shoot1 15s 3s ease-in infinite;
}

.shooting-star-2 {
  top: 25%;
  right: 5%;
  animation: shoot2 22s 10s ease-in infinite;
}

.shooting-star-3 {
  top: 15%;
  right: 40%;
  animation: shoot3 18s 6s ease-in infinite;
}

@keyframes shoot1 {
  0%   { transform: rotate(-35deg) translateX(0); opacity: 0; }
  0.5% { opacity: 0.8; }
  2%   { transform: rotate(-35deg) translateX(-400px); opacity: 0; }
  100% { opacity: 0; }
}

@keyframes shoot2 {
  0%   { transform: rotate(-30deg) translateX(0); opacity: 0; }
  0.4% { opacity: 0.7; }
  1.5% { transform: rotate(-30deg) translateX(-350px); opacity: 0; }
  100% { opacity: 0; }
}

@keyframes shoot3 {
  0%   { transform: rotate(-40deg) translateX(0); opacity: 0; }
  0.3% { opacity: 0.6; }
  1.8% { transform: rotate(-40deg) translateX(-450px); opacity: 0; }
  100% { opacity: 0; }
}

/* ========================================
   顶部导航
   ======================================== */
.chat-header {
  background: rgba(28, 32, 40, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border);
  z-index: 100;
  flex-shrink: 0;
}

.back-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-secondary);
  text-decoration: none;
  font-weight: 400;
  font-size: 0.9rem;
  transition: color var(--duration) var(--ease-out);
}

.back-link:hover {
  color: var(--gold);
}

.chat-title {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--gold);
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.chat-title-logo {
  height: 2.2rem;
  width: auto;
}

.clear-btn {
  background: transparent;
  color: var(--text-muted);
  border: 1px solid var(--border);
  padding: 0.45rem 1rem;
  border-radius: var(--radius-pill);
  font-size: 0.8rem;
  cursor: pointer;
  transition: all var(--duration) var(--ease-out);
}

.clear-btn:hover {
  color: var(--gold);
  border-color: var(--gold);
  background: rgba(212, 175, 55, 0.06);
}

/* ========================================
   主体：左右分栏
   ======================================== */
.chat-main {
  flex: 1;
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

/* ── 左侧栏 ── */
.chat-sidebar {
  width: 35%;
  max-width: 380px;
  min-width: 280px;
  background: var(--bg-elevated);
  border-right: 1px solid var(--border);
  padding: 2.5rem 2rem;
  overflow-y: auto;
  flex-shrink: 0;
}

.sidebar-brand {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: var(--gold);
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
}

.sidebar-section {
  margin-bottom: 2rem;
}

.sidebar-section-title {
  font-size: 0.75rem;
  color: var(--gold);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--border);
}

.sidebar-text {
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.85;
}

.sidebar-text strong {
  color: var(--text-primary);
  font-weight: 500;
}

.sidebar-steps {
  list-style: none;
  padding: 0;
}

.sidebar-steps li {
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.8;
  padding-left: 1.25rem;
  position: relative;
  margin-bottom: 0.5rem;
}

.sidebar-steps li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold-dim);
}

/* 移动端侧边栏切换按钮 */
.sidebar-toggle {
  display: none;
  position: fixed;
  bottom: 5.5rem;
  left: 1rem;
  width: 44px;
  height: 44px;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: 50%;
  color: var(--gold);
  font-size: 1.1rem;
  cursor: pointer;
  z-index: 1001;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

/* ── 右侧对话区 ── */
.chat-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

/* ========================================
   对话容器
   ======================================== */
.chat-container {
  flex: 1;
  overflow-y: auto;
  padding: 2rem;
  scroll-behavior: smooth;
}

/* 自定义滚动条 */
.chat-container::-webkit-scrollbar {
  width: 5px;
}

.chat-container::-webkit-scrollbar-track {
  background: transparent;
}

.chat-container::-webkit-scrollbar-thumb {
  background: rgba(212, 175, 55, 0.15);
  border-radius: 10px;
}

.chat-container::-webkit-scrollbar-thumb:hover {
  background: rgba(212, 175, 55, 0.3);
}

.messages {
  max-width: 800px;
  margin: 0 auto;
}

/* ========================================
   消息样式
   ======================================== */
.message {
  margin-bottom: 2rem;
  animation: fadeInUp 0.4s var(--ease-out);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* AI 消息 */
.ai-message {
  display: flex;
  gap: 1rem;
}

.message-avatar {
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dim));
  color: var(--bg-deep);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.8rem;
  flex-shrink: 0;
  letter-spacing: 0.02em;
}

.message-content {
  flex: 1;
  min-width: 0;
}

.ai-message .message-bubble {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-left: 2px solid rgba(212, 175, 55, 0.3);
  color: var(--text-primary);
  padding: 1.25rem 1.5rem;
  border-radius: var(--radius-md) var(--radius-md) var(--radius-md) 0.25rem;
  line-height: 1.85;
  font-size: 0.95rem;
}

/* Markdown 渲染样式 */
.ai-message .message-bubble h1,
.ai-message .message-bubble h2,
.ai-message .message-bubble h3 {
  color: var(--gold);
  margin: 1em 0 0.5em 0;
  font-weight: 600;
}

.ai-message .message-bubble h1 { font-size: 1.25rem; }
.ai-message .message-bubble h2 { font-size: 1.1rem; }
.ai-message .message-bubble h3 { font-size: 1rem; }

.ai-message .message-bubble strong {
  color: var(--gold-light);
  font-weight: 600;
}

.ai-message .message-bubble ul,
.ai-message .message-bubble ol {
  padding-left: 1.5em;
  margin: 0.5em 0;
}

.ai-message .message-bubble li {
  margin-bottom: 0.3em;
}

.ai-message .message-bubble table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.8em 0;
  font-size: 0.88rem;
}

.ai-message .message-bubble th {
  background: rgba(212, 175, 55, 0.15);
  color: var(--gold);
  padding: 0.5rem 0.75rem;
  text-align: left;
  border: 1px solid var(--border);
  font-weight: 600;
}

.ai-message .message-bubble td {
  padding: 0.4rem 0.75rem;
  border: 1px solid var(--border);
}

.ai-message .message-bubble tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.02);
}

.ai-message .message-bubble hr {
  border: none;
  border-top: 1px solid var(--border);
  margin: 1em 0;
}

.ai-message .message-bubble blockquote {
  border-left: 3px solid var(--gold-dim);
  padding-left: 1em;
  color: var(--text-secondary);
  margin: 0.5em 0;
}

/* 用户消息 */
.user-message {
  display: flex;
  justify-content: flex-end;
}

.user-message .message-bubble {
  background: var(--bg-elevated);
  border: 1px solid var(--border-subtle);
  color: var(--text-primary);
  padding: 1rem 1.5rem;
  border-radius: var(--radius-md) var(--radius-md) 0.25rem var(--radius-md);
  max-width: 70%;
  line-height: 1.7;
  white-space: pre-wrap;
  font-size: 0.95rem;
}

/* ========================================
   快捷回复按钮
   ======================================== */
.quick-replies {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}

.quick-reply-btn {
  background: transparent;
  border: 1px solid rgba(212, 175, 55, 0.3);
  color: var(--gold);
  padding: 0.6rem 1.2rem;
  border-radius: var(--radius-pill);
  font-size: 0.85rem;
  font-weight: 400;
  cursor: pointer;
  transition: all var(--duration) var(--ease-out);
}

.quick-reply-btn:hover {
  background: rgba(212, 175, 55, 0.1);
  border-color: var(--gold);
  transform: translateY(-2px);
}

/* ========================================
   输入区域
   ======================================== */
.chat-input-area {
  background: var(--bg-elevated);
  border-top: 1px solid var(--border);
  padding: 1.25rem 2rem;
  flex-shrink: 0;
}

.input-container {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.message-input {
  flex: 1;
  padding: 0.9rem 1.5rem;
  background: var(--bg-input);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-pill);
  font-size: 0.95rem;
  color: var(--text-primary);
  transition: all var(--duration) var(--ease-out);
  font-family: inherit;
}

.message-input::placeholder {
  color: var(--text-muted);
}

.message-input:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

.send-btn {
  width: 46px;
  height: 46px;
  background: var(--gold);
  border: none;
  border-radius: 50%;
  color: var(--bg-deep);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--duration) var(--ease-out);
  flex-shrink: 0;
}

.send-btn:hover {
  background: var(--gold-light);
  transform: scale(1.06);
  box-shadow: 0 4px 15px var(--gold-glow);
}

.send-btn:disabled {
  background: var(--text-muted);
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* 语音输入按钮 */
.voice-btn {
  width: 42px;
  height: 42px;
  background: transparent;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--duration) var(--ease-out);
  flex-shrink: 0;
}

.voice-btn:hover {
  background: rgba(212,175,55,0.1);
  transform: scale(1.06);
}

.voice-btn.recording {
  background: var(--gold);
  color: var(--bg-deep);
  animation: voice-pulse 1.2s ease-in-out infinite;
}

@keyframes voice-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(212,175,55,0.4); }
  50% { box-shadow: 0 0 0 8px rgba(212,175,55,0); }
}

.input-hint {
  max-width: 800px;
  margin: 0.6rem auto 0;
  font-size: 0.78rem;
  color: var(--text-muted);
  text-align: center;
}

/* ========================================
   打字指示器
   ======================================== */
.typing-indicator {
  display: inline-flex;
  gap: 0.3rem;
  padding: 1rem 1.5rem;
}

.typing-indicator span {
  width: 7px;
  height: 7px;
  background: var(--gold);
  border-radius: 50%;
  animation: bounce 1.4s infinite ease-in-out;
}

.typing-indicator span:nth-child(1) {
  animation-delay: -0.32s;
}

.typing-indicator span:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0.4;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}

/* ========================================
   转化引导卡片
   ======================================== */
.conversion-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  margin-top: 1rem;
  text-align: center;
}

.conversion-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 1rem;
}

.conversion-desc {
  color: var(--text-secondary);
  line-height: 1.85;
  margin-bottom: 1.5rem;
  font-size: 0.93rem;
}

.conversion-qr {
  width: 180px;
  height: 180px;
  border-radius: var(--radius-sm);
  margin: 0 auto 1rem;
}

.conversion-note {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* ========================================
   流式输出光标
   ======================================== */
.message.ai-message.streaming .message-bubble::after {
  content: '▊';
  animation: blink 1s infinite;
  margin-left: 2px;
  color: var(--gold);
}

@keyframes blink {
  0%, 50% { opacity: 1; }
  51%, 100% { opacity: 0; }
}

.message.ai-message:not(.streaming) .message-bubble::after {
  display: none;
}

/* ========================================
   响应式
   ======================================== */
@media (max-width: 768px) {
  .chat-sidebar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    min-width: 0;
    z-index: 1002;
    padding: 2rem 1.5rem;
    background: rgba(13, 15, 18, 0.98);
  }

  .chat-sidebar.open {
    display: block;
  }

  .sidebar-toggle {
    display: flex;
  }

  .chat-header {
    padding: 0.875rem 1rem;
  }

  .chat-container {
    padding: 1.25rem;
  }

  .message-bubble {
    padding: 1rem;
  }

  .quick-reply-btn {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
  }

  .chat-input-area {
    padding: 1rem;
  }

  .message-input {
    padding: 0.8rem 1.25rem;
  }
}

@media (max-width: 480px) {
  .user-message .message-bubble {
    max-width: 85%;
  }
}

/* ========================================
   报告生成卡片
   ======================================== */
.report-card {
  background: var(--bg-card);
  border: 1px solid var(--gold);
  border-radius: var(--radius-lg);
  padding: 2rem;
  margin-top: 1rem;
  text-align: center;
  animation: fadeInUp 0.5s var(--ease-out);
}

.report-card-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 0.75rem;
}

.report-card-desc {
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 1.5rem;
  font-size: 0.93rem;
}

.report-card-desc strong {
  color: var(--gold);
}

.report-card-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.report-btn {
  background: linear-gradient(135deg, var(--gold), var(--gold-dim));
  color: var(--bg-deep);
  border: none;
  padding: 0.75rem 2rem;
  border-radius: var(--radius-pill);
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--duration) var(--ease-out);
}

.report-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px var(--gold-glow);
}

.report-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* ========================================
   PDF 下载卡片
   ======================================== */
.report-download-card {
  background: var(--bg-card);
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: var(--radius-lg);
  padding: 2rem;
  margin-top: 1rem;
  text-align: center;
  animation: fadeInUp 0.5s var(--ease-out);
}

.report-download-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.report-download-desc {
  color: var(--text-secondary);
  font-size: 0.9rem;
  margin-bottom: 1.25rem;
}

.download-pdf-btn {
  background: transparent;
  color: var(--gold);
  border: 2px solid var(--gold);
  padding: 0.75rem 2.5rem;
  border-radius: var(--radius-pill);
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--duration) var(--ease-out);
}

.download-pdf-btn:hover {
  background: rgba(212, 175, 55, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 4px 20px var(--gold-glow);
}

.download-pdf-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
