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

:root {
  --page-bg: linear-gradient(160deg, #fff8f4 0%, #ffe6ef 42%, #fff0c9 100%);
  --panel-bg: rgba(255, 251, 247, 0.92);
  --panel-border: rgba(214, 152, 172, 0.22);
  --board-bg: #d89cb0;
  --cell-bg: rgba(255, 250, 246, 0.38);
  --text-main: #6d4350;
  --text-muted: #926372;
  --button-main: #dd7c96;
  --button-main-hover: #cb6482;
  --button-secondary: rgba(255, 251, 247, 0.98);
  --shadow-soft: 0 20px 45px rgba(203, 126, 151, 0.18);
  --shadow-card: 0 10px 24px rgba(203, 126, 151, 0.16);
}
