:root {
  /* Mint accent palette */
  --mint-50:  #ecfbf6;
  --mint-100: #d4f5ea;
  --mint-200: #a8ecd5;
  --mint-300: #74dfbb;
  --mint-400: #46cfa1;
  --mint-500: #2bbf8b;   /* primary */
  --mint-600: #1fa376;
  --mint-700: #1a8261;
  --mint-800: #18674e;

  /* Neutrals */
  --bg:        #f6f8f7;
  --surface:   #ffffff;
  --border:    #e6e9e8;
  --border-strong: #d2d7d5;
  --text:      #0f1916;
  --text-soft: #5a6661;
  --text-mute: #8b9591;

  /* Orange — secondary accent (hot / trending / draft / attention) */
  --orange-50:  #fff4ec;
  --orange-100: #ffe4d0;
  --orange-200: #ffc89c;
  --orange-300: #ffa861;
  --orange-400: #ff8a33;
  --orange-500: #f97316;
  --orange-600: #e05a00;
  --orange-700: #b04500;
  --orange-800: #7a2f00;

  /* Feedback */
  --danger:  #e5484d;
  --warning: var(--orange-500);
  --success: var(--mint-500);

  /* Radii & shadow */
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 16px;
  --r-xl: 22px;
  --shadow-sm: 0 1px 2px rgba(15, 25, 22, 0.04), 0 1px 1px rgba(15, 25, 22, 0.03);
  --shadow-md: 0 6px 18px rgba(15, 25, 22, 0.06), 0 2px 4px rgba(15, 25, 22, 0.04);
  --shadow-lg: 0 24px 60px rgba(15, 25, 22, 0.10), 0 8px 18px rgba(15, 25, 22, 0.05);
  --ring:      0 0 0 4px rgba(43, 191, 139, 0.18);

  /* Typography */
  --font-sans: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;

  /* Layout */
  --container: 1180px;
  --header-h: 64px;
}
