
:root {
  
  --bg-page:        #0e0e12;
  --bg-card:        #141418;
  --bg-raised:      #1c1c22;
  --bg-input:       #1c1c22;

--border:         #2a2a30;
  --border-strong:  #3a3a40;
  --border-card:    #2a2a30;

--button-bg:            #9146ff;
  --button-bg-hover:      #7d2ff5;
  --button-bg-active:     #6c27d9;
  --button-border:        #9146ff;
  --button-text:          #ffffff;

  --button-secondary-bg:       #2a2a30;
  --button-secondary-bg-hover: #3a3a40;
  --button-secondary-text:     #ffffff;

  --button-danger-bg:       #4a1f1f;
  --button-danger-bg-hover: #602929;
  --button-danger-text:     #ff8080;

--text-primary:   #ffffff;
  --text-secondary: #ced1dd;
  --text-muted:     #aaaaaa;
  --text-faint:     #666666;

--accent:         #9146ff;
  --accent-hover:   #7d2ff5;
  --accent-text:    #ffffff;

  --success:        #46d160;
  --success-bg:     rgba(70, 209, 96, 0.1);
  --danger:         #ff6666;
  --info:           #4a90e2;
  --warning:        #f2b90c;

  --box-shadow-color: rgba(0,0,0,0.5);

--radius-sm:  4px;
  --radius-md:  8px;
  --radius-lg:  12px;

--font-family: "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-mono:   "Consolas", "Courier New", monospace;

--site-max-width: 1600px;
  --nav-height: 56px;
}
