:root {
  --nav-bg: #0f172a;
  --bg: #050810;
  --panel: #10182b;
  --panel-2: #162038;
  --accent: #5bd1d7;
  --muted: #9fb0d7;
  --text: #eaf2ff;
  --danger: #ff6b6b;
  --input-bg: rgba(7, 12, 24, 0.72);
  --input-bg-hover: rgba(7, 12, 24, 0.78);
  --input-bg-focus: rgba(7, 12, 24, 0.84);
  --input-border: rgba(255, 255, 255, 0);
  --input-border-hover: rgba(255, 255, 255, 0);
  --input-border-focus: rgba(255, 255, 255, 0);
  --input-focus-ring: transparent;
  --input-placeholder: rgba(226, 232, 240, 0.58);
  --input-text: #eaf2ff;
  --input-readonly-bg: rgba(7, 12, 24, 0.58);
  --input-readonly-border: rgba(255, 255, 255, 0);
  --icon-link-text: #ffffff;
  --icon-link-text-hover: #e2e8f0;
  --icon-link-text-danger: #fca5a5;
  --icon-link-text-danger-hover: #f87171;
  --icon-link-disabled-opacity: 0.45;
  --icon-link-icon-bg: transparent;
  --icon-link-icon-bg-hover: transparent;
  --icon-link-icon-border: transparent;
  --icon-link-icon-border-hover: transparent;
  --icon-link-icon-danger-border: rgba(248, 113, 113, 0.45);
}
