:root {
  --primary-gradient: linear-gradient(135deg, #4a8c82 0%, #2d6b65 100%) !important;
  --secondary-gradient: linear-gradient(135deg, #f9d5e5 0%, #c8e6e0 100%) !important;
  --dark-bg: #f5f9f8 !important;
  --panel-bg: rgba(255,255,255,0.88) !important;
  --panel-hover: rgba(74,140,130,0.1) !important;
  --border-color: rgba(74,140,130,0.25) !important;
  --text-primary: #2d6b65 !important;
  --text-secondary: #5a8a84 !important;
  --text-tertiary: #7ab5ae !important;
  --accent-purple: #4a8c82 !important;
  --accent-pink: #e06b8b !important;
  --success-green: #4a8c82 !important;
}
body {
  background: linear-gradient(135deg, #f9d5e5 0%, #e8d5f5 40%, #c8e6e0 100%) !important;
  background-attachment: fixed !important;
}
.logo-text {
  background: linear-gradient(135deg, #4a8c82, #2d6b65, #7ab5ae) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.bg-animation { display: none !important; }
