:root {
  --wine-dark: #6a1b3d;
  --wine: #8b2e5a;
  --wine-light: #a94068;
  --gold: #d4a03c;
  --gold-light: #e8c266;
  --bg: #eef0f4;
  --bg-card: #ffffff;
  --text: #1e1e2e;
  --text-light: #4a4a6a;
  --text-muted: #8a8aa0;
  --border: #d5d8e0;
  --border-light: #e8eaef;
  --success: #28a745;
  --warning: #ffc107;
  --danger: #dc3545;
  --info: #17a2b8;
  --team-panel-bg: #ffffff;
  --team-card-bg: #f5f7fa;
  --sidebar-link: #c8b914;
  --sidebar-link-active: #ffffff;
}

body.cfo-connect-theme {
  --wine-dark: #3D1526;
  --wine: #8B2E5A;
  --wine-light: #A94068;
  --gold: #D4A03C;
  --gold-light: #E8C266;
  --bg: #111318;
  --bg-card: #191b22;
  --text: #f5f5f5;
  --text-light: #b0b3c0;
  --text-muted: #7a7e8f;
  --border: #2a2d38;
  --border-light: #22242d;
  --success: #28a745;
  --warning: #ffc107;
  --danger: #dc3545;
  --info: #17a2b8;
  --team-panel-bg: #191b22;
  --team-card-bg: #1f2230;
  --sidebar-link: #b0b3c0;
  --sidebar-link-active: #ffffff;
}

body.cfo-connect-light {
  --wine-dark: #6a1b3d;
  --wine: #8b2e5a;
  --wine-light: #a94068;
  --gold: #d4a03c;
  --gold-light: #e8c266;
  --bg: #eef0f4;
  --bg-card: #ffffff;
  --text: #1e1e2e;
  --text-light: #4a4a6a;
  --text-muted: #8a8aa0;
  --border: #d5d8e0;
  --border-light: #e8eaef;
  --success: #28a745;
  --warning: #ffc107;
  --danger: #dc3545;
  --info: #17a2b8;
  --team-panel-bg: #ffffff;
  --team-card-bg: #f5f7fa;
  --sidebar-link: #c8b914;
  --sidebar-link-active: #ffffff;
}

body.cfo-connect-cream {
  --wine-dark: #3D0E10;
  --wine: #7A1E26;
  --wine-light: #9A2832;
  --gold: #B88A56;
  --gold-light: #D0A775;
  --bg: #FBF8F4;
  --bg-card: #FFFFFF;
  --text: #0A0506;
  --text-light: #3D3134;
  --text-muted: #82797B;
  --border: #E8D5D7;
  --border-light: #F2E4E6;
  --success: #15803D;
  --warning: #B45309;
  --danger: #991B1B;
  --info: #155E75;
  --team-panel-bg: #FFFFFF;
  --team-card-bg: #FBF8F4;
  --sidebar-link: #5C4448;
  --sidebar-link-active: #7A1E26;
}

body.theme-midnight {
  --wine-dark: #4A1832;
  --wine: #8B2E5A;
  --wine-light: #B04470;
  --gold: #D4A03C;
  --gold-light: #E8C266;
  --bg: #0f1729;
  --bg-card: #162038;
  --text: #e4e8f0;
  --text-light: #94a3c0;
  --text-muted: #5f7090;
  --border: #243352;
  --border-light: #1c2a45;
  --success: #34d058;
  --warning: #f0b832;
  --danger: #f85149;
  --info: #58a6ff;
  --team-panel-bg: #162038;
  --team-card-bg: #1c2a45;
  --sidebar-link: #94a3c0;
  --sidebar-link-active: #ffffff;
}
