/*
  Reference theme: visual-only overrides to get closer to reference screenshots.
  Disable this file in index.html to return to base look.
*/
:root {
  /* Layout-like tweaks */
  --border-width: 1.2px;
  --space-screen: 13px;
  --space-option-grid: 9px;
  --space-panel: 17px;

  /* Glow intensity */
  --shadow-button: 0 8px 28px rgba(96, 188, 255, 0.44);
  --shadow-option-active: 0 0 18px rgba(103, 245, 255, 0.44);
}

.panel {
  border-color: rgba(198, 215, 255, 0.42);
}

.btn {
  filter: saturate(1.05);
}

.btn.secondary {
  border-color: rgba(206, 216, 255, 0.52);
}

.option {
  border-color: rgba(224, 228, 255, 0.42);
}
