/* 深色模式最终修复 */
[data-theme="dark"] {
  --cream-bg: #0a0a0a !important;
  --cream-surface: #1a1a1a !important;
  --text-primary: #e5e5e5 !important;
  --text-secondary: #a0a0a0 !important;
  --border-color: #2d2d2d !important;
}

[data-theme="dark"] body {
  background: #0a0a0a !important;
  color: #e5e5e5 !important;
}

[data-theme="dark"] #app {
  background: #0a0a0a !important;
}

[data-theme="dark"] main {
  background: #0a0a0a !important;
}

[data-theme="dark"] .view {
  background: #0a0a0a !important;
}

[data-theme="dark"] header {
  background: #1a1a1a !important;
  border-color: #2d2d2d !important;
}

[data-theme="dark"] .group-tabs {
  background: #1a1a1a !important;
  border-color: #2d2d2d !important;
}

[data-theme="dark"] .links,
[data-theme="dark"] .notes {
  background: #0a0a0a !important;
}

[data-theme="dark"] .link-card,
[data-theme="dark"] .note-card {
  background: #1a1a1a !important;
  border: 1px solid #2d2d2d !important;
}

[data-theme="dark"] .chat-container,
[data-theme="dark"] .chat-sidebar,
[data-theme="dark"] .chat-main {
  background: #0a0a0a !important;
}

[data-theme="dark"] .chat-header {
  background: #1a1a1a !important;
  border-color: #2d2d2d !important;
}
