/*
  NativeCAD theme: native-dark
  Future themes should define this same token set in a separate file.
*/
html[data-theme="native-dark"] {
  --page-bg: radial-gradient(circle at 50% -20%, #282828 0%, #181818 43%, #111 100%);
  --panel-bg: rgba(29, 29, 29, .93);
  --panel-border: rgba(255, 255, 255, .075);
  --panel-shadow: 0 32px 90px rgba(0, 0, 0, .48);
  --text-main: #f7f7f7;
  --text-muted: #a9adb4;
  --text-faint: #70747b;
  --input-bg: #f6f6f7;
  --input-border: #dbdde1;
  --input-text: #17191d;
  --input-placeholder: #b0b4bb;
  --accent: #11a8f4;
  --focus-ring: rgba(17, 168, 244, .22);
  --button-bg: linear-gradient(180deg, #16b1fa 0%, #079ce9 100%);
  --button-text: #fff;
  --button-shadow: 0 12px 28px rgba(0, 158, 235, .24);
  --divider: rgba(255, 255, 255, .08);
  --danger: #ff6b74;
  --success: #54d89a;
  --glow-primary: #0b9de8;
  --glow-secondary: #13456e;
}
