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

:root {
  --page-bg: linear-gradient(160deg, #fff7e2 0%, #ffe9d8 42%, #ffe7b2 100%);
  --panel-bg: rgba(255, 251, 243, 0.93);
  --panel-border: rgba(196, 141, 74, 0.2);
  --board-bg: #d6a25b;
  --cell-bg: rgba(255, 247, 233, 0.38);
  --text-main: #5b3d24;
  --text-muted: #8b6948;
  --button-main: #e27d2c;
  --button-main-hover: #ca6720;
  --button-secondary: rgba(255, 252, 246, 0.97);
  --shadow-soft: 0 20px 45px rgba(165, 112, 47, 0.18);
  --shadow-card: 0 10px 24px rgba(140, 94, 38, 0.16);
}
