/* HUZHU.space — Orange Theme Override */
/* Based on live site colors from huzhu.space */

:root {
  --color-primary: #ff5722;
  --color-primary-dark: #e65100;
  --color-primary-light: #fff3e0;
  --color-primary-rgb: 255, 87, 34;
  --color-secondary: #ff8c00;
  --color-secondary-dark: #e65100;
  --color-secondary-light: #fff7ed;
  --color-success: #22c55e;
  --color-success-light: #dcfce7;
  --color-error: #ef4444;
  --color-error-light: #fee2e2;
  --color-warning: #f59e0b;
  --color-warning-light: #fef3c7;

  --gradient-primary: linear-gradient(135deg, #ff8c00, #ff5722);
  --gradient-secondary: linear-gradient(135deg, #ff8c00, #e65100);
  --gradient-success: linear-gradient(135deg, #22c55e, #16a34a);
  --gradient-bg: radial-gradient(circle at 20% 0, rgba(255, 140, 0, 0.1) 0, transparent 34%), linear-gradient(180deg, #fff8f0, #f8fafc);

  --bg-sidebar: #1e293b;
}
