﻿/* platform-shell tokens — source: Games/platform-shell/client/css/tokens.css */
:root {
  --bg: #0f1419;
  --bg-card: #1a2332;
  --bg-elevated: #243044;
  --text: #e8eef7;
  --muted: #8b9bb4;
  --accent: #3d9cf0;
  --accent-dim: #2a6fad;
  --bank-gold: #f0c14b;
  --bank-gold-dim: #b8922e;
  --danger: #e85d5d;
  --success: #3ecf8e;
  --warning: #f0a030;
  --radius: 16px;
  --font: "Segoe UI", system-ui, -apple-system, sans-serif;
  --shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  --play-actions-h: 6.5rem;
  --app-max: 480px;
  --comms-bg: #1e3a56;
  --comms-bg-elevated: #2a4d6e;
  --comms-bg-deep: #173049;
  --comms-border: rgba(120, 185, 240, 0.32);
  --comms-shadow: 0 10px 36px rgba(20, 60, 100, 0.45), 0 0 0 1px rgba(100, 175, 235, 0.12);
}
