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

:root {
  --page-bg: linear-gradient(160deg, #fff5e7 0%, #ffe3d4 45%, #fff0b8 100%);
  --panel-bg: rgba(255, 250, 244, 0.93);
  --panel-border: rgba(192, 119, 82, 0.2);
  --board-bg: #d38b54;
  --cell-bg: rgba(255, 246, 236, 0.38);
  --text-main: #5d3521;
  --text-muted: #8a5b42;
  --button-main: #dd6f2b;
  --button-main-hover: #c65c1b;
  --button-secondary: rgba(255, 251, 246, 0.97);
  --shadow-soft: 0 20px 45px rgba(161, 98, 55, 0.18);
  --shadow-card: 0 10px 24px rgba(137, 84, 47, 0.16);
}
