:root {
  --top2-bg: #090909;
  --top2-surface: #161616;
  --top2-surface-2: #202020;
  --top2-text: #f5f5f5;
  --top2-muted: #a3a3a3;
  --top2-line: #2a2a2a;
  --top2-accent: #e50914;
  --top2-accent-soft: rgba(229, 9, 20, .16);
  --top2-space-4: 4px;
  --top2-space-8: 8px;
  --top2-space-12: 12px;
  --top2-space-16: 16px;
  --top2-space-24: 24px;
  --top2-space-32: 32px;
  --top2-space-48: 48px;
  --top2-radius-4: 4px;
  --top2-radius-8: 8px;
  --top2-radius-12: 12px;
  --top2-radius-16: 16px;
  --top2-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

