/* GD OS дизайн токени — мобилно-първи. Тъмна тема, типови цветове по PRD-006. */
:root {
  --touch: 44px;
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);

  --bg: #07090d;
  --surface: #11151d;
  --panel: #14161b;
  --panel-2: #1b1e25;
  --border: #262a33;
  --text: #e8e6e0;
  --muted: #9299ad;
  --accent: #d4a94e;

  --c-principle: #5b8def;
  --c-question: #e0a458;
  --c-danger: #d97d7d;
  --c-ok: #6fbf73;

  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Segoe UI', system-ui, -apple-system, sans-serif;
  --mono: Consolas, 'Courier New', monospace;

  --radius: 12px;
  --nav-height: calc(58px + var(--safe-bottom));
  --header-height: 52px;
}
