:root {
  --primary: #4ecdc4;
  --primary-dark: #2db8af;
  --accent: #ff6b9d;
  --accent-dark: #e04e85;
  --bg: #0a0a0f;
  --surface: #1a1a23;
  --surface-2: #22222e;
  --card: #1a1a23;
  --border: #2a2a3a;
  --text: #f0f0f5;
  --muted: #888899;
  --success: #10B981;
  --warning-bg: #2a2a3a;
  --warning-border: #ff6b9d;
  --warning-text: #ffd0e0;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.3);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.4);
  --shadow-lg: 0 12px 32px rgba(0,0,0,0.5);
  --shadow-xl: 0 20px 60px rgba(0,0,0,0.6);
  --radius: 12px;
  --radius-sm: 8px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --container: 1180px;
  --header-h: 64px;
  --font-display: ui-monospace, "SFMono-Regular", "SF Mono", Consolas, "Liberation Mono", monospace;
  --font-body: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
