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

:root {
  --page-bg: linear-gradient(160deg, #fff7fb 0%, #f7f1ff 40%, #fff0dc 100%);
  --panel-bg: rgba(255, 251, 248, 0.93);
  --panel-border: rgba(198, 157, 186, 0.2);
  --board-bg: #caa7ba;
  --cell-bg: rgba(255, 247, 250, 0.4);
  --text-main: #5d3c56;
  --text-muted: #8a657c;
  --button-main: #d87597;
  --button-main-hover: #c15f83;
  --button-secondary: rgba(255, 252, 249, 0.97);
  --shadow-soft: 0 20px 45px rgba(176, 124, 154, 0.18);
  --shadow-card: 0 10px 24px rgba(154, 110, 137, 0.16);
}
