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

:root {
  --page-bg: linear-gradient(160deg, #f7f0ff 0%, #fce9d9 44%, #e4f6ee 100%);
  --panel-bg: rgba(255, 250, 246, 0.92);
  --panel-border: rgba(161, 126, 170, 0.2);
  --board-bg: #b78f8a;
  --cell-bg: rgba(255, 247, 242, 0.38);
  --text-main: #553c49;
  --text-muted: #876372;
  --button-main: #cf7e57;
  --button-main-hover: #b96843;
  --button-secondary: rgba(255, 251, 248, 0.97);
  --shadow-soft: 0 20px 45px rgba(151, 104, 102, 0.18);
  --shadow-card: 0 10px 24px rgba(129, 89, 87, 0.16);
}
