/* MW Social Hub — Design Tokens (Dark Theme) */
:root {
  /* Surfaces */
  --bg: #0f172a;
  --bg2: #1e293b;
  --bg3: #334155;
  --bg-hover: #475569;

  /* Borders */
  --border: #334155;
  --border-subtle: #1e293b;

  /* Text */
  --text: #f1f5f9;
  --text2: #94a3b8;
  --text3: #64748b;

  /* Accent (nature green) */
  --accent: #10b981;
  --accent-light: #34d399;
  --accent-bg: rgba(16, 185, 129, 0.1);
  --accent2: #6ee7b7;

  /* Status */
  --green: #22c55e;
  --yellow: #f59e0b;
  --red: #ef4444;
  --blue: #3b82f6;
  --purple: #a78bfa;
  --orange: #fb923c;
  --pink: #f472b6;

  /* Platform colors */
  --ig-gradient: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  --fb-blue: #1877f2;
  --threads-dark: #1e1e1e;

  /* Layout */
  --radius: 10px;
  --radius-sm: 6px;
  --radius-lg: 14px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.2);
  --shadow-md: 0 2px 8px rgba(0,0,0,0.25);
  --shadow-lg: 0 4px 16px rgba(0,0,0,0.3);
  --sidebar-w: 240px;
  --sidebar-collapsed: 60px;
  --transition: 0.2s ease;
}
