:root {
  --sidebar-bg: #0f1117;
  --sidebar-width: 260px;
  --sidebar-collapsed-width: 68px;
  --main-bg: #1a1d24;
  --surface: #23272f;
  --surface-elevated: #2a2f3a;
  --border: rgba(255, 255, 255, 0.08);
  --section-header-color: #6b7280;
  --section-header-size: 11px;
  --item-height: 42px;
  --item-padding: 12px 16px;
  --item-radius: 8px;
  --item-active-bg: rgba(59, 130, 246, 0.1);
  --item-active-text: #3b82f6;
  --item-inactive-text: #9ca3af;
  --item-hover-bg: rgba(255, 255, 255, 0.05);
  --badge-bg: #374151;
  --badge-text: #6b7280;
  --icon-size: 18px;
  --icon-gap: 12px;
  --text-primary: #f3f4f6;
  --text-secondary: #9ca3af;
  --text-muted: #6b7280;
  --accent: #3b82f6;
  --accent-bright: #60a5fa;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;
  --info: #8b5cf6;
  --panel-width: min(1180px, 94vw);
  --panel-height: min(86vh, 900px);
  --header-height: 56px;
  --font-sans: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}
