.font-pixel { 
  font-family: 'Press Start 2P', monospace; 
}

.font-code { 
  font-family: 'Fira Code', monospace; 
}

body { 
  font-family: 'Inter', sans-serif; 
  user-select: none; 
}

::-webkit-scrollbar { 
  width: 6px; 
  height: 6px; 
}

::-webkit-scrollbar-track { 
  background: #090d16; 
}

::-webkit-scrollbar-thumb { 
  background: #334155; 
  border-radius: 4px; 
}

::-webkit-scrollbar-thumb:hover { 
  background: #475569; 
}

.scanlines {
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.22) 50%), 
              linear-gradient(90deg, rgba(255, 0, 0, 0.02), rgba(0, 255, 0, 0.01), rgba(0, 0, 255, 0.02));
  background-size: 100% 3px, 6px 100%;
  pointer-events: none;
}

.tab-content { 
  display: none; 
}

.tab-content.active { 
  display: flex; 
}