/* css/style.css */

/* Base styles from original website */
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background-color: #f5f5f7; padding: 20px; }
.card { border-radius: 16px; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06); border: none; }
.avatar-box img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.badge-text { display: inline-block; padding: 2px 8px; font-size: 11px; border-radius: 999px; background: #e9f3ff; color: #0d6efd; }
.badge-audio { display: inline-block; padding: 2px 8px; font-size: 11px; border-radius: 999px; background: #fff3cd; color: #856404; }
table { font-size: 13px; }
th { position: sticky; top: 0; background-color: #f8f9fa; z-index: 1; }
.table-wrapper { max-height: 600px; overflow: auto; border-radius: 12px; border: 1px solid #e5e5e5; background: #fff; }
.highlight-row { background-color: #fff3cd !important; animation: highlight 2s ease-in-out; }
@keyframes highlight { 0% { background-color: #ffeb3b; } 100% { background-color: #fff3cd; } }
.question-content, .answer-content { max-width: 300px; word-wrap: break-word; white-space: pre-wrap; }
.chat-messages { height: 500px; overflow-y: auto; border: 1px solid #e5e5e5; border-radius: 12px; padding: 15px; background-color: #f8f9fa; margin-bottom: 15px; }
.message { margin-bottom: 15px; display: flex; flex-direction: column; }
.message.fan { align-items: flex-end; }
.message.idol { align-items: flex-start; }
.message-bubble { max-width: 70%; padding: 10px 15px; border-radius: 18px; word-wrap: break-word; white-space: pre-wrap; }
.message.fan .message-bubble { background-color: hwb(264 71% 0%); color: white; border-bottom-right-radius: 4px; }
.message.idol .message-bubble { background-color: white; color: #333; border-bottom-left-radius: 4px; box-shadow: 0 1px 2px rgba(0,0,0,0.1); }
.message-time { font-size: 11px; color: #999; margin-top: 4px; padding: 0 5px; }
.message-sender { font-size: 12px; font-weight: bold; margin-bottom: 4px; padding: 0 5px; }
.message.fan .message-sender { text-align: right; color: #9c27b0; }
.message.idol .message-sender { text-align: left; color: #666; }
.result-bar { font-size: 13px; color: #6c757d; }
.kw-highlight { background-color: rgba(255, 0, 0, 0.12); color: #c1121f; padding: 0 2px; border-radius: 4px; }
.sample-list { max-height: 240px; overflow: auto; border: 1px solid #e5e5e5; border-radius: 10px; padding: 10px; background: #fafafa; }
.sample-item { display: flex; align-items: flex-start; gap: 8px; padding: 8px 0; border-bottom: 1px solid #f0f0f0; }
.sample-item:last-child { border-bottom: none; }
.sample-meta { font-size: 12px; color: #6c757d; }
.sample-text { font-size: 13px; line-height: 1.5; }
.sample-badge { display: inline-block; padding: 0 6px; border-radius: 6px; background: #e9f3ff; color: #0d6efd; font-size: 11px; margin-right: 6px; }
tr[style*="cursor: pointer"]:hover { background-color: #f8f9fa !important; }
tr[style*="cursor: pointer"] { transition: background-color 0.2s; }

/* css/style.css - 2025 Report Recreation Version */

/* ... Previous styles kept unchanged ... */

/* css/style.css - 2025 Complete Features Version */

/* Container Base */
/* css/style.css - 2025 Perfect Fix Version */

/* Container Base */
.report-container {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  background-color: #16162a;
  background-image: linear-gradient(180deg, #1f1f35 0%, #151525 100%);
  color: #fff;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  border-radius: 24px;
  padding: 30px 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

/* Header */
.rpt-header { text-align: center; margin-bottom: 35px; position: relative; z-index: 2; }
.rpt-title { font-size: 11px; letter-spacing: 4px; color: #a0a0b0; text-transform: uppercase; margin-bottom: 15px; font-weight: 600; opacity: 0.8; }
.rpt-user-badge { 
  display: inline-block; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 6px 20px; border-radius: 50px; font-size: 14px; font-weight: bold; color: #fff;
  backdrop-filter: blur(4px); margin-bottom: 10px;
}
.rpt-subtitle {
  font-size: 12px;
  color: #888;
  font-style: italic;
  margin-top: 10px;
  letter-spacing: 1px;
}

/* Hero Stats */
.rpt-hero-row { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 10px; }
.rpt-hero-card { 
  flex: 1; border-radius: 12px; padding: 15px 0; text-align: center; color: #fff; 
  position: relative; box-shadow: 0 5px 15px rgba(0,0,0,0.2); 
  display: flex; flex-direction: column; justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.rpt-hero-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
.rpt-hero-card.pink { background: linear-gradient(135deg, #ff7eb3 0%, #ff5277 100%); }
.rpt-hero-card.yellow { background: linear-gradient(135deg, #ffda44 0%, #ffb300 100%); }
.rpt-hero-label { font-size: 11px; margin-bottom: 4px; font-weight: 600; opacity: 0.9; }
.rpt-hero-val { font-size: 24px; font-weight: 900; line-height: 1.2; text-shadow: 0 1px 2px rgba(0,0,0,0.1); }
.rpt-hero-badge {
  font-size: 9px;
  letter-spacing: 1px;
  opacity: 0.7;
  margin-bottom: 5px;
  font-weight: 600;
}
.rpt-hero-desc {
  font-size: 10px;
  opacity: 0.8;
  margin-top: 8px;
  font-style: italic;
}

.rpt-sub-stats { 
  display: flex; justify-content: space-between; font-size: 11px; color: #9ea0b5; 
  margin-bottom: 30px; padding: 0 8px; font-weight: 500;
}

/* Common Card */
.rpt-card { 
  background: #1e1e2e; border-radius: 16px; padding: 25px; margin-bottom: 15px; 
  border: 1px solid rgba(255,255,255,0.03); box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  transition: transform 0.2s ease;
}
.rpt-card:hover {
  transform: translateY(-2px);
}
.rpt-card-highlight {
  background: linear-gradient(135deg, rgba(78, 205, 196, 0.05) 0%, rgba(78, 205, 196, 0.02) 100%);
  border: 1px solid rgba(78, 205, 196, 0.1);
}
.rpt-card-timeline {
  background: linear-gradient(135deg, rgba(255, 198, 76, 0.05) 0%, rgba(255, 198, 76, 0.02) 100%);
  border: 1px solid rgba(255, 198, 76, 0.1);
}
.rpt-card-special {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.08) 0%, rgba(255, 215, 0, 0.02) 100%);
  border: 2px solid rgba(255, 215, 0, 0.15);
}
.rpt-card-speed {
  background: linear-gradient(135deg, rgba(78, 205, 196, 0.05) 0%, rgba(255, 198, 76, 0.02) 100%);
}
.rpt-card-eco {
  background: linear-gradient(135deg, rgba(255, 107, 107, 0.05) 0%, rgba(255, 107, 107, 0.02) 100%);
  border: 1px solid rgba(255, 107, 107, 0.1);
}
.rpt-card-vocab {
  background: linear-gradient(135deg, rgba(161, 140, 209, 0.05) 0%, rgba(161, 140, 209, 0.02) 100%);
  border: 1px solid rgba(161, 140, 209, 0.1);
}
.rpt-section-title { 
  font-size: 16px; color: #fff; display: flex; align-items: center; gap: 6px; 
  margin-bottom: 8px; font-weight: bold; 
}
.rpt-section-title::before { 
  content: ""; display: block; width: 0; height: 0; 
  border-left: 5px solid #ff5252; border-top: 4px solid transparent; border-bottom: 4px solid transparent; 
}
.rpt-section-badge {
  display: inline-block;
  font-size: 9px;
  letter-spacing: 1.5px;
  color: #ffc64c;
  background: rgba(255, 198, 76, 0.1);
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  border: 1px solid rgba(255, 198, 76, 0.2);
}
.rpt-section-desc {
  font-size: 11px;
  color: #888;
  margin-bottom: 20px;
  line-height: 1.6;
  font-style: italic;
}

/* --- Timeline --- */
.rpt-timeline { margin-left: 6px; padding-left: 18px; border-left: 2px solid rgba(255,255,255,0.08); position: relative; }
.rpt-tl-item { position: relative; margin-bottom: 24px; }
.rpt-tl-item:last-child { margin-bottom: 0; }
.rpt-tl-dot { 
  position: absolute; left: -24px; top: 4px; width: 10px; height: 10px; 
  border-radius: 50%; background: #fff; box-shadow: 0 0 0 3px #1e1e2e; 
}
.rpt-tl-date { color: #ffc64c; font-size: 12px; font-weight: bold; margin-bottom: 4px; }
.rpt-tl-head { font-size: 13px; font-weight: bold; color: #fff; margin-bottom: 6px; }
.rpt-tl-msg { 
  background: rgba(255,255,255,0.04); padding: 8px 10px; border-radius: 8px; 
  font-size: 11px; color: #ccc; line-height: 1.5; font-style: italic;
}

/* --- Crown Ranking (修复名字截断) --- */
.rpt-crown-area { text-align: center; padding-top: 5px; }
.rpt-crown { font-size: 36px; margin-bottom: 5px; filter: drop-shadow(0 0 10px rgba(255,215,0,0.5)); }
.rpt-top-year { font-size: 10px; color: #ffc64c; letter-spacing: 2px; margin-bottom: 5px; }
.rpt-top-name { font-size: 28px; font-weight: 900; margin-bottom: 8px; color: #fff; }
.rpt-top-desc { font-size: 11px; color: #888; margin-bottom: 20px; }
.rpt-top-desc b { color: #ffc64c; font-weight: normal; }

.rpt-rank-list { margin-top: 15px; }
.rpt-rank-row { display: flex; align-items: center; margin-bottom: 10px; font-size: 11px; }
.rpt-rank-idx { width: 25px; color: #ffc64c; font-weight: bold; font-style: italic; }
/* 修复：增加宽度，允许显示较长的名字 */
.rpt-rank-name { width: 95px; text-align: right; margin-right: 10px; color: #ccc; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rpt-rank-bar { flex: 1; height: 6px; background: rgba(255,255,255,0.08); border-radius: 3px; overflow: hidden; }
.rpt-rank-fill { height: 100%; border-radius: 3px; }
.rpt-rank-val { width: 40px; text-align: right; color: #666; font-size: 10px; }
.fill-1 { background: linear-gradient(90deg, #ffc64c, #ff9f43); }
.fill-2 { background: #ff75a0; }
.fill-3 { background: #4ecdc4; }
.fill-o { background: #555; }

/* --- Active Grid (修复文案) --- */
.rpt-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 0; margin-top: 15px; }
.rpt-sm-card { 
  background: rgba(255,255,255,0.02); 
  border: 1px solid rgba(255,255,255,0.05); 
  border-radius: 12px; 
  padding: 18px 15px; 
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.rpt-sm-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.rpt-sm-card:hover::before {
  opacity: 1;
}
.rpt-sm-card-glow {
  box-shadow: 0 4px 15px rgba(78, 205, 196, 0.1);
}
.rpt-sm-card-glow:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(78, 205, 196, 0.2);
}
.rpt-sm-icon { font-size: 24px; margin-bottom: 8px; display: block; }
.rpt-sm-val { font-size: 22px; font-weight: bold; color: #fff; margin-bottom: 5px; }
.rpt-sm-label { font-size: 11px; color: #ccc; margin-top: 4px; font-weight: 600; }
.rpt-sm-sub { font-size: 9px; color: #666; margin-top: 4px; }
.rpt-sm-badge-tag {
  display: inline-block;
  font-size: 9px;
  background: rgba(255, 198, 76, 0.15);
  color: #ffc64c;
  padding: 3px 8px;
  border-radius: 10px;
  margin: 8px 0;
  font-weight: 600;
  border: 1px solid rgba(255, 198, 76, 0.2);
}

/* --- Speed Bar (修复颜色和布局) --- */
.rpt-speed-bar { display: flex; height: 8px; border-radius: 4px; overflow: hidden; margin: 15px 0 10px; background: #333; }
.rpt-sb-item { height: 100%; }
.rpt-legend { display: flex; justify-content: space-between; font-size: 9px; color: #888; }
.rpt-leg-item { display: flex; align-items: center; }
.rpt-leg-item span { display: inline-block; width: 6px; height: 6px; border-radius: 50%; margin-right: 3px; }

/* --- Economics (修复布局) --- */
.rpt-eco-card-row { display: flex; gap: 10px; }
.rpt-eco-box { 
  flex: 1; background: rgba(255,255,255,0.03); border-radius: 10px; padding: 12px; 
  display: flex; flex-direction: column; justify-content: center;
}
.rpt-eco-label { font-size: 10px; color: #888; margin-bottom: 4px; }
.rpt-eco-val { font-size: 18px; font-weight: bold; color: #fff; }
.rpt-eco-member { font-size: 13px; color: #ffc64c; font-weight: bold; margin-bottom: 2px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.rpt-eco-sub { font-size: 10px; color: #666; }

/* --- Habits --- */
.rpt-habit-row { display: flex; justify-content: space-around; text-align: center; margin-top: 20px; gap: 20px; }
.rpt-habit-item { 
  flex: 1; 
  background: rgba(255,255,255,0.02);
  padding: 20px 15px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.05);
  transition: all 0.3s ease;
}
.rpt-habit-item:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,0.04);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.rpt-habit-label { font-size: 10px; color: #888; margin-bottom: 10px; font-weight: 600; }
.rpt-habit-val { font-size: 28px; font-weight: bold; color: #fff; text-shadow: 0 0 15px rgba(255,255,255,0.1); margin: 10px 0; }
.rpt-habit-desc { font-size: 10px; color: #666; margin-top: 8px; line-height: 1.4; }

/* --- Vocab --- */
.rpt-vocab-box { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; padding: 10px 5px; margin-top: 15px; }
.rpt-pill { 
  padding: 6px 12px; 
  border-radius: 20px; 
  font-size: 11px; 
  display: flex; 
  align-items: center; 
  gap: 5px;
  transition: all 0.3s ease;
  cursor: default;
}
.rpt-pill:hover {
  transform: translateY(-2px) scale(1.05);
}
.rpt-pill.hot { 
  background: linear-gradient(135deg, #ff75a0 0%, #ff5277 100%); 
  color: white; 
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(255, 117, 160, 0.3);
}
.rpt-pill.normal { 
  background: rgba(255,255,255,0.08); 
  color: #aaa; 
  border: 1px solid rgba(255,255,255,0.1); 
}
.rpt-pill-count { 
  font-size: 10px; 
  opacity: 0.9;
  background: rgba(0,0,0,0.2);
  padding: 2px 6px;
  border-radius: 10px;
  font-weight: 600;
}

/* --- Word Cloud --- */
.rpt-wordcloud-container {
  width: 100%;
  height: 250px;
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255,255,255,0.03);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
}

#wordcloudCanvas {
  display: block;
}

.rpt-word-ranking {
  margin-top: 25px;
  padding: 15px;
  background: rgba(255,255,255,0.03);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.08);
}

.rpt-word-ranking-title {
  font-size: 13px;
  font-weight: bold;
  color: #ffc64c;
  margin-bottom: 15px;
  text-align: center;
}

.rpt-word-item {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  margin-bottom: 8px;
  background: rgba(255,255,255,0.02);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.rpt-word-item:hover {
  background: rgba(255,255,255,0.06);
  transform: translateX(5px);
}

.rpt-word-item.top-rank {
  background: linear-gradient(135deg, rgba(255, 107, 157, 0.15) 0%, rgba(255, 198, 76, 0.15) 100%);
  border: 1px solid rgba(255, 198, 76, 0.3);
}

.rpt-word-rank {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  color: #aaa;
  margin-right: 12px;
  flex-shrink: 0;
}

.rpt-word-item.top-rank .rpt-word-rank {
  background: linear-gradient(135deg, #ffc64c 0%, #ff6b9d 100%);
  color: #fff;
  box-shadow: 0 2px 8px rgba(255, 198, 76, 0.4);
}

.rpt-word-text {
  flex: 1;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.rpt-word-count {
  font-size: 12px;
  color: #00d2d3;
  font-weight: bold;
  padding: 4px 10px;
  background: rgba(0, 210, 211, 0.15);
  border-radius: 12px;
  border: 1px solid rgba(0, 210, 211, 0.3);
}

.rpt-word-item.top-rank .rpt-word-count {
  background: rgba(255, 198, 76, 0.2);
  border-color: rgba(255, 198, 76, 0.4);
  color: #ffc64c;
}

/* --- Keyword Categories --- */
.rpt-keyword-categories {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.rpt-keyword-category {
  background: rgba(255,255,255,0.03);
  border-radius: 12px;
  padding: 15px;
  border: 1px solid rgba(255,255,255,0.08);
}

.rpt-keyword-category-title {
  font-size: 13px;
  font-weight: bold;
  color: #ffc64c;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.rpt-keyword-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rpt-keyword-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: rgba(255,255,255,0.05);
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.1);
  transition: all 0.3s ease;
}

.rpt-keyword-item:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 198, 76, 0.2);
}

.rpt-keyword-word {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
}

.rpt-keyword-count {
  font-size: 11px;
  color: #ff6b9d;
  font-weight: bold;
  background: rgba(255, 107, 157, 0.15);
  padding: 2px 8px;
  border-radius: 10px;
  border: 1px solid rgba(255, 107, 157, 0.3);
}


/* css/style.css - 2025 布局修正版 */

/* ... (保持之前的样式不变，仅替换或新增以下内容) ... */

/* --- 1. 新增：顶部全宽大卡片 (总投入) --- */
.rpt-hero-full {
    width: 100%;
    border-radius: 16px;
    padding: 25px 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 12px;
    box-shadow: 0 8px 25px rgba(161, 140, 209, 0.3);
    background: linear-gradient(135deg, #a18cd1 0%, #fbc2eb 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    box-sizing: border-box;
}
.rpt-hero-full:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(161, 140, 209, 0.4);
}
.rpt-hero-full::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    animation: float 6s ease-in-out infinite;
}
@keyframes float {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-20px, -20px); }
}

/* --- 2. 修改：支持 2 列布局 (提问/回复) --- */
.rpt-hero-row-2 {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 15px;
}
.rpt-hero-row-2 .rpt-hero-card {
    flex: 1;
}
.rpt-hero-row-2 .rpt-hero-val {
    font-size: 24px;
}
.rpt-hero-row-2 .rpt-hero-label {
    font-size: 11px;
}

/* --- 保留：支持 3 列布局 (如果其他地方使用) --- */
.rpt-hero-row-3 {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 15px;
}
/* 复用 rpt-hero-card，但增加蓝色变体 */
.rpt-hero-card.blue {
    background: linear-gradient(135deg, #84fab0 0%, #8fd3f4 100%);
}
/* 调整卡片内文字大小以适应 3 列 */
.rpt-hero-row-3 .rpt-hero-val {
    font-size: 20px;
}
.rpt-hero-row-3 .rpt-hero-label {
    font-size: 10px;
}

/* --- 3. 新增：经济学列表表格样式 --- */
.rpt-eco-table-wrapper {
    background: rgba(255,255,255,0.03);
    border-radius: 12px;
    padding: 15px;
    margin-top: 10px;
}
.rpt-eco-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 11px;
    color: #ccc;
}
.rpt-eco-table th {
    text-align: left;
    color: #888;
    padding-bottom: 8px;
    font-weight: normal;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.rpt-eco-table td {
    padding: 8px 0;
    border-bottom: 1px dashed rgba(255,255,255,0.05);
}
.rpt-eco-table td:last-child {
    text-align: right;
}
.eco-member { color: #ffc64c; font-weight: bold; }
.eco-data { color: #fff; }
.eco-sub { font-size: 9px; color: #666; display: block; margin-top: 2px; }

/* --- 4. 优化：活跃数据的解释文案 --- */
.rpt-sm-desc-text {
    font-size: 10px;
    color: #777;
    margin-top: 10px;
    line-height: 1.5;
    padding: 0 5px;
}
/* css/style.css - 2025 样式补丁 (速度详情 & 表格优化) */

/* --- 优化：经济学表格表头 --- */
.rpt-eco-table th {
    /* 强制居中 */
    text-align: center !important; 
    /* 调整背景色，使其不那么突兀，使用深色半透明 */
    background-color: rgba(255, 255, 255, 0.05); 
    color: #a0a0b0;
    font-weight: 600;
    padding: 10px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* --- 新增：速度极值展示卡片 (引用风) --- */
.rpt-speed-extremes { 
    display: flex; 
    flex-direction: column; 
    gap: 12px; 
    margin-top: 20px; 
}
.rpt-extreme-box { 
    background: rgba(255,255,255,0.03); 
    border-radius: 8px; 
    padding: 12px 15px; 
    border-left: 3px solid #888;
    position: relative;
}
/* 最快 - 青色调 */
.rpt-extreme-box.fast { 
    border-left-color: #4ecdc4; 
    background: linear-gradient(90deg, rgba(78, 205, 196, 0.08) 0%, rgba(78, 205, 196, 0) 100%); 
}
/* 最慢 - 红色调 */
.rpt-extreme-box.slow { 
    border-left-color: #ff6b6b; 
    background: linear-gradient(90deg, rgba(255, 107, 107, 0.08) 0%, rgba(255, 107, 107, 0) 100%); 
}

.rpt-ext-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0.9;
}
.rpt-ext-header.fast { color: #4ecdc4; }
.rpt-ext-header.slow { color: #ff6b6b; }

.rpt-ext-content { 
    font-size: 11px; 
    color: #e0e0e0; 
    font-style: italic; 
    line-height: 1.5; 
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rpt-ext-meta { 
    font-size: 9px; 
    color: #888; 
    text-align: right; 
}

.rpt-ext-q, .rpt-ext-a {
    font-size: 11px;
    color: #ccc;
    line-height: 1.5;
    margin-bottom: 6px;
}
.rpt-ext-q { color: #aaa; font-size: 10px; }
.rpt-ext-a { color: #ddd; font-style: italic; font-size: 10px; }

/* --- 新增：主标题样式 (口袋48翻牌年报) --- */
.rpt-main-title {
    text-align: center;
    margin-bottom: 25px;
    padding: 25px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
    position: relative;
    overflow: hidden;
}
.rpt-main-title::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: shimmer 3s infinite;
}
@keyframes shimmer {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(10%, 10%); }
}
.rpt-main-title-text {
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3), 0 0 20px rgba(255,255,255,0.2);
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
}
.rpt-main-title-year {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    font-weight: 600;
    letter-spacing: 3px;
    position: relative;
    z-index: 1;
}
.rpt-main-title-sparkle {
    font-size: 24px;
    position: relative;
    z-index: 1;
    animation: sparkle 2s ease-in-out infinite;
}
@keyframes sparkle {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(1.2); }
}

/* --- 修复：回复加速度图例布局 --- */
.rpt-legend {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
    font-size: 10px;
    color: #888;
    margin-top: 12px;
}
.rpt-leg-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.rpt-leg-top {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 3px;
    font-weight: 600;
    color: #ccc;
}
.rpt-leg-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.rpt-leg-pct {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 2px 0;
}
.rpt-leg-sub {
    font-size: 9px;
    color: #666;
}

/* --- 新增：回复速度排行榜领奖台样式 --- */
.rpt-podium-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 15px;
    margin: 30px 0;
    padding: 0 20px;
}
.rpt-podium-item {
    flex: 1;
    max-width: 110px;
    text-align: center;
    position: relative;
}
.rpt-podium-rank {
    font-size: 28px;
    margin-bottom: 8px;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.3));
}
.rpt-podium-member {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.rpt-podium-speed {
    font-size: 15px;
    font-weight: 900;
    color: #ffc64c;
    margin-bottom: 4px;
}
.rpt-podium-count {
    font-size: 10px;
    color: #999;
    margin-bottom: 10px;
}
.rpt-podium-platform {
    border-radius: 8px 8px 0 0;
    position: relative;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}
.rpt-podium-number {
    font-size: 36px;
    font-weight: 900;
    color: rgba(255,255,255,0.3);
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.rpt-podium-first .rpt-podium-rank {
    font-size: 32px;
}
.rpt-podium-first .rpt-podium-member {
    font-size: 14px;
}
.rpt-podium-first .rpt-podium-speed {
    font-size: 16px;
    color: #ffd700;
}

/* --- 新增：回复速度排行榜表格样式 --- */
.rpt-speed-table-wrapper {
    background: rgba(255,255,255,0.03);
    border-radius: 12px;
    padding: 15px;
    margin-top: 20px;
}
.rpt-speed-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 11px;
    color: #ccc;
}
.rpt-speed-table th {
    text-align: center;
    color: #888;
    padding-bottom: 8px;
    font-weight: normal;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.rpt-speed-table td {
    padding: 8px 0;
    border-bottom: 1px dashed rgba(255,255,255,0.05);
    text-align: center;
}
.speed-rank {
    color: #ffc64c;
    font-weight: bold;
}
.speed-member {
    color: #fff;
    font-weight: bold;
}
.speed-time {
    color: #4ecdc4;
    font-weight: bold;
}
.speed-count {
    color: #999;
    font-size: 10px;
}

/* --- 新增：性价比之王高亮框 --- */
.rpt-best-value-box {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.15) 0%, rgba(255, 193, 7, 0.08) 100%);
    border: 2px solid rgba(255, 215, 0, 0.3);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.2);
}
.rpt-best-value-crown {
    font-size: 32px;
    margin-bottom: 8px;
    filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.6));
}
.rpt-best-value-title {
    font-size: 12px;
    color: #ffd700;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.rpt-best-value-member {
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 8px;
    text-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
}
.rpt-best-value-price {
    font-size: 18px;
    color: #ffc64c;
    font-weight: bold;
    margin-bottom: 6px;
}
.rpt-best-value-desc {
    font-size: 10px;
    color: #999;
    font-style: italic;
}

/* --- 新增：内容类型分析样式 --- */
.rpt-content-insight {
    display: flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, rgba(255, 198, 76, 0.15) 0%, rgba(78, 205, 196, 0.15) 100%);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
    border: 2px solid rgba(255, 198, 76, 0.3);
}
.rpt-content-insight-icon {
    font-size: 32px;
    filter: drop-shadow(0 2px 8px rgba(255, 198, 76, 0.5));
}
.rpt-content-insight-text {
    font-size: 16px;
    font-weight: bold;
    color: #ffc64c;
    flex: 1;
}
.rpt-content-types-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 15px;
}
.rpt-content-type-card {
    background: rgba(255,255,255,0.03);
    border-radius: 12px;
    padding: 15px;
    border: 1px solid rgba(255,255,255,0.05);
    transition: all 0.3s ease;
}
.rpt-content-type-card:hover {
    background: rgba(255,255,255,0.05);
    transform: translateY(-2px);
}
.rpt-content-type-card.fastest {
    border: 2px solid rgba(78, 205, 196, 0.5);
    background: rgba(78, 205, 196, 0.08);
}
.rpt-content-type-card.slowest {
    border: 1px solid rgba(255, 107, 107, 0.3);
    background: rgba(255, 107, 107, 0.05);
}
.rpt-content-type-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.rpt-content-type-icon {
    font-size: 24px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}
.rpt-content-type-info {
    flex: 1;
}
.rpt-content-type-name {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 2px;
}
.rpt-content-type-desc {
    font-size: 10px;
    color: #888;
}
.rpt-content-type-badge {
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 12px;
    font-weight: bold;
}
.fastest-badge {
    background: rgba(78, 205, 196, 0.2);
    color: #4ecdc4;
    border: 1px solid rgba(78, 205, 196, 0.4);
}
.slowest-badge {
    background: rgba(255, 107, 107, 0.2);
    color: #ff6b6b;
    border: 1px solid rgba(255, 107, 107, 0.4);
}
.rpt-content-type-stats {
    display: flex;
    gap: 20px;
    margin-bottom: 12px;
}
.rpt-content-type-stat {
    flex: 1;
    text-align: center;
    background: rgba(0,0,0,0.2);
    padding: 10px;
    border-radius: 8px;
}
.rpt-content-type-stat-label {
    font-size: 10px;
    color: #888;
    margin-bottom: 4px;
}
.rpt-content-type-stat-value {
    font-size: 16px;
    font-weight: bold;
    color: #ffc64c;
}
.rpt-content-type-samples {
    background: rgba(0,0,0,0.2);
    border-radius: 8px;
    padding: 10px;
}
.rpt-content-type-samples-title {
    font-size: 10px;
    color: #888;
    margin-bottom: 6px;
}
.rpt-content-type-sample {
    font-size: 11px;
    color: #ccc;
    padding: 4px 0;
    border-bottom: 1px dashed rgba(255,255,255,0.05);
}
.rpt-content-type-sample:last-child {
    border-bottom: none;
}
.rpt-content-note {
    text-align: center;
    font-size: 10px;
    color: #666;
    font-style: italic;
}

/* --- 新增：沟通日子偏好分析样式 --- */
.rpt-user-day-summary {
    display: flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, rgba(78, 205, 196, 0.1) 0%, rgba(255, 107, 107, 0.1) 100%);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
    border: 1px solid rgba(78, 205, 196, 0.2);
}
.rpt-user-day-icon {
    font-size: 32px;
    filter: drop-shadow(0 2px 6px rgba(78, 205, 196, 0.3));
}
.rpt-user-day-content {
    flex: 1;
}
.rpt-user-day-label {
    font-size: 11px;
    color: #888;
    margin-bottom: 6px;
}
.rpt-user-day-value {
    font-size: 18px;
    font-weight: bold;
    color: #4ecdc4;
    margin-bottom: 4px;
}
.rpt-user-day-percent {
    font-size: 10px;
    color: #999;
}
.rpt-member-days-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.rpt-member-day-card {
    background: rgba(255,255,255,0.03);
    border-radius: 12px;
    padding: 15px;
    border: 1px solid rgba(255,255,255,0.05);
}
.rpt-member-day-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.rpt-member-day-rank {
    font-size: 18px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}
.rpt-member-day-name {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    flex: 1;
}
.rpt-member-day-total {
    font-size: 11px;
    color: #ff6b6b;
    font-weight: bold;
}
.rpt-member-day-favorite {
    text-align: center;
    margin-bottom: 15px;
}
.rpt-member-day-value {
    font-size: 24px;
    font-weight: 900;
    color: #4ecdc4;
    margin-bottom: 4px;
}
.rpt-member-day-desc {
    font-size: 11px;
    color: #999;
}
.rpt-member-day-chart {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 60px;
    gap: 2px;
    margin-bottom: 8px;
    padding: 0 2px;
}
.rpt-day-bar {
    flex: 1;
    min-width: 0;
    border-radius: 2px 2px 0 0;
    transition: all 0.3s ease;
    cursor: pointer;
}
.rpt-day-bar:hover {
    opacity: 0.7;
}
.rpt-member-day-labels {
    display: flex;
    justify-content: space-between;
    font-size: 9px;
    color: #666;
    padding: 0 2px;
}
.rpt-member-day-labels span {
    flex: 1;
    text-align: center;
}

/* --- 新增：沟通时段偏好分析样式 --- */
.rpt-user-time-summary {
    display: flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, rgba(255, 198, 76, 0.1) 0%, rgba(78, 205, 196, 0.1) 100%);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 198, 76, 0.2);
}
.rpt-user-time-icon {
    font-size: 32px;
    filter: drop-shadow(0 2px 6px rgba(255, 198, 76, 0.3));
}
.rpt-user-time-content {
    flex: 1;
}
.rpt-user-time-label {
    font-size: 11px;
    color: #888;
    margin-bottom: 6px;
}
.rpt-user-time-value {
    font-size: 18px;
    font-weight: bold;
    color: #ffc64c;
    margin-bottom: 4px;
}
.rpt-user-time-percent {
    font-size: 10px;
    color: #999;
}
.rpt-member-times-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.rpt-member-time-card {
    background: rgba(255,255,255,0.03);
    border-radius: 12px;
    padding: 15px;
    border: 1px solid rgba(255,255,255,0.05);
}
.rpt-member-time-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.rpt-member-time-rank {
    font-size: 18px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}
.rpt-member-time-name {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    flex: 1;
}
.rpt-member-time-total {
    font-size: 11px;
    color: #4ecdc4;
    font-weight: bold;
}
.rpt-member-time-favorite {
    text-align: center;
    margin-bottom: 15px;
}
.rpt-member-time-hour {
    font-size: 24px;
    font-weight: 900;
    color: #ffc64c;
    margin-bottom: 4px;
}
.rpt-member-time-desc {
    font-size: 11px;
    color: #999;
}
.rpt-member-time-chart {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 60px;
    gap: 1px;
    margin-bottom: 8px;
    padding: 0 2px;
}
.rpt-time-bar {
    flex: 1;
    min-width: 0;
    border-radius: 2px 2px 0 0;
    transition: all 0.3s ease;
    cursor: pointer;
}
.rpt-time-bar:hover {
    opacity: 0.7;
}
.rpt-member-time-labels {
    display: flex;
    justify-content: space-between;
    font-size: 9px;
    color: #666;
    padding: 0 2px;
}

/* --- 新增：成员回复类型分析样式 --- */
.rpt-member-types-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 20px 0;
}
.rpt-member-type-card {
    background: rgba(255,255,255,0.03);
    border-radius: 12px;
    padding: 15px;
    border: 1px solid rgba(255,255,255,0.05);
}
.rpt-member-type-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.rpt-member-type-rank {
    font-size: 20px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}
.rpt-member-type-name {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    flex: 1;
}
.rpt-member-type-total {
    font-size: 12px;
    color: #ffc64c;
    font-weight: bold;
}
.rpt-member-type-bar {
    display: flex;
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 12px;
    background: rgba(0,0,0,0.3);
}
.rpt-member-type-segment {
    transition: all 0.3s ease;
}
.rpt-member-type-segment:hover {
    opacity: 0.8;
}
.rpt-member-type-stats {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}
.rpt-member-type-stat {
    flex: 1;
    text-align: center;
}
.rpt-member-type-stat-label {
    font-size: 9px;
    color: #888;
    margin-bottom: 4px;
}
.rpt-member-type-stat-value {
    font-size: 13px;
    font-weight: bold;
}
.rpt-member-types-legend {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.rpt-member-types-legend-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    color: #999;
}
.rpt-member-types-legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

/* --- 新增：分隔线样式 --- */
.rpt-divider {
    text-align: center;
    margin: 30px 0;
    position: relative;
}
.rpt-divider-icon {
    font-size: 16px;
    background: #1e1e2e;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.rpt-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
}
.rpt-divider-final {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 40px 0 30px;
}
.rpt-divider-final::before {
    display: none;
}
.rpt-divider-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
}

/* --- 增强：页脚样式 --- */
.rpt-footer {
    text-align: center;
    margin-top: 40px;
    padding: 30px 20px 20px;
    background: rgba(255,255,255,0.02);
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.05);
}
.rpt-footer-badge {
    font-size: 32px;
    margin-bottom: 15px;
    filter: drop-shadow(0 0 10px rgba(255, 105, 180, 0.3));
}
.rpt-quote {
    color: #aaa;
    font-style: italic;
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 13px;
    line-height: 1.8;
}
.rpt-footer-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    color: #888;
    margin-bottom: 15px;
    font-weight: 600;
}
.rpt-footer-stats span:not(:nth-child(2)):not(:nth-child(4)) {
    color: #ffc64c;
}
.rpt-footer-brand {
    font-size: 10px;
    color: #666;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 600;
}
.rpt-footer-sign {
    font-size: 11px;
    color: #ff69b4;
    font-style: italic;
    margin-top: 10px;
}

/* --- 新增：最长情话模块 --- */
.rpt-longest-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 20px;
    margin-top: 15px;
}
.rpt-longest-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-size: 11px;
    color: #888;
    flex-wrap: wrap;
    gap: 8px;
}
.rpt-longest-member {
    color: #ffc64c;
    font-weight: 600;
}
.rpt-longest-date {
    color: #aaa;
}
.rpt-longest-length {
    color: #4ecdc4;
    font-weight: 600;
}
.rpt-longest-content {
    background: rgba(0, 0, 0, 0.2);
    border-left: 3px solid #ffc64c;
    padding: 15px;
    border-radius: 8px;
    color: #ddd;
    font-size: 13px;
    line-height: 1.8;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.rpt-shortest-box {
    background: linear-gradient(135deg, rgba(255, 198, 76, 0.1) 0%, rgba(255, 107, 107, 0.1) 100%);
    border: 1px solid rgba(255, 198, 76, 0.3);
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.rpt-shortest-box::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #ffc64c, #ff6b6b, #4ecdc4, #ffc64c);
    background-size: 300% 300%;
    animation: gradientShift 3s ease infinite;
    border-radius: 12px;
    z-index: -1;
    opacity: 0.3;
}
.rpt-shortest-badge {
    display: inline-block;
    font-size: 9px;
    letter-spacing: 1.5px;
    color: #ffc64c;
    background: rgba(255, 198, 76, 0.15);
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    border: 1px solid rgba(255, 198, 76, 0.3);
}
.rpt-shortest-title {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 12px;
}
.rpt-shortest-content {
    font-size: 20px;
    color: #ffc64c;
    font-weight: 900;
    margin: 15px 0;
    text-shadow: 0 2px 8px rgba(255, 198, 76, 0.3);
}
.rpt-shortest-meta {
    font-size: 11px;
    color: #aaa;
    margin-bottom: 10px;
}
.rpt-shortest-desc {
    font-size: 12px;
    color: #ddd;
    font-style: italic;
    line-height: 1.6;
}

/* --- 新增：我有没有变对比模块 --- */
.rpt-card-change {
    background: linear-gradient(135deg, rgba(78, 205, 196, 0.05) 0%, rgba(69, 123, 157, 0.05) 100%);
    border: 1px solid rgba(78, 205, 196, 0.15);
}
.rpt-change-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}
.rpt-change-item {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 18px 15px;
}
.rpt-change-label {
    font-size: 12px;
    color: #4ecdc4;
    font-weight: 600;
    margin-bottom: 12px;
    text-align: center;
    letter-spacing: 1px;
}
.rpt-change-compare {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.rpt-change-period {
    flex: 1;
    text-align: center;
}
.rpt-change-period-label {
    display: block;
    font-size: 10px;
    color: #888;
    margin-bottom: 5px;
}
.rpt-change-value {
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    display: inline-block;
}
.rpt-change-unit {
    font-size: 11px;
    color: #aaa;
    margin-left: 3px;
}
.rpt-change-arrow {
    font-size: 24px;
    color: #4ecdc4;
    margin: 0 10px;
    font-weight: bold;
}
.rpt-change-emotion-text {
    text-align: center;
    font-size: 12px;
    color: #bbb;
    font-style: italic;
    line-height: 1.6;
    margin-top: 8px;
}
.rpt-change-summary {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}
.rpt-change-emotion {
    font-size: 13px;
    color: #ddd;
    line-height: 1.8;
    margin-bottom: 10px;
    font-style: italic;
}
.rpt-change-conclusion {
    font-size: 12px;
    color: #4ecdc4;
    font-weight: 600;
    letter-spacing: 1px;
}

/* --- 新增：遗憾美学模块 --- */
.rpt-regret-card {
    background: linear-gradient(135deg, rgba(139, 69, 19, 0.1) 0%, rgba(101, 67, 33, 0.1) 100%);
    border: 1px solid rgba(139, 69, 19, 0.3);
    border-radius: 16px;
    padding: 25px 20px;
    margin: 20px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.rpt-regret-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(139, 69, 19, 0.05) 0%, transparent 70%);
    pointer-events: none;
}
.rpt-regret-icon {
    font-size: 32px;
    margin-bottom: 10px;
    opacity: 0.7;
    animation: float 3s ease-in-out infinite;
}
.rpt-regret-title {
    font-size: 16px;
    color: #d4a574;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: 2px;
}
.rpt-regret-count {
    font-size: 13px;
    color: #bbb;
    margin-bottom: 15px;
}
.rpt-regret-count span {
    color: #d4a574;
    font-size: 20px;
    font-weight: 900;
    margin: 0 5px;
}
.rpt-regret-desc {
    font-size: 12px;
    color: #999;
    line-height: 1.8;
    font-style: italic;
    max-width: 280px;
    margin: 0 auto;
}

/* --- 新增：我是哪种粉人格归类模块 --- */
.rpt-persona-box {
    margin-top: 30px;
    padding: 25px 20px;
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.08) 0%, rgba(75, 0, 130, 0.08) 100%);
    border: 1px solid rgba(138, 43, 226, 0.2);
    border-radius: 16px;
}
.rpt-persona-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    letter-spacing: 2px;
}
.rpt-persona-subtitle {
    font-size: 10px;
    color: #999;
    text-align: center;
    margin-bottom: 20px;
    font-style: italic;
}
.rpt-persona-tags {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.rpt-persona-tag {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 15px;
    transition: all 0.3s ease;
}
.rpt-persona-tag.main {
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.15) 0%, rgba(75, 0, 130, 0.15) 100%);
    border: 1px solid rgba(138, 43, 226, 0.3);
}
.rpt-persona-tag:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(138, 43, 226, 0.2);
}
.rpt-persona-tag-label {
    font-size: 14px;
    font-weight: 700;
    color: #c77dff;
    margin-bottom: 6px;
    letter-spacing: 1px;
}
.rpt-persona-tag.main .rpt-persona-tag-label {
    font-size: 16px;
    color: #e0aaff;
}
.rpt-persona-tag-desc {
    font-size: 12px;
    color: #bbb;
    line-height: 1.6;
    font-style: italic;
}
.rpt-persona-note {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 11px;
    color: #888;
    text-align: center;
    line-height: 1.6;
}

/* --- 新增：年度数据汇总卡（可截图） --- */
.rpt-summary-card {
    background: linear-gradient(135deg, #2d2d44 0%, #1a1a2e 100%);
    border-radius: 20px;
    padding: 35px 25px 30px;
    margin: 35px 0 30px;
    border: 2px solid rgba(255, 198, 76, 0.2);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}
.rpt-summary-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ffc64c, #ff75a0, #4ecdc4, #ffc64c);
    background-size: 200% 100%;
    animation: gradientShift 3s ease infinite;
}
@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.rpt-summary-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.rpt-summary-year {
    font-size: 14px;
    color: #ffc64c;
    letter-spacing: 3px;
    font-weight: 600;
    margin-bottom: 8px;
}
.rpt-summary-title {
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 1px;
}

.rpt-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}
.rpt-summary-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 18px 15px;
    text-align: center;
    transition: all 0.3s ease;
}
.rpt-summary-item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 198, 76, 0.3);
    transform: translateY(-2px);
}
.rpt-summary-num {
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 5px;
    text-shadow: 0 2px 8px rgba(255, 255, 255, 0.1);
}
.rpt-summary-label {
    font-size: 11px;
    color: #888;
    margin-bottom: 10px;
    font-weight: 600;
}
.rpt-summary-emotion {
    font-size: 10px;
    color: #aaa;
    line-height: 1.5;
    font-style: italic;
    padding: 0 5px;
}

.rpt-summary-conclusion {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.rpt-summary-line {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffc64c, transparent);
    margin: 0 auto 15px;
}
.rpt-summary-final {
    font-size: 13px;
    color: #ddd;
    margin-bottom: 8px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.rpt-summary-sign {
    font-size: 11px;
    color: #888;
    font-style: italic;
}