:root {
  --bg: #f4f6f9;
  --panel: #232832;
  --card: #ffffff;
  --card-bg: #ffffff;
  --card-header: #111c33;
  --border: #dee3ebe0;
  --tab-bg: #e8ebf0;

  --text: #111c33;
  --text-navi: #ffffff;
  --text-secondary: #94a3b8;
  --muted: #94a3b8;

  --primary: #3b82f6;
  --accent: #f97316;

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;

  --shadowOld: 0 10px 30px rgba(0,0,0,0.35);
  --shadow: 0 2px 10px rgba(0,0,0,0.08);

  --transition: 180ms ease;

}
