.platform-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 4px;
  margin-bottom: 9px;
  border-radius: 9px;
  background: #eef2f6;
}
.platform-switch label { cursor: pointer; }
.platform-switch input { position: absolute; opacity: 0; }
.platform-switch span {
  display: block;
  padding: 9px 6px;
  border-radius: 6px;
  color: #667085;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}
.platform-switch input:checked + span {
  color: #102a43;
  background: #fff;
  box-shadow: 0 2px 8px #102a4320;
}
.platform-hint { margin: 0 2px 11px; color: #667085; font-size: 10px; }
.platform-meituan { --navy: #242424; --blue: #f5a900; --teal: #d88900; }
.platform-meituan .topbar { background: #242424; }
.platform-meituan .logo-mark { color: #222; background: linear-gradient(145deg, #ffd34d, #f5a900); }
.platform-meituan .primary-actions button:first-child { color: #211b00; background: linear-gradient(135deg, #f5b800, #e49a00); }
.platform-meituan .score { background: #242424; }
.platform-meituan .store-head { background: linear-gradient(110deg, #fffaf0, #fff4cf); }
.history-item.platform-meituan .history-icon { color: #332400; background: #ffd44d; }
.history-item.platform-taobao .history-icon { color: #fff; background: #f26b21; }
.history-platform {
  display: inline-block;
  margin-right: 6px;
  padding: 1px 5px;
  border-radius: 8px;
  color: #475467;
  background: #edf2f6;
  font-size: 9px;
}
.history-item.platform-meituan .history-platform { color: #5e4300; background: #fff1b8; }
.history-item.platform-taobao .history-platform { color: #9a3412; background: #ffedd5; }
.excel-download-hidden { display: none !important; }
