/* ============================================================
   전통 테마 - 한지/나무 느낌
   ============================================================ */

:root {
  --page-bg: #D2B48C;

  --board-bg: transparent;
  --board-line: #6B4226;
  --board-node-fill: #FFF3E0;
  --board-node-stroke: #6B4226;
  --board-corner-fill: #FFE0B2;
  --board-center-fill: #FFB300;
  --board-start-fill: #E67E22;
  --board-label-color: #4E342E;

  --piece-streamer: #D32F2F;
  --piece-streamer-stroke: #8B0000;
  --piece-viewer: #1565C0;
  --piece-viewer-stroke: #0D47A1;

  --ui-bg: rgba(62, 39, 15, 0.92);
  --ui-text: #FFFFFF;
  --ui-text-secondary: #E8D5B5;
  --ui-text-muted: #C4A882;
  --ui-accent: #FFB300;

  --panel-bg: rgba(62, 39, 15, 0.92);
  --panel-radius: 12px;
}
