@import url("../cupcakes/style.css?v=20260615-181704");

:root {
  --page-bg: linear-gradient(165deg, #f5f0e3 0%, #eaf4df 38%, #dfead3 100%);
  --panel-bg: rgba(252, 249, 241, 0.94);
  --panel-border: rgba(121, 145, 99, 0.22);
  --board-bg: #8fa56f;
  --cell-bg: rgba(247, 250, 239, 0.42);
  --text-main: #3f4d31;
  --text-muted: #667652;
  --button-main: #708d48;
  --button-main-hover: #5f793d;
  --button-secondary: rgba(255, 252, 246, 0.98);
  --shadow-soft: 0 20px 45px rgba(96, 118, 74, 0.18);
  --shadow-card: 0 10px 24px rgba(96, 118, 74, 0.16);
}
