
.app[data-v-df3bc9e0] {
  min-height: 100vh;
  background: #000;
}

/* 全局ECharts tooltip样式 */
html body .echarts-tooltip,
html body .echarts-tooltip * {
  background-color: rgba(28, 28, 30, 0.95) ;
  border-color: #38383A ;
  color: #fb9090 ;
  border-radius: 8px ;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) ;
}

.search-section[data-v-8be270bd] {
  margin-top: 24px;
}
.result[data-v-8be270bd] {
  margin-top: 24px;
}

/* 翻转动画 */
.flip-container[data-v-8be270bd] {
  perspective: 1000px;
  margin-bottom: 16px;
  display: grid;
}
.flip-front[data-v-8be270bd],
.flip-back[data-v-8be270bd] {
  backface-visibility: hidden;
  transition: transform 0.5s ease;
  grid-row: 1;
  grid-column: 1;
}
.flip-front[data-v-8be270bd] {
  transform: rotateY(0deg);
}
.flip-back[data-v-8be270bd] {
  transform: rotateY(180deg);
}
.flip-container.flipped .flip-front[data-v-8be270bd] {
  transform: rotateY(-180deg);
}
.flip-container.flipped .flip-back[data-v-8be270bd] {
  transform: rotateY(0deg);
}
.toggle-btn[data-v-8be270bd] {
  margin-bottom: 12px;
}
.refresh-checkbox[data-v-8be270bd] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 14px;
  color: var(--text-secondary, #8E8E93);
  cursor: pointer;
}
.refresh-checkbox input[data-v-8be270bd] {
  width: 18px;
  height: 18px;
  accent-color: #007AFF;
}

/* 评分卡片 - 与K线卡片同高 */
.score-card[data-v-8be270bd] {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  margin-bottom: 16px;
}
.score-card .stock-info[data-v-8be270bd] {
  margin-bottom: 4px;
}
.score-card .score-large[data-v-8be270bd] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}

/* K线卡片 */
.kline-card[data-v-8be270bd] {
  margin-bottom: 16px;
  padding: 16px;
}

/* K线相关样式 */
.kline-wrapper[data-v-8be270bd] {
  height: 200px;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
.kline-info[data-v-8be270bd] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.kline-title[data-v-8be270bd] {
  font-size: 15px;
  font-weight: 600;
  color: #007AFF;
}
.kline-type[data-v-8be270bd] {
  color: #007AFF;
  background: rgba(0, 122, 255, 0.1);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
}
.kline-date[data-v-8be270bd] {
  font-size: 12px;
  color: #666;
  margin-bottom: 12px;
}
.kline-loading[data-v-8be270bd],
.kline-error[data-v-8be270bd],
.kline-empty[data-v-8be270bd] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 180px;
  color: #999;
  font-size: 14px;
}
.kline-error[data-v-8be270bd] {
  color: #ff4d4f;
}
.kline-chart[data-v-8be270bd] {
  width: 100%;
  height: 150px;
  margin-bottom: 12px;
}
.kline-stats[data-v-8be270bd] {
  margin-top: 24px;
  font-size: 12px;
  color: #666;
  text-align: center;
}
.kline-stats .up[data-v-8be270bd] {
  color: #ef232a;
}
.kline-stats .down[data-v-8be270bd] {
  color: #14b143;
}

/* 切换按钮 */
.toggle-btn[data-v-8be270bd] {
  margin-bottom: 16px;
}
.icp-filing[data-v-8be270bd] {
  text-align: center;
  padding: 20px 0 10px;
  font-size: 12px;
  color: #8E8E93;
}
.icp-filing a[data-v-8be270bd] {
  color: #8E8E93;
  text-decoration: none;
}

/* 翻转动画 */
.flip-container[data-v-44913dba] {
  perspective: 1000px;
  margin-bottom: 16px;
  display: grid;
}
.flip-front[data-v-44913dba],
.flip-back[data-v-44913dba] {
  backface-visibility: hidden;
  transition: transform 0.5s ease;
  grid-row: 1;
  grid-column: 1;
}
.flip-front[data-v-44913dba] {
  transform: rotateY(0deg);
}
.flip-back[data-v-44913dba] {
  transform: rotateY(180deg);
}
.flip-container.flipped .flip-front[data-v-44913dba] {
  transform: rotateY(-180deg);
}
.flip-container.flipped .flip-back[data-v-44913dba] {
  transform: rotateY(0deg);
}
.header-row[data-v-44913dba] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.tab-switch[data-v-44913dba] {
  display: flex;
  gap: 8px;
}
.tab-btn[data-v-44913dba] {
  padding: 8px 16px;
  border: 1px solid #38383A;
  background: #2C2C2E;
  color: #8E8E93;
  font-size: 14px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.tab-btn.active[data-v-44913dba] {
  background: #007AFF;
  border-color: #007AFF;
  color: #fff;
}
.tab-btn[data-v-44913dba]:hover:not(.active) {
  background: #3A3A3C;
  color: #fff;
}
.close-tab-btn[data-v-44913dba] {
  width: 100%;
  padding: 12px;
  margin-bottom: 16px;
  background: #2C2C2E;
  border: 1px solid #38383A;
  border-radius: 10px;
  color: #8E8E93;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.close-tab-btn[data-v-44913dba]:hover {
  background: #3A3A3C;
  color: #fff;
}
.info-card[data-v-44913dba] {
  background: #1C1C1E;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
}
.info-title[data-v-44913dba] {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #38383A;
}
.info-section[data-v-44913dba] {
  margin-bottom: 20px;
}
.info-section[data-v-44913dba]:last-child {
  margin-bottom: 0;
}
.info-subtitle[data-v-44913dba] {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}
.info-table[data-v-44913dba] {
  background: #2C2C2E;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 8px;
}
.info-row[data-v-44913dba] {
  display: flex;
  padding: 10px 12px;
  font-size: 14px;
  border-bottom: 1px solid #38383A;
}
.info-row[data-v-44913dba]:last-child {
  border-bottom: none;
}
.info-row.header[data-v-44913dba] {
  background: #3A3A3C;
  color: #8E8E93;
  font-weight: 500;
}
.info-row span[data-v-44913dba] {
  flex: 1;
  text-align: center;
}
.info-row span[data-v-44913dba]:first-child {
  text-align: left;
}
.info-row span[data-v-44913dba]:last-child {
  text-align: right;
}
.info-note[data-v-44913dba] {
  font-size: 12px;
  color: #8E8E93;
  text-align: center;
  margin-top: 8px;
}
.info-text[data-v-44913dba] {
  font-size: 14px;
  color: #AEAEB2;
  line-height: 1.8;
}
.info-text p[data-v-44913dba] {
  margin-bottom: 8px;
}
.info-text p[data-v-44913dba]:last-child {
  margin-bottom: 0;
}
.feedback-form[data-v-44913dba] {
  margin: 16px 0;
}
.feedback-textarea[data-v-44913dba] {
  width: 100%;
  background: #2C2C2E;
  border: 1px solid #38383A;
  border-radius: 8px;
  padding: 12px;
  color: #fff;
  font-size: 14px;
  resize: none;
  font-family: inherit;
}
.feedback-textarea[data-v-44913dba]:focus {
  outline: none;
  border-color: #007AFF;
}
.feedback-textarea[data-v-44913dba]::placeholder {
  color: #8E8E93;
}
.feedback-actions[data-v-44913dba] {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}
.feedback-btn[data-v-44913dba] {
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.feedback-btn.submit[data-v-44913dba] {
  background: #007AFF;
  color: #fff;
}
.feedback-btn.submit[data-v-44913dba]:disabled {
  background: #48484A;
  color: #8E8E93;
  cursor: not-allowed;
}
.feedback-btn.success[data-v-44913dba] {
  background: #34C759;
  color: #fff;
}
.feedback-message[data-v-44913dba] {
  margin-top: 12px;
  padding: 12px;
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
}
.feedback-message.success[data-v-44913dba] {
  background: rgba(52, 199, 89, 0.15);
  color: #34C759;
}
.feedback-message.error[data-v-44913dba] {
  background: rgba(255, 59, 48, 0.15);
  color: #FF3B30;
}
.contact p[data-v-44913dba] {
  margin-bottom: 8px;
}
.result[data-v-44913dba] {
  margin-bottom: 40px;
  margin-top: 24px;
}
.progress-item[data-v-44913dba] {
  margin-bottom: 20px;
  cursor: pointer
}
.progress-item[data-v-44913dba]:last-child {
  margin-bottom: 0;
}
.progress-label[data-v-44913dba] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 15px;
}
.progress-bar[data-v-44913dba] {
  height: 8px;
  background: #2C2C2E;
  border-radius: 4px;
  overflow: hidden;
}
.progress-fill[data-v-44913dba] {
  height: 100%;
  border-radius: 4px;
  transition: width 0.5s ease;
}
.progress-fill.excellent[data-v-44913dba] { background: #FF3B30;
}  /* 高分=红色 */
.progress-fill.good[data-v-44913dba] { background: #FF9500;
}
.progress-fill.poor[data-v-44913dba] { background: #34C759;
}  /* 低分=绿色 */

/* 季度选项卡样式 */
.quarter-tabs[data-v-44913dba] {
  display: flex;
  background: #2C2C2E;
  border-radius: 12px;
  padding: 4px;
  margin-bottom: 20px;
}
.quarter-tab[data-v-44913dba] {
  flex: 1;
  padding: 12px 8px;
  border: none;
  background: transparent;
  color: #8E8E93;
  font-size: 15px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  transition: all 0.2s ease;
}
.quarter-tab.active[data-v-44913dba] {
  background: #3A3A3C;
  color: #fff;
  font-weight: 600;
}
.quarter-date[data-v-44913dba] {
  font-size: 11px;
  color: #8E8E93;
  font-weight: 400;
}
.quarter-tab.active .quarter-date[data-v-44913dba] {
  color: #AEAEB2;
}

/* 财务数据样式 */
.finance-grid[data-v-44913dba] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.finance-item[data-v-44913dba] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.finance-label[data-v-44913dba] {
  font-size: 13px;
  color: #8E8E93;
}
.finance-value[data-v-44913dba] {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.finance-value.growth-up[data-v-44913dba] {
  color: #FF3B30;  /* 上涨 → 红色 */
}
.finance-value.growth-down[data-v-44913dba] {
  color: #34C759;  /* 下跌 → 绿色 */
}

/* 进度条浮动提示 */
.progress-tooltip[data-v-44913dba] {
  position: fixed;
  background: rgba(30, 30, 30, 0.95);
  border: 1px solid #38383A;
  border-radius: 8px;
  padding: 12px;
  font-size: 13px;
  color: #fff;
  z-index: 1000;
  min-width: 140px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.progress-tooltip .tooltip-title[data-v-44913dba] {
  font-weight: 600;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #38383A;
}
.progress-tooltip .tooltip-row[data-v-44913dba] {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
}
.progress-tooltip .tooltip-hint[data-v-44913dba] {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #38383A;
  font-size: 11px;
  color: #8E8E93;
  text-align: center;
}
.icp-filing[data-v-44913dba] {
  text-align: center;
  padding: 20px 0 30px;
  font-size: 12px;
  color: #8E8E93;
}
.icp-filing a[data-v-44913dba] {
  color: #8E8E93;
  text-decoration: none;
}

/* 评分卡片 - 与K线卡片同高 */
.score-card[data-v-44913dba] {
  min-height: 306px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  margin-bottom: 16px;
}
.score-card .stock-info[data-v-44913dba] {
  margin-bottom: 4px;
}
.score-card .score-large[data-v-44913dba] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}

/* K线卡片 */
.kline-card[data-v-44913dba] {
  margin-bottom: 16px;
  padding: 16px;
}

/* 切换按钮 */
.toggle-btn[data-v-44913dba] {
  margin-bottom: 16px;
}

/* K线相关样式 */
.kline-wrapper[data-v-44913dba] {
  height: 240px;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
.kline-info[data-v-44913dba] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.kline-title[data-v-44913dba] {
  font-size: 15px;
  font-weight: 600;
  color: #007AFF;
}
.kline-type[data-v-44913dba] {
  color: #007AFF;
  background: rgba(0, 122, 255, 0.1);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
}
.kline-date[data-v-44913dba] {
  font-size: 12px;
  color: #666;
  margin-bottom: 16px;
}
.kline-loading[data-v-44913dba],
.kline-error[data-v-44913dba],
.kline-empty[data-v-44913dba] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 200px;
  color: #999;
  font-size: 14px;
}
.kline-error[data-v-44913dba] {
  color: #ff4d4f;
}
.kline-chart[data-v-44913dba] {
  width: 100%;
  height: 160px;
  margin-bottom: 12px;
}
.kline-stats[data-v-44913dba] {
  margin-top: 24px;
  font-size: 12px;
  color: #666;
  text-align: center;
}
.kline-stats .up[data-v-44913dba] {
  color: #ef232a;
}
.kline-stats .down[data-v-44913dba] {
  color: #14b143;
}
/* Apple-style dark theme - 科技感 */
:root {
  --bg-primary: #000000;
  --bg-secondary: #1C1C1E;
  --bg-tertiary: #2C2C2E;
  --bg-card: #1C1C1E;
  --text-primary: #FFFFFF;
  --text-secondary: #8E8E93;
  --text-tertiary: #636366;
  --accent: #007AFF;
  --accent-green: #34C759;
  --accent-orange: #FF9500;
  --accent-red: #FF3B30;
  --border: #38383A;
  --radius-lg: 16px;
  --radius-md: 12px;
  --radius-sm: 8px;
  --shadow: 0 4px 24px rgba(0,0,0,0.4);
  --glass: rgba(28, 28, 30, 0.8);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', sans-serif;
  background: var(--bg-primary);
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* 微妙背景渐变 */
  background-image:
    radial-gradient(ellipse at 50% 0%, rgba(0, 122, 255, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 80%, rgba(90, 200, 250, 0.05) 0%, transparent 40%);
  background-attachment: fixed;
}

/* Container */
.container {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
  min-height: 100vh;
}

/* Header */
.header {
  position: sticky;
  top: 0;
  background: rgba(0,0,0,0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 16px 0;
  z-index: 100;
  border-bottom: 1px solid var(--border);
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 50%, #FF8C00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 20px rgba(255, 165, 0, 0.3);
}

/* Search Box - 极简有质感 */
.search-box {
  background: linear-gradient(145deg, rgba(60, 60, 65, 0.8) 0%, rgba(35, 35, 40, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 14px 18px;
  margin: 20px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.25s ease;
}

.search-box:focus-within {
  border-color: rgba(0, 122, 255, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 0 3px rgba(0, 122, 255, 0.2),
    0 4px 12px rgba(0, 0, 0, 0.3);
}

/* 搜索框包装器 */
.search-box-wrapper {
  position: relative;
}

/* 搜索候选下拉框 */
.search-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(30, 30, 35, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  margin-top: 8px;
  max-height: 280px;
  overflow-y: auto;
  z-index: 100;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.search-dropdown::-webkit-scrollbar {
  width: 6px;
}

.search-dropdown::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.search-item {
  padding: 12px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background 0.2s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

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

.search-item:hover {
  background: rgba(0, 122, 255, 0.2);
}

.search-item-code {
  font-size: 14px;
  color: #007AFF;
  font-weight: 600;
  letter-spacing: 1px;
}

.search-item-name {
  font-size: 14px;
  color: var(--text-primary);
}

.search-item-highlight {
  color: #007AFF;
  font-weight: 600;
}

.search-loading {
  padding: 12px 18px;
  color: var(--text-secondary);
  font-size: 13px;
  text-align: center;
}

.search-icon {
  color: var(--text-tertiary);
  font-size: 18px;
}

.search-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  font-size: 17px;
  color: var(--text-primary);
}

.search-input::placeholder {
  color: var(--text-tertiary);
}

/* Button - 金属质感 */
.btn {
  background: linear-gradient(180deg, rgba(90, 90, 95, 0.95) 0%, rgba(50, 50, 55, 0.95) 50%, rgba(40, 40, 45, 0.95) 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  padding: 14px 24px;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.4),
    0 1px 3px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
}

/* 按钮顶部高光 */
.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, transparent 100%);
  border-radius: var(--radius-md) var(--radius-md) 0 0;
  pointer-events: none;
}

.btn:hover {
  background: linear-gradient(180deg, rgba(100, 100, 105, 0.95) 0%, rgba(60, 60, 65, 0.95) 50%, rgba(50, 50, 55, 0.95) 100%);
  box-shadow:
    0 6px 16px rgba(0, 0, 0, 0.5),
    0 2px 4px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

.btn:active {
  opacity: 0.9;
  transform: scale(0.98) translateY(0);
  box-shadow:
    0 2px 8px rgba(0, 122, 255, 0.3),
    0 1px 2px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.btn-full {
  width: 100%;
}

/* Card - 玻璃拟态 + 金属边框 */
.card {
  background: linear-gradient(145deg, rgba(35, 35, 40, 0.95) 0%, rgba(22, 22, 25, 0.98) 100%);
  border-radius: var(--radius-lg);
  padding: 20px;
  margin-bottom: 16px;
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.4),
    0 1px 3px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}

/* 卡片顶部微光 */
.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.1) 50%, transparent 100%);
}

/* Score Display */
.score-large {
  text-align: center;
  padding: 30px 0;
}

.score-number {
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  font-family: 'SF Pro Rounded', -apple-system, sans-serif;
}

.score-number.excellent { color: var(--accent-red); }   /* 高分=红色 */
.score-number.good { color: var(--accent-orange); }
.score-number.poor { color: var(--accent-green); }  /* 低分=绿色 */

.score-label {
  font-size: 15px;
  color: var(--text-secondary);
  margin-top: 8px;
}

.score-max {
  font-size: 13px;
  color: var(--text-tertiary);
  margin-top: 4px;
}

/* Trend */
.trend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  font-size: 15px;
}

.trend.up { color: var(--accent-green); }
.trend.down { color: var(--accent-red); }
.trend.stable { color: var(--text-secondary); }

/* Progress Bar */
.progress-item {
  margin-bottom: 20px;
}

.progress-label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 15px;
}

.progress-bar {
  height: 8px;
  background: var(--bg-tertiary);
  border-radius: 4px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  border-radius: 4px;
  transition: width 0.5s ease;
}

.progress-fill.excellent { background: var(--accent-green); }
.progress-fill.good { background: var(--accent-orange); }
.progress-fill.poor { background: var(--accent-red); }

/* Chart Container */
.chart-container {
  width: 100%;
  height: 260px;
  margin: 16px 0;
}

/* Insight */
.insight {
  padding: 10px 14px;
  background: var(--bg-secondary);
  border-radius: var(--radius-md);
  margin-bottom: 4px;
}

.insight-icon {
  margin-right: 8px;
}

.insight-text {
  font-size: 13px;
  line-height: 1.3;
  color: var(--text-secondary);
}

/* Stock Info */
.stock-info {
  text-align: center;
  margin-bottom: 20px;
}

.stock-code {
  font-size: 17px;
  color: var(--text-secondary);
  font-weight: 500;
}

.stock-name {
  font-size: 28px;
  font-weight: 600;
  margin-top: 4px;
}

/* Footer Link */
.footer-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  color: var(--accent);
  font-size: 15px;
  cursor: pointer;
}

/* Loading */
.loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  color: var(--text-secondary);
}

.spinner {
  width: 24px;
  height: 24px;
  border: 2px solid var(--bg-tertiary);
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-right: 12px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Error */
.error {
  text-align: center;
  padding: 40px 20px;
  color: var(--accent-red);
}

/* Input Group */
.input-group {
  display: flex;
  gap: 12px;
}

.input-group .search-input {
  flex: 1;
  background: var(--bg-secondary);
  border-radius: var(--radius-md);
  padding: 14px 16px;
}

/* Back Button - 金属质感 */
.back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  background: linear-gradient(180deg, rgba(90, 90, 95, 0.95) 0%, rgba(50, 50, 55, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  box-shadow:
    0 3px 8px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: all 0.25s ease;
}

.back-btn:hover {
  background: linear-gradient(180deg, rgba(100, 100, 105, 0.95) 0%, rgba(60, 60, 65, 0.95) 100%);
  transform: translateY(-1px);
  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

/* Updated Time */
.updated-time {
  text-align: right;
  font-size: 13px;
  color: var(--text-tertiary);
  margin-top: 8px;
}

/* Responsive */
@media (min-width: 768px) {
  .container {
    max-width: 500px;
  }
}