/* 现代轻奢风格 (Modern Premium) - Spring Breeze Edition */
:root {
  --primary-color: #D9363E; /* 经典丹砂红 */
  --primary-hover: #b82b32;
  --accent-color: #C6A678; /* 雅致香槟金 */
  --text-main: #111827; /* 深灰近黑，提升对比度 */
  --text-sub: #4B5563; /* 深灰，减少模糊感 */
  --text-hint: #9CA3AF;
  
  /* 如沐春风般的背景 - 稍微加深，减少刺眼白 */
  --bg-body: #FDFBF7; /* 极暖米白 */
  --bg-gradient: linear-gradient(180deg, #FDECEC 0%, #FDFBF7 100%);
  
  --bg-card: #FFFFFF;
  --bg-header: rgba(255, 255, 255, 0.9);
  --border-color: #E5E7EB; /* 稍深的灰线，增强轮廓清晰度 */
  
  /* 柔和弥散阴影 - 更轻盈 */
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 10px rgba(0, 0, 0, 0.08);
  --shadow-hover: 0 12px 24px -4px rgba(217, 54, 62, 0.12), 0 8px 16px -4px rgba(0, 0, 0, 0.05);
  
  --radius-md: 12px; /* 稍微收敛圆角，更显精致 */

  /* 字体层级变量 - 优化阅读节奏 */
  --fs-h1: 36px;
  --fs-h2: 24px;
  --fs-h3: 18px;
  --fs-lg: 16px;
  --fs-body: 15px;
  --fs-sm: 13px;
  --fs-xs: 12px;
}

[data-theme="starry"] {
  --primary-color: #60A5FA; /* 星空蓝 */
  --primary-hover: #3B82F6;
  --accent-color: #FCD34D; /* 星光金 */
  --text-main: #F3F4F6; /* 亮灰白 */
  --text-sub: #9CA3AF; /* 中灰 */
  --text-hint: #6B7280;
  
  --bg-body: #0F172A; /* 深邃夜空 */
  --bg-gradient: linear-gradient(180deg, #0B0E14 0%, #1E293B 100%);
  
  --bg-card: #1E293B; /* 深蓝灰卡片 */
  --bg-header: rgba(15, 23, 42, 0.85);
  --border-color: #334155; /* 深色边框 */
  
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 4px 10px rgba(0, 0, 0, 0.6);
  --shadow-hover: 0 12px 24px -4px rgba(96, 165, 250, 0.15), 0 8px 16px -4px rgba(0, 0, 0, 0.4);
}

[data-theme="starry"] .card-title,
[data-theme="starry"] .detail-item strong,
[data-theme="starry"] .hot-card .title,
[data-theme="starry"] .hot-stat-word,
[data-theme="starry"] .hot-source-name,
[data-theme="starry"] .hot-item .hot-title {
  color: var(--text-main);
}

[data-theme="starry"] .detail-item,
[data-theme="starry"] .hot-stat-time,
[data-theme="starry"] .hot-bar-label {
  color: var(--text-sub);
}

[data-theme="starry"] .tag {
  background: rgba(255, 255, 255, 0.1);
  color: var(--text-sub);
}

[data-theme="starry"] .tag:hover {
  background: rgba(255, 255, 255, 0.15);
  color: var(--text-main);
}

[data-theme="starry"] .card-actions button,
[data-theme="starry"] .card-actions a {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--text-main);
}

[data-theme="starry"] .card-actions button:hover,
[data-theme="starry"] .card-actions a:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--primary-color);
  color: var(--primary-color);
}

[data-theme="starry"] .search-box {
  background: var(--bg-card);
  border-color: var(--border-color);
}

[data-theme="starry"] .search-box input {
  color: var(--text-main);
}

[data-theme="starry"] .filter-group select {
  background-color: var(--bg-card);
  border-color: var(--border-color);
  color: var(--text-main);
}

[data-theme="starry"] .filter-group select:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

[data-theme="starry"] .hot-card,
[data-theme="starry"] .hot-item,
[data-theme="starry"] .hot-stat-row,
[data-theme="starry"] .hot-source-row,
[data-theme="starry"] .hot-word {
  background: var(--bg-card);
  border-color: var(--border-color);
  color: var(--text-main);
}

[data-theme="starry"] .hot-item:hover,
[data-theme="starry"] .hot-word:hover {
  background: rgba(255, 255, 255, 0.05);
}

[data-theme="starry"] .modal-content {
  background: var(--bg-card);
  color: var(--text-main);
}

[data-theme="starry"] .modal-close {
  color: var(--text-sub);
}

[data-theme="starry"] .modal-close:hover {
  color: var(--text-main);
}

[data-theme="starry"] .report-group button {
  background: transparent;
  border-color: var(--border-color);
  color: var(--text-sub);
}

[data-theme="starry"] .report-group button:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

[data-theme="starry"] .badge {
  background: rgba(96, 165, 250, 0.15);
  color: var(--primary-color);
}

[data-theme="starry"] .login-bar input {
  background: var(--bg-card);
  border-color: var(--border-color);
  color: var(--text-main);
}

[data-theme="starry"] .login-bar button.secondary {
  border-color: var(--border-color);
  color: var(--text-sub);
}

[data-theme="starry"] .login-bar button.secondary:hover {
  border-color: var(--text-main);
  color: var(--text-main);
  background: rgba(255, 255, 255, 0.05);
}

[data-theme="starry"] .related-item {
  background: rgba(255, 255, 255, 0.05);
}

[data-theme="starry"] .related-item:hover {
  background: rgba(255, 255, 255, 0.1);
}

[data-theme="starry"] .related-item-title {
  color: var(--text-main);
}

[data-theme="starry"] .topic-toggle {
  background: transparent;
  border-color: var(--border-color);
  color: var(--text-sub);
}

[data-theme="starry"] .topic-filter input {
  background: var(--bg-card);
  border-color: var(--border-color);
  color: var(--text-main);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Microsoft YaHei", sans-serif;
  color: var(--text-main);
  background: var(--bg-body);
  background-image: var(--bg-gradient);
  background-attachment: fixed;
  line-height: 1.6; /* 增加行高，提升呼吸感 */
  transition: background 0.3s, color 0.3s;
}

header {
  height: 64px; /*稍微减小高度，更紧凑 */
  background: var(--bg-header);
  padding: 0 24px;
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo {
  font-size: 24px; /* 稍微放大Logo */
  font-weight: 800; /* 加粗 */
  background: linear-gradient(135deg, var(--primary-color) 0%, #FF6B6B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.5px;
  cursor: pointer;
}

.nav {
  display: flex;
  align-items: center;
  gap: 16px;
}

.theme-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  padding: 8px;
  border-radius: 50%;
  color: var(--text-sub);
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-btn:hover {
  background: rgba(0, 0, 0, 0.05);
  color: var(--primary-color);
}

[data-theme="starry"] .theme-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.hero-section {
  background: transparent; /* 背景已由 body 接管 */
  padding: 60px 0 40px;
  text-align: center;
  margin-bottom: 32px;
  position: relative;
}

.hero-section::after {
  display: none; /* 移除分割线，更通透 */
}

/* Hero Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-title {
  font-size: var(--fs-h1);
  font-weight: 800;
  color: var(--text-main);
  margin: 0 0 12px;
  letter-spacing: -0.5px;
  animation: fadeInUp 0.6s ease-out forwards;
}

.hero-sub {
  font-size: var(--fs-lg);
  color: var(--text-sub);
  margin: 0 auto 32px;
  max-width: 600px;
  line-height: 1.6;
  opacity: 0;
  animation: fadeInUp 0.6s ease-out 0.2s forwards;
}

.search-box {
  max-width: 640px;
  margin: 0 auto 40px;
  display: flex;
  gap: 12px;
  position: relative;
  opacity: 0;
  animation: fadeInUp 0.6s ease-out 0.4s forwards;
  background: #fff;
  padding: 8px;
  border-radius: 999px; /* 全圆角胶囊 */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06); /* 悬浮感阴影 */
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.search-box input {
  flex: 1;
  height: 48px;
  padding: 0 24px;
  font-size: var(--fs-lg);
  border: none;
  background: transparent;
  color: var(--text-main);
}

.search-box input:focus {
  outline: none;
}

.search-box button {
  height: 48px;
  padding: 0 32px;
  font-size: var(--fs-lg);
  background: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(217, 54, 62, 0.25);
}

.search-box button:hover {
  background: var(--primary-hover);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(217, 54, 62, 0.35);
}

.filter-bar {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeInUp 0.6s ease-out 0.6s forwards;
}

.filter-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-group label {
  font-size: 13px;
  color: var(--text-sub);
  font-weight: 500;
}

.filter-group select {
  height: 40px;
  padding: 0 32px 0 16px; /* 增加右侧内边距给箭头 */
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  background: #fff;
  color: var(--text-main);
  font-size: 14px;
  cursor: pointer;
  min-width: 100px;
  transition: all 0.2s;
  appearance: none; /* 移除默认样式 */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236B7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px;
}

.filter-group select:hover {
  border-color: #D1D5DB;
  background-color: #F9FAFB;
}

.filter-group select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(217, 54, 62, 0.1);
  outline: none;
}

.text-btn {
  height: 36px;
  background: none;
  border: none;
  color: var(--text-sub);
  cursor: pointer;
  font-size: 14px;
  padding: 0 12px;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.text-btn:hover {
  color: var(--primary-color);
  background: rgba(0, 0, 0, 0.03);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Updated Typography & Spacing */
.card-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 4px;
}

.card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.login-bar {
  display: flex;
  gap: 12px;
  align-items: center;
}

/* 统一按钮样式，使其更协调 */
button, .btn {
  font-family: inherit;
}

.login-bar input {
  height: 36px;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  padding: 0 12px;
  font-size: 13px;
  background: #fff;
  transition: all 0.2s;
  width: 120px;
}

.login-bar input:focus {
  border-color: var(--primary-color);
  outline: none;
  box-shadow: 0 0 0 2px rgba(217, 54, 62, 0.1);
}

.login-bar button:not(.text-btn) {
  height: 36px;
  padding: 0 16px;
  border-radius: 6px;
  border: none;
  background: var(--text-main); /* 改为深灰，不抢主色 */
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1; /* 防止文字垂直偏移 */
}

.login-bar button:not(.text-btn):hover {
  background: #000;
  transform: translateY(-1px);
}

.login-bar button.secondary {
  background: transparent;
  color: var(--text-sub);
  border: 1px solid #E5E7EB;
}

.login-bar button.secondary:hover {
  border-color: var(--text-main);
  color: var(--text-main);
  background: #fff;
}

.login-status {
  font-size: 14px;
  color: var(--text-sub);
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

@media (min-width: 900px) {
  .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.grid.waterfall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

@media (min-width: 900px) {
  .grid.waterfall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.grid.waterfall .card {
  width: auto;
  margin: 0;
}

.card {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(217, 54, 62, 0.06); /* 微红边框，增强边界感 */
  position: relative;
}

.card:hover {
  transform: translateY(-6px); /* 明显的悬浮位移 */
  box-shadow: var(--shadow-hover);
  border-color: rgba(217, 54, 62, 0.2); /* 悬浮时加深红色边框 */
}

.card-media {
  width: clamp(160px, 70%, 220px);
  margin: 12px auto 0;
  aspect-ratio: 9 / 16;
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-md);
  display: block;
  transition: transform 0.3s;
}

.card:hover .card-media img {
  transform: scale(1.02);
}

.card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center;
}

.card-title {
  font-weight: 600;
  font-size: var(--fs-body);
  color: var(--text-main);
  line-height: 1.4;
  margin: 0;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

.tag {
  background: #F3F4F6;
  padding: 4px 10px;
  border-radius: 6px; /* 小圆角 */
  font-size: 12px;
  color: var(--text-sub);
  font-weight: 500;
  transition: all 0.2s;
}

.tag:hover {
  background: #E5E7EB;
  color: var(--text-main);
}

.status {
  font-size: 12px;
  font-weight: 600;
  align-self: center;
}

.meta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 12px;
  color: var(--text-sub);
}

.badge {
  background: #fff0f0;
  color: var(--primary-color);
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 12px;
}

.status.active {
  color: #1f8f5f;
}

.status.unknown {
  color: #ff8f1f;
}

.status.expired,
.status.out_of_stock {
  color: var(--text-sub);
  opacity: 0.7;
}

.card-actions {
  display: flex;
  gap: 8px;
  width: 100%;
}

.card-actions button,
.card-actions a {
  flex: 1;
  height: 38px;
  border-radius: 10px;
  border: 1px solid #F3F4F6;
  background: #F9FAFB;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
  color: var(--text-main);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  font-weight: 500;
}

.card-actions button:hover,
.card-actions a:hover {
  background: #fff;
  border-color: var(--primary-color);
  color: var(--primary-color);
  box-shadow: 0 2px 8px rgba(217, 54, 62, 0.1);
}

.card-actions .primary {
  background: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
  box-shadow: 0 2px 4px rgba(217, 54, 62, 0.2);
}

.card-actions .primary:hover {
  background: var(--primary-hover);
  border-color: var(--primary-hover);
  color: #fff;
  box-shadow: 0 4px 12px rgba(217, 54, 62, 0.3);
  transform: translateY(-1px);
}

.empty {
  text-align: center;
  color: var(--text-sub);
  padding: 40px 0;
}

.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  align-items: flex-start;
  justify-content: center;
  z-index: 80;
  backdrop-filter: blur(4px);
  padding: 72px 0 24px;
}

.modal.active {
  display: flex;
}

.modal-content {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 28px 24px 24px;
  width: min(720px, 92vw);
  max-height: calc(100vh - 96px);
  overflow: auto;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
  padding-top: 4px;
}

.modal-header .title {
  flex: 1;
  padding-right: 16px;
  padding-top: 2px;
  white-space: normal;
  word-break: break-all;
  line-height: 1.5;
}

.modal-close {
  border: none;
  background: none;
  font-size: 24px;
  cursor: pointer;
  color: var(--text-sub);
}

.detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.detail-grid img {
  width: 100%;
  border-radius: var(--radius-md);
  object-fit: cover;
  aspect-ratio: 9 / 16;
  max-height: 360px;
}

.detail-item {
  font-size: 14px;
  color: var(--text-sub);
  margin-bottom: 8px;
}

.detail-item strong {
  color: var(--text-main);
}

.report-group {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.report-group button {
  border: 1px solid #d7dbe0;
  border-radius: 8px;
  padding: 6px 10px;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s;
}

.report-group button:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.related-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.related-item {
  border: none;
  border-radius: 8px;
  padding: 8px;
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
  background: #F5F3F0;
  transition: background 0.2s;
}

.related-item:hover {
  background: #EBE5E0;
}

.related-item img {
  width: 36px;
  height: 64px;
  border-radius: 6px;
  object-fit: cover;
}

.related-item-title {
  font-size: 13px;
  color: var(--text-main);
  line-height: 1.2;
}

.top-link {
  text-decoration: none;
  color: var(--primary-color);
  font-size: 14px;
}

.topic-filter {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.topic-filter input {
  flex: 1;
  height: 36px;
  border-radius: 8px;
  border: 1px solid #d7dbe0;
  padding: 0 12px;
}

.topic-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 8px;
}

.topic-meta {
  font-size: 12px;
  color: #86909c;
  margin-top: 4px;
}

.topic-toggle {
  border: 1px solid #d7dbe0;
  background: #fff;
  border-radius: 8px;
  padding: 6px 10px;
  cursor: pointer;
  height: 32px;
}

.topic-section {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-color);
}

.topic-title {
  font-size: var(--fs-h3);
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--text-main);
}

.topic-desc {
  font-size: var(--fs-body);
  color: var(--text-sub);
  margin-bottom: 16px;
  line-height: 1.6;
}

/* Content Animations */
.main-content {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.8s forwards;
}

.hot-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
}

.hot-card {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-color);
  transition: box-shadow 0.2s;
}

.hot-card:hover {
  box-shadow: var(--shadow-md);
}

.hot-card .title {
  font-size: var(--fs-h3);
  font-weight: 600;
  color: var(--text-main);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hot-words {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.hot-word {
  border: 1px solid #e6e8eb;
  border-radius: 999px;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 13px;
  background: #fff;
  color: var(--text-sub);
  transition: all 0.2s;
}

.hot-word:hover {
  border-color: var(--accent-color);
  color: var(--accent-color);
}

.hot-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}

.hot-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
  border-bottom: 1px solid #F2F0ED;
}

.hot-item:last-child {
  border-bottom: none;
}

.hot-item:hover {
  background: #F2F0ED;
}

.hot-rank {
  font-weight: 600;
  color: #999;
  min-width: 20px;
  font-style: italic;
}

/* Top 3 Ranks */
.hot-item:nth-child(1) .hot-rank {
  color: #FFD700; /* Gold */
}
.hot-item:nth-child(2) .hot-rank {
  color: #C0C0C0; /* Silver */
}
.hot-item:nth-child(3) .hot-rank {
  color: #B87333; /* Bronze */
}

.hot-title {
  flex: 1;
  font-size: 14px;
  color: var(--text-main);
}

.hot-stat-row {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 10px;
  padding: 10px 12px;
  border: 1px solid #eef0f3;
  margin-bottom: 8px;
}

.hot-stat-word {
  flex: 1;
  font-weight: 600;
  color: var(--text-main);
}

.hot-stat-count {
  font-size: 13px;
  color: var(--primary-color);
}

.hot-stat-time {
  font-size: 12px;
  color: #8c96a6;
}

.hot-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px;
}

.hot-bars {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 120px;
  margin-top: 12px;
}

.hot-bar {
  flex: 1;
  background: #fff0f0;
  border-radius: 8px 8px 4px 4px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 6px 4px;
  min-width: 0;
}

.hot-bar-value {
  font-size: 12px;
  color: var(--primary-color);
}

.hot-bar-label {
  font-size: 11px;
  color: var(--text-sub);
  margin-top: 4px;
}

.hot-source-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}

.hot-source-row {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #F5F3F0;
  border-radius: 8px;
  padding: 8px 10px;
}

.hot-source-name {
  flex: 1;
  font-size: 13px;
  color: var(--text-main);
}

.hot-source-count {
  font-size: 12px;
  color: var(--primary-color);
}
