:root {
  --bg:          #080c10;
  --surface:     #0f1419;
  --surface2:    #161d26;
  --border:      #1e2a38;
  --accent:      #00e5a0;
  --accent2:     #00a8ff;
  --text:        #e8edf2;
  --muted:       #5a6a7a;
  --muted-light: #8a9aaa;
  --danger:      #ff4f6a;
  --success:     #00e5a0;
  --font-display:'Bebas Neue', sans-serif;
  --font-body:   'DM Sans', sans-serif;
  --radius-sm:   6px;
  --radius-md:   10px;
  --radius-lg:   16px;
  --radius-xl:   20px;
  --radius-full: 50px;
  --shadow-sm:   0 2px 8px  rgba(0,0,0,0.3);
  --shadow-md:   0 4px 20px rgba(0,0,0,0.4);
  --transition:  0.2s ease;
}
