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

:root {
  --page-bg: linear-gradient(160deg, #fffef7 0%, #dff9f1 42%, #ffe8b8 100%);
  --panel-bg: rgba(248, 255, 252, 0.9);
  --panel-border: rgba(104, 194, 171, 0.22);
  --board-bg: #7ed6c3;
  --cell-bg: rgba(247, 255, 251, 0.38);
  --text-main: #1f5a4f;
  --text-muted: #4c8f81;
  --button-main: #ff8e3c;
  --button-main-hover: #ef6d11;
  --button-secondary: rgba(250, 255, 252, 0.96);
  --shadow-soft: 0 20px 45px rgba(70, 158, 140, 0.16);
  --shadow-card: 0 10px 24px rgba(74, 149, 128, 0.16);
}
