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

:root {
  --page-bg: linear-gradient(160deg, #fffdf5 0%, #eef8e7 46%, #ffe8cf 100%);
  --panel-bg: rgba(251, 255, 248, 0.9);
  --panel-border: rgba(146, 186, 126, 0.22);
  --board-bg: #b9ce8d;
  --cell-bg: rgba(250, 253, 244, 0.38);
  --text-main: #41542c;
  --text-muted: #728752;
  --button-main: #ef7a3b;
  --button-main-hover: #d95f22;
  --button-secondary: rgba(252, 255, 248, 0.96);
  --shadow-soft: 0 20px 45px rgba(120, 154, 87, 0.16);
  --shadow-card: 0 10px 24px rgba(123, 146, 82, 0.16);
}
